Intel Core 2 Duo processor

Powered by an Intel Core 2 Duo processor at speeds up to 2.16GHz, the new MacBook is the fastest ever.

1GB memory, larger hard drives

The new MacBook now comes with 1GB of memory standard and larger hard drives for the entire line perfect for running more of your favorite applications and storing growing media collections.

Sleek, 1.08-inch-thin design

MacBook makes it easy to hit the road thanks to its tough polycarbonate case, built-in wireless technologies, and innovative MagSafe Power Adapter that releases automatically if someone accidentally trips on the cord.

Built-in iSight camera

Right out of the box, you can have a video chat with friends or family,2 record a video at your desk, or take fun pictures with Photo Booth

Memory
test 1 8gb
Processor
No. of Cores 1

Написать отзыв

Примечание: HTML разметка не поддерживается! Используйте обычный текст.
    Плохо           Хорошо

MacBook

  • Производитель: Apple
  • Модель: Product 16
  • Бонусные баллы: 600
  • Наличие: Есть в наличии
  • $500.00

  • Без НДС: $500.00

DEBUG PANEL (by Digital Elephant)

Actions

Count: 35

Class->method Time (mcsec)
ControllerStartupSession -> index 6.5803527832031E-5
ControllerEventCompatibility -> beforeModel 5.5789947509766E-5
ControllerStartupError -> index 4.887580871582E-5
ControllerEventCompatibility -> beforeModel 4.5061111450195E-5
ControllerEventTheme -> index 3.8862228393555E-5
ControllerEventTheme -> index 3.6954879760742E-5
ControllerEventTheme -> index 3.6001205444336E-5
ControllerEventTheme -> index 3.4093856811523E-5
ControllerEventTheme -> index 3.1948089599609E-5
ControllerEventCompatibility -> beforeModel 3.0994415283203E-5
ControllerEventCompatibility -> beforeModel 3.0040740966797E-5
ControllerEventCompatibility -> beforeModel 2.9087066650391E-5
ControllerEventCompatibility -> beforeModel 2.8848648071289E-5
ControllerEventTheme -> index 2.8133392333984E-5
ControllerEventCompatibility -> beforeModel 2.5033950805664E-5
ControllerEventCompatibility -> beforeModel 2.4080276489258E-5
ControllerEventCompatibility -> beforeModel 2.288818359375E-5
ControllerEventCompatibility -> beforeModel 2.2172927856445E-5
ControllerEventCompatibility -> beforeModel 2.1934509277344E-5
ControllerStartupSeoUrl -> index 1.2874603271484E-5
ControllerStartupMaintenance -> index 1.0967254638672E-5
ControllerStartupRouter -> index 0.10547304153442
ControllerProductProduct -> index 0.10306215286255
ControllerCommonHeader -> index 0.065024852752686
ControllerCommonCart -> index 0.017124891281128
ControllerStartupStartup -> index 0.012135028839111
ControllerCommonColumnLeft -> index 0.0042979717254639
ControllerCommonFooter -> index 0.0030808448791504
ControllerCommonContentBottom -> index 0.0026521682739258
ControllerCommonContentTop -> index 0.0025780200958252
ControllerCommonColumnRight -> index 0.0024640560150146
ControllerCommonLanguage -> index 0.0020580291748047
ControllerCommonCurrency -> index 0.0019369125366211
ControllerCommonSearch -> index 0.0010850429534912
ControllerStartupEvent -> index 0.00088715553283691

Queries

Count: 77

File / Class->method Time (mcsec) Query
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/controller/startup/startup.php
ControllerStartupStartup->index
0.0011861324310303 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.0011661052703857 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 = '43' 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/category.php
ModelCatalogCategory->getCategories
0.00088095664978027 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->getTotalProducts
0.00080108642578125 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->getProductOptions
0.00075387954711914 SELECT * FROM oc_product_option po LEFT JOIN `oc_option` o ON (po.option_id = o.option_id) LEFT JOIN oc_option_description od ON (o.option_id = od.option_id) WHERE po.product_id = '43' AND od.language_id = '2' ORDER BY o.sort_order
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/information.php
ModelCatalogInformation->getInformations
0.00074601173400879 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.00073695182800293 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.00071120262145996 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.00071096420288086 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->getProductAttributes
0.00070810317993164 SELECT ag.attribute_group_id, agd.name FROM oc_product_attribute pa LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id) LEFT JOIN oc_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id) LEFT JOIN oc_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id) WHERE pa.product_id = '43' AND agd.language_id = '2' GROUP BY ag.attribute_group_id ORDER BY ag.sort_order, agd.name
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/product.php
ModelCatalogProduct->getTotalProducts
0.00068998336791992 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.00068807601928711 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.00066304206848145 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.00066089630126953 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.00066018104553223 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.00065898895263672 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.00064992904663086 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.00064897537231445 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.00064802169799805 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/category.php
ModelCatalogCategory->getCategories
0.00064301490783691 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.00063991546630859 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.00063610076904297 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.00063085556030273 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.00062203407287598 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.00061893463134766 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->getProductAttributes
0.00060796737670898 SELECT a.attribute_id, ad.name, pa.text FROM oc_product_attribute pa LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id) LEFT JOIN oc_attribute_description ad ON (a.attribute_id = ad.attribute_id) WHERE pa.product_id = '43' AND a.attribute_group_id = '3' AND ad.language_id = '2' AND pa.language_id = '2' ORDER BY a.sort_order, ad.name
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/category.php
ModelCatalogCategory->getCategories
0.00060319900512695 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.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 = '45'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/product.php
ModelCatalogProduct->getTotalProducts
0.00059318542480469 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/controller/startup/startup.php
Cart\Tax->setShippingAddress
0.00058412551879883 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/product.php
ModelCatalogProduct->getTotalProducts
0.00058078765869141 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.00057601928710938 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.00057196617126465 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.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 = '44'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/product.php
ModelCatalogProduct->getTotalProducts
0.0005650520324707 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/category.php
ModelCatalogCategory->getCategories
0.0005180835723877 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.00051379203796387 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.00046801567077637 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.00045990943908691 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.0004580020904541 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.00044894218444824 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/product.php
ModelCatalogProduct->getProfiles
0.00043892860412598 SELECT rd.* FROM oc_product_recurring pr JOIN oc_recurring_description rd ON (rd.language_id = 2 AND rd.recurring_id = pr.recurring_id) JOIN oc_recurring r ON r.recurring_id = rd.recurring_id WHERE pr.product_id = 43 AND status = '1' AND pr.customer_group_id = '1' ORDER BY sort_order ASC
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/product.php
ModelCatalogProduct->getProductAttributes
0.00040793418884277 SELECT a.attribute_id, ad.name, pa.text FROM oc_product_attribute pa LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id) LEFT JOIN oc_attribute_description ad ON (a.attribute_id = ad.attribute_id) WHERE pa.product_id = '43' AND a.attribute_group_id = '6' AND ad.language_id = '2' AND pa.language_id = '2' ORDER BY a.sort_order, ad.name
/home/a/a90535e0/a90535e0.beget.tech/public_html/system/library/openbay.php
Openbay->getInstalled
0.00040602684020996 SELECT * FROM oc_extension WHERE `type` = 'openbay'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/extension/total/credit.php
Cart\Customer->getBalance
0.00040102005004883 SELECT SUM(amount) AS total FROM oc_customer_transaction WHERE customer_id = '0'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/product.php
ModelCatalogProduct->getProductImages
0.00038290023803711 SELECT * FROM oc_product_image WHERE product_id = '43' ORDER BY sort_order ASC
/home/a/a90535e0/a90535e0.beget.tech/public_html/system/library/cart/cart.php
Cart\Cart->getProducts
0.00037717819213867 SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'afccdc5626700e75b62dafef3ad90f14'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/product.php
ModelCatalogProduct->getProductRelated
0.00037002563476562 SELECT * FROM oc_product_related pr LEFT JOIN oc_product p ON (pr.related_id = p.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pr.product_id = '43' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/a/a90535e0/a90535e0.beget.tech/public_html/system/library/cart/cart.php
Cart\Cart->getProducts
0.00034093856811523 SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'afccdc5626700e75b62dafef3ad90f14'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/product.php
ModelCatalogProduct->getProductLayoutId
0.00033116340637207 SELECT * FROM oc_product_to_layout WHERE product_id = '43' AND store_id = '0'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/product.php
ModelCatalogProduct->getProductDiscounts
0.00032997131347656 SELECT * FROM oc_product_discount WHERE product_id = '43' AND customer_group_id = '1' AND quantity > 1 AND ((date_start = '0000-00-00' OR date_start < NOW()) AND (date_end = '0000-00-00' OR date_end > NOW())) ORDER BY quantity ASC, priority ASC, price ASC
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/localisation/language.php
ModelLocalisationLanguage->getLanguages
0.00032401084899902 SELECT * FROM oc_language WHERE status = '1' ORDER BY sort_order, name
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/extension/extension.php
ModelExtensionExtension->getExtensions
0.00030612945556641 SELECT * FROM oc_extension WHERE `type` = 'total'
/home/a/a90535e0/a90535e0.beget.tech/public_html/system/library/cart/cart.php
Cart\Cart->getProducts
0.00030207633972168 SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'afccdc5626700e75b62dafef3ad90f14'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/design/layout.php
ModelDesignLayout->getLayout
0.00029802322387695 SELECT * FROM oc_layout_route WHERE 'product/product' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/extension/extension.php
ModelExtensionExtension->getExtensions
0.00029087066650391 SELECT * FROM oc_extension WHERE `type` = 'analytics'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/product.php
ModelCatalogProduct->updateViewed
0.00028300285339355 UPDATE oc_product SET viewed = (viewed + 1) WHERE product_id = '43'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/category.php
ModelCatalogCategory->getCategory
0.00027894973754883 SELECT DISTINCT * 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.category_id = '18' AND cd.language_id = '2' AND c2s.store_id = '0' AND c.status = '1'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/controller/common/cart.php
Cart\Cart->getProducts
0.0002739429473877 SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'afccdc5626700e75b62dafef3ad90f14'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/localisation/currency.php
ModelLocalisationCurrency->getCurrencies
0.0002589225769043 SELECT * FROM oc_currency ORDER BY title ASC
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/design/layout.php
ModelDesignLayout->getLayoutModules
0.00025105476379395 SELECT * FROM oc_layout_module WHERE layout_id = '2' AND position = 'content_bottom' ORDER BY sort_order
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/design/layout.php
ModelDesignLayout->getLayoutModules
0.00024199485778809 SELECT * FROM oc_layout_module WHERE layout_id = '2' 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.00023984909057617 SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'afccdc5626700e75b62dafef3ad90f14'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/design/layout.php
ModelDesignLayout->getLayout
0.00021600723266602 SELECT * FROM oc_layout_route WHERE 'product/product' 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.00021004676818848 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/controller/startup/startup.php
Cart\Length->__construct
0.0001981258392334 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/controller/startup/startup.php
Cart\Cart->__construct
0.00019311904907227 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/model/catalog/product.php
ModelCatalogProduct->getProductLayoutId
0.00017404556274414 SELECT * FROM oc_product_to_layout WHERE product_id = '43' AND store_id = '0'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/extension/event.php
ModelExtensionEvent->getEvents
0.00016880035400391 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/model/design/layout.php
ModelDesignLayout->getLayout
0.00016403198242188 SELECT * FROM oc_layout_route WHERE 'product/product' 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
ControllerStartupStartup->index
0.00016307830810547 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->getLayout
0.00015902519226074 SELECT * FROM oc_layout_route WHERE 'product/product' 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.00015401840209961 SELECT * FROM oc_layout_module WHERE layout_id = '2' AND position = 'column_right' ORDER BY sort_order
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/design/layout.php
ModelDesignLayout->getLayoutModules
0.0001530647277832 SELECT * FROM oc_layout_module WHERE layout_id = '2' AND position = 'content_top' ORDER BY sort_order
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/product.php
ModelCatalogProduct->getProductLayoutId
0.0001518726348877 SELECT * FROM oc_product_to_layout WHERE product_id = '43' AND store_id = '0'
/home/a/a90535e0/a90535e0.beget.tech/public_html/system/library/openbay.php
Openbay->getInstalled
0.00014805793762207 SELECT * FROM oc_extension WHERE `type` = 'openbay'
/home/a/a90535e0/a90535e0.beget.tech/public_html/catalog/model/catalog/product.php
ModelCatalogProduct->getProductLayoutId
0.00012707710266113 SELECT * FROM oc_product_to_layout WHERE product_id = '43' AND store_id = '0'

Requests

GET 3:

Key Value
path 18
product_id 43
route product/product

POST 0:

Empty

SERVER 47:

Key Value
UNIQUE_ID aB5kUNVb6POnyiNw5iMHNgAAAAI
MMDB_ADDR 3.147.78.141
GEOIP_ADDR 3.147.78.141
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.147.78.141
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.147.78.141
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 45332
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.0
REQUEST_METHOD GET
QUERY_STRING path=18&product_id=43&route=product%2Fproduct
REQUEST_URI /index.php?path=18&product_id=43&route=product%2Fproduct
SCRIPT_NAME /index.php
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1746822224.316
REQUEST_TIME 1746822224
argv ["path=18&product_id=43&route=product%2Fproduct"]
argc 1
HTTPS false

COOKIE 0:

Empty