Hey whistlerdan,
We haven’t heard of of anything like that yet, but I think I see what the issue is. All of your images have a query string at the end of them (highlighted in yellow) https://cloudup.com/czhFfJqLTBl
The image match pattern in our plugin doesn’t account for query strings like that, just standard file names like .png .jpg .gif, etc.
We’re not sure what kind of performance impact adding conditions for that would be, so we’ll need to do some testing before it’s something we can include in the plugin.
In the meantime, I’d try and track down what’s adding that query string. My first guess is that it’s whatever caching plugin you’re using, or possibly cloudflare.
Which caching plugin are you using right now? We’ll do some testing to see if we can replicate the issue.
How very odd! You know, i’ve noticed that string before and always wondered what was doing it. It appears to be the exact same query for every image.
I’m using w3 Total Cache at the moment, but I’m also running that, and CloudFlare, on the site where WP Featherlight is working, so I’m not sure that is the issue. I’m not ruling W3 out just yet though because the plethora of options could mean I have the two sites configured differently….
I notice now that if I go to one of my other web properties (largely running the same set of plugins), it too has the query string. albeit a different number.
I’ll have to do a bit of digging around I guess, and then try disabling some stuff. If you find out what it is, could you let me know here, please? I absolutely LOVE the idea of this lightweight plugin and I’m desperate to implement it π
I think I know what’s going on π
See if you can find this setting in W3 Total Cache:
Browser Cache β General that says Prevent caching of objects after settings change β Whenever settings are changed, a new query string will be generated and appended to objects allowing the new policy to be applied.
Make sure that box is unchecked and that should resolve your issue.
Let us know if that works or if you run into any other problems!
You rock! That’s totally what it was π