How can I get these PHP-fetched thumbnails to cache?
-
My site uses WP Filebase to serve files for people to download, at this point there are over 2,000. Each with a thumbnail.
Recently I was getting hit with CPU overages, and it was eventually tracked down to how this WP Filebase plugin fetches the thumbnails.
When enabling WP Supercache, the thumbnails seem to not be cached, but I don’t know why. Here’s a page for example: https://sticknodes.com/sticks/shock-bg-2-nodes/
This is the thumbnail on that page: https://sticknodes.com/?wpfilebase_thumbnail=1&fid=3024&name=thumb_shockbg2-960×540._LlZiwZPoa03L.thumb.png
I’m not sure if the fact that it’s being fetched in a “weird” way vs a direct link to an image matters, it very well might, but is this something I can tweak on WP Supercache’s end to get it to work? These thumbnails are bringing the whole site down.
Thank you.
- The topic ‘How can I get these PHP-fetched thumbnails to cache?’ is closed to new replies.