TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Best website performance optimization resources?

2 点作者 Kinnard将近 6 年前
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 条评论

daniel_iversen将近 6 年前
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).
Kinnard将近 6 年前
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>