awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

17 repository-uri

Awesome GitHub RepositoriesPerformance Tools

Utilities for optimizing rendering and application speed.

Explore 17 awesome GitHub repositories matching part of an awesome list · Performance Tools. Refine with filters or upvote what's useful.

Awesome Performance Tools GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • bvaughn/react-virtualizedAvatar bvaughn

    bvaughn/react-virtualized

    27,072Vezi pe GitHub↗

    react-virtualized is a library of components for rendering massive lists and tables by drawing only the elements visible in the viewport. It provides specialized layout managers including a windowed grid component and a dynamic height list manager. The project includes a masonry layout engine for packing items of varying heights and widths, as well as an infinite scroll interface for incrementally fetching and appending data. The library covers a broad range of virtualization capabilities, including frozen grid elements, reverse list rendering, and synchronized viewport scrolling. It also su

    Efficient rendering for large lists and tables.

    JavaScriptgridlistlistview
    Vezi pe GitHub↗27,072
  • trueadm/infernoAvatar trueadm

    trueadm/inferno

    16,420Vezi pe GitHub↗

    Inferno is an isomorphic JavaScript framework and virtual DOM UI library used for building user interfaces. It functions as a server-side rendering engine that converts virtual nodes into HTML strings for the server and hydrates them on the client to optimize initial load speeds and search engine indexing. The framework features a synthetic event system that provides a normalized interface for handling browser interactions consistently across different web environments. It employs a reactive UI model to synchronize state-driven updates and reactive streams with the browser document object mod

    Fast library for building modern interfaces.

    JavaScript
    Vezi pe GitHub↗16,420
  • jasonslyvia/react-lazyloadAvatar jasonslyvia

    jasonslyvia/react-lazyload

    5,904Vezi pe GitHub↗

    Acest proiect este o componentă React de lazy loading concepută pentru a îmbunătăți performanța frontend-ului prin amânarea randării elementelor copil până când acestea intră în viewport-ul browserului. Funcționează ca un manager de ciclu de viață al resurselor și declanșator de vizibilitate, prevenind montarea inutilă a componentelor din afara ecranului pentru a reduce timpii inițiali de încărcare a paginii și consumul de memorie. Biblioteca oferă configurare pentru declanșatoarele de vizibilitate, permițând utilizarea de offset-uri personalizate și containere de scroll specifice pentru a determina când se încarcă o componentă. Include mecanisme pentru gestionarea ciclurilor de viață ale componentelor, permițând alegerea dacă o componentă rămâne încărcată după apariție sau se demontează la părăsirea viewport-ului. Capabilitățile suplimentare acoperă randarea amânată prin utilizarea de placeholder-uri și optimizarea gestionării evenimentelor pentru ascultătorii de scroll și redimensionare. Sistemul suportă, de asemenea, validarea manuală a vizibilității pentru a forța verificările viewport-ului sau a impune afișarea unei componente.

    Lazy loading for components and images.

    JavaScript
    Vezi pe GitHub↗5,904
  • seatgeek/react-infiniteAvatar seatgeek

    seatgeek/react-infinite

    2,683Vezi pe GitHub↗

    A browser-ready efficient scrolling container based on UITableView

    Efficient scrolling container for large lists.

    JavaScript
    Vezi pe GitHub↗2,683
  • lucifier129/react-liteAvatar Lucifier129

    Lucifier129/react-lite

    1,714Vezi pe GitHub↗

    An implementation of React v15.x that optimizes for small script size

    Optimized implementation for small bundle sizes.

    JavaScript
    Vezi pe GitHub↗1,714
  • loktar00/react-lazy-loadAvatar loktar00

    loktar00/react-lazy-load

    980Vezi pe GitHub↗

    React component that renders children elements when they enter the viewport.

    Lazy loading for viewport-based rendering.

    TypeScript
    Vezi pe GitHub↗980
  • oliviertassinari/babel-plugin-transform-react-remove-prop-typesAvatar oliviertassinari

    oliviertassinari/babel-plugin-transform-react-remove-prop-types

    890Vezi pe GitHub↗

    Remove unnecessary React propTypes from the production build. :balloon:

    Build-time removal of prop types.

    JavaScript
    Vezi pe GitHub↗890
  • redsunsoft/react-render-visualizerAvatar redsunsoft

    redsunsoft/react-render-visualizer

    837Vezi pe GitHub↗

    Render visualizer for ReactJS

    Visualizer for component rendering.

    JavaScript
    Vezi pe GitHub↗837
  • dunglas/react-esiAvatar dunglas

    dunglas/react-esi

    684Vezi pe GitHub↗

    React ESI: Blazing-fast Server-Side Rendering for React and Next.js

    SSR performance boost using edge fragments.

    TypeScript
    Vezi pe GitHub↗684
  • jakesidsmith/react-fastclickAvatar JakeSidSmith

    JakeSidSmith/react-fastclick

    486Vezi pe GitHub↗

    Fast Touch Events for React

    Fast touch event handling.

    JavaScript
    Vezi pe GitHub↗486
  • ramongebben/react-perf-toolAvatar RamonGebben

    RamonGebben/react-perf-tool

    413Vezi pe GitHub↗

    Deprecated Debug performance of your React application

    Performance debugging for applications.

    JavaScript
    Vezi pe GitHub↗413
  • reactjs/react-static-containerAvatar reactjs

    reactjs/react-static-container

    222Vezi pe GitHub↗

    Renders static content efficiently by allowing React to short-circuit the reconciliation process.

    Efficient rendering of static content.

    JavaScript
    Vezi pe GitHub↗222
  • ggordan/react-infinite-gridAvatar ggordan

    ggordan/react-infinite-grid

    202Vezi pe GitHub↗

    A React component which renders a grid of elements.

    Efficient grid rendering component.

    JavaScript
    Vezi pe GitHub↗202
  • pfirsich/jprofAvatar pfirsich

    pfirsich/jprof

    103Vezi pe GitHub↗

    Profiling library/tool for löve

    Profiling tool for the framework.

    Lua
    Vezi pe GitHub↗103
  • alexsergey/issrAvatar AlexSergey

    AlexSergey/issr

    103Vezi pe GitHub↗

    The easiest way to move your React application to Server-Side Rendering. Handles Side Effects and synchronizes State.

    SSR synchronization for side effects and state.

    HTML
    Vezi pe GitHub↗103
  • engineersmith/applecakeAvatar EngineerSmith

    EngineerSmith/AppleCake

    31Vezi pe GitHub↗

    Visual Profiling tool for Love2D using Chromium's tracing tool

    Profiling library with thread support.

    Lua
    Vezi pe GitHub↗31
  • polynominal/piefillerAvatar Polynominal

    Polynominal/Piefiller

    25Vezi pe GitHub↗

    Graphical profiler for Love2D 9.2

    Graphical profiling utility.

    Lua
    Vezi pe GitHub↗25
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Performance Tools