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://www.linkedin.com/pulse/magento-2-redis-session-storage-performance-issues-suleimanov-qfdae
In this article, we will examine how Magento 2 uses Redis for storing user sessions, what performance issues can arise on large projects with this implementation, and what solutions exist to resolve them.
-
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.
-
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.
3191 -
https://www.daff.io/
Build your store with ease and flexibility — take advantage of the cutting edge with Angular, Redux and Progressive Web Apps.
-
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.
-
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.
317 -
https://github.com/dadolun95/magento2-repeatable-widget
This module shows how to make a repeatable param for a CMS Widget
16 -
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.
17 -
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.
14 -
https://jigarkarangiya.com/magento2-rsync-media-sync-cloud/?utm_source=rss&utm_medium=rss&utm_campaign=magento2-rsync-media-sync-cloud
When working on Adobe Commerce Cloud projects, there are times when your product images or other media assets in pub/media need to be synced across environments — for example, from production to staging or local.