How can we help you?Find how to configure your CDN and how to use its features.

How to check if you have set up Tinify CDN correctly?

After setting up Tinify CDN, your static content will be served via the CDN. This means that the URLS will change accordingly.

Example

Original image hosted at:

https://your-domain/image.png

The optimized image will be served from:

https://xxxxxxxx.tinifycdn.com/image.png

Checking the integration on your website

To check if you have set up your Tinify CDN correctly, you can use a web browser's network inspector tool.

Please note that for the screenshots the web browser Chrome is used.

Open your website in a web browser and open the Developer Console by pressing the following keys:

  • Mac OS: Cmd + Opt + J

  • Windows: F12

  • Linux: F12

Click or tap Network.

Open network tab in developer console

Refresh your web browser. You should see network events appear on the Network tab.

Network events in developer console

Make sure the filter icon is enabled.

Enable filtering in network console

Add endpoint:*.tinifycdn.com as a filter query.

Filter on *.tinifycdn.com in network console

If you see any network activity in the list, then you have set up Tinify CDN successfully.

Look for TinifyCDN assets in network console