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: Best website performance optimization resources?

2 pointsby Kinnardabout 6 years ago
What are the best resources for learning website performance optimization techniques + best practices?<p>eg: https:&#x2F;&#x2F;developers.google.com&#x2F;web&#x2F;fundamentals&#x2F;performance&#x2F;why-performance-matters&#x2F;

2 comments

daniel_iversenabout 6 years ago
It’s tricky because there’s backend performance tuning and front end tuning, backend is of course super dependant on your stack whereas the front end is based on standards at least. Is your website static (I.e not an app, not authenticated and not refreshing very often)? Then a (not proud) shortcut to start with is to put a CDN in front of it and then just optimise your front end (css, JS, HTML) and you can google for that (a good start is to try using the Google Pagespeed insights tool - it’ll scan your page and tell you what it thinks you need to optimise).
Kinnardalmost 6 years ago
web.dev appears to repackage google&#x27;s website optimization content in a more &quot;narrative&quot; format: <a href="https:&#x2F;&#x2F;web.dev&#x2F;learn" rel="nofollow">https:&#x2F;&#x2F;web.dev&#x2F;learn</a>