JavaScript web-performance

Open-source JavaScript projects categorized as web-performance

Top 3 JavaScript web-performance Projects

  • webpack

    A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.

  • Project mention: Practical and Beginner friendly guide for speeding up your web-apps | dev.to | 2024-05-01

    There are various tools available that manage the size of bundled assets. We are going to use the example of a popular and widely used bundler named Webpack, and practically look at many of the optimization techniques it offers.

    Project mention: Lessons from open-source: Use window.trustedTypes to prevent DOM XSS. | dev.to | 2024-04-08

    // https://github.com/GoogleChromeLabs/quicklink/blob/453a661fa1fa940e2d2e044452398e38c67a98fb/src/index.mjs#L115-L118 // License: Apache 2.0 let cn if ((cn = (navigator as any).connection)) { // Don't prefetch if using 2G or if Save-Data is enabled. if (cn.saveData || /2g/.test(cn.effectiveType)) return Promise.resolve() }

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • puppeteer-webperf

    Automating Web Performance testing with Puppeteer 🎪

  • Project mention: Eleve o nível de suas Aplicações Javascript com Load Test | dev.to | 2024-02-17

    Website: pptr.dev Repositório: GitHub

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 web-performance related posts

  • 7 Tricks to take the Performance of your Website to the Moon 🚀🌙

    2 projects | dev.to | 1 Apr 2023
  • Import Strategies for Performance Optimization⚡

    2 projects | dev.to | 29 Nov 2022
  • 5 tools for Core Web Vitals to measure and improve website UX

    2 projects | dev.to | 14 Apr 2022

Index

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

Project Stars
1 webpack 64,178
2 quicklink 10,943
3 puppeteer-webperf 1,776

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