awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesPerformance Isolation

Architectural patterns that quarantine expensive operations within independent components to prevent performance degradation of the main page.

Distinct from Performance Optimizers: Distinct from Performance Optimizers: focuses on architectural isolation of expensive logic rather than general performance tuning.

Explore 1 awesome GitHub repository matching user interface & experience · Performance Isolation. Refine with filters or upvote what's useful.

Awesome Performance Isolation GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • livewire/livewireAvatar von livewire

    livewire/livewire

    23,448Auf GitHub ansehen↗

    Livewire is a full-stack framework for PHP that enables the development of reactive, dynamic user interfaces using server-side classes and templates. By bridging the gap between server-side logic and client-side DOM updates, it allows developers to build interactive web applications without writing custom JavaScript. The framework operates as a component-based library, where modular units encapsulate interface logic, state, and event handling directly on the server. The framework distinguishes itself through a reactive architecture that automatically synchronizes state between the browser and

    Quarantines expensive operations or slow database queries within independent components to prevent performance overhead on the rest of the page.

    PHP
    Auf GitHub ansehen↗23,448
  1. Home
  2. User Interface & Experience
  3. Performance Optimizers
  4. Performance Isolation