D
Deleted member 120847
Guest
7mb.
using wordpress is a nightmare and am switching back to old html cssEvery niche has different needs. You need to match to your competitors to stay competitive.
Here are the recommendations that you must consider.
Hope that helps.
- Image Optimization: Use tools to compress images without significant quality loss. This can drastically reduce file sizes.
- Lazy Loading: Implement lazy loading for images and videos, so they only load when they come into the viewport, improving initial load times.
- Minify Resources: Reduce the size of your JavaScript and CSS files by minifying them, which can help decrease overall page weight.
- Content Delivery Network (CDN): Utilize a CDN to serve content faster by distributing it across multiple servers globally.
- Browser Caching: Enable caching to store frequently accessed resources locally on users' devices, speeding up repeat visits.
The best anyway is 4MB so you're on the right track.People said the best is under <1MB.
So your webpage loading speed is fast., and it gonna boost your SEO ranking.
My competitors average webpage size is 1-2MB too.
But its hard for me to do the same as I got lots of images, and javascript code.
If I remove all those images my website gonna be plain and left with only text. :/
The best I can do is 4MB.
Got it makes a lot of sense. Still figuring out how all this affects load speed really helpful to know it's about balance and user experience not just size thanks.Keep it as low as you can. I would say, keep it within 200kb if possible. You can defer loading the heavy resources like images and js files. Once document is ready, you are free to loading 10 mb if you need to. Just make sure that the user experience (while loading the resources) is good.
I have been working on a few client sites lately and honestly I am not sure what the right page size should be. I am glad you brought this up because I have been struggling with the same thing.IMPOSSIBLE, I repeat, impossible to know. All websites serve a different purpose. Some need to show more images/media than others. Some are built differently. It's like saying: how many hairs should my head have?
Better focus on a fast first-paint and a fast page load RELATIVE to the content you're showing.