awesome-repositories.com
Blog
awesome-repositories.com

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

EntdeckenKuratierte SuchenOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjektÜber unsHow we rankPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesVue Performance Optimizers

Performance tools specifically designed to minimize browser operations in Vue applications.

Distinct from Performance Optimization Tools: Distinct from general performance tools: focuses on Vue-specific list and grid optimization.

Explore 3 awesome GitHub repositories matching web development · Vue Performance Optimizers. Refine with filters or upvote what's useful.

Awesome Vue Performance Optimizers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • akryum/vue-virtual-scrollerAvatar von Akryum

    Akryum/vue-virtual-scroller

    10,615Auf GitHub ansehen↗

    This library is a headless virtualization engine designed to optimize performance for large-scale list and grid rendering in Vue applications. By mounting only the elements currently visible within the viewport, it minimizes browser operations and memory usage, allowing interfaces to remain responsive even when handling massive datasets. The engine distinguishes itself through a headless layout abstraction that decouples virtualization logic from specific markup, enabling the creation of custom interfaces without enforcing rigid container styles. It features automatic, dynamic size calculatio

    Minimizes browser operations and memory usage when displaying massive lists or grids in Vue applications.

    Vuescrollervirtual-scrollervuejs
    Auf GitHub ansehen↗10,615
  • hilongjw/vue-lazyloadAvatar von hilongjw

    hilongjw/vue-lazyload

    8,006Auf GitHub ansehen↗

    vue-lazyload is a Vue.js image lazy loading plugin and frontend asset optimizer. It serves as a viewport visibility observer that defers the loading of images and components until they enter the browser viewport to reduce initial page load times. The project functions as a progressive image loader by managing image placeholders and implementing dynamic source switching. It uses a browser API to monitor when elements enter the viewport, avoiding expensive scroll event listeners to maintain performance. The plugin provides capabilities for image loading state tracking, including custom placeho

    Optimizes Vue application performance by deferring image downloads until they enter the user viewport.

    JavaScriptlazyloadvuevue-lazyload
    Auf GitHub ansehen↗8,006
  • tangbc/vue-virtual-scroll-listAvatar von tangbc

    tangbc/vue-virtual-scroll-list

    4,517Auf GitHub ansehen↗

    vue-virtual-scroll-list ist eine virtualisierte Listenimplementierung für Vue-Anwendungen. Sie bietet eine Komponente, die nur die sichtbaren Elemente eines großen Datensatzes rendert, um eine hohe Leistung zu wahren und die Anzahl aktiver DOM-Elemente zu begrenzen. Das Projekt fungiert als High-Performance-Listen-Renderer und dynamischer Viewport-Manager. Es berechnet in Echtzeit Listenabmessungen und Scroll-Offsets, um Tausende von Dateneinträgen anzuzeigen, ohne den Browser-Speicherverbrauch oder die Leistung zu beeinträchtigen. Das System enthält eine programmatische Scroll-Steuerung zur Navigation zu spezifischen Element-Indizes oder Pixel-Offsets. Es bietet zudem Hilfsprogramme zur Abfrage von Listenabmessungen, Viewport-Größe und individuellen Elementmaßen zur Verwaltung von Layout-Abständen.

    Minimizes CPU and memory load in Vue applications by limiting the number of active DOM elements.

    JavaScriptbig-datainfinite-scrollvirtual-list
    Auf GitHub ansehen↗4,517
  1. Home
  2. Web Development
  3. Performance Optimizations
  4. Performance Optimization Tools
  5. Vue Performance Optimizers