The original images work as expected. I can see them if I am logged in or if I disable caching for the page.
But with the cache enabled, some of the images simply do not load.
How can I delete the cached webpage images so that they are generated again?
]]>See this https://prnt.sc/IgfMR_RcHgKt
]]>Google pagespeed says…
“Serve static assets with an efficient cache policy 8 resources found
A long cache lifetime can speed up repeat visits to your page. Learn more.
WordPress, Read about Browser Caching in WordPress”
They are all images 8 in total which are all the images on my front page.
12/web-honey-web-design-and-development.jpg(webhoney.com.au) 7?d
10/Branding.png.webp(webhoney.com.au) 7?d
etc….
I have all the caches set and also serve the images through QUIC.cloud CDN, so I’m not sure why it is saying that. Is QUIC.cloud setting a cahe for 7 days? Should I sign up for an account?
I have gone over and over the settings but I can’t see why.
Any ideas?
Many thanks
]]>How to resolve? Clicking ‘click here’ says ‘Cannot load photoblocks-troubleshooting’
My themes is storefront.
thank you.
Your plugin works fine. I just receive this warning in Gtmetrix.com. Please see screenshot https://www.dropbox.com/s/8t5lmhypmnrqs0q/gg.png?dl=0 Could you please fix that?
Thanks.
]]>I noticed on the info page for Site Accelerator (https://jetpack.com/support/site-accelerator/) it says the “currently the images are cached “forever””. If I delete an image from my WordPress site, will it delete the cache of the image from where it’s hosted (e.g. https://i2.wp.com/)? If not, how do I get older images I don’t want deleted if the support page won’t recognize my logged into account as being Pro?
TIA
]]>I have tweaked the every possible setting and switched of certain settings and still now proper load.
Report number below.
SUXBQUFN
]]>In product page some of(not all) products images ?not showing. I changed images but not works with new images. It may be cache problem. I am using wp rocket plugin. If i delete the plugin no good result. Please check and help me as soon as possible. Thank you
]]>I want to lazy-load images (option in this plugin), and I want to use a responsive placeholder (can be implemented through a check box), and I also want a fade-in effect for the images.
I assume this is all possible?
On the LiteSpeed site I see this code for a fade-in effect:
/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
opacity: 0;
}
/* PART 2 - Upon Lazy Load */
img.loaded{
-webkit-transition: opacity .5s linear 0.2s;
-moz-transition: opacity .5s linear 0.2s;
transition: opacity .5s linear 0.2s;
opacity: 1;
}
So where do I put this code? (I use the Weaver theme, and I can add code. Just need to know where).
I also read that
Before an image is lazy loaded, it has the data=“lazyloaded” attribute associated with it, which enables PART 1 of the CSS code.
Is this automatic, or do we have to associate images with a “lazyloaded” attribute?
]]>