Canon

Canon EOS 5D

Canon EOS 5D

Canon's press material for the EOS 5D states that it 'defines (a) new D-SLR category', while we'r..

$80.00 $100.00 Без НДС: $80.00

Показано с 1 по 1 из 1 (всего 1 страниц)
DEBUG PANEL (by Digital Elephant)

Actions

Count: 36

Class->method Time (mcsec)
ControllerStartupSession -> index 7.4863433837891E-5
ControllerStartupError -> index 4.9829483032227E-5
ControllerEventCompatibility -> beforeModel 4.6968460083008E-5
ControllerEventCompatibility -> language 3.9100646972656E-5
ControllerEventTheme -> index 3.7193298339844E-5
ControllerEventTheme -> index 3.6954879760742E-5
ControllerEventCompatibility -> language 3.6001205444336E-5
ControllerEventCompatibility -> beforeModel 3.504753112793E-5
ControllerEventTheme -> index 3.4093856811523E-5
ControllerEventTheme -> index 3.3855438232422E-5
ControllerEventCompatibility -> beforeModel 3.3140182495117E-5
ControllerEventTheme -> index 3.0994415283203E-5
ControllerEventCompatibility -> beforeModel 3.0040740966797E-5
ControllerEventCompatibility -> beforeModel 2.9802322387695E-5
ControllerEventCompatibility -> beforeModel 2.9087066650391E-5
ControllerEventTheme -> index 2.8848648071289E-5
ControllerEventCompatibility -> beforeModel 2.8133392333984E-5
ControllerEventTheme -> index 2.7894973754883E-5
ControllerEventCompatibility -> beforeModel 2.598762512207E-5
ControllerEventCompatibility -> beforeModel 2.2172927856445E-5
ControllerEventCompatibility -> beforeModel 2.1934509277344E-5
ControllerStartupSeoUrl -> index 1.2874603271484E-5
ControllerStartupRouter -> index 0.088719844818115
ControllerProductManufacturer -> info 0.087080001831055
ControllerCommonHeader -> index 0.061223030090332
ControllerCommonCart -> index 0.016701936721802
ControllerStartupStartup -> index 0.01207709312439
ControllerCommonColumnLeft -> index 0.0033450126647949
ControllerCommonFooter -> index 0.0029280185699463
ControllerCommonColumnRight -> index 0.0020830631256104
ControllerCommonContentBottom -> index 0.002061128616333
ControllerCommonContentTop -> index 0.0019140243530273
ControllerCommonCurrency -> index 0.0018739700317383
ControllerCommonLanguage -> index 0.0017788410186768
ControllerCommonSearch -> index 0.0012190341949463
ControllerStartupEvent -> index 0.0010330677032471

Queries

Count: 64

File / Class->method Time (mcsec) Query
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/controller/startup/startup.php
ControllerStartupStartup->index
0.0012829303741455 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->getProduct
0.0010309219360352 SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '1') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '2') AS stock_status, (SELECT wcd.unit FROM oc_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '2') AS weight_class, (SELECT lcd.unit FROM oc_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '2') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM oc_review r2 WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order FROM oc_product p 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) LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '30' AND pd.language_id = '2' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/product.php
ModelCatalogProduct->getTotalProducts
0.00084304809570312 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.00083494186401367 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/category.php
ModelCatalogCategory->getCategories
0.00082278251647949 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/controller/startup/startup.php
Cart\Tax->setShippingAddress
0.00080704689025879 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.00080513954162598 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/product.php
ModelCatalogProduct->getProducts
0.00080490112304688 SELECT p.product_id, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special FROM oc_product p 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 p.manufacturer_id = '9' GROUP BY p.product_id ORDER BY p.sort_order ASC, LCASE(pd.name) ASC LIMIT 0,15
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/product.php
ModelCatalogProduct->getTotalProducts
0.00080084800720215 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.00076794624328613 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/information.php
ModelCatalogInformation->getInformations
0.00070905685424805 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/product.php
ModelCatalogProduct->getTotalProducts
0.00067901611328125 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/product.php
ModelCatalogProduct->getTotalProducts
0.00067305564880371 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.00064301490783691 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.00061488151550293 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/product.php
ModelCatalogProduct->getTotalProducts
0.00060582160949707 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.00060296058654785 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 = '28'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/product.php
ModelCatalogProduct->getTotalProducts
0.00060009956359863 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.00058984756469727 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.00056910514831543 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.0005640983581543 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.00056099891662598 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.00055694580078125 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.00055503845214844 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.00055408477783203 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.00055384635925293 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/product.php
ModelCatalogProduct->getTotalProducts
0.00055313110351562 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 = '49'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/product.php
ModelCatalogProduct->getTotalProducts
0.00055289268493652 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.00055098533630371 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.0005500316619873 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.00054812431335449 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/category.php
ModelCatalogCategory->getCategories
0.00054597854614258 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/product.php
ModelCatalogProduct->getTotalProducts
0.00054001808166504 SELECT COUNT(DISTINCT p.product_id) AS total FROM oc_product p 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 p.manufacturer_id = '9'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/product.php
ModelCatalogProduct->getTotalProducts
0.00053811073303223 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.00053095817565918 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/category.php
ModelCatalogCategory->getCategories
0.00051999092102051 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.00051093101501465 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/manufacturer.php
ModelCatalogManufacturer->getManufacturer
0.00048494338989258 SELECT * FROM oc_manufacturer m LEFT JOIN oc_manufacturer_to_store m2s ON (m.manufacturer_id = m2s.manufacturer_id) WHERE m.manufacturer_id = '9' AND m2s.store_id = '0'
/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 = '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/controller/startup/startup.php
Cart\Tax->setStoreAddress
0.00043296813964844 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.00039196014404297 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.00038814544677734 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/system/library/openbay.php
Openbay->getInstalled
0.00037789344787598 SELECT * FROM oc_extension WHERE `type` = 'openbay'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/controller/startup/startup.php
Cart\Cart->__construct
0.00035405158996582 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/system/library/cart/cart.php
Cart\Cart->getProducts
0.00034499168395996 SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '994db24c004c2de776982371afad875e'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/design/layout.php
ModelDesignLayout->getLayout
0.00033807754516602 SELECT * FROM oc_layout_route WHERE 'product/manufacturer/info' 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.00032997131347656 SELECT * FROM oc_layout_module WHERE layout_id = '4' AND position = 'column_left' ORDER BY sort_order
/home/a/a90535e0/a90535e0.beget.tech/public_html/system/library/cart/cart.php
Cart\Cart->getProducts
0.00032901763916016 SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '994db24c004c2de776982371afad875e'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/extension/event.php
ModelExtensionEvent->getEvents
0.00030708312988281 SELECT * FROM `oc_event` WHERE `trigger` LIKE 'catalog/%' AND status = '1' ORDER BY `event_id` ASC
/home/a/a90535e0/a90535e0.beget.tech/public_html/system/library/cart/cart.php
Cart\Cart->getProducts
0.00030398368835449 SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '994db24c004c2de776982371afad875e'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/design/layout.php
ModelDesignLayout->getLayout
0.00029706954956055 SELECT * FROM oc_layout_route WHERE 'product/manufacturer/info' 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\Weight->__construct
0.00028896331787109 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/system/library/openbay.php
Openbay->getInstalled
0.00028705596923828 SELECT * FROM oc_extension WHERE `type` = 'openbay'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/extension/extension.php
ModelExtensionExtension->getExtensions
0.00027894973754883 SELECT * FROM oc_extension WHERE `type` = 'analytics'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/controller/startup/startup.php
Cart\Length->__construct
0.00026607513427734 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/extension.php
ModelExtensionExtension->getExtensions
0.000244140625 SELECT * FROM oc_extension WHERE `type` = 'total'
/home/a/a90535e0/a90535e0.beget.tech/public_html/system/library/cart/cart.php
Cart\Cart->getProducts
0.00023388862609863 SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '994db24c004c2de776982371afad875e'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/extension/total/credit.php
Cart\Customer->getBalance
0.00021791458129883 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\Currency->__construct
0.00021100044250488 SELECT * FROM oc_currency
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/controller/startup/startup.php
ControllerStartupStartup->index
0.00020098686218262 SELECT * FROM oc_store WHERE REPLACE(`url`, 'www.', '') = 'http://a90535e0.beget.tech/'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/design/layout.php
ModelDesignLayout->getLayoutModules
0.00019288063049316 SELECT * FROM oc_layout_module WHERE layout_id = '4' AND position = 'content_bottom' ORDER BY sort_order
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/controller/common/cart.php
Cart\Cart->getProducts
0.0001671314239502 SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = '994db24c004c2de776982371afad875e'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/design/layout.php
ModelDesignLayout->getLayout
0.00016498565673828 SELECT * FROM oc_layout_route WHERE 'product/manufacturer/info' 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.00016403198242188 SELECT * FROM oc_layout_route WHERE 'product/manufacturer/info' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1

Requests

GET 2:

Key Value
manufacturer_id 9
route product/manufacturer/info

POST 0:

Empty

SERVER 47:

Key Value
UNIQUE_ID aB5itgUSI3v5OghnV0bduAAAAAM
MMDB_ADDR 3.22.223.160
GEOIP_ADDR 3.22.223.160
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 3.22.223.160
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 3.22.223.160
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 39912
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.0
REQUEST_METHOD GET
QUERY_STRING manufacturer_id=9&route=product%2Fmanufacturer%2Finfo
REQUEST_URI /index.php?manufacturer_id=9&route=product%2Fmanufacturer%2Finfo
SCRIPT_NAME /index.php
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1746821814.718
REQUEST_TIME 1746821814
argv ["manufacturer_id=9&route=product%2Fmanufacturer%2Finfo"]
argc 1
HTTPS false

COOKIE 0:

Empty