JavaScript Performance analysis

Open-source JavaScript projects categorized as Performance analysis

Top 4 JavaScript Performance analysis Projects

Performance analysis
  1. lighthouse ci action

    Automated auditing, performance metrics, and best practices for the web.

    Project mention: Preact vs Astro 4: The Performance Battle benchmark in High-Scale | dev.to | 2026-05-07

    High-scale performance gains are only valid if you test with realistic workloads that match your production traffic. Too many teams benchmark with 10 components on a fast WiFi network, then wonder why their app crashes under 1M DAU. Use the benchmark script we provided earlier to test with 10k+ components, throttled networks (3G, 4G, slow WiFi), and realistic concurrency (100+ req/s). Test both client-side and server-side metrics: TTI, FCP, LCP for client metrics; p99 latency, requests per second, memory usage for server metrics. For Astro apps, benchmark both SSG and SSR modes: SSG will always be faster for static content, but SSR is necessary for personalized content (e.g., logged-in user dashboards). Use Lighthouse CI to automate performance regression testing in your CI pipeline: set thresholds for LCP (<2.5s), FCP (<1.8s), and TTI (<3.8s) and fail builds that exceed them. In our case study, the e-commerce team caught a 400ms TTI regression before deploying by adding Lighthouse CI to their GitHub Actions pipeline, saving hours of debugging post-deployment. For cost benchmarking, use the AWS Pricing Calculator or Vercel’s cost estimator to project server costs for your traffic levels, as Astro’s lower resource usage can lead to significant savings at scale.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. sitespeed.io

    sitespeed.io is an open-source tool for comprehensive web performance analysis, enabling you to test, monitor, and optimize your website’s speed using real browsers in various environments.

  4. webperf-snippets

    ⚡️ 💾 Web Performance Snippets

  5. import-cost

    displays the import size of the package you are importing inside the code editor

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

JavaScript Performance analysis discussion

Log in or Post with

JavaScript Performance analysis related posts

  • A helpful approach to navigating the SEO AI shift

    3 projects | dev.to | 4 Oct 2024
  • Scalene: A high-performance CPU GPU and memory profiler for Python

    1 project | /r/hypeurls | 18 Jun 2023
  • Scalene: A high-performance, CPU, GPU, and memory profiler for Python

    1 project | news.ycombinator.com | 18 Jun 2023
  • How can I find out why my python is so slow?

    2 projects | /r/Python | 30 May 2023
  • Cum as putea sa imbunatatesc timpul de rulare al pitonului?

    1 project | /r/programare | 14 Mar 2023
  • Scalene - A Python CPU/GPU/memory profiler with optimization proposals

    1 project | /r/CKsTechNews | 19 Feb 2023
  • Scalene: A Python CPU/GPU/memory profiler with optimization proposals

    1 project | news.ycombinator.com | 19 Feb 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 9 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Performance analysis projects in JavaScript? This list will help you:

# Project Stars
1 lighthouse ci action 30,320
2 sitespeed.io 4,985
3 webperf-snippets 1,437
4 import-cost 1,387

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that JavaScript is
the 5th most popular programming language
based on number of references?