JavaScript Faster Web

Open-source JavaScript projects categorized as Faster Web

Top 5 JavaScript Faster Web Projects

  • lighthouse

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

  • Project mention: How to chop off bytes of an UTF-8 string to fit into a small slot and look nice | news.ycombinator.com | 2024-06-05

    I wrote a JavaScript version of this using Intl: https://github.com/GoogleChrome/lighthouse/blob/9baac0ae9da7...

    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
  • InstantClick

    InstantClick makes following links in your website instant.

  • Project mention: Instantclick.js โ€“ making navigation effectively instant | news.ycombinator.com | 2024-03-28
  • CacheP2P

    "More users = More capacity"

  • Gantt chart for React.JS

    dhtmlxGantt with ReactJS

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
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 Faster Web related posts

  • How to chop off bytes of an UTF-8 string to fit into a small slot and look nice

    3 projects | news.ycombinator.com | 5 Jun 2024
  • Choosing Your Accessibility UI Testing Library

    1 project | dev.to | 12 May 2024
  • Lessons from open-source: Use window.trustedTypes to prevent DOM XSS.

    2 projects | dev.to | 8 Apr 2024
  • Instantclick.js โ€“ making navigation effectively instant

    1 project | news.ycombinator.com | 28 Mar 2024
  • help needed with lighthouse ci for angular, github actions, PROTOCOL_TIMEOUT: (Method: Debugger.disable)

    3 projects | /r/devops | 15 Oct 2023
  • Is Lighthouse a misleading performance tool?

    3 projects | dev.to | 7 Jul 2023
  • 7 Tricks to take the Performance of your Website to the Moon ๐Ÿš€๐ŸŒ™

    2 projects | dev.to | 1 Apr 2023
  • A note from our sponsor - SurveyJS
    surveyjs.io | 7 Jun 2024
    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. Learn more โ†’

Index

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

Project Stars
1 lighthouse 27,936
2 quicklink 10,950
3 InstantClick 5,515
4 CacheP2P 868
5 Gantt chart for React.JS 98

Sponsored
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.io