Question

For example the images address on frontend website show this: https://takoda.shop/pub/media/logo/default/170xNxTakoda_met_Tijger_O_logo_kleuren_nieuw.png.pagespeed.ic._LOWhFVaw2.webp

It adds at the end: pagespeed.ic._LOWhFVaw2.webp

Never consciously changed anything by purpose

This causes possibly that some images on mobile view are not showing

Now also not in the browser look: enter image description here

That is probably the reason

Only how to turn that off or fix this?

You find on google that it could be google pagespeed module, this module is not in the config.php file

Anyone got any clue what this could be and how to turn it off?

It can conflict with lazy load

The frontend is: www.takoda.shop

Was it helpful?

Solution

The images are being automatically optimised by the pagespeed module

The PageSpeed Modules, mod_pagespeed and ngx_pagespeed, are open-source webserver modules that optimize your site automatically.

To confirm this load your site with the ?PageSpeed=off switch at the end of the url, this will manually disable pagespeed for that url.

This means you have installed the pagespeed module on your apache / niginx web service and have enabled the image optimsation options.

You should check your server configuration and pagespeed module setup to change the way you want to optimise images.

Here is a link to the offical documentation https://www.modpagespeed.com/doc/filter-image-optimize

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top