gambitph / WP-OTF-Regenerate-Thumbnails

Automatically regenerates your thumbnails on the fly when thumbnail sizes change.
https://wordpress.org/plugins/otf-regenerate-thumbnails/
GNU General Public License v2.0
77 stars 16 forks source link

Performance #17

Open pixedelic opened 8 years ago

pixedelic commented 8 years ago

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 commented 8 years ago

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?

FellowshipAgency commented 8 years ago

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.