DEBUG PANEL (by Digital Elephant)

Actions

Count: 40

Class->method Time (mcsec)
ControllerStartupSession -> index 9.0837478637695E-5
ControllerStartupMaintenance -> index 9.0599060058594E-6
ControllerEventTheme -> index 6.0796737670898E-5
ControllerEventTheme -> index 4.6014785766602E-5
ControllerStartupError -> index 4.5061111450195E-5
ControllerEventTheme -> index 4.1961669921875E-5
ControllerEventCompatibility -> beforeModel 3.9100646972656E-5
ControllerEventTheme -> index 3.7908554077148E-5
ControllerEventTheme -> index 3.6954879760742E-5
ControllerEventCompatibility -> beforeModel 3.6001205444336E-5
ControllerEventCompatibility -> beforeModel 3.4093856811523E-5
ControllerEventTheme -> index 3.3855438232422E-5
ControllerEventCompatibility -> language 3.1948089599609E-5
ControllerEventTheme -> index 3.0994415283203E-5
ControllerEventCompatibility -> beforeModel 3.0040740966797E-5
ControllerEventCompatibility -> beforeModel 2.8848648071289E-5
ControllerEventCompatibility -> language 2.7894973754883E-5
ControllerEventCompatibility -> beforeModel 2.4080276489258E-5
ControllerEventCompatibility -> beforeModel 2.3126602172852E-5
ControllerEventCompatibility -> beforeModel 2.2172927856445E-5
ControllerEventCompatibility -> beforeModel 2.1934509277344E-5
ControllerEventCompatibility -> beforeModel 2.0980834960938E-5
ControllerStartupSeoUrl -> index 1.1920928955078E-5
ControllerStartupRouter -> index 0.13222694396973
ControllerInformationSitemap -> index 0.13101196289062
ControllerCommonHeader -> index 0.078870058059692
ControllerEventTheme -> index 6.103515625E-5
ControllerCommonCart -> index 0.017520904541016
ControllerStartupStartup -> index 0.011359930038452
ControllerCommonFooter -> index 0.0044610500335693
ControllerCommonColumnLeft -> index 0.0033659934997559
ControllerCommonContentBottom -> index 0.0026290416717529
ControllerCommonColumnRight -> index 0.002190113067627
ControllerCommonContentTop -> index 0.0021281242370605
ControllerCommonLanguage -> index 0.002079963684082
ControllerCommonCurrency -> index 0.0019619464874268
ControllerCommonSearch -> index 0.0011999607086182
ControllerStartupEvent -> index 0.00084805488586426
ControllerEventCompatibility -> language 0.00017189979553223
ControllerEventCompatibility -> beforeModel 0.00013995170593262

Queries

Count: 92

File / Class->method Time (mcsec) Query
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/category.php
ModelCatalogCategory->getCategories
0.0013809204101562 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '34' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/information.php
ModelCatalogInformation->getInformations
0.001270055770874 SELECT * FROM oc_information i LEFT JOIN oc_information_description id ON (i.information_id = id.information_id) LEFT JOIN oc_information_to_store i2s ON (i.information_id = i2s.information_id) WHERE id.language_id = '2' AND i2s.store_id = '0' AND i.status = '1' ORDER BY i.sort_order, LCASE(id.title) ASC
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/category.php
ModelCatalogCategory->getCategories
0.0011608600616455 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '0' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/category.php
ModelCatalogCategory->getCategories
0.0010769367218018 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '25' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/controller/startup/startup.php
ControllerStartupStartup->index
0.001060962677002 SELECT * FROM `oc_setting` WHERE store_id = '0' OR store_id = '0' ORDER BY store_id ASC
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/product.php
ModelCatalogProduct->getTotalProducts
0.0010571479797363 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '31'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/product.php
ModelCatalogProduct->getTotalProducts
0.0010199546813965 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '29'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/product.php
ModelCatalogProduct->getTotalProducts
0.00099802017211914 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '43'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/product.php
ModelCatalogProduct->getTotalProducts
0.00089597702026367 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '30'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/product.php
ModelCatalogProduct->getTotalProducts
0.00088596343994141 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '44'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/product.php
ModelCatalogProduct->getTotalProducts
0.00088000297546387 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '46'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/product.php
ModelCatalogProduct->getTotalProducts
0.00087404251098633 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '45'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/product.php
ModelCatalogProduct->getTotalProducts
0.0008690357208252 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '26'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/category.php
ModelCatalogCategory->getCategories
0.0008540153503418 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '0' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/category.php
ModelCatalogCategory->getCategories
0.00082802772521973 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '57' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/product.php
ModelCatalogProduct->getTotalProducts
0.00082683563232422 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '55'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/product.php
ModelCatalogProduct->getTotalProducts
0.00082612037658691 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '51'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/product.php
ModelCatalogProduct->getTotalProducts
0.00082492828369141 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '38'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/product.php
ModelCatalogProduct->getTotalProducts
0.00082087516784668 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '41'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/product.php
ModelCatalogProduct->getTotalProducts
0.00081920623779297 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '54'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/product.php
ModelCatalogProduct->getTotalProducts
0.00081086158752441 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '52'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/product.php
ModelCatalogProduct->getTotalProducts
0.00080990791320801 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '56'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/product.php
ModelCatalogProduct->getTotalProducts
0.00080513954162598 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '32'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/product.php
ModelCatalogProduct->getTotalProducts
0.00080204010009766 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '47'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/product.php
ModelCatalogProduct->getTotalProducts
0.00079989433288574 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '53'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/product.php
ModelCatalogProduct->getTotalProducts
0.00079607963562012 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '50'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/category.php
ModelCatalogCategory->getCategories
0.00078392028808594 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '18' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/product.php
ModelCatalogProduct->getTotalProducts
0.00077104568481445 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '42'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/product.php
ModelCatalogProduct->getTotalProducts
0.00075984001159668 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '48'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/product.php
ModelCatalogProduct->getTotalProducts
0.00074601173400879 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '27'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/product.php
ModelCatalogProduct->getTotalProducts
0.00074505805969238 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '37'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/product.php
ModelCatalogProduct->getTotalProducts
0.00074386596679688 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '40'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/product.php
ModelCatalogProduct->getTotalProducts
0.00074315071105957 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_category_path cp LEFT JOIN oc_product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '39'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/category.php
ModelCatalogCategory->getCategories
0.00071907043457031 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '25' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/category.php
ModelCatalogCategory->getCategories
0.00068497657775879 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '20' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
/home/a/a90535e0/a90535e0.beget.tech/public_html/system/library/cart/cart.php
Cart\Cart->getProducts
0.00058817863464355 SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '7fa46737105a038e59fef9d0d58c0f44'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/category.php
ModelCatalogCategory->getCategories
0.00056004524230957 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '52' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/controller/startup/startup.php
Cart\Tax->setShippingAddress
0.00054192543029785 SELECT tr1.tax_class_id, tr2.tax_rate_id, tr2.name, tr2.rate, tr2.type, tr1.priority FROM oc_tax_rule tr1 LEFT JOIN oc_tax_rate tr2 ON (tr1.tax_rate_id = tr2.tax_rate_id) INNER JOIN oc_tax_rate_to_customer_group tr2cg ON (tr2.tax_rate_id = tr2cg.tax_rate_id) LEFT JOIN oc_zone_to_geo_zone z2gz ON (tr2.geo_zone_id = z2gz.geo_zone_id) LEFT JOIN oc_geo_zone gz ON (tr2.geo_zone_id = gz.geo_zone_id) WHERE tr1.based = 'shipping' AND tr2cg.customer_group_id = '1' AND z2gz.country_id = '176' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '2794') ORDER BY tr1.priority ASC
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/category.php
ModelCatalogCategory->getCategories
0.00054097175598145 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '24' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/category.php
ModelCatalogCategory->getCategories
0.0005190372467041 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '33' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/category.php
ModelCatalogCategory->getCategories
0.00050997734069824 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '51' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/information.php
ModelCatalogInformation->getInformations
0.0005030632019043 SELECT * FROM oc_information i LEFT JOIN oc_information_description id ON (i.information_id = id.information_id) LEFT JOIN oc_information_to_store i2s ON (i.information_id = i2s.information_id) WHERE id.language_id = '2' AND i2s.store_id = '0' AND i.status = '1' ORDER BY i.sort_order, LCASE(id.title) ASC
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/category.php
ModelCatalogCategory->getCategories
0.00049209594726562 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '48' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/category.php
ModelCatalogCategory->getCategories
0.00047993659973145 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '17' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/category.php
ModelCatalogCategory->getCategories
0.00047707557678223 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '18' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/category.php
ModelCatalogCategory->getCategories
0.00046110153198242 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '26' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/category.php
ModelCatalogCategory->getCategories
0.00045394897460938 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '20' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/category.php
ModelCatalogCategory->getCategories
0.00044798851013184 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '28' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
/home/a/a90535e0/a90535e0.beget.tech/public_html/system/library/cart/cart.php
Cart\Cart->getProducts
0.00043702125549316 SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '7fa46737105a038e59fef9d0d58c0f44'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/design/layout.php
ModelDesignLayout->getLayout
0.00043582916259766 SELECT * FROM oc_layout_route WHERE 'information/sitemap' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/category.php
ModelCatalogCategory->getCategories
0.00042104721069336 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '53' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/extension/extension.php
ModelExtensionExtension->getExtensions
0.00041890144348145 SELECT * FROM oc_extension WHERE `type` = 'analytics'
/home/a/a90535e0/a90535e0.beget.tech/public_html/system/library/openbay.php
Openbay->getInstalled
0.00041413307189941 SELECT * FROM oc_extension WHERE `type` = 'openbay'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/category.php
ModelCatalogCategory->getCategories
0.00040507316589355 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '38' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/category.php
ModelCatalogCategory->getCategories
0.00040197372436523 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '39' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/category.php
ModelCatalogCategory->getCategories
0.0003969669342041 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '41' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/category.php
ModelCatalogCategory->getCategories
0.00039410591125488 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '54' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/category.php
ModelCatalogCategory->getCategories
0.00039005279541016 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '55' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/controller/startup/startup.php
Cart\Tax->setStoreAddress
0.00038814544677734 SELECT tr1.tax_class_id, tr2.tax_rate_id, tr2.name, tr2.rate, tr2.type, tr1.priority FROM oc_tax_rule tr1 LEFT JOIN oc_tax_rate tr2 ON (tr1.tax_rate_id = tr2.tax_rate_id) INNER JOIN oc_tax_rate_to_customer_group tr2cg ON (tr2.tax_rate_id = tr2cg.tax_rate_id) LEFT JOIN oc_zone_to_geo_zone z2gz ON (tr2.geo_zone_id = z2gz.geo_zone_id) LEFT JOIN oc_geo_zone gz ON (tr2.geo_zone_id = gz.geo_zone_id) WHERE tr1.based = 'store' AND tr2cg.customer_group_id = '1' AND z2gz.country_id = '176' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '2794') ORDER BY tr1.priority ASC
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/category.php
ModelCatalogCategory->getCategories
0.00038695335388184 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '42' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/category.php
ModelCatalogCategory->getCategories
0.00038504600524902 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '56' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/category.php
ModelCatalogCategory->getCategories
0.00038409233093262 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '37' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/design/layout.php
ModelDesignLayout->getLayoutModules
0.0003819465637207 SELECT * FROM oc_layout_module WHERE layout_id = '9' AND position = 'content_bottom' ORDER BY sort_order
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/category.php
ModelCatalogCategory->getCategories
0.00037908554077148 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '29' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/category.php
ModelCatalogCategory->getCategories
0.00037598609924316 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '49' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/category.php
ModelCatalogCategory->getCategories
0.00037503242492676 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '27' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/category.php
ModelCatalogCategory->getCategories
0.00037407875061035 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '50' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/category.php
ModelCatalogCategory->getCategories
0.00037097930908203 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '33' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/category.php
ModelCatalogCategory->getCategories
0.00037002563476562 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '44' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/category.php
ModelCatalogCategory->getCategories
0.00036907196044922 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '47' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/category.php
ModelCatalogCategory->getCategories
0.00036787986755371 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '57' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/category.php
ModelCatalogCategory->getCategories
0.0003669261932373 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '24' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/category.php
ModelCatalogCategory->getCategories
0.00036406517028809 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '45' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/category.php
ModelCatalogCategory->getCategories
0.00036382675170898 SELECT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '17' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.sort_order, LCASE(cd.name)
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/extension/extension.php
ModelExtensionExtension->getExtensions
0.00029683113098145 SELECT * FROM oc_extension WHERE `type` = 'total'
/home/a/a90535e0/a90535e0.beget.tech/public_html/system/library/cart/cart.php
Cart\Cart->getProducts
0.00027608871459961 SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '7fa46737105a038e59fef9d0d58c0f44'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/design/layout.php
ModelDesignLayout->getLayout
0.00026202201843262 SELECT * FROM oc_layout_route WHERE 'information/sitemap' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/design/layout.php
ModelDesignLayout->getLayout
0.00026082992553711 SELECT * FROM oc_layout_route WHERE 'information/sitemap' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/design/layout.php
ModelDesignLayout->getLayoutModules
0.00025296211242676 SELECT * FROM oc_layout_module WHERE layout_id = '9' AND position = 'content_top' ORDER BY sort_order
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/design/layout.php
ModelDesignLayout->getLayoutModules
0.00023818016052246 SELECT * FROM oc_layout_module WHERE layout_id = '9' AND position = 'column_left' ORDER BY sort_order
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/controller/startup/startup.php
Cart\Weight->__construct
0.00023603439331055 SELECT * FROM oc_weight_class wc LEFT JOIN oc_weight_class_description wcd ON (wc.weight_class_id = wcd.weight_class_id) WHERE wcd.language_id = '2'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/design/layout.php
ModelDesignLayout->getLayout
0.00022983551025391 SELECT * FROM oc_layout_route WHERE 'information/sitemap' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/controller/startup/startup.php
Cart\Currency->__construct
0.00022792816162109 SELECT * FROM oc_currency
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/design/layout.php
ModelDesignLayout->getLayoutModules
0.00022006034851074 SELECT * FROM oc_layout_module WHERE layout_id = '9' AND position = 'column_right' ORDER BY sort_order
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/controller/startup/startup.php
Cart\Length->__construct
0.00021696090698242 SELECT * FROM oc_length_class mc LEFT JOIN oc_length_class_description mcd ON (mc.length_class_id = mcd.length_class_id) WHERE mcd.language_id = '2'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/extension/total/credit.php
Cart\Customer->getBalance
0.00021481513977051 SELECT SUM(amount) AS total FROM oc_customer_transaction WHERE customer_id = '0'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/controller/startup/startup.php
Cart\Cart->__construct
0.00021100044250488 DELETE FROM oc_cart WHERE (api_id > '0' OR customer_id = '0') AND date_added < DATE_SUB(NOW(), INTERVAL 1 HOUR)
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/controller/startup/startup.php
ControllerStartupStartup->index
0.0001978874206543 SELECT * FROM oc_store WHERE REPLACE(`url`, 'www.', '') = 'http://a90535e0.beget.tech/'
/home/a/a90535e0/a90535e0.beget.tech/public_html/system/library/cart/cart.php
Cart\Cart->getProducts
0.00019216537475586 SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '7fa46737105a038e59fef9d0d58c0f44'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/extension/event.php
ModelExtensionEvent->getEvents
0.00018191337585449 SELECT * FROM `oc_event` WHERE `trigger` LIKE 'catalog/%' AND status = '1' ORDER BY `event_id` ASC
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/controller/common/cart.php
Cart\Cart->getProducts
0.00016212463378906 SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '7fa46737105a038e59fef9d0d58c0f44'
/home/a/a90535e0/a90535e0.beget.tech/public_html/system/library/openbay.php
Openbay->getInstalled
0.00015997886657715 SELECT * FROM oc_extension WHERE `type` = 'openbay'

Requests

GET 1:

Key Value
route information/sitemap

POST 0:

Empty

SERVER 47:

Key Value
UNIQUE_ID aB37uk1wjt5l0vxpw1ZcEAAAAAs
MMDB_ADDR 18.191.137.190
GEOIP_ADDR 18.191.137.190
MMDB_INFO result found
GEOIP_LONGITUDE -83.00610
GEOIP_CONTINENT_CODE NA
GEOIP_LATITUDE 39.96250
GEOIP_POSTAL_CODE 43215
GEOIP_COUNTRY_CODE US
GEOIP_COUNTRY_NAME United States
GEOIP_REGION OH
GEOIP_CITY Columbus
PERL_USE_UNSAFE_INC 1
HTTP_HOST a90535e0.beget.tech
HTTP_X_SERVER_ADDR 185.50.25.27
HTTP_X_FORWARDED_PROTO http
HTTP_X_REAL_IP 18.191.137.190
HTTP_CONNECTION close
HTTP_ACCEPT */*
HTTP_USER_AGENT Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_ACCEPT_ENCODING gzip, br, zstd, deflate
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SERVER_SIGNATURE
Apache/2.4.63 (Unix) Server at a90535e0.beget.tech Port 80
SERVER_SOFTWARE Apache/2.4.63 (Unix)
SERVER_NAME a90535e0.beget.tech
SERVER_ADDR 185.50.25.27
SERVER_PORT 80
REQUEST_SCHEME http
REMOTE_ADDR 18.191.137.190
DOCUMENT_ROOT /home/a/a90535e0/a90535e0.beget.tech/public_html
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT /home/a/a90535e0/a90535e0.beget.tech/public_html
SERVER_ADMIN webmaster@a90535e0.beget.tech
SCRIPT_FILENAME /home/a/a90535e0/a90535e0.beget.tech/public_html/index.php
REMOTE_PORT 33446
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.0
REQUEST_METHOD GET
QUERY_STRING route=information%2Fsitemap
REQUEST_URI /index.php?route=information%2Fsitemap
SCRIPT_NAME /index.php
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1746795450.302
REQUEST_TIME 1746795450
argv ["route=information%2Fsitemap"]
argc 1
HTTPS false

COOKIE 0:

Empty