TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Is there an index that ranks websites based on their performance?

1 pointsby bloopity12 months ago
I have noticed that sites have become incredibly buggy over the past couple of years and they seem to be taking longer to load.<p>Yesterday, literally every interaction I had with a site resulted in some bug. Often the bug was severe enough to prevent me from even accessing the page. And these weren&#x27;t small insignificant sites; these were web applications with billions in funding.<p>Furthermore, it seems like there has been an uptick in the idea that companies can do the same amount of work with fewer engineers. It would be nice to have an index to measure this sentiment against the actual performance of the site over time.

2 comments

pixodaros12 months ago
There are also search engines for the small web or indy web such as <a href="https:&#x2F;&#x2F;ooh.directory&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ooh.directory&#x2F;</a> (blogs) and <a href="https:&#x2F;&#x2F;wiby.me&#x2F;" rel="nofollow">https:&#x2F;&#x2F;wiby.me&#x2F;</a> Sites like that don&#x27;t tend to have a lot of ads, surveillance, and other things that slow pages down. Have not tried Million Short which ignores results from 1,000,000 popular sites.
pixodaros12 months ago
I start by treating Javascript as whitelist only. If the site is blank without Javascript, I ask myself what is the chance its worth enabling scripts one by one. HTML CSS and reasonably sized images are quick, its videos, scripts, and calls to databases which are slow.