S3-Uploads
S3-Uploads copied to clipboard
WordPress Pages become extremely slow because of repeated Validation of Image URLS
WordPress Pages become extremely slow because of repeated Validation of S3 Image URLS at https://github.com/humanmade/S3-Uploads/blob/master/inc/class-s3-uploads-stream-wrapper.php#L676
This seems to only be called when files are being fopen
'd, so it seems like the cause is probably trying to read too many files from uploads. What is causing this behaviour?