Search the Community
Showing results for tags 'profiling'.
-
I am running Prestashop 1.7.6.3 with docker. In my set up it takes a lot of time for order confirmation. I enabled debug and debug profiling options to figure out the issue. Once I click on place order, there is an exception (attached). I am looking for help to fix the exception.
-
Witam, Mam problem z profilingiem strony kategorii. Strona zaczęła wolniej się ładować. Jedyne długie czasy znajdują się w "initContent" oraz "display". Sprawdzałem wszystkie moduły wyłączając je. Niestety nic to nie dało. Jak mógł bym dojść do tego która część kodu stwarza problemy? C...
-
Hi community, I am having a little bit of problem, because I found out that productcommentslist is rendering this module is taking over 1 000 ms everytime when page load. I am having lastest version of this module. hookdisplayProductListReviews ~1500ms. It is kinda weird because I didn't...
- 3 replies
-
- product comments
- module
- (and 4 more)
-
I am trying to improve the loading time of my website. So after doing some modifications. I wanted to check the SQL Query speeds. To do this i thought i only had to turn on Debug Profiling. But when i change define('_PS_DEBUG_PROFILING_', false); to define('_PS_DEBUG_PROFILING_',...
-
Hello, I try to optimize my Prestashop and I used profiling debug to get some references for loading time. What I don't understand is why initContent show 2216ms but all hooks cumulated time is 597ms. I checked initContent load follows hooks displayHeader = 30ms displayTop = 9ms displayLeftColu...
-
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, pl.`description`, pl.`description_short`, pl.`available_now`, pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_i...
-
Hello, I am having a performance problem - it takes loooong to save a product in BO. In most cases save ends with overtime. I tried to nail a problem by profiling on a local copy - but problem seems to exist only on prod. I tried to disable various modules but problem still persists. I...
- 8 replies
-
- log
- production
-
(and 1 more)
Tagged with:
-
Bonsoir. Je viens de tomber sur un post du blog (http://www.prestashop.com/blog/fr/gestion-du-cache-dans-les-modules/) qui parle du profiling sur prestashop 1.5. Ma question est simple, y a t'il une solution pour l'adapter à la 1.4 ou antérieur, cette outil me semble vraiment pratique. Bon...