-
Persistent Poor LCP (Largest Contentful Paint) Score in Lighthouse
We've been optimizing a website to try and improve our PageSpeed/Lighthouse scores. The one problem is a very poor Largest Contentful Paint score (driven especially by render delay) and for the hero image on our page: <img src="https://res.cloudinary.com/dbzo4mz7l/image/upload/f_auto,q_auto,w_1704/v1/…" alt="pest control…
-
Can SEO Suffixes be used to trigger transformations?
When a single image be used with several different SEO suffixes, can each of those suffixes transform that image to an image with different resolutions? The help page suggests (to me) this is possible but I cannot get it to work. Thanks Mark
-
SEO implications of using f_auto vs always delivering the same format
I'm a bit confused by the differing recommendations I'm seeing from different sources. On the one hand, I see the value in being able to have a .jpg file extension in the URL, for example, while setting f_auto to ensure that users get the best format for their individual devices. On the other hand, I've noticed that the…
-
Dynamic SEO URLs when images are in a folder
In the docs, this example is provided for a dynamic SEO URL: https://demo-res.cloudinary.com/images/w_200,h_200,c_fill,g_west,r_30,e_saturation:50/ltepu4mm0qzw6lkfxt1m/basketball-game-in-college.jpg This approach doesn't seem to work for me. I think the reason is that my images are in a folder, and no matter where I try to…