I have magento 2.4.5 and my own dedicated server with elastic search installed. my catalogue page takes forever to load (16 sec). I have 18K products. Magento profiler shows me: TEMPLATE:/var/www/magento2/app/design/frontend/mytheme/mytheme/Magento_Catalog/templates/product/list/toolbar.phtml. with a 14.405653s time · EAV:load_collection 0.679354 · load_entities 0.571876 · set_orig_data 0.010517 · after_load 0.096795 There is nothing […]
Daily Archives: February 11, 2023
I would like to increase my development productivity. Is it possible to add breakpoints in Magento 2 server files in Visual Studio? Because there is a plugin called XDEBUG in VS code. I installed it but I do not know how to connect and debug my Magento 2 instance ? […]
I have created the custom graphql in magento 2.4.4 and working fine.Response looking like below { "data": { "showDetails": [] } } but i need the response structure like below { "results": { "showDetails": [] } } How can we replace "data" with "results" in response.?
In var/log both in exception.log and in system.log I have this type of error that I don’t know what is due and I have no idea how to debug it, can someone give me clarification on what is due and possibly how to fix it. main.ERROR: Warning: stripos(): needle is […]
Extra money hurts-said nobody ever!! To some, the extra income might help to improve their present and future life. So those looking to earn extra… Read More The post 5 Websites for online surveys to make quick money appeared first on GeeksforGeeks.
Angular is a popular JavaScript framework for building web applications. It provides a set of tools and libraries for building client-side applications using modern web… Read More The post How do you create application to use SCSS ? appeared first on GeeksforGeeks.
The Scope is used to combine developer and user. It consists of data and code which can be accessed according to the hierarchy. The Scope… Read More The post Explain the concept of scope hierarchy appeared first on GeeksforGeeks.
In AngularJS, there are three main types of components: factories, services, and providers. Each of these components serves a different purpose and has its own… Read More The post Difference between factory, service & provider ? appeared first on GeeksforGeeks.