Lessons

Uploading duplicate files

The page may load duplicates if the same file has different links. Compare https://example.com/image.png?v=1001 and https://example.com/image.png?v=2001. The file is the same, but due to different parameters in the URL, the browser will download the image.png file 2 times.

Make the link the same for different sections of the code. So, you will speed up page loading.

Duplicates when using hash

The following 2 images link to a single physical file:

<img src="./images/sprite.svg#element-1" />
<img src="./images/sprite.svg#element-2" />

Browsers, when uploading images, perceive the hash as a separate link, so they will upload the image./images/sprite.svg 2 times. To prevent this from happening, do not use a hash in the file path.

PRO subscription for working with the service

Promo
Checking 50 pages in the tool "Checking the page"
190 ₽
The subscription is activated for 10 days and is linked to a specific site.
PRO subscription
3,500 pages per week in tools "Checking the page" and "Full site scan".
1 580 ₽
The subscription is activated for 30 days and you can scan any site.
Wallet
Additional pages that are credited to a separate balance. For checking large sites.
200 ₽
Number of pages
An active PRO subscription is required.
We use cookies. By continuing to use the site, you agree to the processing of personal data in accordance with privacy policy. I agree