Enables customers to add products to the comparison list using Ajax, without page reloads. Improves the product comparison experience and increases site speed.
Performance & Optimization
Caching, lazy loading, image optimization, database optimization
Dynamically generates meta titles, keywords, and descriptions for product and category pages using templates. Supports attribute placeholders for optimized SEO metadata.
Warms CDN and Varnish full-page cache by crawling URLs from sitemaps plus static, media, and dynamic catalog images, run manually, by cron, or embedded in deployment scripts.
Looking for contributors - Help fix build issues
This module defines several sections where you can define common feedback from Google Lighthouse.
Disables Content Security Policy (CSP) in Magento 2. Simplifies disabling CSP for shops where it's not required.
Adds RTL (right-to-left) support to Magento themes and modules. It provides CSS classes and LESS mixins for easier styling of RTL layouts.
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.
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
Automatically removes stale rows from the cron_schedule table once a day, preventing it from growing huge and causing slow cron runs and heavy CPU usage.
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