What makes a good Magento theme or frontend?
What are the factors that define the page speed/page-load of the Magento store? What are the things that we should be aware of?
What are the factors that define the page speed/page-load of the Magento store? What are the things that we should be aware of?
By looking into Magento Core modules, I can see some of them split into very small parts of same functionality, like this one listed below. I can’t really find on the docs any mention of this approach, and most of… Read More »Magento Modules Decomposition
(function anonymous( ) { debugger }) I am getting this in source tab and whole website is freezing because of it. I have not added this code anywhere. How to find out what is the exact issue. Also when doing… Read More »My magento 2 website is freezing and stuck due to debugger
I have been reading the posts but they seem a bit old. I want to add some security to my machine and CSX is by far the cheapest but I also… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1929511&goto=newpost
Whenever we send off a newsletter with say 10+ links to specific products, our server ends up overloading and our website ends up going down for 5-10 minutes until the server comes back up. The newsletter/email blast is sent off… Read More »Servers RAM spikes after Newsletter
I am trying to get the response of my Ajax in the Controller : require([‘jquery’, ‘mage/url’, ‘mage/cookies’], function ($, url) { ‘use strict’; window.updateStatus = function (element) { var isEnabled = $(element).val(); var entityId = $(element).data(‘entity-id’); var formKey = $.mage.cookies.get(‘form_key’);… Read More »Admin JS Ajax call in the Controller
When we make changes to a product or category magento will get stuck on the “please wait” screen. There’s no error and the changes do not save. So far, the issue is only when changing things in the “content” sections.… Read More »Intermittent failure to save categories/products
I have made a new Order Status ‘Paid’. I have assigned the new status to more or less every payment method and it works everywhere. Beside on Zero Subtotal Checkout – it keeps resulting in state:new, status:processing, even though I… Read More »Zero Subtotal Checkout and custom status
catalog_product_attribute_update_before This event works for mass attribute update but not for mass inventory update. Please let me know if there is any event for this.
In my magento 2.4.6, The product sorting for categories is not working. Like price high to low and low to high and sort filter is not working . Rest all other filters are working. When selecting sorting – low to… Read More »In my magento 2.4.6, The product sorting for categories is not working. Like price high to low and low to high and sort filter is not working