WP-OTF-Regenerate-Thumbnails icon indicating copy to clipboard operation
WP-OTF-Regenerate-Thumbnails copied to clipboard

Performance

Open pixedelic opened this issue 9 years ago • 2 comments

Hello, I made some tests with http://tools.pingdom.com/ When the plugin is active my site is slower of about 10 seconds. Is that a know issue? Any advice?

pixedelic avatar Sep 24 '15 07:09 pixedelic

I used in many places an array with width and height:

wp_get_attachment_image_src( $att_id, array(200, 100) );

Could this be the reason?

pixedelic avatar Sep 24 '15 08:09 pixedelic

I have also experienced major slowdown on some pages when using this plugin. I had to remove it in the end to solve the issue - so disappointing because otherwise I love it.

FellowshipAgency avatar Nov 18 '15 10:11 FellowshipAgency