Last Updated 6 years ago
How to check if webP conversion is working?
After installing the module, enable image conversion to the webP format. Browsers that support this format will be served webP images, while the rest will receive images in the original format (png or jpg).Instructions for checking whether image conversion is working, in Google Chrome and similar browsers:
1. Open any product subpage in your store in a web browser.
2. Right-click on a product image and select: Open image in new tab
3. In the newly opened browser tab, right-click on the image again and select: Inspect
4. A developer tools panel will open, select the Network tab there
5. Refresh the page
6. In the developer tools panel, in the "Network" tab (opened in step 4), the image file name will appear - click on that name and then select the "Preview" tab next to it
7. The image will be displayed, and below it the format it was loaded in. If it says 'image/webp' there, that means the conversion is working correctly.