Hi everyone,
My site is loading slow on initial load.
How can I make images load only when the visitor opens a tab? Is there another way to achieve fast loading of the images when opening a tab?
Thanks.
Hi everyone,
My site is loading slow on initial load.
How can I make images load only when the visitor opens a tab? Is there another way to achieve fast loading of the images when opening a tab?
Thanks.
Last edited by james438; 10-09-2022 at 01:42 AM.
Possibly. I know that chechu recently asked a very similar question recently Lazy loading on tabs. I very much doubt it is the images that are slowing down your site and I do agree that it is slow on initial load. I tried loading it without images and it made no difference.
It appears that you have a file that is taking a while to load. I also notice that you are using WordPress which is great for site building, but tends to be slow for various reasons. You will need to talk to a WordPress specialist to get the site to load faster or try to find a faster alternative such as rebuilding the website yourself from the ground up.
I changed your post to unresolved.
To choose the lesser of two evils is still to choose evil. My personal site
No it wont increase the CSS
You could add
as inCode:loading="lazy"
which speeds up in Chrome, but as you work with WordPress I suggest you look for a plugin like this: https://wordpress.org/plugins/rocket-lazy-load/Code:<img loading="lazy" src="path" alt="text">
Bookmarks