S3-Uploads icon indicating copy to clipboard operation
S3-Uploads copied to clipboard

WordPress Pages become extremely slow because of repeated Validation of Image URLS

Open devadattas opened this issue 6 years ago • 1 comments

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

devadattas avatar Aug 28 '18 08:08 devadattas

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?

rmccue avatar Aug 29 '18 01:08 rmccue