devalias.net
devalias.net copied to clipboard
[DeepDive] Website profiling and performance tuning
General
- https://developers.google.com/web/fundamentals/performance/
- https://developers.google.com/web/fundamentals/performance/rail
- https://developers.google.com/web/fundamentals/performance/get-started
- https://developers.google.com/web/fundamentals/performance/rendering
- https://developers.google.com/web/fundamentals/performance/audit
- https://developers.google.com/speed/pagespeed/insights/
- https://www.thinkwithgoogle.com/feature/testmysite/
- https://www.webpagetest.org/
Lighthouse
- https://developers.google.com/web/tools/lighthouse
-
Lighthouse is an open-source, automated tool for improving the quality of web pages. You can run it against any web page, public or requiring authentication. It has audits for performance, accessibility, progressive web apps, SEO and more.
-
- https://github.com/GoogleChrome/lighthouse
- https://github.com/GoogleChrome/lighthouse-ci
-
Automate running Lighthouse for every commit, viewing the changes, and preventing regressions
- https://github.com/GoogleChrome/lighthouse-ci/blob/master/docs/getting-started.md
-
React
- https://reactjs.org/docs/perf.html
- https://reactjs.org/docs/profiler.html