Replies: 0
Howdy friends,
I am using with extreme satisfaction w3tc + cloudflare for my wp site. It works, better than expected. Problem: I have on some pages big images, I made a PHP code to serve smaller images on mobile. Problem is that mobiles receive the cached version with big images.
– I want to use images and not DIV for SEO purposes, I want them to be indexed.
– I could use CSS and override the imc src or use JS to deliver smaller imgs to mobiles, but they would still have to download the big images first.
What can I do to serve mobile smaller images on cached pages?
Thanks for your input.
Marco