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.
Displays recently viewed products on your Magento 2 store. Helps customers easily find and revisit products they've previously viewed, increasing sales.
Adds "next" and "previous" product navigation buttons to product pages. Allows customers to quickly browse related products within a category.
Improves Magento 2 website speed by enabling features like lazy loading, HTML minification, and JavaScript deferring. Configuration is done via the admin panel.
Detects crashed cron job processes in Magento 2 and sets their status to error. Requires the POSIX module in php.ini and a system cronjob setup.
Pushes Magento order data to Signalise via a queue. Includes configurable events and a command to push specific orders.
Apollo-compatible automatic persisted queries, to improve GraphQL network performance.
Splits the first street line in checkout into separate street and house-number fields using a layout processor and matching Knockout components.
Configures Magento for the German market with pre-set system configurations, tax rates, and CMS pages for legal information. Displays legal notices for shipping costs.
Provides a backend interface to view and manage Magento cron jobs. Includes a timeline and list view for scheduling, deleting, and filtering jobs.
Removes the default store code from URLs in Magento 2. Simplifies URLs and can improve SEO by avoiding duplicate content.