No image available

RECOVERY STRAP TREE STRAP

OFD Kinetic 23K Extraction Set

zł1,231.71
Out-of-Stock

        Notes:

        • The set includes a kinetic rope 23K (OFDKINETIC23K), which is intended for vehicles with a total weight from 5T to 7.6T
        Load Time 130.889 ms
        Querying Time 14 ms
        Queries 127
        Memory Peak Usage 7.8 Mb
        Included Files 1135 files - 11.23 Mb
        PrestaShop Cache - Mb
        Global vars 0.04 Mb
        PrestaShop Version 9.1.4
        PHP Version 8.4.22
        MySQL Version 10.6.20-MariaDB
        Memory Limit 128M
        Max Execution Time 30s
        Smarty Cache disabled
        Smarty Compilation force compile
          Time Cumulated Time Memory Usage Memory Peak Usage
        config 19.339 ms 19.339 ms 2.05 Mb 2.9 Mb
        __construct 0.006 ms 19.345 ms - Mb 2.9 Mb
        init 7.752 ms 27.097 ms 1.07 Mb 3.2 Mb
        checkAccess 0.001 ms 27.098 ms - Mb 3.2 Mb
        setMedia 15.406 ms 42.504 ms 0.46 Mb 3.6 Mb
        postProcess 0.004 ms 42.508 ms - Mb 3.6 Mb
        initHeader 0.001 ms 42.509 ms - Mb 3.6 Mb
        initContent 23.457 ms 65.966 ms 1.06 Mb 4.8 Mb
        initFooter 0.003 ms 65.969 ms - Mb 4.8 Mb
        display 64.920 ms 130.889 ms 2.83 Mb 7.8 Mb
        Hook Time Memory Usage
        ActionFrontControllerSetMedia 13.437 ms 0.31 Mb
        DisplayHeader 11.000 ms 0.15 Mb
        DisplayFooterProduct 8.737 ms 0.28 Mb
        displaySearch 3.882 ms 0.13 Mb
        FilterProductContent 3.157 ms 0.02 Mb
        displayProductAskAndShare 2.706 ms 0.15 Mb
        displayFooterColumn4 2.337 ms 0.13 Mb
        displayTop 1.830 ms 0.12 Mb
        displayProductAdditionalInfo 1.416 ms 0.07 Mb
        displayFooterColumn1 1.261 ms 0.16 Mb
        displayFooterColumn2 1.109 ms 0.09 Mb
        displayFooterColumn3 0.821 ms 0.04 Mb
        DisplayTop 0.636 ms 0.01 Mb
        DisplayBeforeBodyClosingTag 0.559 ms 0.03 Mb
        ModuleRoutes 0.148 ms 0.01 Mb
        Header 0.049 ms - Mb
        DisplayFooterBefore 0.005 ms - Mb
        ActionOutputHTMLBefore 0.005 ms - Mb
        ActionFrontControllerSetVariables 0.004 ms - Mb
        19 hook(s) 53.099 ms 1.71 Mb
        Module Time Memory Usage
        ps_checkout 5.126 ms 0.12 Mb
        cv_blogposts 2.022 ms 0.02 Mb
        ps_socialfollow 1.594 ms 0.12 Mb
        ps_facebook 3.152 ms 0.15 Mb
        blockreassurance 0.092 ms 0.01 Mb
        ps_accounts 0.182 ms 0.01 Mb
        ps_emailalerts 0.096 ms 0.01 Mb
        ps_emailsubscription 1.095 ms 0.07 Mb
        cv_contactforms 2.254 ms 0.08 Mb
        is_favoriteproducts 5.834 ms 0.14 Mb
        cv_categoryslider 2.263 ms 0.01 Mb
        cv_about 0.101 ms 0.01 Mb
        productcomments 13.313 ms 0.37 Mb
        cv_theme 0.254 ms 0.03 Mb
        ps_shoppingcart 0.956 ms 0.07 Mb
        psxmarketingwithgoogle 0.555 ms 0.02 Mb
        ps_searchbar 4.139 ms 0.14 Mb
        psshipping 0.467 ms 0.01 Mb
        ps_imageslider 0.142 ms 0.01 Mb
        cv_banners 5.890 ms 0.01 Mb
        ps_customersignin 1.006 ms 0.06 Mb
        ps_sharebuttons 2.772 ms 0.15 Mb
        psgdpr 0.090 ms 0.01 Mb
        ps_contactinfo 1.319 ms 0.17 Mb
        ps_linklist 2.317 ms 0.14 Mb
        statsdata 0.613 ms 0.04 Mb
        26 module(s) 57.645 ms 1.97 Mb

        Stopwatch SQL - 127 queries

        # Query Time (ms) Rows Filesort Group By Location
        2
        SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
        FROM `ps_configuration` c
        LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
        0.759 ms 519 /classes/Configuration.php:162
        37
        SELECT SQL_NO_CACHE `id_hook`, `name`
        FROM `ps_hook`
        UNION
        SELECT `id_hook`, ha.`alias` as name
        FROM `ps_hook_alias` ha
        INNER JOIN `ps_hook` h ON ha.name = h.name
        0.725 ms 0 /classes/Hook.php:1565
        16
        SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
        FROM `ps_module` m
        INNER JOIN ps_module_shop module_shop
        ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 2)
        INNER JOIN `ps_hook_module` `hm` ON hm.`id_module` = m.`id_module`
        INNER JOIN `ps_hook` `h` ON hm.`id_hook` = h.`id_hook`
        LEFT JOIN `ps_module_group` `mg` ON mg.`id_module` = m.`id_module`
        WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 2) AND (mg.id_shop = 2 AND  mg.`id_group` IN (1))
        GROUP BY hm.id_hook, hm.id_module
        ORDER BY hm.`position`
        0.653 ms 328 Yes Yes /classes/Hook.php:1497
        75
        SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity, pl.`description`, pl.`description_short`, pl.`link_rewrite`,
        pl.`meta_description`, pl.`meta_title`, pl.`name`, pl.`available_now`, pl.`available_later`,
        image_shop.`id_image` id_image, il.`legend`, m.`name` as manufacturer_name, cl.`name` AS category_default, IFNULL(product_attribute_shop.id_product_attribute, 0) id_product_attribute,
        DATEDIFF(
        p.`date_add`,
        DATE_SUB(
        "2026-07-22 00:00:00",
        INTERVAL 20 DAY
        )
        ) > 0 AS new
        FROM `ps_accessory`
        LEFT JOIN `ps_product` p ON p.`id_product` = `id_product_2`
        INNER JOIN ps_product_shop product_shop
        ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 2)
        LEFT JOIN `ps_product_attribute_shop` product_attribute_shop
        ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=2)
        LEFT JOIN `ps_product_lang` pl ON (
        p.`id_product` = pl.`id_product`
        AND pl.`id_lang` = 102 AND pl.id_shop = 2 
        )
        LEFT JOIN `ps_category_lang` cl ON (
        product_shop.`id_category_default` = cl.`id_category`
        AND cl.`id_lang` = 102 AND cl.id_shop = 2 
        )
        LEFT JOIN `ps_image_shop` image_shop
        ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=2)
        LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 102)
        LEFT JOIN `ps_manufacturer` m ON (p.`id_manufacturer`= m.`id_manufacturer`)
        LEFT JOIN ps_stock_available stock
        ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 2  AND stock.id_shop_group = 0  )
        WHERE `id_product_1` = 212173 AND product_shop.`active` = 1 AND product_shop.`visibility` != 'none'
        GROUP BY product_shop.id_product
        ORDER BY pl.`name`
        0.606 ms 1 Yes Yes /classes/Product.php:4482
        38
        SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
        FROM `ps_hook_module` hm
        STRAIGHT_JOIN `ps_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 2)
        STRAIGHT_JOIN `ps_module` as m ON (m.id_module = hm.id_module)
        ORDER BY hm.position
        0.475 ms 372 /classes/Hook.php:488
        63
        SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
        FROM `ps_category` c
        LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 2 )
        INNER JOIN ps_category_shop category_shop
        ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 2)
        WHERE `id_lang` = 102
        AND c.`id_parent` = 2
        AND `active` = 1
        GROUP BY c.`id_category`
        ORDER BY category_shop.`position` ASC
        0.321 ms 63 Yes Yes /classes/Category.php:1158
        62
        SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
        FROM `ps_category` c
        INNER JOIN ps_category_shop category_shop
        ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 2)
        LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 102  AND cl.id_shop = 2 )
        LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
        WHERE `id_parent` = 785
        AND `active` = 1
        AND cg.`id_group` =1
        GROUP BY c.`id_category`
        ORDER BY `level_depth` ASC, category_shop.`position` ASC
        0.315 ms 1 Yes Yes /classes/Category.php:926
        77
        SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name, a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`, IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`, product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`, product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`, pal.`available_now`, pal.`available_later`
        FROM `ps_product_attribute` pa
        INNER JOIN ps_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 2)
        LEFT JOIN ps_stock_available stock
        ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 2  AND stock.id_shop_group = 0  )
        LEFT JOIN `ps_product_attribute_lang` `pal` ON pa.id_product_attribute = pal.id_product_attribute AND pal.id_lang = 102
        LEFT JOIN `ps_product_attribute_combination` `pac` ON pac.id_product_attribute = pa.id_product_attribute
        LEFT JOIN `ps_attribute` `a` ON a.id_attribute = pac.id_attribute
        LEFT JOIN `ps_attribute_group` `ag` ON ag.id_attribute_group = a.id_attribute_group
        LEFT JOIN `ps_attribute_lang` `al` ON a.id_attribute = al.id_attribute
        LEFT JOIN `ps_attribute_group_lang` `agl` ON ag.id_attribute_group = agl.id_attribute_group
        INNER JOIN ps_attribute_shop attribute_shop
        ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 2)
        WHERE (pa.id_product = 212173) AND (al.id_lang = 102) AND (agl.id_lang = 102)
        GROUP BY id_attribute_group, id_product_attribute
        ORDER BY ag.position ASC, a.position ASC, agl.name ASC
        0.299 ms 1 Yes Yes /classes/Product.php:4368
        15
        SELECT SQL_NO_CACHE lower(name) as name
        FROM `ps_hook` h
        WHERE (h.active = 1)
        0.267 ms 1238 /classes/Hook.php:1605
        111
        SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
        FROM ps_feature_product pf
        LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 102)
        LEFT JOIN ps_feature_value fv ON (fv.id_feature_value = pf.id_feature_value)
        LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 102)
        LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 102)
        INNER JOIN ps_feature_shop feature_shop
        ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 2)
        WHERE pf.id_product = 212173
        ORDER BY f.position ASC, fvl.value ASC
        0.218 ms 1 Yes /classes/Product.php:5761
        126
        INSERT INTO `ps_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('4480', '', 'dev-angielski.szekla4x4.pl/212173-ofdkinkit23k-ofd-kinetic-23k-extraction-set.html', '', '2026-07-22 01:31:54')
        0.207 ms 1 /classes/ObjectModel.php:524
        18
        SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook`
        0.203 ms 1238 /classes/Hook.php:1565
        22
        SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
        FROM `ps_meta` m
        LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 2 )
        ORDER BY LENGTH(ml.url_rewrite) DESC
        0.191 ms 45 Yes /classes/Dispatcher.php:623
        1
        SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
        FROM ps_shop_group gs
        LEFT JOIN ps_shop s
        ON s.id_shop_group = gs.id_shop_group
        LEFT JOIN ps_shop_url su
        ON s.id_shop = su.id_shop AND su.main = 1
        WHERE s.deleted = 0
        AND gs.deleted = 0
        ORDER BY gs.name, s.name
        0.189 ms 1 Yes /classes/shop/Shop.php:696
        0
        SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
        FROM ps_shop_url su
        LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
        WHERE (su.domain = 'dev-angielski.szekla4x4.pl' OR su.domain_ssl = 'dev-angielski.szekla4x4.pl')
        AND s.active = 1
        AND s.deleted = 0
        ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
        0.177 ms 1 Yes /classes/shop/Shop.php:1372
        69
        SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
        FROM `ps_attribute` a
        LEFT JOIN `ps_attribute_lang` al
        ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 102)
        LEFT JOIN `ps_attribute_group_lang` agl
        ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 102)
        LEFT JOIN `ps_product_attribute_combination` pac
        ON (a.`id_attribute` = pac.`id_attribute`)
        LEFT JOIN `ps_product_attribute` pa
        ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
        INNER JOIN ps_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 2)
        INNER JOIN ps_attribute_shop attribute_shop
        ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 2)
        WHERE pa.`id_product` = 212173
        0.168 ms 1 /classes/Product.php:7233
        98
        SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
        ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
        ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1
        0.162 ms 1 /classes/Cart.php:4360
        72
        SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
        COALESCE(SUM(first_level_quantity), 0) as quantity
        FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
        FROM `ps_cart_product` cp
        WHERE cp.`id_product_attribute` = 0
        AND cp.`id_customization` = 0
        AND cp.`id_cart` = 0 AND cp.`id_product` = 212173 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
        FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
        WHERE cp.`id_product_attribute` = 0
        AND cp.`id_customization` = 0
        AND cp.`id_cart` = 0 AND p.`id_product_item` = 212173 AND (pr.`pack_stock_type` IN (1,2) OR (
        pr.`pack_stock_type` = 3
        AND 0 = 1
        ))) as q LIMIT 1
        0.159 ms 0 /classes/Cart.php:1625
        57
        SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
        FROM `ps_module` m
        LEFT JOIN `ps_module_shop` ms
        ON m.`id_module` = ms.`id_module`
        AND ms.`id_shop` = 2
        0.156 ms 86 /classes/module/Module.php:325
        73
        SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
        COALESCE(SUM(first_level_quantity), 0) as quantity
        FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
        FROM `ps_cart_product` cp
        WHERE cp.`id_product_attribute` = 0
        AND cp.`id_cart` = 0 AND cp.`id_product` = 212173 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
        FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
        WHERE cp.`id_product_attribute` = 0
        AND cp.`id_cart` = 0 AND p.`id_product_item` = 212173 AND (pr.`pack_stock_type` IN (1,2) OR (
        pr.`pack_stock_type` = 3
        AND 0 = 1
        ))) as q LIMIT 1
        0.153 ms 0 /classes/Cart.php:1625
        70
        SELECT SQL_NO_CACHE COALESCE(SUM(pack_quantity), 0) as pack_quantity,
        COALESCE(SUM(standalone_quantity), 0) as standalone_quantity
        FROM (SELECT
        SUM(cp.`quantity`) as standalone_quantity,
        0 as pack_quantity
        FROM `ps_cart_product` cp
        WHERE cp.`id_cart` = 0 AND cp.`id_product` = 212173 UNION SELECT
        0 as standalone_quantity,
        SUM(cp.`quantity` * p.`quantity`) as pack_quantity
        FROM `ps_cart_product` cp
        INNER JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack`
        WHERE cp.`id_cart` = 0 AND p.`id_product_item` = 212173) as q LIMIT 1
        0.143 ms 0 /classes/Cart.php:5252
        34
        SELECT SQL_NO_CACHE *
        FROM `ps_product` a
        LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 102
        LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 2
        WHERE (a.`id_product` = 212173) AND (b.`id_shop` = 2) LIMIT 1
        0.133 ms 1 /src/Adapter/EntityMapper.php:54
        87
        SELECT SQL_NO_CACHE *
        FROM `ps_category` a0
        LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
        WHERE (a0.`nleft` < 134) AND (a0.`nright` > 135) AND (a1.`id_lang` = 102) AND (a1.`id_shop` = 2)
        ORDER BY a0.`nleft` asc
        0.132 ms 69 /classes/PrestaShopCollection.php:361
        110
        SELECT SQL_NO_CACHE image_shop.`id_image`
        FROM `ps_image` i
        INNER JOIN ps_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 2)
        WHERE i.`id_product` = 212173
        AND image_shop.`cover` = 1 LIMIT 1
        0.132 ms 1 /classes/Product.php:3293
        19
        SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
        FROM `ps_module` m
        LEFT JOIN `ps_module_shop` ms
        ON m.`id_module` = ms.`id_module`
        AND ms.`id_shop` = 2
        0.129 ms 86 /classes/module/Module.php:325
        97
        SELECT SQL_NO_CACHE name FROM ps_category_lang
        WHERE id_shop = 2 AND id_lang = 102 AND id_category = 785 LIMIT 1
        0.129 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:616
        21
        SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
        FROM `ps_module` m
        LEFT JOIN `ps_module_shop` ms
        ON m.`id_module` = ms.`id_module`
        AND ms.`id_shop` = 2
        0.122 ms 86 /classes/module/Module.php:325
        3
        SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
        0.120 ms 1 /classes/shop/Shop.php:1191
        43
        SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
        IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
        FROM `ps_product` p
        INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 2)
        LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 2)
        WHERE (p.`id_product` = 212173)
        0.116 ms 1 /classes/Product.php:3606
        6
        SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
        FROM ps_shop s
        LEFT JOIN ps_shop_url su ON (s.id_shop = su.id_shop)
        WHERE s.id_shop = 2
        AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1
        0.114 ms 1 /classes/shop/Shop.php:195
        74
        SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
        FROM `ps_image` i
        INNER JOIN ps_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 2)
        LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 102)
        WHERE i.`id_product` = 212173
        ORDER BY `position`
        0.109 ms 1 Yes /classes/Product.php:3262
        5
        SELECT SQL_NO_CACHE *
        FROM `ps_shop` a
        WHERE (a.`id_shop` = 2) LIMIT 1
        0.104 ms 1 /src/Adapter/EntityMapper.php:54
        7
        SELECT SQL_NO_CACHE l.*, ls.`id_shop`
        FROM `ps_lang` l
        LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang)
        0.104 ms 1 /classes/Language.php:1050
        105
        SELECT SQL_NO_CACHE SUM(`quantity`)
        FROM `ps_cart_product`
        WHERE `id_cart` = 0 LIMIT 1
        0.104 ms 1 /classes/Cart.php:1389
        8
        SELECT SQL_NO_CACHE *
        FROM `ps_country` a
        LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
        LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 2
        WHERE (a.`id_country` = 14) LIMIT 1
        0.103 ms 1 /src/Adapter/EntityMapper.php:54
        60
        SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
        FROM `ps_category` c
        WHERE (c.`id_category` = 2) LIMIT 1
        0.103 ms 1 /classes/Category.php:1960
        55
        SELECT SQL_NO_CACHE *
        FROM `ps_category` a
        LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 102
        LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 2
        WHERE (a.`id_category` = 785) AND (b.`id_shop` = 2) LIMIT 1
        0.102 ms 1 /src/Adapter/EntityMapper.php:54
        112
        SELECT SQL_NO_CACHE grade, COUNT(*) as count 
        FROM `ps_product_comment` 
        WHERE `id_product` = 212173 
        AND `validate` = 1 
        AND `deleted` = 0 
        GROUP BY grade 
        ORDER BY grade DESC
        0.099 ms 1 Yes /modules/cv_theme/cv_theme.php:629
        78
        SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `categories` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
        0.099 ms 16 Yes /classes/ImageType.php:89
        14
        SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ps_lang` l
        JOIN ps_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 2)
        WHERE l.`active` = 1 LIMIT 1
        0.096 ms 1 /classes/Language.php:1184
        64
        SELECT SQL_NO_CACHE *
        FROM `ps_manufacturer` a
        LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 102
        LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 2
        WHERE (a.`id_manufacturer` = 474) LIMIT 1
        0.096 ms 1 /src/Adapter/EntityMapper.php:54
        106
        SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "productcomments" LIMIT 1
        0.096 ms 1 /classes/module/Module.php:2778
        68
        SELECT SQL_NO_CACHE tr.*
        FROM `ps_tax_rule` tr
        JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
        WHERE trg.`active` = 1
        AND tr.`id_country` = 14
        AND tr.`id_tax_rules_group` = 0
        AND tr.`id_state` IN (0, 0)
        AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
        OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
        ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
        0.095 ms 0 /classes/tax/TaxRulesTaxManager.php:77
        125
        SELECT SQL_NO_CACHE `id_guest`
        FROM `ps_connections`
        WHERE `id_guest` = 4473
        AND `date_add` > '2026-07-22 01:01:00'
        AND id_shop IN (2) 
        ORDER BY `date_add` DESC LIMIT 1
        0.095 ms 1 Yes /classes/Connection.php:148
        10
        SELECT SQL_NO_CACHE *
        FROM `ps_lang` a
        LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 2
        WHERE (a.`id_lang` = 1) LIMIT 1
        0.094 ms 0 /src/Adapter/EntityMapper.php:54
        26
        SELECT SQL_NO_CACHE *
        FROM `ps_currency` a
        LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 102
        LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 2
        WHERE (a.`id_currency` = 1) LIMIT 1
        0.092 ms 1 /src/Adapter/EntityMapper.php:54
        76
        SELECT SQL_NO_CACHE GROUP_CONCAT(a.`id_product_pack`)
        FROM `ps_pack` a
        WHERE a.`id_product_item` = 212173 LIMIT 1
        0.091 ms 1 /classes/Pack.php:418
        108
        SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_sharebuttons" LIMIT 1
        0.091 ms 1 /classes/module/Module.php:2778
        65
        SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `manufacturers` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
        0.091 ms 16 Yes /classes/ImageType.php:89
        100
        SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 29 AND `id_shop` = 2 LIMIT 1
        0.088 ms 1 /classes/module/Module.php:2267
        40
        SELECT SQL_NO_CACHE tr.*
        FROM `ps_tax_rule` tr
        JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
        WHERE trg.`active` = 1
        AND tr.`id_country` = 14
        AND tr.`id_tax_rules_group` = 10
        AND tr.`id_state` IN (0, 0)
        AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
        OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
        ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
        0.086 ms 0 /classes/tax/TaxRulesTaxManager.php:77
        42
        SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
        FROM ps_product_attribute pa
        INNER JOIN ps_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 2)
        WHERE pa.id_product = 212173 LIMIT 1
        0.085 ms 1 /classes/Product.php:1054
        54
        SELECT SQL_NO_CACHE ctg.`id_group`
        FROM `ps_category_product` cp
        INNER JOIN `ps_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
        WHERE cp.`id_product` = 212173 AND ctg.`id_group` = 1 LIMIT 1
        0.085 ms 3 /classes/Product.php:6508
        109
        SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 35 AND `id_shop` = 2 LIMIT 1
        0.085 ms 1 /classes/module/Module.php:2267
        99
        SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_searchbar" LIMIT 1
        0.085 ms 1 /classes/module/Module.php:2778
        23
        SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC
        0.083 ms 1 Yes /classes/Currency.php:688
        101
        SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_customersignin" LIMIT 1
        0.083 ms 1 /classes/module/Module.php:2778
        4
        SELECT SQL_NO_CACHE COUNT(*) FROM ps_shop LIMIT 1
        0.082 ms 1 /classes/shop/Shop.php:1192
        41
        SELECT SQL_NO_CACHE COUNT(p.id_product)
        FROM `ps_product` p
        INNER JOIN ps_product_shop product_shop
        ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 2)
        WHERE p.id_product = 212173
        AND DATEDIFF("2026-07-22 00:00:00", product_shop.`date_add`) < 20 LIMIT 1
        0.082 ms 0 /classes/Product.php:1686
        120
        SELECT SQL_NO_CACHE lb.`id_link_block`
        FROM ps_link_block lb
        INNER JOIN ps_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
        WHERE lb. `id_hook` = 1249 AND lbs.`id_shop` = 2
        ORDER by lbs.`position`
        0.082 ms 4 Yes /modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
        47
        SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
        FROM ps_tag t
        LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
        WHERE pt.`id_product`=212173
        0.081 ms 1 /classes/Tag.php:219
        31
        SELECT SQL_NO_CACHE *
        FROM `ps_group` a
        LEFT JOIN `ps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 2
        WHERE (a.`id_group` = 1) LIMIT 1
        0.080 ms 1 /src/Adapter/EntityMapper.php:54
        119
        SELECT SQL_NO_CACHE lb.`id_link_block`
        FROM ps_link_block lb
        INNER JOIN ps_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
        WHERE lb. `id_hook` = 1248 AND lbs.`id_shop` = 2
        ORDER by lbs.`position`
        0.079 ms 4 Yes /modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
        13
        SELECT SQL_NO_CACHE domain, domain_ssl
        FROM ps_shop_url
        WHERE main = 1
        AND id_shop = 2 LIMIT 1
        0.079 ms 1 /classes/shop/ShopUrl.php:158
        67
        SELECT SQL_NO_CACHE pa.id_product_attribute
        FROM `ps_product_attribute` pa INNER JOIN ps_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 2)
        WHERE pa.`id_product` = 212173
        0.079 ms 1 /classes/Product.php:7175
        20
        SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias`
        0.078 ms 86 /classes/Hook.php:364
        113
        SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_contactinfo" LIMIT 1
        0.078 ms 1 /classes/module/Module.php:2778
        71
        SELECT SQL_NO_CACHE pa.id_product_attribute
        FROM `ps_product_attribute` pa INNER JOIN ps_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 2)
        WHERE pa.`id_product` = 212173
        0.077 ms 1 /classes/Product.php:7175
        103
        SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_shoppingcart" LIMIT 1
        0.077 ms 1 /classes/module/Module.php:2778
        107
        SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 26 AND `id_shop` = 2 LIMIT 1
        0.074 ms 1 /classes/module/Module.php:2267
        91
        SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
        0.073 ms 1 /modules/ps_accounts/src/Adapter/Configuration.php:278
        94
        SELECT SQL_NO_CACHE `id_configuration`
        FROM `ps_configuration`
        WHERE name = 'PS_ACCOUNTS_SHOP_STATUS'
        AND id_shop_group = 1 AND (id_shop IS NULL OR id_shop = 0) LIMIT 1
        0.073 ms 1 /classes/Configuration.php:115
        48
        SELECT SQL_NO_CACHE SUM(quantity)
        FROM `ps_stock_available`
        WHERE (id_product = 212173) AND (id_product_attribute = 0) AND (id_shop = 2) AND (id_shop_group = 0) LIMIT 1
        0.070 ms 0 /classes/stock/StockAvailable.php:266
        96
        SELECT SQL_NO_CACHE `name`
        FROM `ps_hook`
        WHERE `id_hook` = 1222 LIMIT 1
        0.070 ms 1 /classes/Hook.php:260
        104
        SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 1 AND `id_shop` = 2 LIMIT 1
        0.070 ms 1 /classes/module/Module.php:2267
        84
        SELECT SQL_NO_CACHE *
        FROM `ps_country` a
        LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 2
        WHERE (a.`id_country` = 14) LIMIT 1
        0.069 ms 1 /src/Adapter/EntityMapper.php:54
        12
        SELECT SQL_NO_CACHE *
        FROM `ps_lang` a
        LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 2
        WHERE (a.`id_lang` = 102) LIMIT 1
        0.068 ms 1 /src/Adapter/EntityMapper.php:54
        17
        SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias`
        0.068 ms 86 /classes/Hook.php:312
        88
        SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_facebook" LIMIT 1
        0.068 ms 1 /classes/module/Module.php:2778
        95
        SELECT SQL_NO_CACHE `id_configuration`
        FROM `ps_configuration`
        WHERE name = 'PS_ACCOUNTS_SHOP_STATUS'
        AND (id_shop_group IS NULL OR id_shop_group = 0) AND (id_shop IS NULL OR id_shop = 0) LIMIT 1
        0.068 ms 1 /classes/Configuration.php:115
        9
        SELECT SQL_NO_CACHE *
        FROM `ps_shop_group` a
        WHERE (a.`id_shop_group` = 1) LIMIT 1
        0.067 ms 1 /src/Adapter/EntityMapper.php:54
        52
        SELECT SQL_NO_CACHE pa.id_product_attribute
        FROM `ps_product_attribute` pa INNER JOIN ps_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 2)
        WHERE pa.`id_product` = 212173
        0.067 ms 1 /classes/Product.php:7175
        85
        SELECT SQL_NO_CACHE *
        FROM `ps_country_lang`
        WHERE `id_country` = 14
        0.067 ms 3 /src/Adapter/EntityMapper.php:62
        118
        SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps_currency` c
        LEFT JOIN ps_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 2)
        WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1
        0.067 ms 1 /classes/Currency.php:1100
        93
        SELECT SQL_NO_CACHE `id_configuration`
        FROM `ps_configuration`
        WHERE name = 'PS_ACCOUNTS_SHOP_STATUS'
        AND id_shop = 2 LIMIT 1
        0.065 ms 1 /classes/Configuration.php:115
        51
        SELECT SQL_NO_CACHE cl.`link_rewrite`
        FROM `ps_category_lang` cl
        WHERE `id_lang` = 102
        AND cl.id_shop = 2 
        AND cl.`id_category` = 785 LIMIT 1
        0.064 ms 1 /classes/Category.php:1376
        44
        SELECT SQL_NO_CACHE `id_tax_rules_group`
        FROM `ps_product_shop`
        WHERE `id_product` = 212173 AND id_shop=2 LIMIT 1
        0.062 ms 1 /classes/Product.php:6551
        102
        SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 49 AND `id_shop` = 2 LIMIT 1
        0.062 ms 1 /classes/module/Module.php:2267
        28
        SELECT SQL_NO_CACHE *
        FROM `ps_currency` a
        LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 2
        WHERE (a.`id_currency` = 1) LIMIT 1
        0.061 ms 1 /src/Adapter/EntityMapper.php:54
        24
        SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
        WHERE `locale` = 'en-us'
        OR `language_code` = 'en-us' LIMIT 1
        0.060 ms 1 /classes/Language.php:850
        25
        SELECT SQL_NO_CACHE c.id_currency
        FROM `ps_currency` c
        WHERE (iso_code = 'PLN') LIMIT 1
        0.060 ms 1 /classes/Currency.php:873
        79
        SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `suppliers` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
        0.060 ms 16 Yes /classes/ImageType.php:89
        11
        SELECT SQL_NO_CACHE id_shop
        FROM `ps_lang_shop`
        WHERE `id_lang` = 1
        AND id_shop = 2 LIMIT 1
        0.059 ms 0 /classes/ObjectModel.php:1576
        80
        SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
        0.059 ms 16 Yes /classes/ImageType.php:89
        121
        SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
        0.059 ms 1 /classes/module/Module.php:2778
        53
        SELECT SQL_NO_CACHE id_shop
        FROM `ps_product_shop`
        WHERE `id_product` = 212173
        AND id_shop = 2 LIMIT 1
        0.058 ms 1 /classes/ObjectModel.php:1576
        56
        SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
        WHERE `id_shop` IN (2)
        0.058 ms 1 /classes/module/Module.php:2168
        61
        SELECT SQL_NO_CACHE id_shop
        FROM `ps_category_shop`
        WHERE `id_category` = 785
        AND id_shop = 2 LIMIT 1
        0.058 ms 1 /classes/ObjectModel.php:1576
        59
        SELECT SQL_NO_CACHE * FROM ps_hook_module
        WHERE `id_hook` = 1007
        AND `id_module` = 81
        AND `id_shop` = 2
        0.057 ms 1 /classes/Hook.php:562
        45
        SELECT SQL_NO_CACHE `reduction`
        FROM `ps_product_group_reduction_cache`
        WHERE `id_product` = 212173 AND `id_group` = 1 LIMIT 1
        0.056 ms 0 /classes/GroupReduction.php:126
        81
        SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `stores` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
        0.054 ms 16 Yes /classes/ImageType.php:89
        58
        SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_accounts" LIMIT 1
        0.053 ms 1 /src/Adapter/Module/ModuleDataProvider.php:231
        82
        SELECT SQL_NO_CACHE format
        FROM `ps_address_format`
        WHERE `id_country` = 14 LIMIT 1
        0.053 ms 1 /classes/AddressFormat.php:629
        32
        SELECT SQL_NO_CACHE *
        FROM `ps_group_lang`
        WHERE `id_group` = 1
        0.051 ms 3 /src/Adapter/EntityMapper.php:62
        27
        SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
        WHERE `locale` = 'en-us'
        OR `language_code` = 'en-us' LIMIT 1
        0.050 ms 1 /classes/Language.php:850
        39
        SELECT SQL_NO_CACHE s.id_shop, s.id_shop_group FROM ps_shop s
        0.050 ms 1 /classes/shop/Shop.php:902
        86
        SELECT SQL_NO_CACHE id_required_field, object_name, field_name
        FROM ps_required_field
        0.050 ms 1 /classes/ObjectModel.php:1443
        114
        SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 10 AND `id_shop` = 2 LIMIT 1
        0.050 ms 1 /classes/module/Module.php:2267
        29
        SELECT SQL_NO_CACHE *
        FROM `ps_currency_lang`
        WHERE `id_currency` = 1
        0.050 ms 3 /src/Adapter/EntityMapper.php:62
        92
        SELECT SQL_NO_CACHE COUNT(*) FROM ps_shop LIMIT 1
        0.050 ms 1 /modules/ps_accounts/src/Adapter/Configuration.php:279
        66
        SELECT SQL_NO_CACHE * FROM `ps_image_type`
        0.048 ms 16 /classes/ImageType.php:141
        89
        SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 36 AND `id_shop` = 2 LIMIT 1
        0.047 ms 1 /classes/module/Module.php:2267
        123
        SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_socialfollow" LIMIT 1
        0.047 ms 1 /classes/module/Module.php:2778
        46
        SELECT SQL_NO_CACHE `reduction`
        FROM `ps_group`
        WHERE `id_group` = 1 LIMIT 1
        0.047 ms 1 /classes/Group.php:131
        49
        SELECT SQL_NO_CACHE out_of_stock
        FROM `ps_stock_available`
        WHERE (id_product = 212173) AND (id_product_attribute = 0) AND (id_shop = 2) AND (id_shop_group = 0) LIMIT 1
        0.047 ms 0 /classes/stock/StockAvailable.php:558
        50
        SELECT SQL_NO_CACHE location
        FROM `ps_stock_available`
        WHERE (id_product = 212173) AND (id_product_attribute = 0) AND (id_shop = 2) AND (id_shop_group = 0) LIMIT 1
        0.047 ms 0 /classes/stock/StockAvailable.php:586
        116
        SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_linklist" LIMIT 1
        0.047 ms 1 /classes/module/Module.php:2778
        122
        SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 58 AND `id_shop` = 2 LIMIT 1
        0.045 ms 1 /classes/module/Module.php:2267
        35
        SELECT SQL_NO_CACHE `name`
        FROM `ps_manufacturer`
        WHERE `id_manufacturer` = 474
        AND `active` = 1 LIMIT 1
        0.045 ms 1 /classes/Manufacturer.php:286
        115
        SELECT SQL_NO_CACHE `need_identification_number`
        FROM `ps_country`
        WHERE `id_country` = 14 LIMIT 1
        0.044 ms 1 /classes/Country.php:386
        83
        SELECT SQL_NO_CACHE `need_identification_number`
        FROM `ps_country`
        WHERE `id_country` = 14 LIMIT 1
        0.044 ms 1 /classes/Country.php:386
        90
        SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_accounts" LIMIT 1
        0.044 ms 1 /src/Adapter/Module/ModuleDataProvider.php:231
        30
        SELECT SQL_NO_CACHE id_shop
        FROM `ps_currency_shop`
        WHERE `id_currency` = 1
        AND id_shop = 2 LIMIT 1
        0.043 ms 1 /classes/ObjectModel.php:1576
        117
        SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 19 AND `id_shop` = 2 LIMIT 1
        0.041 ms 1 /classes/module/Module.php:2267
        36
        SELECT SQL_NO_CACHE `name` FROM `ps_supplier` WHERE `id_supplier` = 0 LIMIT 1
        0.040 ms 0 /classes/Supplier.php:220
        124
        SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 15 AND `id_shop` = 2 LIMIT 1
        0.039 ms 1 /classes/module/Module.php:2267
        33
        SELECT SQL_NO_CACHE id_shop
        FROM `ps_group_shop`
        WHERE `id_group` = 1
        AND id_shop = 2 LIMIT 1
        0.039 ms 1 /classes/ObjectModel.php:1576

        Doubles

        10 queries
        SELECT `id_module` FROM `ps_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
        3 queries
                        SELECT m.`id_module`, m.`name`, ms.`id_module`as `mshop`
                        FROM `ps_module` m
                        LEFT JOIN `ps_module_shop` ms
                        ON m.`id_module` = ms.`id_module`
                        AND ms.`id_shop` = XX
        3 queries
                SELECT pa.id_product_attribute
                FROM `ps_product_attribute` pa INNER JOIN ps_product_attribute_shop product_attribute_shop
                ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX)
                WHERE pa.`id_product` = XX
        2 queries
        SELECT value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT XX
        2 queries
        SELECT COUNT(*) FROM ps_shop LIMIT XX
        2 queries
        SELECT *
        FROM `ps_lang` a
        LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = XX
        WHERE (a.`id_lang` = XX) LIMIT XX
        2 queries
        SELECT `id_lang` FROM `ps_lang`
                            WHERE `locale` = 'en-us'
                            OR `language_code` = 'en-us' LIMIT XX
        2 queries
        				SELECT tr.*
        				FROM `ps_tax_rule` tr
        				JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
        				WHERE trg.`active` = XX
        				AND tr.`id_country` = XX
        				AND tr.`id_tax_rules_group` = XX
        				AND tr.`id_state` IN (XX, XX)
        				AND ('XX' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
        					OR (tr.`zipcode_to` = XX AND tr.`zipcode_from` IN(XX, 'XX')))
        				ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
        2 queries
        SELECT `id_module` FROM `ps_module` WHERE `name` = "ps_accounts" LIMIT XX
        2 queries
        			SELECT `need_identification_number`
        			FROM `ps_country`
        			WHERE `id_country` = XX LIMIT XX
        2 queries
        SELECT lb.`id_link_block`
                            FROM ps_link_block lb
                            INNER JOIN ps_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
                            WHERE lb. `id_hook` = XX AND lbs.`id_shop` = XX
                            ORDER by lbs.`position`
                        

        Tables stress

        17 module
        14 module_shop
        8 product_attribute_shop
        8 cart_product
        7 shop
        7 hook
        7 product
        7 product_shop
        7 category_lang
        6 configuration
        6 lang
        6 product_attribute
        6 image_type
        5 lang_shop
        5 currency
        5 stock_available
        5 category
        4 shop_url
        4 country
        4 currency_shop
        4 category_shop
        4 pack
        3 hook_module
        3 hook_alias
        3 manufacturer
        3 image_shop
        2 shop_group
        2 country_lang
        2 country_shop
        2 currency_lang
        2 group
        2 group_shop
        2 product_lang
        2 tax_rule
        2 tax_rules_group
        2 category_group
        2 attribute
        2 attribute_lang
        2 attribute_group_lang
        2 product_attribute_combination
        2 attribute_shop
        2 image
        2 image_lang
        2 link_block
        2 link_block_shop
        1 configuration_lang
        1 module_group
        1 meta
        1 meta_lang
        1 group_lang
        1 supplier
        1 product_group_reduction_cache
        1 tag
        1 product_tag
        1 category_product
        1 hook_module_exceptions
        1 manufacturer_lang
        1 manufacturer_shop
        1 accessory
        1 product_attribute_lang
        1 attribute_group
        1 address_format
        1 required_field
        1 feature_product
        1 feature_lang
        1 feature_value
        1 feature_value_lang
        1 feature
        1 feature_shop
        1 product_comment
        1 connections

        ObjectModel instances

        Name Instances Source
        Address 6 /classes/Product.php:700 (__construct) [id: ]
        /classes/Product.php:6578 (initialize) [id: ]
        /classes/Product.php:3550 (__construct) [id: ]
        /controllers/front/ProductController.php:535 (__construct) [id: 0]
        /classes/Product.php:5706 (__construct) [id: ]
        /classes/shop/Shop.php:467 (__construct) [id: ]
        Country 5 /config/config.inc.php:135 (__construct) [id: 14]
        /classes/AddressFormat.php:382 (__construct) [id: 14]
        /classes/controller/FrontController.php:1750 (__construct) [id: 14]
        /classes/AddressFormat.php:382 (__construct) [id: 14]
        /modules/ps_contactinfo/ps_contactinfo.php:105 (__construct) [id: 14]
        Product 5 /controllers/front/ProductController.php:129 (__construct) [id: 212173]
        /src/Adapter/Image/ImageRetriever.php:48 (__construct) [id: 212173]
        /classes/Meta.php:320 (__construct) [id: 212173]
        /classes/Link.php:94 (__construct) [id: 212173]
        /classes/Link.php:94 (__construct) [id: 212173]
        Category 5 /controllers/front/ProductController.php:288 (__construct) [id: 785]
        /controllers/front/ProductController.php:1389 (__construct) [id: 785]
        /classes/PrestaShopCollection.php:363 (hydrateCollection) [id: ]
        /classes/PrestaShopCollection.php:363 (hydrateCollection) [id: ]
        /classes/PrestaShopCollection.php:363 (hydrateCollection) [id: ]
        Language 4 /config/config.inc.php:200 (__construct) [id: 1]
        /config/config.inc.php:210 (__construct) [id: 1]
        /config/config.inc.php:218 (__construct) [id: 102]
        /classes/Tools.php:533 (__construct) [id: 1]
        Manufacturer 3 /controllers/front/ProductController.php:837 (__construct) [id: 474]
        /src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:78 (__construct) [id: 474]
        /classes/Link.php:649 (__construct) [id: 474]
        State 2 /classes/controller/FrontController.php:1749 (__construct) [id: 0]
        /modules/ps_contactinfo/ps_contactinfo.php:94 (__construct) [id: 0]
        AddressFormat 2 /classes/controller/FrontController.php:1744 (generateAddress) [id: ]
        /modules/ps_contactinfo/ps_contactinfo.php:91 (generateAddress) [id: ]
        Currency 2 /src/Adapter/Currency/CurrencyDataProvider.php:81 (__construct) [id: 1]
        /classes/Tools.php:688 (getCurrencyInstance) [id: 1]
        Risk 1 /classes/controller/FrontController.php:1670 (__construct) [id: ]
        Gender 1 /classes/controller/FrontController.php:1667 (__construct) [id: 0]
        Shop 1 /config/config.inc.php:103 (initialize) [id: 2]
        Group 1 /classes/Cart.php:262 (getCurrent) [id: 1]
        Cart 1 /classes/controller/FrontController.php:441 (__construct) [id: ]
        Customer 1 /config/config.inc.php:253 (__construct) [id: ]
        ShopGroup 1 /classes/shop/Shop.php:542 (__construct) [id: 1]
        ConnectionsSource 1 /modules/statsdata/statsdata.php:119 (logHttpReferer) [id: ]

        Included Files

        # Filename
        0 /index.php
        1 /config/config.inc.php
        2 /config/defines_custom.inc.php
        3 /config/defines.inc.php
        4 /config/autoload.php
        5 /vendor/autoload.php
        6 /vendor/composer/autoload_real.php
        7 /vendor/composer/platform_check.php
        8 /vendor/composer/ClassLoader.php
        9 /vendor/composer/autoload_static.php
        10 /vendor/symfony/deprecation-contracts/function.php
        11 /vendor/symfony/polyfill-mbstring/bootstrap.php
        12 /vendor/symfony/polyfill-mbstring/bootstrap80.php
        13 /vendor/symfony/polyfill-ctype/bootstrap.php
        14 /vendor/symfony/polyfill-ctype/bootstrap80.php
        15 /vendor/symfony/polyfill-php83/bootstrap.php
        16 /vendor/symfony/var-dumper/Resources/functions/dump.php
        17 /vendor/symfony/polyfill-intl-normalizer/bootstrap.php
        18 /vendor/symfony/polyfill-intl-normalizer/bootstrap80.php
        19 /vendor/symfony/polyfill-intl-grapheme/bootstrap.php
        20 /vendor/symfony/polyfill-intl-grapheme/bootstrap80.php
        21 /vendor/symfony/string/Resources/functions.php
        22 /vendor/twig/twig/src/Resources/core.php
        23 /vendor/twig/twig/src/Resources/debug.php
        24 /vendor/twig/twig/src/Resources/escaper.php
        25 /vendor/twig/twig/src/Resources/string_loader.php
        26 /vendor/phpstan/phpstan/bootstrap.php
        27 /vendor/symfony/polyfill-intl-idn/bootstrap.php
        28 /vendor/symfony/polyfill-php80/bootstrap.php
        29 /vendor/symfony/clock/Resources/now.php
        30 /vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
        31 /vendor/jakeasmith/http_build_url/src/http_build_url.php
        32 /vendor/myclabs/deep-copy/src/DeepCopy/deep_copy.php
        33 /vendor/symfony/polyfill-intl-icu/bootstrap.php
        34 /vendor/symfony/polyfill-php81/bootstrap.php
        35 /vendor/symfony/polyfill-php84/bootstrap.php
        36 /vendor/symfony/translation/Resources/functions.php
        37 /vendor/ircmaxell/password-compat/lib/password.php
        38 /vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php
        39 /vendor/phpunit/phpunit/src/Framework/Assert/Functions.php
        40 /vendor/rector/rector/bootstrap.php
        41 /vendor/symfony/phpunit-bridge/bootstrap.php
        42 /vendor/symfony/polyfill-php73/bootstrap.php
        43 /src/Core/Version.php
        44 /config/alias.php
        45 /vendor/prestashop/autoload/src/PrestashopAutoload.php
        46 /vendor/prestashop/autoload/src/LegacyClassLoader.php
        47 /vendor/symfony/filesystem/Filesystem.php
        48 /vendor/prestashop/autoload/src/Autoloader.php
        49 /config/bootstrap.php
        50 /src/Core/ContainerBuilder.php
        51 /src/Core/Foundation/IoC/Container.php
        52 /src/Adapter/ServiceLocator.php
        53 /var/cache/dev/appParameters.php
        56 /var/cache/dev/class_index.php
        57 /classes/controller/Controller.php
        59 /classes/ObjectModel.php
        60 /src/Core/Foundation/Database/EntityInterface.php
        62 /classes/db/Db.php
        64 /classes/Hook.php
        66 /classes/module/Module.php
        67 /src/Core/Module/Legacy/ModuleInterface.php
        69 /classes/Tools.php
        70 /classes/Context.php
        71 /classes/shop/Shop.php
        72 /src/Core/Security/PasswordGenerator.php
        73 /classes/db/DbPDO.php
        74 /classes/AddressFormat.php
        75 /classes/Configuration.php
        76 /src/Core/Domain/Shop/ValueObject/ShopConstraint.php
        77 /classes/Validate.php
        78 /src/PrestaShopBundle/Form/Admin/Type/FormattedTextareaType.php
        79 /src/PrestaShopBundle/Form/Admin/Type/TranslatorAwareType.php
        80 /src/PrestaShopBundle/Form/Admin/Type/CommonAbstractType.php
        81 /vendor/symfony/form/AbstractType.php
        82 /vendor/symfony/form/FormTypeInterface.php
        83 /classes/cache/Cache.php
        84 /src/Adapter/EntityMapper.php
        85 /classes/db/DbQuery.php
        86 /src/Core/Addon/Theme/ThemeManagerBuilder.php
        87 /vendor/psr/log/src/NullLogger.php
        88 /vendor/psr/log/src/AbstractLogger.php
        89 /vendor/psr/log/src/LoggerTrait.php
        90 /vendor/psr/log/src/LoggerInterface.php
        91 /src/Core/Context/ApiClientContext.php
        92 /src/Adapter/Configuration.php
        93 /vendor/symfony/http-foundation/ParameterBag.php
        94 /src/Core/Domain/Configuration/ShopConfigurationInterface.php
        95 /src/Core/ConfigurationInterface.php
        96 /src/Core/Addon/Theme/ThemeRepository.php
        97 /src/Core/Addon/AddonRepositoryInterface.php
        98 /src/Core/Addon/Theme/Theme.php
        99 /src/Core/Addon/AddonInterface.php
        100 /src/Core/Util/ArrayFinder.php
        101 /vendor/symfony/property-access/PropertyAccess.php
        102 /vendor/symfony/property-access/PropertyAccessorBuilder.php
        103 /vendor/symfony/property-access/PropertyAccessor.php
        104 /vendor/symfony/property-access/PropertyAccessorInterface.php
        105 /vendor/symfony/property-info/Extractor/ReflectionExtractor.php
        106 /vendor/symfony/property-info/PropertyListExtractorInterface.php
        107 /vendor/symfony/property-info/PropertyTypeExtractorInterface.php
        108 /vendor/symfony/property-info/PropertyAccessExtractorInterface.php
        109 /vendor/symfony/property-info/PropertyInitializableExtractorInterface.php
        110 /vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php
        111 /vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php
        112 /vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php
        113 /vendor/symfony/property-info/Type.php
        114 /vendor/symfony/string/Inflector/EnglishInflector.php
        115 /vendor/symfony/string/Inflector/InflectorInterface.php
        116 /vendor/symfony/property-access/PropertyPath.php
        117 /vendor/symfony/property-access/PropertyPathInterface.php
        118 /vendor/symfony/property-access/PropertyPathIteratorInterface.php
        119 /config/defines_uri.inc.php
        120 /classes/Language.php
        121 /src/Core/Language/LanguageInterface.php
        122 /classes/Country.php
        123 /classes/PrestaShopCollection.php
        124 /classes/shop/ShopGroup.php
        125 /classes/Cookie.php
        126 /src/Core/Http/CookieOptions.php
        127 /classes/PhpEncryption.php
        128 /classes/PhpEncryptionEngine.php
        129 /vendor/defuse/php-encryption/src/Key.php
        130 /vendor/defuse/php-encryption/src/Encoding.php
        131 /vendor/defuse/php-encryption/src/Core.php
        132 /vendor/defuse/php-encryption/src/Crypto.php
        133 /vendor/defuse/php-encryption/src/KeyOrPassword.php
        134 /vendor/defuse/php-encryption/src/RuntimeTests.php
        135 /vendor/defuse/php-encryption/src/DerivedKeys.php
        136 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
        137 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
        138 /src/Core/Session/SessionHandler.php
        139 /src/Core/Session/SessionHandlerInterface.php
        140 /vendor/symfony/http-foundation/Session/Session.php
        141 /vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php
        142 /vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php
        143 /vendor/symfony/http-foundation/Session/SessionBagInterface.php
        144 /vendor/symfony/http-foundation/Session/Flash/FlashBag.php
        145 /vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php
        146 /vendor/symfony/http-foundation/Session/SessionBagProxy.php
        147 /vendor/symfony/http-foundation/Session/FlashBagAwareSessionInterface.php
        148 /vendor/symfony/http-foundation/Session/SessionInterface.php
        149 /vendor/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorage.php
        150 /vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php
        151 /vendor/symfony/http-foundation/Session/Storage/MetadataBag.php
        152 /vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php
        153 /vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php
        154 /vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php
        155 /vendor/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php
        156 /vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php
        157 /config/smarty.config.inc.php
        158 /classes/Smarty/SmartyDev.php
        159 /vendor/smarty/smarty/libs/Smarty.class.php
        160 /vendor/smarty/smarty/libs/functions.php
        161 /vendor/smarty/smarty/libs/Autoloader.php
        162 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
        163 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
        164 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
        165 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
        166 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
        167 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
        168 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
        169 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
        170 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
        171 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerclass.php
        172 /classes/ImageManager.php
        173 /classes/Product.php
        174 /classes/Profile.php
        175 /classes/Tab.php
        176 /config/smartyfront.config.inc.php
        177 /classes/Smarty/SmartyResourceModule.php
        178 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
        179 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
        180 /classes/Smarty/SmartyResourceParent.php
        181 /classes/Smarty/SmartyLazyRegister.php
        182 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
        183 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
        184 /classes/Customer.php
        185 /classes/Group.php
        186 /classes/Link.php
        187 /classes/shop/ShopUrl.php
        188 /app/FrontKernel.php
        189 /app/AppKernel.php
        190 /vendor/symfony/http-kernel/Kernel.php
        191 /vendor/symfony/config/ConfigCache.php
        192 /vendor/symfony/config/ResourceCheckerConfigCache.php
        193 /vendor/symfony/config/ConfigCacheInterface.php
        194 /vendor/symfony/http-kernel/KernelInterface.php
        195 /vendor/symfony/http-kernel/HttpKernelInterface.php
        196 /vendor/symfony/http-kernel/RebootableInterface.php
        197 /vendor/symfony/http-kernel/TerminableInterface.php
        198 /vendor/symfony/dotenv/Dotenv.php
        199 /classes/Dispatcher.php
        200 /vendor/symfony/http-foundation/Request.php
        201 /vendor/symfony/http-foundation/AcceptHeader.php
        202 /vendor/symfony/http-foundation/AcceptHeaderItem.php
        203 /vendor/symfony/http-foundation/FileBag.php
        204 /vendor/symfony/http-foundation/HeaderBag.php
        205 /vendor/symfony/http-foundation/HeaderUtils.php
        206 /vendor/symfony/http-foundation/InputBag.php
        207 /vendor/symfony/http-foundation/ServerBag.php
        208 /src/Adapter/SymfonyContainer.php
        209 /config/db_slave_server.inc.php
        210 /src/Adapter/ContainerBuilder.php
        211 /src/Adapter/Environment.php
        212 /src/Core/EnvironmentInterface.php
        213 /vendor/symfony/config/Resource/SelfCheckingResourceChecker.php
        214 /vendor/symfony/config/ResourceCheckerInterface.php
        215 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
        216 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
        217 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
        218 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
        219 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
        220 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
        221 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
        222 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
        223 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
        224 /vendor/symfony/cache/Adapter/ArrayAdapter.php
        225 /vendor/psr/log/src/LoggerAwareTrait.php
        226 /vendor/symfony/cache/Adapter/AdapterInterface.php
        227 /vendor/symfony/cache/CacheItem.php
        228 /vendor/symfony/cache-contracts/ItemInterface.php
        229 /vendor/psr/cache/src/CacheItemInterface.php
        230 /vendor/psr/cache/src/CacheItemPoolInterface.php
        231 /vendor/symfony/cache-contracts/CacheInterface.php
        232 /vendor/psr/log/src/LoggerAwareInterface.php
        233 /vendor/symfony/cache/ResettableInterface.php
        234 /vendor/symfony/service-contracts/ResetInterface.php
        235 /vendor/doctrine/orm/src/Tools/Setup.php
        236 /vendor/doctrine/deprecations/src/Deprecation.php
        237 /vendor/doctrine/orm/src/Configuration.php
        238 /vendor/doctrine/dbal/src/Configuration.php
        239 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
        240 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
        241 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
        242 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
        243 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
        244 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
        245 /vendor/doctrine/lexer/src/AbstractLexer.php
        246 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
        247 /vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php
        248 /vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php
        249 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
        250 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
        251 /vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php
        252 /vendor/symfony/cache/Adapter/FilesystemAdapter.php
        253 /vendor/symfony/cache/Adapter/AbstractAdapter.php
        254 /vendor/symfony/cache/Traits/AbstractAdapterTrait.php
        255 /vendor/symfony/cache/Traits/ContractsTrait.php
        256 /vendor/symfony/cache-contracts/CacheTrait.php
        257 /vendor/psr/cache/src/InvalidArgumentException.php
        258 /vendor/psr/cache/src/CacheException.php
        259 /vendor/symfony/cache/Traits/FilesystemTrait.php
        260 /vendor/symfony/cache/Traits/FilesystemCommonTrait.php
        261 /vendor/symfony/cache/PruneableInterface.php
        262 /vendor/symfony/cache/Marshaller/DefaultMarshaller.php
        263 /vendor/symfony/cache/Marshaller/MarshallerInterface.php
        264 /src/Adapter/Module/Repository/CachedModuleRepository.php
        265 /src/Adapter/Module/Repository/ModuleRepository.php
        266 /src/Core/Repository/AbstractObjectModelRepository.php
        267 /vendor/symfony/cache/LockRegistry.php
        268 /modules/ps_mbo/vendor/autoload.php
        269 /modules/ps_mbo/vendor/composer/autoload_real.php
        270 /modules/ps_mbo/vendor/composer/platform_check.php
        271 /modules/ps_mbo/vendor/composer/autoload_static.php
        272 /modules/ps_mbo/vendor/clue/stream-filter/src/functions_include.php
        273 /modules/ps_mbo/vendor/clue/stream-filter/src/functions.php
        274 /modules/ps_mbo/vendor/php-http/message/src/filters.php
        275 /modules/ps_mbo/vendor/ralouphie/getallheaders/src/getallheaders.php
        276 /modules/ps_mbo/vendor/guzzlehttp/promises/src/functions_include.php
        277 /modules/ps_mbo/vendor/guzzlehttp/promises/src/functions.php
        278 /modules/ps_mbo/vendor/sentry/sentry/src/functions.php
        279 /modules/ps_mbo/bootstrap.php
        280 /modules/ps_mbo/src/Helpers/EnvHelper.php
        281 /modules/cv_banners/vendor/autoload.php
        282 /modules/cv_banners/vendor/composer/autoload_real.php
        283 /modules/cv_banners/vendor/composer/platform_check.php
        284 /modules/cv_banners/vendor/composer/autoload_static.php
        285 /modules/ps_classic_edition/vendor/autoload.php
        286 /modules/ps_classic_edition/vendor/composer/autoload_real.php
        287 /modules/ps_classic_edition/vendor/composer/platform_check.php
        288 /modules/ps_classic_edition/vendor/composer/autoload_static.php
        289 /modules/psxmarketingwithgoogle/vendor/autoload.php
        290 /modules/psxmarketingwithgoogle/vendor/composer/autoload_real.php
        291 /modules/psxmarketingwithgoogle/vendor/composer/autoload_static.php
        292 /modules/psxmarketingwithgoogle/vendor/segmentio/analytics-php/lib/Segment.php
        293 /modules/psxmarketingwithgoogle/vendor/segmentio/analytics-php/lib/Segment/Client.php
        294 /modules/psxmarketingwithgoogle/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
        295 /modules/psxmarketingwithgoogle/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
        296 /modules/psxmarketingwithgoogle/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
        297 /modules/psxmarketingwithgoogle/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
        298 /modules/psxmarketingwithgoogle/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php
        299 /modules/psxmarketingwithgoogle/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
        300 /modules/psxmarketingwithgoogle/vendor/segmentio/analytics-php/lib/Segment/Version.php
        301 /modules/ps_accounts/vendor/autoload.php
        302 /modules/ps_accounts/vendor/composer/autoload_real.php
        303 /modules/ps_accounts/vendor/composer/platform_check.php
        304 /modules/ps_accounts/vendor/composer/autoload_static.php
        305 /modules/ps_accounts/vendor/paragonie/random_compat/lib/random.php
        306 /modules/ps_accounts/vendor/symfony/polyfill-ctype/bootstrap.php
        307 /modules/ps_accounts/vendor/lcobucci/jwt/compat/class-aliases.php
        308 /modules/ps_accounts/vendor/lcobucci/jwt/src/Token.php
        309 /modules/ps_accounts/vendor/lcobucci/jwt/src/Signature.php
        310 /modules/ps_accounts/vendor/lcobucci/jwt/compat/json-exception-polyfill.php
        311 /modules/ps_accounts/vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
        312 /modules/ps_accounts/vendor/ramsey/uuid/src/functions.php
        313 /modules/ps_facebook/vendor/autoload.php
        314 /modules/ps_facebook/vendor/composer/autoload_real.php
        315 /modules/ps_facebook/vendor/composer/autoload_static.php
        316 /modules/cv_layout/vendor/autoload.php
        317 /modules/cv_layout/vendor/composer/autoload_real.php
        318 /modules/cv_layout/vendor/composer/platform_check.php
        319 /modules/cv_layout/vendor/composer/autoload_static.php
        320 /modules/psshipping/vendor/autoload.php
        321 /modules/psshipping/vendor/composer/autoload_real.php
        322 /modules/psshipping/vendor/composer/autoload_static.php
        323 /modules/psshipping/vendor/guzzlehttp/psr7/src/functions_include.php
        324 /modules/psshipping/vendor/guzzlehttp/psr7/src/functions.php
        325 /modules/psshipping/vendor/guzzlehttp/guzzle/src/functions_include.php
        326 /modules/psshipping/vendor/guzzlehttp/guzzle/src/functions.php
        327 /modules/ps_checkout/vendor/autoload.php
        328 /modules/ps_checkout/vendor/composer/autoload_real.php
        329 /modules/ps_checkout/vendor/composer/autoload_static.php
        330 /modules/cv_contactforms/vendor/autoload.php
        331 /modules/cv_contactforms/vendor/composer/autoload_real.php
        332 /modules/cv_contactforms/vendor/composer/platform_check.php
        333 /modules/cv_contactforms/vendor/composer/autoload_static.php
        334 /modules/cv_blogposts/vendor/autoload.php
        335 /modules/cv_blogposts/vendor/composer/autoload_real.php
        336 /modules/cv_blogposts/vendor/composer/autoload_static.php
        337 /modules/cv_categoryslider/vendor/autoload.php
        338 /modules/cv_categoryslider/vendor/composer/autoload_real.php
        339 /modules/cv_categoryslider/vendor/composer/autoload_static.php
        340 /modules/cv_manager/vendor/autoload.php
        341 /modules/cv_manager/vendor/composer/autoload_real.php
        342 /modules/cv_manager/vendor/composer/platform_check.php
        343 /modules/cv_manager/vendor/composer/autoload_static.php
        344 /modules/ps_eventbus/vendor/autoload.php
        345 /modules/ps_eventbus/vendor/composer/autoload_real.php
        346 /modules/ps_eventbus/vendor/composer/autoload_static.php
        347 /modules/is_favoriteproducts/vendor/autoload.php
        348 /modules/is_favoriteproducts/vendor/composer/autoload_real.php
        349 /modules/is_favoriteproducts/vendor/composer/platform_check.php
        350 /modules/is_favoriteproducts/vendor/composer/autoload_static.php
        351 /modules/ps_googleanalytics/vendor/autoload.php
        352 /modules/ps_googleanalytics/vendor/composer/autoload_real.php
        353 /modules/ps_googleanalytics/vendor/composer/platform_check.php
        354 /modules/ps_googleanalytics/vendor/composer/autoload_static.php
        355 /vendor/symfony/config/Resource/FileResource.php
        356 /vendor/symfony/config/Resource/SelfCheckingResourceInterface.php
        357 /vendor/symfony/config/Resource/ResourceInterface.php
        358 /vendor/symfony/config/Resource/ReflectionClassResource.php
        359 /vendor/symfony/config/Resource/DirectoryResource.php
        360 /vendor/symfony/config/Resource/ClassExistenceResource.php
        361 /var/cache/dev/FrontContainer.php
        362 /src/Adapter/Container/LegacyContainer.php
        363 /vendor/symfony/dependency-injection/Container.php
        364 /vendor/symfony/dependency-injection/Argument/RewindableGenerator.php
        365 /vendor/symfony/dependency-injection/Argument/ServiceLocator.php
        366 /vendor/symfony/dependency-injection/ServiceLocator.php
        367 /vendor/symfony/service-contracts/ServiceLocatorTrait.php
        368 /vendor/psr/container/src/ContainerExceptionInterface.php
        369 /vendor/psr/container/src/NotFoundExceptionInterface.php
        370 /vendor/symfony/service-contracts/ServiceProviderInterface.php
        371 /vendor/psr/container/src/ContainerInterface.php
        372 /vendor/symfony/dependency-injection/ContainerInterface.php
        373 /src/Adapter/Container/LegacyContainerInterface.php
        374 /src/PrestaShopBundle/Entity/Repository/FeatureFlagRepository.php
        375 /vendor/doctrine/orm/src/EntityRepository.php
        376 /vendor/doctrine/persistence/src/Persistence/ObjectRepository.php
        377 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
        378 /vendor/symfony/var-exporter/LazyProxyTrait.php
        379 /vendor/symfony/var-exporter/Internal/LazyObjectTrait.php
        380 /vendor/symfony/var-exporter/LazyObjectInterface.php
        381 /vendor/symfony/var-exporter/Internal/Hydrator.php
        382 /vendor/symfony/var-exporter/Internal/LazyObjectRegistry.php
        383 /vendor/symfony/var-exporter/Internal/LazyObjectState.php
        384 /src/PrestaShopBundle/Entity/Repository/ShipmentRepository.php
        385 /src/PrestaShopBundle/Security/Admin/LegacyAdminTokenValidator.php
        386 /vendor/symfony/var-exporter/LazyGhostTrait.php
        387 /src/Core/FeatureFlag/FeatureFlagManager.php
        388 /src/Core/FeatureFlag/FeatureFlagStateCheckerInterface.php
        389 /src/Core/FeatureFlag/Layer/DbLayer.php
        390 /src/Core/FeatureFlag/TypeLayerInterface.php
        391 /src/Core/FeatureFlag/Layer/DotEnvLayer.php
        392 /src/Core/FeatureFlag/Layer/EnvLayer.php
        393 /src/Core/FeatureFlag/Layer/QueryLayer.php
        394 /vendor/symfony/http-foundation/RequestStack.php
        395 /vendor/doctrine/orm/src/EntityManager.php
        396 /vendor/doctrine/orm/src/EntityManagerInterface.php
        397 /vendor/doctrine/persistence/src/Persistence/ObjectManager.php
        398 /src/Core/Hook/HookModuleFilter.php
        399 /src/Core/Hook/HookModuleFilterInterface.php
        400 /modules/ps_checkout/ps_checkout.php
        401 /classes/PaymentModule.php
        402 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
        403 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
        404 /src/PrestaShopBundle/Translation/TranslatorComponent.php
        405 /vendor/symfony/translation/Translator.php
        406 /vendor/symfony/translation/MessageCatalogue.php
        407 /vendor/symfony/translation/MessageCatalogueInterface.php
        408 /vendor/symfony/translation/MetadataAwareInterface.php
        409 /vendor/symfony/translation/CatalogueMetadataAwareInterface.php
        410 /vendor/symfony/translation-contracts/TranslatorInterface.php
        411 /vendor/symfony/translation/TranslatorBagInterface.php
        412 /vendor/symfony/translation-contracts/LocaleAwareInterface.php
        413 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
        414 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
        415 /src/PrestaShopBundle/Translation/TranslatorInterface.php
        416 /vendor/symfony/translation/Formatter/MessageFormatter.php
        417 /vendor/symfony/translation/Formatter/IntlFormatter.php
        418 /vendor/symfony/translation/Formatter/IntlFormatterInterface.php
        419 /vendor/symfony/translation/Formatter/MessageFormatterInterface.php
        420 /vendor/symfony/translation/IdentityTranslator.php
        421 /vendor/symfony/translation-contracts/TranslatorTrait.php
        422 /vendor/symfony/config/ConfigCacheFactory.php
        423 /vendor/symfony/config/ConfigCacheFactoryInterface.php
        424 /var/cache/dev/translations/catalogue.en-US.NXhscRe.php
        425 /modules/cv_blogposts/cv_blogposts.php
        426 /src/Core/Module/WidgetInterface.php
        427 /src/PrestaShopBundle/Translation/DomainNormalizer.php
        428 /src/Adapter/Localization/LegacyTranslator.php
        429 /classes/Translate.php
        430 /modules/cv_blogposts/src/Hook/ModuleRoutes.php
        431 /modules/cv_blogposts/src/Hook/AbstractHook.php
        432 /modules/cv_blogposts/src/Hook/HookInterface.php
        433 /src/Adapter/ContainerFinder.php
        434 /src/Core/Exception/ContainerNotFoundException.php
        435 /controllers/front/ProductController.php
        436 /classes/controller/ProductPresentingFrontController.php
        437 /classes/controller/FrontController.php
        438 /src/Adapter/Presenter/Object/ObjectPresenter.php
        439 /src/Adapter/Presenter/PresenterInterface.php
        440 /src/Adapter/Presenter/Cart/CartPresenter.php
        441 /src/Adapter/Image/ImageRetriever.php
        442 /classes/tax/TaxConfiguration.php
        443 /classes/Smarty/TemplateFinder.php
        444 /classes/assets/StylesheetManager.php
        445 /classes/assets/AbstractAssetManager.php
        446 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
        447 /classes/assets/JavascriptManager.php
        448 /classes/assets/CccReducer.php
        449 /src/Core/Localization/Locale/Repository.php
        450 /src/Core/Localization/Locale/RepositoryInterface.php
        451 /src/Core/Localization/CLDR/LocaleRepository.php
        452 /src/Core/Localization/CLDR/LocaleDataSource.php
        453 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
        454 /src/Core/Data/Layer/AbstractDataLayer.php
        455 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
        456 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
        457 /src/Core/Localization/CLDR/Reader.php
        458 /src/Core/Localization/CLDR/ReaderInterface.php
        459 /src/Core/Localization/Currency/Repository.php
        460 /src/Core/Localization/Currency/RepositoryInterface.php
        461 /src/Core/Localization/Currency/CurrencyDataSource.php
        462 /src/Core/Localization/Currency/DataSourceInterface.php
        463 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
        464 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
        465 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
        466 /src/Adapter/Currency/CurrencyDataProvider.php
        467 /src/Core/Currency/CurrencyDataProviderInterface.php
        468 /src/Adapter/LegacyContext.php
        469 /src/Adapter/Tools.php
        470 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
        471 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
        472 /vendor/prestashop/decimal/src/Operation/Rounding.php
        473 /src/Core/Localization/Locale.php
        474 /src/Core/Localization/LocaleInterface.php
        475 /src/Core/Localization/Specification/Price.php
        476 /src/Core/Localization/Specification/Number.php
        477 /src/Core/Localization/Specification/NumberInterface.php
        478 /src/Core/Localization/Specification/Factory.php
        479 /src/Core/Localization/CLDR/LocaleData.php
        480 /src/Core/Localization/CLDR/NumberSymbolsData.php
        481 /src/Core/Localization/CLDR/CurrencyData.php
        482 /src/Core/Localization/CLDR/Locale.php
        483 /src/Core/Localization/CLDR/LocaleInterface.php
        484 /src/Core/Localization/Specification/NumberSymbolList.php
        485 /classes/Currency.php
        486 /src/Core/Localization/Currency/LocalizedCurrencyId.php
        487 /classes/webservice/WebserviceRequest.php
        488 /src/Core/Localization/Currency/CurrencyData.php
        489 /src/Core/Localization/Currency/CurrencyCollection.php
        490 /src/Core/Localization/Currency.php
        491 /src/Core/Localization/CurrencyInterface.php
        492 /src/Core/Localization/Specification/NumberCollection.php
        493 /src/Core/Localization/Number/Formatter.php
        494 /classes/Cart.php
        495 /src/Adapter/AddressFactory.php
        496 /classes/CartRule.php
        497 /src/Core/Domain/Product/ValueObject/RedirectType.php
        498 /src/Core/Util/DateTime/DateTime.php
        499 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
        500 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
        501 /src/Core/Domain/Product/ValueObject/DeliveryTimeNoteType.php
        502 /src/Core/Domain/Product/ValueObject/ProductType.php
        503 /src/Core/Domain/Product/ValueObject/Reference.php
        504 /src/Core/Domain/Product/ValueObject/Gtin.php
        505 /src/Core/Domain/Product/ValueObject/Isbn.php
        506 /src/Core/Domain/Product/ValueObject/Upc.php
        507 /src/Core/Domain/Product/ProductSettings.php
        508 /classes/Manufacturer.php
        509 /classes/Supplier.php
        510 /classes/Address.php
        511 /classes/tax/TaxManagerFactory.php
        512 /classes/tax/TaxRulesTaxManager.php
        513 /classes/tax/TaxManagerInterface.php
        514 /src/Core/Domain/Shop/ValueObject/ShopId.php
        515 /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php
        516 /classes/tax/TaxCalculator.php
        517 /classes/Combination.php
        518 /classes/SpecificPrice.php
        519 /classes/GroupReduction.php
        520 /classes/Tag.php
        521 /classes/stock/StockAvailable.php
        522 /vendor/prestashop/decimal/src/DecimalNumber.php
        523 /vendor/prestashop/decimal/src/Builder.php
        524 /classes/Category.php
        525 /src/Core/Domain/Category/ValueObject/RedirectType.php
        526 /src/Core/Domain/Category/CategorySettings.php
        527 /src/Core/Domain/Category/SeoSettings.php
        528 /modules/ps_socialfollow/ps_socialfollow.php
        529 /modules/ps_facebook/ps_facebook.php
        530 /modules/ps_facebook/translations/en.php
        531 /modules/ps_classic_edition/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php
        532 /modules/ps_classic_edition/vendor/prestashop/module-lib-cache-directory-provider/src/Cache/CacheDirectoryProvider.php
        533 /modules/ps_classic_edition/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ContainerProvider.php
        534 /var/cache/dev/Ps_facebookFrontContainer.php
        535 /modules/ps_facebook/classes/Buffer/TemplateBuffer.php
        536 /classes/Media.php
        537 /modules/blockreassurance/blockreassurance.php
        538 /var/cache/dev/Ps_checkout9532FrontContainer.php
        539 /modules/ps_checkout/vendor/invertus/infrastructure/src/Validator/MerchantValidator.php
        540 /modules/ps_checkout/vendor/invertus/infrastructure/src/Validator/MerchantValidatorInterface.php
        541 /modules/ps_checkout/vendor/invertus/infrastructure/src/Adapter/Configuration.php
        542 /modules/ps_checkout/vendor/invertus/infrastructure/src/Adapter/ConfigurationInterface.php
        543 /modules/ps_checkout/vendor/invertus/infrastructure/src/Adapter/Context.php
        544 /modules/ps_checkout/vendor/invertus/infrastructure/src/Adapter/ContextInterface.php
        545 /modules/ps_checkout/vendor/invertus/infrastructure/src/Repository/PsAccountRepository.php
        546 /modules/ps_checkout/vendor/invertus/infrastructure/src/Repository/PsAccountRepositoryInterface.php
        547 /modules/ps_mbo/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php
        548 /modules/ps_mbo/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php
        549 /src/Core/Addon/Module/ModuleManagerBuilder.php
        550 /src/Adapter/LegacyLogger.php
        551 /src/Adapter/Module/ModuleDataProvider.php
        552 /src/Adapter/Module/AdminModuleDataProvider.php
        553 /src/PrestaShopBundle/Service/DataProvider/Admin/ModuleInterface.php
        554 /src/Adapter/Module/Module.php
        555 /src/Core/Module/ModuleInterface.php
        556 /vendor/symfony/config/FileLocator.php
        557 /vendor/symfony/config/FileLocatorInterface.php
        558 /vendor/symfony/routing/Loader/YamlFileLoader.php
        559 /vendor/symfony/config/Loader/FileLoader.php
        560 /vendor/symfony/config/Loader/Loader.php
        561 /vendor/symfony/config/Loader/LoaderInterface.php
        562 /vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php
        563 /vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php
        564 /vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php
        565 /vendor/symfony/routing/Router.php
        566 /vendor/symfony/routing/RouterInterface.php
        567 /vendor/symfony/routing/Matcher/UrlMatcherInterface.php
        568 /vendor/symfony/routing/RequestContextAwareInterface.php
        569 /vendor/symfony/routing/Generator/UrlGeneratorInterface.php
        570 /vendor/symfony/routing/Matcher/RequestMatcherInterface.php
        571 /vendor/symfony/routing/RequestContext.php
        572 /src/Core/Module/ModuleManager.php
        573 /src/Core/Module/ModuleManagerInterface.php
        574 /src/Core/Module/ModuleRepository.php
        575 /src/Core/Module/ModuleRepositoryInterface.php
        576 /src/Adapter/HookManager.php
        577 /src/Core/Context/LanguageContext.php
        578 /src/Core/Module/SourceHandler/SourceHandlerFactory.php
        579 /src/PrestaShopBundle/Event/Dispatcher/NullDispatcher.php
        580 /vendor/symfony/event-dispatcher/EventDispatcherInterface.php
        581 /vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php
        582 /vendor/psr/event-dispatcher/src/EventDispatcherInterface.php
        583 /src/Core/Hook/HookDispatcherInterface.php
        584 /vendor/symfony/translation/Loader/XliffFileLoader.php
        585 /vendor/symfony/translation/Loader/LoaderInterface.php
        586 /modules/ps_accounts/ps_accounts.php
        587 /modules/ps_accounts/src/Hook/HookableTrait.php
        588 /modules/ps_accounts/src/Module/Install.php
        589 /modules/ps_accounts/src/Settings/SettingsForm.php
        590 /modules/ps_accounts/translations/en.php
        591 /modules/ps_accounts/src/ServiceContainer/PsAccountsContainer.php
        592 /modules/ps_accounts/vendor/prestashopcorp/lightweight-container/src/ServiceContainer/ServiceContainer.php
        593 /modules/ps_accounts/config.php
        594 /modules/ps_accounts/src/Log/Logger.php
        595 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Logger.php
        596 /modules/ps_accounts/vendor/psr/log/Psr/Log/LoggerInterface.php
        597 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/ResettableInterface.php
        598 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php
        599 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php
        600 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php
        601 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php
        602 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php
        603 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Utils.php
        604 /modules/ps_accounts/src/ServiceProvider/ApiClientProvider.php
        605 /modules/ps_accounts/vendor/prestashopcorp/lightweight-container/src/ServiceContainer/Contract/IServiceProvider.php
        606 /modules/ps_accounts/src/ServiceProvider/CommandProvider.php
        607 /modules/ps_accounts/src/ServiceProvider/DefaultProvider.php
        608 /modules/ps_accounts/src/ServiceProvider/OAuth2Provider.php
        609 /modules/ps_accounts/src/ServiceProvider/QueryProvider.php
        610 /modules/ps_accounts/src/ServiceProvider/RepositoryProvider.php
        611 /modules/ps_accounts/src/ServiceProvider/SessionProvider.php
        612 /modules/ps_accounts/src/Service/PsAccountsService.php
        613 /modules/ps_accounts/src/Account/Session/ShopSession.php
        614 /modules/ps_accounts/src/Account/Session/Session.php
        615 /modules/ps_accounts/src/Account/Session/SessionInterface.php
        616 /modules/ps_accounts/src/Repository/ConfigurationRepository.php
        617 /modules/ps_accounts/src/Adapter/Configuration.php
        618 /modules/ps_accounts/src/Service/OAuth2/OAuth2Service.php
        619 /modules/ps_accounts/src/Http/Client/ClientConfig.php
        620 /modules/ps_accounts/src/Http/Client/ConfigObject.php
        621 /modules/ps_accounts/src/Type/Enum.php
        622 /modules/ps_accounts/src/Service/OAuth2/OAuth2Client.php
        623 /modules/ps_accounts/src/Adapter/Link.php
        624 /modules/ps_accounts/src/Context/ShopContext.php
        625 /modules/ps_accounts/vendor/ramsey/uuid/src/Uuid.php
        626 /modules/ps_accounts/vendor/ramsey/uuid/src/UuidInterface.php
        627 /modules/ps_accounts/vendor/ramsey/uuid/src/UuidFactory.php
        628 /modules/ps_accounts/vendor/ramsey/uuid/src/UuidFactoryInterface.php
        629 /modules/ps_accounts/vendor/ramsey/uuid/src/FeatureSet.php
        630 /modules/ps_accounts/vendor/ramsey/uuid/src/Converter/Number/DegradedNumberConverter.php
        631 /modules/ps_accounts/vendor/ramsey/uuid/src/Converter/NumberConverterInterface.php
        632 /modules/ps_accounts/vendor/ramsey/uuid/src/Builder/DefaultUuidBuilder.php
        633 /modules/ps_accounts/vendor/ramsey/uuid/src/Builder/UuidBuilderInterface.php
        634 /modules/ps_accounts/vendor/ramsey/uuid/src/Codec/StringCodec.php
        635 /modules/ps_accounts/vendor/ramsey/uuid/src/Codec/CodecInterface.php
        636 /modules/ps_accounts/vendor/ramsey/uuid/src/Provider/Node/FallbackNodeProvider.php
        637 /modules/ps_accounts/vendor/ramsey/uuid/src/Provider/NodeProviderInterface.php
        638 /modules/ps_accounts/vendor/ramsey/uuid/src/Provider/Node/SystemNodeProvider.php
        639 /modules/ps_accounts/vendor/ramsey/uuid/src/Provider/Node/RandomNodeProvider.php
        640 /modules/ps_accounts/vendor/ramsey/uuid/src/Generator/RandomGeneratorFactory.php
        641 /modules/ps_accounts/vendor/ramsey/uuid/src/Generator/RandomBytesGenerator.php
        642 /modules/ps_accounts/vendor/ramsey/uuid/src/Generator/RandomGeneratorInterface.php
        643 /modules/ps_accounts/vendor/ramsey/uuid/src/Provider/Time/SystemTimeProvider.php
        644 /modules/ps_accounts/vendor/ramsey/uuid/src/Provider/TimeProviderInterface.php
        645 /modules/ps_accounts/vendor/ramsey/uuid/src/Generator/TimeGeneratorFactory.php
        646 /modules/ps_accounts/vendor/ramsey/uuid/src/Converter/Time/PhpTimeConverter.php
        647 /modules/ps_accounts/vendor/ramsey/uuid/src/Converter/TimeConverterInterface.php
        648 /modules/ps_accounts/vendor/ramsey/uuid/src/Generator/DefaultTimeGenerator.php
        649 /modules/ps_accounts/vendor/ramsey/uuid/src/Generator/TimeGeneratorInterface.php
        650 /modules/ps_accounts/vendor/ramsey/uuid/src/BinaryUtils.php
        651 /modules/ps_accounts/src/Service/OAuth2/CachedFile.php
        652 /modules/ps_accounts/src/Account/Session/Firebase/ShopSession.php
        653 /modules/ps_accounts/src/Account/Session/Firebase/FirebaseSession.php
        654 /modules/ps_accounts/src/Account/Session/Firebase/OwnerSession.php
        655 /modules/ps_accounts/src/Account/StatusManager.php
        656 /modules/ps_accounts/src/Traits/WithOriginAndSourceTrait.php
        657 /modules/ps_accounts/src/Traits/WithPropertyTrait.php
        658 /modules/ps_accounts/src/Service/Accounts/AccountsService.php
        659 /modules/ps_accounts/src/Service/AnalyticsService.php
        660 /modules/ps_accounts/src/Service/AdminTokenService.php
        661 /modules/ps_checkout/vendor/invertus/core/src/Settings/Configuration/PayPalConfiguration.php
        662 /modules/ps_emailalerts/ps_emailalerts.php
        663 /modules/ps_emailalerts/MailAlert.php
        664 /modules/ps_emailsubscription/ps_emailsubscription.php
        665 /modules/cv_contactforms/cv_contactforms.php
        666 /modules/cv_contactforms/src/Entity/CvContactForm.php
        667 /modules/cv_contactforms/src/Entity/CvContactFormField.php
        668 /modules/cv_contactforms/src/Entity/CvContactFormSubmission.php
        669 /modules/cv_contactforms/src/Hook/Action/ActionFrontControllerSetMedia.php
        670 /modules/cv_contactforms/src/Hook/AbstractHook.php
        671 /modules/cv_contactforms/src/Hook/HookInterface.php
        672 /vendor/symfony/dependency-injection/Exception/ServiceNotFoundException.php
        673 /vendor/symfony/dependency-injection/Exception/InvalidArgumentException.php
        674 /vendor/symfony/dependency-injection/Exception/ExceptionInterface.php
        675 /modules/is_favoriteproducts/is_favoriteproducts.php
        676 /modules/is_favoriteproducts/src/Hook/ActionFrontControllerSetMedia.php
        677 /modules/is_favoriteproducts/src/Hook/AbstractHook.php
        678 /modules/is_favoriteproducts/src/Hook/HookInterface.php
        679 /modules/is_favoriteproducts/src/Services/FavoriteProductService.php
        680 /vendor/doctrine/dbal/src/Logging/LoggerChain.php
        681 /vendor/doctrine/dbal/src/Logging/SQLLogger.php
        682 /vendor/symfony/doctrine-bridge/Logger/DbalLogger.php
        683 /vendor/doctrine/dbal/src/Logging/DebugStack.php
        684 /vendor/doctrine/doctrine-bundle/ConnectionFactory.php
        685 /src/PrestaShopBundle/DependencyInjection/RuntimeConstEnvVarProcessor.php
        686 /vendor/symfony/dependency-injection/EnvVarProcessorInterface.php
        687 /vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php
        688 /vendor/doctrine/event-manager/src/EventManager.php
        689 /vendor/doctrine/dbal/src/DriverManager.php
        690 /vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php
        691 /vendor/doctrine/dbal/src/Driver/AbstractMySQLDriver.php
        692 /vendor/doctrine/dbal/src/VersionAwarePlatformDriver.php
        693 /vendor/doctrine/dbal/src/Driver.php
        694 /src/PrestaShopBundle/Doctrine/DatabaseConnection.php
        695 /vendor/doctrine/dbal/src/Connection.php
        696 /vendor/doctrine/dbal/src/ArrayParameterType.php
        697 /vendor/doctrine/dbal/src/ParameterType.php
        698 /vendor/doctrine/dbal/src/Query/Expression/ExpressionBuilder.php
        699 /vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php
        700 /vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php
        701 /vendor/doctrine/dbal/src/Driver/PDO/Connection.php
        702 /vendor/doctrine/dbal/src/Driver/ServerInfoAwareConnection.php
        703 /vendor/doctrine/dbal/src/Driver/Connection.php
        704 /vendor/doctrine/dbal/src/Events.php
        705 /vendor/doctrine/dbal/src/Platforms/MariaDb1060Platform.php
        706 /vendor/doctrine/dbal/src/Platforms/MariaDb1052Platform.php
        707 /vendor/doctrine/dbal/src/Platforms/MariaDb1043Platform.php
        708 /vendor/doctrine/dbal/src/Platforms/MariaDb1027Platform.php
        709 /vendor/doctrine/dbal/src/Platforms/MariaDBPlatform.php
        710 /vendor/doctrine/dbal/src/Platforms/MySQLPlatform.php
        711 /vendor/doctrine/dbal/src/Platforms/AbstractMySQLPlatform.php
        712 /vendor/doctrine/dbal/src/Platforms/AbstractPlatform.php
        713 /vendor/doctrine/dbal/src/Schema/MySQLSchemaManager.php
        714 /vendor/doctrine/dbal/src/Schema/AbstractSchemaManager.php
        715 /vendor/doctrine/dbal/src/Types/Types.php
        716 /vendor/doctrine/dbal/src/Types/Type.php
        717 /vendor/doctrine/dbal/src/Types/ArrayType.php
        718 /vendor/doctrine/dbal/src/Types/AsciiStringType.php
        719 /vendor/doctrine/dbal/src/Types/StringType.php
        720 /vendor/doctrine/dbal/src/Types/BigIntType.php
        721 /vendor/doctrine/dbal/src/Types/PhpIntegerMappingType.php
        722 /vendor/doctrine/dbal/src/Types/BinaryType.php
        723 /vendor/doctrine/dbal/src/Types/BlobType.php
        724 /vendor/doctrine/dbal/src/Types/BooleanType.php
        725 /vendor/doctrine/dbal/src/Types/DateType.php
        726 /vendor/doctrine/dbal/src/Types/DateImmutableType.php
        727 /vendor/doctrine/dbal/src/Types/DateIntervalType.php
        728 /vendor/doctrine/dbal/src/Types/DateTimeType.php
        729 /vendor/doctrine/dbal/src/Types/PhpDateTimeMappingType.php
        730 /vendor/doctrine/dbal/src/Types/DateTimeImmutableType.php
        731 /vendor/doctrine/dbal/src/Types/DateTimeTzType.php
        732 /vendor/doctrine/dbal/src/Types/DateTimeTzImmutableType.php
        733 /vendor/doctrine/dbal/src/Types/DecimalType.php
        734 /vendor/doctrine/dbal/src/Types/FloatType.php
        735 /vendor/doctrine/dbal/src/Types/GuidType.php
        736 /vendor/doctrine/dbal/src/Types/IntegerType.php
        737 /vendor/doctrine/dbal/src/Types/JsonType.php
        738 /vendor/doctrine/dbal/src/Types/ObjectType.php
        739 /vendor/doctrine/dbal/src/Types/SimpleArrayType.php
        740 /vendor/doctrine/dbal/src/Types/SmallIntType.php
        741 /vendor/doctrine/dbal/src/Types/TextType.php
        742 /vendor/doctrine/dbal/src/Types/TimeType.php
        743 /vendor/doctrine/dbal/src/Types/TimeImmutableType.php
        744 /vendor/doctrine/dbal/src/Types/TypeRegistry.php
        745 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php
        746 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ImplicitlyIgnoredAnnotationNames.php
        747 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php
        748 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php
        749 /src/PrestaShopBundle/Service/Database/DoctrineNamingStrategy.php
        750 /vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php
        751 /vendor/doctrine/orm/src/Mapping/NamingStrategy.php
        752 /vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php
        753 /vendor/doctrine/orm/src/Internal/SQLResultCasing.php
        754 /vendor/doctrine/orm/src/Mapping/QuoteStrategy.php
        755 /vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php
        756 /vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php
        757 /vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php
        758 /vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php
        759 /vendor/doctrine/orm/src/Repository/RepositoryFactory.php
        760 /vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php
        761 /vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php
        762 /vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadataFactory.php
        763 /vendor/doctrine/orm/src/Mapping/ClassMetadata.php
        764 /vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php
        765 /vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php
        766 /vendor/doctrine/orm/src/Proxy/DefaultProxyClassNameResolver.php
        767 /vendor/doctrine/persistence/src/Persistence/Mapping/ProxyClassNameResolver.php
        768 /vendor/doctrine/orm/src/UnitOfWork.php
        769 /vendor/doctrine/persistence/src/Persistence/PropertyChangedListener.php
        770 /vendor/doctrine/orm/src/Event/ListenersInvoker.php
        771 /vendor/doctrine/orm/src/Utility/IdentifierFlattener.php
        772 /vendor/doctrine/orm/src/Internal/HydrationCompleteHandler.php
        773 /vendor/doctrine/orm/src/Mapping/Reflection/ReflectionPropertiesGetter.php
        774 /vendor/doctrine/persistence/src/Persistence/Mapping/RuntimeReflectionService.php
        775 /vendor/doctrine/persistence/src/Persistence/Mapping/ReflectionService.php
        776 /vendor/doctrine/orm/src/Proxy/ProxyFactory.php
        777 /vendor/doctrine/common/src/Proxy/AbstractProxyFactory.php
        778 /vendor/doctrine/common/src/Proxy/ProxyGenerator.php
        779 /vendor/doctrine/doctrine-bundle/ManagerConfigurator.php
        780 /vendor/doctrine/persistence/src/Persistence/Proxy.php
        781 /modules/is_favoriteproducts/src/Entity/FavoriteProduct.php
        782 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php
        783 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php
        784 /vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php
        785 /vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php
        786 /vendor/doctrine/lexer/src/Token.php
        787 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
        788 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php
        789 /vendor/doctrine/orm/src/Mapping/Entity.php
        790 /vendor/doctrine/orm/src/Mapping/MappingAttribute.php
        791 /vendor/doctrine/orm/src/Mapping/Annotation.php
        792 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php
        793 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php
        794 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php
        795 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/NamedArgumentConstructor.php
        796 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/NamedArgumentConstructorAnnotation.php
        797 /vendor/doctrine/orm/src/Mapping/Table.php
        798 /vendor/doctrine/orm/src/Mapping/Id.php
        799 /vendor/doctrine/orm/src/Mapping/Column.php
        800 /vendor/doctrine/orm/src/Mapping/GeneratedValue.php
        801 /vendor/doctrine/orm/src/Id/IdentityGenerator.php
        802 /vendor/doctrine/orm/src/Id/AbstractIdGenerator.php
        803 /vendor/doctrine/orm/src/Events.php
        804 /vendor/doctrine/persistence/src/Persistence/Reflection/RuntimeReflectionProperty.php
        805 /modules/is_favoriteproducts/src/Repository/FavoriteProductRepository.php
        806 /modules/is_favoriteproducts/src/Repository/FavoriteProductCookieRepository.php
        807 /vendor/symfony/http-foundation/Response.php
        808 /vendor/symfony/http-foundation/ResponseHeaderBag.php
        809 /modules/is_favoriteproducts/src/Repository/ProductRepository.php
        810 /modules/is_favoriteproducts/src/Repository/FavoriteProductRepositoryLegacy.php
        811 /modules/is_favoriteproducts/src/Mapper/FavoriteProductMapper.php
        812 /modules/is_favoriteproducts/src/Presenter/FavoriteProductJsonPresenter.php
        813 /modules/is_favoriteproducts/src/Presenter/PresenterInterface.php
        814 /modules/cv_categoryslider/cv_categoryslider.php
        815 /modules/cv_categoryslider/src/Entity/CvCategorySlider.php
        816 /modules/cv_categoryslider/src/Entity/CvCategorySliderGroup.php
        817 /modules/cv_categoryslider/src/Hook/Action/ActionFrontControllerSetMedia.php
        818 /modules/cv_categoryslider/src/Hook/AbstractHook.php
        819 /modules/cv_categoryslider/src/Hook/HookInterface.php
        820 /modules/cv_categoryslider/src/Repository/CategorySliderRepository.php
        821 /modules/cv_categoryslider/src/Service/CategorySliderService.php
        822 /modules/cv_about/cv_about.php
        823 /modules/cv_about/classes/AboutUs.php
        824 /src/Adapter/Presenter/Manufacturer/ManufacturerPresenter.php
        825 /src/Core/Util/String/StringModifier.php
        826 /src/Core/Util/String/StringModifierInterface.php
        827 /src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php
        828 /src/Adapter/Presenter/AbstractLazyArray.php
        829 /src/Adapter/Presenter/LazyArrayAttribute.php
        830 /src/Core/Util/Inflector.php
        831 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
        832 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
        833 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
        834 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
        835 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
        836 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
        837 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
        838 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
        839 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
        840 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
        841 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
        842 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
        843 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
        844 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
        845 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
        846 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
        847 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
        848 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
        849 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
        850 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
        851 /src/Core/Image/ImageFormatConfiguration.php
        852 /src/Core/Image/ImageFormatConfigurationInterface.php
        853 /classes/ImageType.php
        854 /classes/Pack.php
        855 /src/Core/Product/ProductExtraContentFinder.php
        856 /src/PrestaShopBundle/Service/Hook/HookFinder.php
        857 /classes/tax/Tax.php
        858 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
        859 /vendor/smarty/smarty/libs/sysplugins/smarty_undefined_variable.php
        860 /src/Core/Localization/CLDR/ComputingPrecision.php
        861 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
        862 /classes/order/Order.php
        863 /classes/ProductPresenterFactory.php
        864 /src/Adapter/Presenter/Product/ProductPresenter.php
        865 /src/Adapter/Product/PriceFormatter.php
        866 /src/Adapter/Product/ProductColorsRetriever.php
        867 /src/Core/Product/ProductPresentationSettings.php
        868 /src/Adapter/Presenter/Product/ProductLazyArray.php
        869 /modules/productcomments/productcomments.php
        870 /modules/productcomments/src/Repository/ProductCommentRepository.php
        871 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php
        872 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php
        873 /vendor/doctrine/doctrine-bundle/Registry.php
        874 /vendor/symfony/doctrine-bridge/ManagerRegistry.php
        875 /vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php
        876 /vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php
        877 /vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php
        878 /modules/productcomments/src/Entity/ProductComment.php
        879 /vendor/doctrine/orm/src/Proxy/Proxy.php
        880 /vendor/doctrine/common/src/Proxy/Proxy.php
        881 /vendor/doctrine/orm/src/Proxy/InternalProxy.php
        882 /vendor/doctrine/dbal/src/Query/QueryBuilder.php
        883 /vendor/doctrine/dbal/src/Query/Expression/CompositeExpression.php
        884 /vendor/doctrine/dbal/src/SQL/Builder/DefaultSelectSQLBuilder.php
        885 /vendor/doctrine/dbal/src/SQL/Builder/SelectSQLBuilder.php
        886 /vendor/doctrine/dbal/src/Query/SelectQuery.php
        887 /vendor/doctrine/dbal/src/Query/Limit.php
        888 /vendor/doctrine/dbal/src/SQL/Parser.php
        889 /vendor/doctrine/dbal/src/ExpandArrayParameters.php
        890 /vendor/doctrine/dbal/src/SQL/Parser/Visitor.php
        891 /vendor/doctrine/dbal/src/Driver/PDO/Statement.php
        892 /vendor/doctrine/dbal/src/Driver/Statement.php
        893 /vendor/doctrine/dbal/src/Driver/PDO/ParameterTypeMap.php
        894 /vendor/doctrine/dbal/src/Driver/PDO/Result.php
        895 /vendor/doctrine/dbal/src/Driver/Result.php
        896 /vendor/doctrine/dbal/src/Result.php
        897 /vendor/doctrine/dbal/src/FetchMode.php
        898 /classes/ProductAssembler.php
        899 /src/Core/Product/Search/ProductSearchContext.php
        900 /src/Adapter/Presenter/Product/ProductListingPresenter.php
        901 /src/Adapter/Presenter/Cart/CartLazyArray.php
        902 /src/Adapter/Presenter/Cart/CartProductPresenter.php
        903 /classes/Gender.php
        904 /src/Core/Domain/Title/ValueObject/Gender.php
        905 /classes/Risk.php
        906 /classes/Meta.php
        907 /classes/State.php
        908 /src/Core/Security/PasswordPolicyConfiguration.php
        909 /src/Core/Configuration/DataConfigurationInterface.php
        910 /src/Core/Security/Hashing.php
        911 /modules/cv_theme/cv_theme.php
        912 /src/Core/Filter/FrontEndObject/MainFilter.php
        913 /src/Core/Filter/FilterInterface.php
        914 /src/Core/Filter/FrontEndObject/CartFilter.php
        915 /src/Core/Filter/HashMapWhitelistFilter.php
        916 /src/Core/Filter/CollectionFilter.php
        917 /src/Core/Filter/FrontEndObject/ProductFilter.php
        918 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
        919 /src/Core/Filter/FrontEndObject/CustomerFilter.php
        920 /src/Core/Filter/FrontEndObject/ShopFilter.php
        921 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
        922 /modules/ps_shoppingcart/ps_shoppingcart.php
        923 /modules/psxmarketingwithgoogle/psxmarketingwithgoogle.php
        924 /var/cache/dev/PsxmarketingwithgoogleFrontContainer.php
        925 /modules/psxmarketingwithgoogle/classes/Adapter/ConfigurationAdapter.php
        926 /modules/psxmarketingwithgoogle/classes/Factory/ContextFactory.php
        927 /modules/psxmarketingwithgoogle/classes/config/Config.php
        928 /modules/psxmarketingwithgoogle/classes/Handler/RemarketingHookHandler.php
        929 /modules/psxmarketingwithgoogle/classes/Buffer/TemplateBuffer.php
        930 /modules/ps_searchbar/ps_searchbar.php
        931 /modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php
        932 /modules/ps_facebook/classes/Config/Env.php
        933 /modules/ps_facebook/classes/Handler/ErrorHandler/ModuleFilteredRavenClient.php
        934 /modules/psxmarketingwithgoogle/vendor/sentry/sentry/lib/Raven/Client.php
        935 /modules/ps_facebook/classes/Config/Config.php
        936 /modules/psxmarketingwithgoogle/vendor/sentry/sentry/lib/Raven/Util.php
        937 /modules/psxmarketingwithgoogle/vendor/sentry/sentry/lib/Raven/Compat.php
        938 /modules/psxmarketingwithgoogle/vendor/sentry/sentry/lib/Raven/Processor/SanitizeDataProcessor.php
        939 /modules/psxmarketingwithgoogle/vendor/sentry/sentry/lib/Raven/Processor.php
        940 /modules/psxmarketingwithgoogle/vendor/sentry/sentry/lib/Raven/Context.php
        941 /modules/psxmarketingwithgoogle/vendor/sentry/sentry/lib/Raven/Breadcrumbs.php
        942 /modules/psxmarketingwithgoogle/vendor/sentry/sentry/lib/Raven/Serializer.php
        943 /modules/psxmarketingwithgoogle/vendor/sentry/sentry/lib/Raven/ReprSerializer.php
        944 /modules/psxmarketingwithgoogle/vendor/sentry/sentry/lib/Raven/TransactionStack.php
        945 /modules/psxmarketingwithgoogle/vendor/sentry/sentry/lib/Raven/Breadcrumbs/ErrorHandler.php
        946 /modules/psxmarketingwithgoogle/vendor/sentry/sentry/lib/Raven/Stacktrace.php
        947 /modules/ps_accounts/src/Adapter/ConfigurationKeys.php
        948 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Formatter/LineFormatter.php
        949 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php
        950 /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php
        951 /modules/ps_accounts/src/Account/Exception/UnknownStatusException.php
        952 /modules/psxmarketingwithgoogle/vendor/sentry/sentry/lib/Raven/ErrorHandler.php
        953 /modules/ps_facebook/classes/Dispatcher/EventDispatcher.php
        954 /modules/ps_facebook/classes/Handler/ApiConversionHandler.php
        955 /modules/ps_facebook/classes/Adapter/ConfigurationAdapter.php
        956 /modules/ps_facebook/classes/Factory/ContextFactory.php
        957 /modules/ps_facebook/classes/API/Client/FacebookClient.php
        958 /modules/ps_facebook/classes/Factory/FacebookEssentialsApiClientFactory.php
        959 /modules/ps_facebook/classes/Factory/ApiClientFactoryInterface.php
        960 /modules/ps_facebook/classes/Provider/AccessTokenProvider.php
        961 /modules/ps_facebook/classes/Factory/PsApiClientFactory.php
        962 /modules/ps_facebook/classes/Handler/ConfigurationHandler.php
        963 /modules/ps_facebook/classes/Http/HttpClient.php
        964 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Api.php
        965 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Session.php
        966 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/SessionInterface.php
        967 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/ApiConfig.php
        968 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Http/Client.php
        969 /modules/ps_facebook/classes/Handler/PixelHandler.php
        970 /vendor/symfony/http-foundation/Session/Storage/MockFileSessionStorage.php
        971 /vendor/symfony/http-foundation/Session/Storage/MockArraySessionStorage.php
        972 /modules/ps_facebook/classes/Provider/EventDataProvider.php
        973 /modules/ps_facebook/classes/Adapter/ToolsAdapter.php
        974 /modules/ps_facebook/classes/Repository/ProductRepository.php
        975 /modules/ps_facebook/classes/Provider/ProductAvailabilityProvider.php
        976 /modules/ps_facebook/classes/Provider/ProductAvailabilityProviderInterface.php
        977 /modules/ps_facebook/classes/Repository/GoogleCategoryRepository.php
        978 /modules/ps_facebook/classes/Provider/GoogleCategoryProvider.php
        979 /modules/ps_facebook/classes/Provider/GoogleCategoryProviderInterface.php
        980 /modules/psshipping/psshipping.php
        981 /var/cache/dev/PsshippingFrontContainer.php
        982 /modules/psshipping/src/Hooks/HookDisplayHeader.php
        983 /modules/psshipping/src/Domain/GelProximity/GelProximityService.php
        984 /modules/psshipping/src/Domain/Carriers/CarrierRepository.php
        985 /modules/ps_imageslider/ps_imageslider.php
        986 /modules/ps_imageslider/Ps_HomeSlide.php
        987 /override/modules/ps_imageslider/ps_imageslider.php
        988 /modules/cv_banners/cv_banners.php
        989 /modules/cv_banners/src/Hook/Display/DisplayHeader.php
        990 /modules/cv_banners/src/Hook/AbstractDisplayHook.php
        991 /modules/cv_banners/src/Hook/AbstractHook.php
        992 /modules/cv_banners/src/Hook/HookInterface.php
        993 /modules/cv_banners/src/Repository/BannerRepository.php
        994 /modules/cv_banners/src/Repository/BannerGroupRepository.php
        995 /modules/cv_banners/src/Service/ImageService.php
        996 /modules/cv_blogposts/src/Hook/Display/DisplayHeader.php
        997 /classes/Smarty/SmartyDevTemplate.php
        998 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
        999 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_smartytemplatecompiler.php
        1000 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php
        1001 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php
        1002 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templateparser.php
        1003 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatelexer.php
        1004 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_literals.php
        1005 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_template.php
        1006 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree.php
        1007 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_text.php
        1008 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_extends.php
        1009 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_shared_inheritance.php
        1010 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compilebase.php
        1011 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_tag.php
        1012 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_block.php
        1013 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_print_expression.php
        1014 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_if.php
        1015 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_include.php
        1016 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_modifier.php
        1017 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_loadplugin.php
        1018 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_registered_function.php
        1019 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dqcontent.php
        1020 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dq.php
        1021 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_foreach.php
        1022 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_foreachsection.php
        1023 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php
        1024 /var/cache/dev/smarty/compile/conversionboxlayouts_layout_full_width_tpl/d2/c9/5a/d2c95a009589477ffc275a798673962692f16d40_2.file.product.tpl.php
        1025 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
        1026 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
        1027 /var/cache/dev/smarty/compile/conversionboxlayouts_layout_full_width_tpl/75/c3/2a/75c32a93ef8c7ce62935e8207f1bde6834a05665_2.file.layout-full-width.tpl.php
        1028 /var/cache/dev/smarty/compile/conversionboxlayouts_layout_full_width_tpl/b8/e5/b5/b8e5b57853b9dd4a7edd0140db4542867ad564ab_2.file.layout-both-columns.tpl.php
        1029 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_function.php
        1030 /var/cache/dev/smarty/compile/conversionboxlayouts_layout_full_width_tpl/6d/97/ce/6d97ce214db5438e8dd020b9d5c2a12fb55f5769_2.file.helpers.tpl.php
        1031 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
        1032 /var/cache/dev/smarty/compile/conversionboxlayouts_layout_full_width_tpl/78/6b/8f/786b8fd5aa7cfc861639f97e66aa21939ca04364_2.file.head.tpl.php
        1033 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_assign.php
        1034 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_code.php
        1035 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_capture.php
        1036 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_special_variable.php
        1037 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
        1038 /var/cache/dev/smarty/compile/conversionboxlayouts_layout_full_width_tpl/d4/40/2e/d4402e085f426e44d0d0804a59e70f59afa0cb94_2.file.preload.tpl.php
        1039 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
        1040 /var/cache/dev/smarty/compile/conversionboxlayouts_layout_full_width_tpl/a1/04/76/a10476412a4a4042cbe97208d3c2442f0e44e19e_2.file.preload.html.php
        1041 /vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php
        1042 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
        1043 /var/cache/dev/smarty/compile/conversionboxlayouts_layout_full_width_tpl/84/06/d6/8406d669741ac934077fb90af66316b34bc0655f_2.file.head-jsonld.tpl.php
        1044 /vendor/smarty/smarty/libs/plugins/modifier.regex_replace.php
        1045 /vendor/smarty/smarty/libs/plugins/modifiercompiler.round.php
        1046 /vendor/smarty/smarty/libs/plugins/modifiercompiler.strip_tags.php
        1047 /vendor/smarty/smarty/libs/plugins/modifier.date_format.php
        1048 /vendor/smarty/smarty/libs/plugins/modifier.count.php
        1049 /var/cache/dev/smarty/compile/conversionboxlayouts_layout_full_width_tpl/9e/5d/7f/9e5d7fdd15e93950333ab4dfb4ded2e696bf6643_2.file.product-jsonld.tpl.php
        1050 /vendor/smarty/smarty/libs/plugins/modifier.escape.php
        1051 /vendor/smarty/smarty/libs/plugins/shared.make_timestamp.php
        1052 /vendor/smarty/smarty/libs/plugins/modifiercompiler.default.php
        1053 /vendor/smarty/smarty/libs/plugins/modifiercompiler.cat.php
        1054 /var/cache/dev/smarty/compile/conversionboxlayouts_layout_full_width_tpl/5a/ef/c0/5aefc0fab68d49c5c625d57500c3bc89fe5a46c4_2.file.pagination-seo.tpl.php
        1055 /var/cache/dev/smarty/compile/conversionboxlayouts_layout_full_width_tpl/e2/5d/d0/e25dd0e00fb3f7484666d250008e3896a7d816b7_2.file.stylesheets.tpl.php
        1056 /var/cache/dev/smarty/compile/conversionboxlayouts_layout_full_width_tpl/99/e6/1d/99e61d00411ef753eafd6c2172dadfa658e25615_2.file.javascript.tpl.php
        1057 /classes/ProductDownload.php
        1058 /src/Core/Cart/Calculator.php
        1059 /src/Core/Cart/CartRowCollection.php
        1060 /src/Core/Cart/Fees.php
        1061 /src/Core/Cart/AmountImmutable.php
        1062 /src/Core/Cart/CartRuleCollection.php
        1063 /src/Core/Cart/CartRuleCalculator.php
        1064 /src/Adapter/Product/PriceCalculator.php
        1065 /src/Core/Cart/CartRow.php
        1066 /var/cache/dev/smarty/compile/conversionboxlayouts_layout_full_width_tpl/4f/4d/96/4f4d969e0a1e6619d3a68ed347b13b835af76d10_2.file.product-activation.tpl.php
        1067 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_call.php
        1068 /var/cache/dev/smarty/compile/conversionboxlayouts_layout_full_width_tpl/e9/2f/01/e92f01f7fc628bce6300e7a9b0d3a9fe442e069b_2.file.header.tpl.php
        1069 /var/cache/dev/smarty/compile/conversionbox/11/0e/c7/110ec72aa9921d2c382ad628bdb2f0bc5105a617_2.module.ps_searchbarps_searchbar.tpl.php
        1070 /var/cache/dev/smarty/compile/conversionbox/e0/c0/37/e0c037efadc6b4bafe56c0ce9ef6d6d2795177cd_2.file.modal-header.tpl.php
        1071 /var/cache/dev/smarty/compile/conversionbox/ba/bf/90/babf905235baaaf39d7ab7f65dbd0817a5277633_2.file.navigation.tpl.php
        1072 /var/cache/dev/smarty/compile/conversionbox/53/96/c6/5396c66f4736e2eaa9036328aa6043765545de72_2.file.js-product.tpl.php
        1073 /modules/is_favoriteproducts/src/Hook/DisplayTop.php
        1074 /modules/is_favoriteproducts/src/Hook/AbstractDisplayHook.php
        1075 /var/cache/dev/smarty/compile/conversionbox/4d/53/ff/4d53ffe0458f1997dd4c4f4e6d253110c1051b99_2.module.is_favoriteproductsviewstemplateshooktop.tpl.php
        1076 /modules/ps_customersignin/ps_customersignin.php
        1077 /var/cache/dev/smarty/compile/conversionbox/d5/f8/f5/d5f8f570180f74d1dbdd1a1d2af0445e90a6650c_2.module.ps_customersigninps_customersignin.tpl.php
        1078 /var/cache/dev/smarty/compile/conversionbox/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php
        1079 /var/cache/dev/smarty/compile/conversionboxlayouts_layout_full_width_tpl/61/a8/2d/61a82dd3e83baac039e3cc4b97044910bd6c74d3_2.file.breadcrumb.tpl.php
        1080 /var/cache/dev/smarty/compile/conversionboxlayouts_layout_full_width_tpl/c2/8a/8c/c28a8c8580ca057446933e751897741df6fd424b_2.file.notifications.tpl.php
        1081 /var/cache/dev/smarty/compile/conversionboxlayouts_layout_full_width_tpl/d4/22/4c/d4224c28e5e8f2f9458c7b1b24ddda06a4fd1761_2.file.product-cover-thumbnails.tpl.php
        1082 /var/cache/dev/smarty/compile/conversionboxlayouts_layout_full_width_tpl/c4/ab/10/c4ab105ab2bbdb7d3c00a557f1c5f9fa61a1f3ec_2.file.product-additional-info.tpl.php
        1083 /var/cache/dev/smarty/compile/conversionbox/e9/ad/aa/e9adaa6b1f918356bc85ad616a1c5a45a2b6a2f6_2.module.productcommentsviewstemplateshookproductadditionalinfo.tpl.php
        1084 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_for.php
        1085 /var/cache/dev/smarty/compile/conversionbox/03/23/54/03235412c82fe3af55539163b9c3686a7a1ffea4_2.module.productcommentsviewstemplateshookaveragegradestars.tpl.php
        1086 /var/cache/dev/smarty/compile/conversionboxlayouts_layout_full_width_tpl/35/a9/f5/35a9f52895ff752319465a1e509f2be81c195727_2.file.product-prices.tpl.php
        1087 /var/cache/dev/smarty/compile/conversionboxlayouts_layout_full_width_tpl/e4/45/b7/e445b78b3b75f59c1a2f050c1be0200b041cff5a_2.file.product-variants.tpl.php
        1088 /var/cache/dev/smarty/compile/conversionboxlayouts_layout_full_width_tpl/f6/30/f9/f630f9e2b96c0c4f42067a4039d3ea73eda807d0_2.file.product-discounts.tpl.php
        1089 /vendor/smarty/smarty/libs/plugins/modifiercompiler.string_format.php
        1090 /var/cache/dev/smarty/compile/conversionboxlayouts_layout_full_width_tpl/4e/e8/c5/4ee8c52aa8d7934b494989a2d4ac3f161828f044_2.file.product-time-promotion.tpl.php
        1091 /var/cache/dev/smarty/compile/conversionboxlayouts_layout_full_width_tpl/c4/0e/c7/c40ec75aab39f6381ec16f85be53f647762a49e0_2.file.product-ask-and-share.tpl.php
        1092 /modules/ps_sharebuttons/ps_sharebuttons.php
        1093 /classes/Image.php
        1094 /var/cache/dev/smarty/compile/conversionbox/ce/90/8e/ce908e3af500ef88d0be39d6badc82307b6995cd_2.module.ps_sharebuttonsviewstemplateshookps_sharebuttons.tpl.php
        1095 /var/cache/dev/smarty/compile/conversionboxlayouts_layout_full_width_tpl/41/7d/d1/417dd12fff8692e339b2c7aa8802892fee5c0055_2.file.product-add-to-cart.tpl.php
        1096 /var/cache/dev/smarty/compile/conversionboxlayouts_layout_full_width_tpl/4d/0b/7f/4d0b7f6a863e8fefd6e860c2f1f1ccefafedc9a9_2.file.qty-input.tpl.php
        1097 /src/Core/Domain/Product/ProductCustomizabilitySettings.php
        1098 /var/cache/dev/smarty/compile/conversionboxlayouts_layout_full_width_tpl/eb/68/78/eb68786d311b0f0d242517b436c0aee5e773d8e5_2.file.product-availability.tpl.php
        1099 /var/cache/dev/smarty/compile/conversionboxlayouts_layout_full_width_tpl/2a/3d/2b/2a3d2b16e31aebdcbf5f90c2cc02d7ee9fcd297a_2.file.product-delivery-time.tpl.php
        1100 /classes/Feature.php
        1101 /var/cache/dev/smarty/compile/59/94/85/5994852a9960d76ab827d262a62165c31e86d3b8_2.module.productcommentsviewstemplateshookproductcommentslist.tpl.php
        1102 /var/cache/dev/smarty/compile/86/a3/fb/86a3fbdbbaf4c17b3f3d70f925fe6312d03f2c1c_2.module.productcommentsviewstemplateshookproductcommentitemprototype.tpl.php
        1103 /var/cache/dev/smarty/compile/25/6c/91/256c91bbbc34315fb93df279a63aced553c714da_2.module.productcommentsviewstemplateshookemptyproductcomment.tpl.php
        1104 /var/cache/dev/smarty/compile/53/d0/20/53d020846923f4e549f38bd47e8a8005fe0312d9_2.module.productcommentsviewstemplateshookalertmodal.tpl.php
        1105 /var/cache/dev/smarty/compile/e0/c0/37/e0c037efadc6b4bafe56c0ce9ef6d6d2795177cd_2.file.modal-header.tpl.php
        1106 /var/cache/dev/smarty/compile/39/8a/01/398a01900f4d6cf86662af00f918b37d4904287d_2.module.productcommentsviewstemplateshookconfirmmodal.tpl.php
        1107 /modules/productcomments/src/Repository/ProductCommentCriterionRepository.php
        1108 /modules/productcomments/src/Entity/ProductCommentCriterion.php
        1109 /vendor/doctrine/orm/src/Mapping/OneToMany.php
        1110 /modules/productcomments/src/Entity/ProductCommentCriterionLang.php
        1111 /var/cache/dev/smarty/compile/ab/78/f8/ab78f8c8f8f941a231f6eb727d07d151a3efcbc2_2.module.productcommentsviewstemplateshookpostcommentmodal.tpl.php
        1112 /modules/psgdpr/psgdpr.php
        1113 /var/cache/dev/smarty/compile/conversionboxlayouts_layout_full_width_tpl/42/17/58/4217588ceed3e7fc874cf5f74555d6bde396b8bf_2.file.footer.tpl.php
        1114 /modules/ps_contactinfo/ps_contactinfo.php
        1115 /vendor/smarty/smarty/libs/plugins/function.mailto.php
        1116 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_function_plugin.php
        1117 /var/cache/dev/smarty/compile/conversionbox/99/92/f3/9992f3fe04dd41bcec1a2029cf07bead637caf4d_2.module.ps_contactinfops_contactinfo.tpl.php
        1118 /modules/ps_linklist/ps_linklist.php
        1119 /var/cache/dev/translations/catalogue.pl-PL.NXhscRe.php
        1120 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php
        1121 /modules/ps_linklist/src/Filter/LinkFilter.php
        1122 /modules/ps_linklist/src/Filter/BestSalesRouteFilter.php
        1123 /modules/ps_linklist/src/Filter/RouteFilterInterface.php
        1124 /modules/ps_linklist/src/LegacyLinkBlockRepository.php
        1125 /var/cache/dev/smarty/compile/conversionbox/90/65/48/906548e89c8c6025457ddaeffb1980a0c743b872_2.module.ps_linklistviewstemplateshooklinkblock.tpl.php
        1126 /var/cache/dev/smarty/compile/conversionbox/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.ps_emailsubscriptionviewstemplateshookps_emailsubscription.tpl.php
        1127 /var/cache/dev/smarty/compile/conversionbox/80/ac/9d/80ac9ddb06fe7b43ffdd2f5cd1185536480d2577_2.module.ps_socialfollowps_socialfollow.tpl.php
        1128 /var/cache/dev/smarty/compile/conversionboxlayouts_layout_full_width_tpl/b5/b0/5f/b5b05fcd2606f93b0cfb9e70e12d2d230441c989_2.file.page-loader.tpl.php
        1129 /var/cache/dev/smarty/compile/conversionboxlayouts_layout_full_width_tpl/a0/7f/14/a07f144d317c374404e4002e2e04e01792d15e9c_2.file.toast-container.tpl.php
        1130 /var/cache/dev/smarty/compile/conversionboxlayouts_layout_full_width_tpl/70/a4/aa/70a4aa7c71dea4c51ff9645d36969d28eace945a_2.file.toast.tpl.php
        1131 /var/cache/dev/smarty/compile/conversionboxlayouts_layout_full_width_tpl/7a/7d/b7/7a7db7d352dc43d0032ef12ffd67f6cb5b2043b8_2.file.password-policy-template.tpl.php
        1132 /modules/statsdata/statsdata.php
        1133 /classes/Connection.php
        1134 /classes/ConnectionsSource.php