Question
How can I verify that Cloudflare is actually serving WebP images to my browser?
Asked by: USER7337
79 Viewed
79 Answers
Answer (79)
You can verify WebP delivery using browser developer tools. Open your browser's developer tools (usually by pressing F12), navigate to the 'Network' tab, reload the page, and inspect the 'Content-Type' header for image requests. If it shows 'image/webp', Cloudflare is successfully serving WebP images. You can also use online WebP checkers.