For Those with slow loading 2.09 product details

product details will be fixed soon…



they fixed my product details and said they would release a official fix soon…



this is what they done to mine …





in function.block.php >





changed :


if (strpos($_block['properties']['list_object'], '.tpl') === false || !empty($_block['properties']['items_function'])) {






To:


if (empty($_block['properties']['static_block']) && (strpos($_block['properties']['list_object'], '.tpl') === false || !empty($_block['properties']['items_function']))) {





maybe it help you

Thanks. That was some rediculous loading time.



To make it a little clearer for others, the path is: core/templater_plugins/function.block.php