Implements lazy loading of images, loading them only when visible to the user. Reduces page size and the number of HTTP requests.
Performance & Optimization
Caching, lazy loading, image optimization, database optimization
Removes the 3-item limit on Magento wishlists. Allows admin configuration of the maximum number of items allowed in a customer's wishlist.
Looking for contributors - Help fix build issues
This extension adds WebP support to Magento 2.
Enables quick searching for products or customers within form fields using a Select2 UI component. Supports simple select elements in custom forms.
Implements Google's Speculation Rules API for Magento 2, enabling speculative loading strategies to improve page load performance. Uses JSON configuration for prefetching and prerendering URLs.
Recommends products based on anonymous browsing history. Suggests "also viewed" items based on what other customers have viewed.
Looking for contributors - Help fix build issues
Limits the number of GraphQL queries and mutations from a client within a defined timeframe. Prevents abuse by restricting excessive requests to create sessions or customer data.
Looking for contributors - Help fix build issues
Handles configuration and loading of frontend bundles prepared by Magepack. Facilitates advanced JavaScript bundling in Magento 2.
Allows uploading SVG, WebP, and AVIF images in Magento 2. Expands supported image formats for product and category images.
Looking for contributors - Help fix build issues
Automatically flushes Magento 2 caches (config, block_html, full_page) after saving system configuration. Useful for development environments to avoid manual cache flushing.
Improves page loading speed by lazy loading images. Loads images only when they are visible in the viewport, saving bandwidth and improving website performance.
Looking for contributors - Help fix build issues
Improves Magento 2 website speed by enabling features like lazy loading, HTML minification, and JavaScript deferring. Configuration is done via the admin panel.
Looking for contributors - Help fix build issues