Tagged: Lazy Load
- AuthorPosts
- September 24, 2024 at 8:59 am #143267FredGuest
When W3 total cache is active on my site, it shows an http: url instead of an https: in the source. See under.
<img width=”170″ height=”61″ src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20170%2061’%3E%3C/svg%3E”
September 24, 2024 at 9:06 am #143328Marko VasiljevicKeymasterHello Fred,
Thank you for reaching out and I am happy to help!
This indicates that you have enabled the Lazyloadin option in the W3 Total Cache, and what you are referring to is a placeholder that is used in those cases.
This is perfectly normal behavior and it does not impact the website performance or act as an external resource.
As the user scrolls down the page, the image placeholders start coming into the viewport (visible part of the webpage). We trigger the load for these images when they become visible.
I hope this helps!
Thanks!September 24, 2024 at 5:45 pm #143334FredGuestThanks for the info. Sounds good!
- AuthorPosts
- The topic ‘http: url in code, mixed content’ is closed to new replies.