Blog
I’m trying to get my head around how php processes request (via apache). If I call a php page which on the server side calls a database to insert some data and then returns the data back to the client. What happens if you call the page but then immediately […]
I’m running my store in the Magento 2.3.1 + ElasticSearch 6 + PHP 7.2 With 12k products and 228 attributes, and PHP memory_limit = -1. I have an integration that syncs the products through Magento’s API. Sometimes the products disappeared on the categories in the storefront, normally, it’s the catalogsearch_fulltext […]
I have created a site with Base Currency as United Arab Emirates Dirham (AED). One Website, one store only. Default display currency is USD. Catalog Price Scope is set to “Global” CCAvenue is configured like so: Question: Why does the CCAvenue choose USD as currency for billing? Here is the […]
We are running Magento 2.3.1 which has been running properly for a while. Recently the site began to experience extremely long wait times whenever hitting pages not cached by Varnish such as searches and checkout pages. Looking at the CPU usage on our box it seemed that MySql was consuming […]
I have products that are called different things based on their end-use. In layered navigation, I want people to be able to filter products based on the name that they know for the product. Is there any way to control the label in layered navigation based on the category that […]