The latest in Magento land
Do you know that feeling? You worked long and hard on that blog post? Or that super wicked Magento extension? And then you hit publish and... nothing. No one reads it. No one sees it. It just sits there. Well, not anymore! Mage Dispatch is here to help you get your content out there.
Mage Dispatch is a newsletter for the community and by the community. Here you can share links that you think that the community should know about. We will include it in our next newsletter.
-
https://github.com/markshust/magento2-module-ordergrid
This repository provides an extension that enhances the admin order grid by adding a new column to display order line items, including product names and quantities. Installation is straightforward, requiring just a few commands, and there are no additional configurations needed. The module is licensed under the MIT License and aims to give businesses more detailed insights within the order management view.
318729 Jul 2025
-
https://github.com/poespas/hypernode-mcp-server
This repository provides a Model Context Protocol (MCP) server designed for managing Hypernode environments, offering features like vhost management, incident handling, attack blocking, and nginx log analysis. Users can install dependencies using pip, run the server, and utilize various tools for managing settings and analyzing logs.
29 Jul 2025
-
https://jigarkarangiya.com/reset-stuck-message-queue-magento-2/
This guide details how to reset a message queue that becomes stuck due to issues like crashes or deadlocks. It provides necessary SQL queries and tips for safely backing up your database before performing a potentially destructive operation. Understanding the causes of stuck queues and the proper steps to reset them is essential for maintaining performance.
29 Jul 2025
-
https://github.com/run-as-root/warden-mcp-server
This project provides a comprehensive server enabling seamless integration between AI assistants and local development environments. It automates tasks like project initialization, environment management, and database operations, enhancing the development experience. Installation and configuration instructions are included to help users set it up with ease.
1529 Jul 2025
-
https://github.com/hyva-themes/magento2-optimized-csp-allowlist
This project enhances the security framework of your online store by fine-tuning the Content Security Policy (CSP). It specifically reduces risks associated with unnecessary domain allowances that can lead to XSS vulnerabilities, ensuring safer loading of resources. With this extension, domains in the csp_whitelist.xml files are managed more effectively to improve overall security.
29 Jul 2025
-
https://github.com/dadolun95/magento2-repeatable-widget
This module shows how to make a repeatable param for a CMS Widget
-
https://github.com/wubinworks/magento2-free-cache-warmer
An Extension designed for CDN and Varnish cache warming. Warm up URLs located in sitemaps, as well as static content, media content and dynamic catalog images. Run manually or schedule by cron expression. This extension is easily customizable with dispatched events and the CLI command is ready to be embedded in deployment scripts.
1125 Jul 2025
-
https://github.com/attherateof/PersistentCache
A robust Magento 2 module that provides a persistent, isolated cache layer untouched by Magento's default CLI cache operations (cache:clean, cache:flush).
In Magento 2, we often store temporary but important data in cache — such as serialized payloads, or flags for ongoing processes. However, a major concern arises: Running Magento CLI commands like bin/magento cache:flush or cache:clean can wipe out these important entries, potentially corrupting workflows.
11