awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • akryum/vue-virtual-scrollerAkryum का अवतार

    Akryum/vue-virtual-scroller

    10,615GitHub पर देखें↗

    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
    GitHub पर देखें↗10,615
  • hilongjw/vue-lazyloadhilongjw का अवतार

    hilongjw/vue-lazyload

    8,006GitHub पर देखें↗

    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
    GitHub पर देखें↗8,006
  • tangbc/vue-virtual-scroll-listtangbc का अवतार

    tangbc/vue-virtual-scroll-list

    4,517GitHub पर देखें↗

    vue-virtual-scroll-list Vue एप्लिकेशन के लिए एक वर्चुअलाइज्ड लिस्ट इम्प्लीमेंटेशन है। यह एक कंपोनेंट प्रदान करता है जो उच्च प्रदर्शन बनाए रखने और सक्रिय DOM तत्वों की संख्या को सीमित करने के लिए एक बड़े डेटासेट के केवल दृश्यमान (visible) आइटम को रेंडर करता है। यह प्रोजेक्ट एक उच्च-प्रदर्शन लिस्ट रेंडरर और डायनेमिक व्यूपोर्ट मैनेजर के रूप में कार्य करता है। यह ब्राउज़र मेमोरी उपयोग या प्रदर्शन को खराब किए बिना हजारों डेटा प्रविष्टियों को प्रदर्शित करने के लिए रीयल-टाइम लिस्ट आयामों और स्क्रॉल ऑफसेट की गणना करता है। यह सिस्टम विशिष्ट आइटम इंडेक्स या पिक्सेल ऑफसेट पर नेविगेट करने के लिए प्रोग्रामेटिक स्क्रॉल कंट्रोल शामिल करता है। यह लेआउट स्पेसिंग को प्रबंधित करने के लिए लिस्ट आयामों, व्यूपोर्ट आकार और व्यक्तिगत आइटम मापों को क्वेरी करने के लिए उपयोगिताएँ भी प्रदान करता है।

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

    JavaScriptbig-datainfinite-scrollvirtual-list
    GitHub पर देखें↗4,517
  1. Home
  2. Web Development
  3. Performance Optimizations
  4. Performance Optimization Tools
  5. Vue Performance Optimizers