[Plugin: Video Thumbnails] Since 3.3.1 keep creating hundreds of thumbs
-
Hello, since i upgraded WordPress this weekend to 3.3.1 (saturday), this plugin (video thumbnails) started creating hundreds of thumbnails on my server. I had to disable it today because my website was loading too slow.
In fact, the homepage was loading slowly. The only reference to the plugin in my index page was this query:
<?php if( ( $video_thumbnail = get_video_thumbnail() ) != null ) { ?> <img src="<?php echo $video_thumbnail ?>" alt="<?php the_title(); ?>" style="border: 1px solid #000;" width="120" height="90" />
Once i disabled the plugin and removed this line, my website was finally loading as it should (fast) and my /uploads folder doesn’t seem to get anymore thumbnails in it. (from saturday to today, the plugin created 13,000 thumbs ! lol)
Am i alone or it happened to someone else ? Any help ?
Because i really appreciate this plugin, but at this time i cannot enable it ??Regards
- The topic ‘[Plugin: Video Thumbnails] Since 3.3.1 keep creating hundreds of thumbs’ is closed to new replies.