Web performance
Notes
Don't ever underestimate the cost performance of cache misses.
Links
tachometer - Statistically rigorous benchmark runner for the web.
bundlesize - Keep your bundle size in check.
Latency - Global latency testing tool.
You Don't Need - People choose popular projects, often not because it applies to their problems.
Treo - Real user monitoring with zero-setup.
Perf Tooling - List of performance analysis, monitoring and optimization tools.
Calibre - Monitor and audit web performance. Make meaningful improvements where it matters.
Sitespeed.io - Set of open source tools that makes it easy to monitor and measure the performance of your web site.
Firefox Profiler - Web app for Firefox performance analysis.
Size Limit - Calculate the real cost to run your JS app or lib to keep good performance. Show error in pull request if the cost exceeds the limit.
Jank Free - Resources to make web silky smooth.
go-ycsb - Go port of Yahoo! Cloud Serving Benchmark.
ReBench - Execute and Document Benchmarks Reproducibly.
import-size - Measure the real, minified, tree-shaken impact of individual imports into your app.
bundle-wizard - Easy insight into the JS loaded by a web app.
Statping - Status Page for monitoring your websites and applications with beautiful graphs, analytics, and plugins.
storybook-addon-performance - Storybook addon to help better understand and debug performance for React components.
PackWatch - Keep an eye on your packages' footprint.
Lighthouse CI Action - Audit URLs using Lighthouse and test performance with Lighthouse CI.
Package Phobia - Find the cost of adding a new dependency to your project. (Code)
WebPageTest - Test a website's performance. (Simple test)
cliff - Find the load at which a benchmark falls over.
Build Size Watcher - Keep your build size in check and detect when it gets too big.
Last updated
Was this helpful?