this post was submitted on 01 Sep 2024
79 points (96.5% liked)
Web Development
3434 readers
1 users here now
Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development
What is web development?
Web development is the process of creating websites or web applications
Rules/Guidelines
- Follow the programming.dev site rules
- Keep content related to web development
- If what you're posting relates to one of the related communities, crosspost it into there to help them grow
- If youre posting an article older than two years put the year it was made in brackets after the title
Related Communities
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
Wormhole
Some webdev blogs
Not sure what to post in here? Want some web development related things to read?
Heres a couple blogs that have web development related content
- https://frontendfoc.us/ - [RSS]
- https://wesbos.com/blog
- https://davidwalsh.name/ - [RSS]
- https://www.nngroup.com/articles/
- https://sia.codes/posts/ - [RSS]
- https://www.smashingmagazine.com/ - [RSS]
- https://www.bennadel.com/ - [RSS]
- https://web.dev/ - [RSS]
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yeah, it's always a bit weird to see companies using CDNs to push down page load times, but then their mostly static site is implemented with an SPA framework or such.
I guess, it doesn't matter for SEO how long it takes to render, does it?
It matters a little bit - Google measures performance on real devices through CrUX, and that feeds into their rankings - but not much. There's no real incentive to go for a Lighthouse performance score above 80 or so.
Agreed. I’m an SEO and I haven’t seen meaningful ranking adjustment by fixing page speed scores myself, but others may depending on the competition level and niches.
It’s meant more as a minor signal and a tie breaker. If SEO is roughly the same for two competing companies but one has page speeds of 2 second load times and the other 5 second, then the 2 second load time page may get a bump above the other 5 second one.
Now, I say MAY because there’s a lot that goes into it and maybe one brand has better on page conversion rates over the other one or something else that might affect things.