top | item 31994829

(no title)

0xb0565e487 | 3 years ago

One thing I've noticed is that almost all new web frameworks I come across nowadays seems to be catered towards search engine optimization (i.e.: getting 99/100 on Google PageSpeed Insights).

discuss

order

hoten|3 years ago

Are you confusing SEO with performance? Lighthouse does have a SEO category but it isn't exposed through the PSI web app.

dgb23|3 years ago

It's a very specific kind of performance. It doesn't measure long running apps, interactions and visualizations.

When you play a video game you might have to download and install it first, which might take quite a while, but we don't say "this game has bad performance" because of that.

Lighthouse measures that first second or first few seconds after you visit a site at position 0/0. It doesn't care about how much bloat comes after you scroll. It discourages you to pre-load resources (including JS and CSS) which you don't _immediately_ need for that first hit.

It is really about content and marketing websites with low interaction. You can absolutely make good interactive applications that also get a high Lighthouse score, but the overlap is not necessarily always feasible or the best tradeoff to make.

httpsterio|3 years ago

Google uses (or at least used to use) page speed results as one of the ranking factors for their SERP .