caching ultimate post widget thumbnails
-
Hi,
i have installed the W3 Total Cache plugin on my site,
and im using a plugin called Ultimate Post Widget to display latest posts and show their thumbnails…
this plugin outputs the images src as a php file (it uses TimThumb for resizing and croping of the images)
example:
<img src="http://www.my-site.com/wp-content/plugins/ultimate-posts-widget/thumb.php?src=http://www.my-site.com/wp-content/uploads/2013/12/s1012201301s.jpg&h=100&w=100&zc=1"/>using W3TC doesn’t seem to help reducing the amount of processing needed to get the images since every image is requested from a php file (/thumb.php?src – TimThumb)
is there any way that we can make this work with caching? maybe im missing something, any help would be appreciated!
The topic ‘caching ultimate post widget thumbnails’ is closed to new replies.