cookware
ECO-foryou.com is the international "Wholesale-Broker" for green companies, green products and environmental services...
To view Cookies, add CookieComponent to Controller
Query | Error | Affected | Num. rows | Took (ms) | Actions |
---|---|---|---|---|---|
SHOW FULL COLUMNS FROM `products` | 19 | 19 | 1 | maybe slow | |
SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8mb3_general_ci'; | 1 | 1 | 1 | ||
SHOW FULL COLUMNS FROM `criteria` | 3 | 3 | 1 | maybe slow | |
SHOW FULL COLUMNS FROM `products_criteria` | 2 | 2 | 1 | maybe slow | |
SHOW FULL COLUMNS FROM `types` | 5 | 5 | 1 | maybe slow | |
SHOW FULL COLUMNS FROM `products_types` | 2 | 2 | 1 | maybe slow | |
SHOW FULL COLUMNS FROM `options` | 5 | 5 | 1 | maybe slow | |
SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8mb3_unicode_ci'; | 1 | 1 | 1 | ||
SHOW FULL COLUMNS FROM `administrators` | 4 | 4 | 1 | maybe slow | |
SELECT COUNT(*) AS `count` FROM `products` AS `Product` WHERE `Product`.`group_id` = 38 AND `Product`.`language` = 'en' | 1 | 1 | 1 | ||
SELECT `Product`.`slug`, `Product`.`title`, `Product`.`summary`, `Product`.`dir`, `Product`.`filename` FROM `products` AS `Product` WHERE `Product`.`group_id` = 38 AND `Product`.`language` = 'en' ORDER BY `Product`.`created` DESC LIMIT 24 | 24 | 24 | 1 | ||
SHOW FULL COLUMNS FROM `groups` | 3 | 3 | 1 | maybe slow | |
SELECT `Group`.`title` FROM `groups` AS `Group` WHERE `Group`.`id` = 38 AND `Group`.`language` = 'en' LIMIT 1 | 1 | 1 | 1 | ||
SHOW FULL COLUMNS FROM `subgroups` | 3 | 3 | 1 | maybe slow | |
SHOW FULL COLUMNS FROM `companies` | 14 | 14 | 1 | maybe slow | |
SELECT `Product`.`group_id`, `Product`.`subgroup_id`, `Product`.`is_popular`, `Product`.`types`, `Product`.`criteria`, `Product`.`company_id`, `Company`.`slug`, `Company`.`name`, `Subgroup`.`id`, `Subgroup`.`title`, `Company`.`id`, `Product`.`id` FROM `products` AS `Product` LEFT JOIN `companies` AS `Company` ON (`Product`.`company_id` = `Company`.`id`) LEFT JOIN `subgroups` AS `Subgroup` ON (`Product`.`subgroup_id` = `Subgroup`.`id`) WHERE `Product`.`group_id` = 38 AND `Product`.`language` = 'en' | 132 | 132 | 2 | ||
SELECT `Criterion`.`id`, `Criterion`.`title`, `ProductsCriterium`.`product_id`, `ProductsCriterium`.`criterion_id` FROM `criteria` AS `Criterion` JOIN `products_criteria` AS `ProductsCriterium` ON (`ProductsCriterium`.`product_id` IN (214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 814, 815, 816, 817, 818, 819, 820, 821, 822, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1147, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1463, 1464, 1465, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1572, 1573, 1574, 1575) AND `ProductsCriterium`.`criterion_id` = `Criterion`.`id`) | 145 | 145 | 2 | ||
SHOW FULL COLUMNS FROM `sites` | 2 | 2 | 1 | maybe slow | |
UPDATE `sites` AS `Site` SET `Site`.`view_count` = Site.view_count + 1 WHERE `Site`.`id` = 1 | 1 | 0 | |||
SELECT `Site`.`view_count` FROM `sites` AS `Site` WHERE `Site`.`id` = 1 LIMIT 1 | 1 | 1 | 0 | ||
SHOW FULL COLUMNS FROM `blocks` | 3 | 3 | 1 | maybe slow | |
SHOW FULL COLUMNS FROM `block_contents` | 4 | 4 | 1 | maybe slow | |
SELECT `BlockContent`.`content`, `Block`.`name` FROM `block_contents` AS `BlockContent` LEFT JOIN `blocks` AS `Block` ON (`BlockContent`.`block_id` = `Block`.`id`) WHERE `Block`.`key` = 'after_blue_box' AND `BlockContent`.`language` = 'en' LIMIT 1 | 1 | 1 | 0 | ||
SELECT `Type`.`id`, `Type`.`title` FROM `types` AS `Type` WHERE `Type`.`language` = 'en' ORDER BY `title` ASC | 37 | 37 | 0 | ||
SHOW FULL COLUMNS FROM `company_categories` | 3 | 3 | 1 | maybe slow | |
SELECT `CompanyCategory`.`id`, `CompanyCategory`.`title` FROM `company_categories` AS `CompanyCategory` WHERE `CompanyCategory`.`language` = 'en' ORDER BY `title` ASC | 12 | 12 | 0 | ||
SHOW FULL COLUMNS FROM `links` | 10 | 10 | 1 | maybe slow | |
SHOW FULL COLUMNS FROM `navigations` | 3 | 3 | 1 | maybe slow | |
SELECT `Link`.`id`, `Link`.`title`, `Link`.`type`, `Link`.`object_id`, `Link`.`subject`, `Link`.`lft`, `Link`.`rght`, `Link`.`language`, `Link`.`navigation_id`, `Link`.`parent_id`, `Navigation`.`id`, `Navigation`.`name`, `Navigation`.`key` FROM `links` AS `Link` LEFT JOIN `navigations` AS `Navigation` ON (`Link`.`navigation_id` = `Navigation`.`id`) WHERE `Link`.`language` = 'en' AND `Navigation`.`key` = 'main' AND `Link`.`language` = 'en' ORDER BY `Link`.`lft` ASC | 8 | 8 | 0 | ||
SELECT `BlockContent`.`content`, `Block`.`name` FROM `block_contents` AS `BlockContent` LEFT JOIN `blocks` AS `Block` ON (`BlockContent`.`block_id` = `Block`.`id`) WHERE `Block`.`key` = 'partners' AND `BlockContent`.`language` = 'en' LIMIT 1 | 1 | 1 | 0 | ||
SELECT `BlockContent`.`content`, `Block`.`name` FROM `block_contents` AS `BlockContent` LEFT JOIN `blocks` AS `Block` ON (`BlockContent`.`block_id` = `Block`.`id`) WHERE `Block`.`key` = 'right_sidebar' AND `BlockContent`.`language` = 'en' LIMIT 1 | 1 | 1 | 0 | ||
SELECT `BlockContent`.`content`, `Block`.`name` FROM `block_contents` AS `BlockContent` LEFT JOIN `blocks` AS `Block` ON (`BlockContent`.`block_id` = `Block`.`id`) WHERE `Block`.`key` = 'bottom' AND `BlockContent`.`language` = 'en' LIMIT 1 | 1 | 1 | 0 | ||
SELECT `Link`.`id`, `Link`.`title`, `Link`.`type`, `Link`.`object_id`, `Link`.`subject`, `Link`.`lft`, `Link`.`rght`, `Link`.`language`, `Link`.`navigation_id`, `Link`.`parent_id`, `Navigation`.`id`, `Navigation`.`name`, `Navigation`.`key` FROM `links` AS `Link` LEFT JOIN `navigations` AS `Navigation` ON (`Link`.`navigation_id` = `Navigation`.`id`) WHERE `Link`.`language` = 'en' AND `Navigation`.`key` = 'footer' AND `Link`.`language` = 'en' ORDER BY `Link`.`lft` ASC | 8 | 8 | 0 | ||
SELECT `BlockContent`.`content`, `Block`.`name` FROM `block_contents` AS `BlockContent` LEFT JOIN `blocks` AS `Block` ON (`BlockContent`.`block_id` = `Block`.`id`) WHERE `Block`.`key` = 'footer' AND `BlockContent`.`language` = 'en' LIMIT 1 | 1 | 1 | 0 |
Peak Memory Use 17.70 MB
Message | Memory use |
---|---|
Component initialization | 10.59 MB |
Controller action start | 10.94 MB |
Controller render start | 11.40 MB |
Component initialization #2 | 14.63 MB |
Controller action start #2 | 14.64 MB |
Component initialization #3 | 15.37 MB |
Controller action start #3 | 15.38 MB |
Component initialization #4 | 15.62 MB |
Controller action start #4 | 15.63 MB |
Component initialization #5 | 15.60 MB |
Controller action start #5 | 15.61 MB |
Component initialization #6 | 15.65 MB |
Controller action start #6 | 15.66 MB |
Component initialization #7 | 15.71 MB |
Controller action start #7 | 15.72 MB |
Component initialization #8 | 15.80 MB |
Controller action start #8 | 15.81 MB |
View render complete | 15.67 MB |
Total Request Time: 846 (ms)
Message | Time in ms | Graph |
---|---|---|
Core Processing (Derived) | 174.06 | |
Component initialization and startup | 23.42 | |
Controller action | 91.91 | |
Render Controller Action | 454.86 | |
» Rendering View | 446.68 | |
» » Rendering APP/views/products/index.ctp | 323.07 | |
» » » Rendering APP/views/elements/search.ctp | 78.92 | |
» » » » Rendering APP/views/elements/block.ctp | 45.27 | |
» » » » » Component initialization and startup #2 | 2.52 | |
Controller action #2 | 0.00 | |
» » » » Rendering APP/views/elements/pagination.ctp | 7.68 | |
» » » Rendering APP/views/layouts/default.ctp | 123.05 | |
» » » » Rendering APP/views/elements/navigation.ctp | 53.23 | |
» » » » » Component initialization and startup #3 | 2.60 | |
Controller action #3 | 0.00 | |
» » » » » » Rendering APP/views/elements/link.ctp | 0.54 | |
» » » » » » Rendering APP/views/elements/link.ctp #2 | 0.50 | |
» » » » » » Rendering APP/views/elements/link.ctp #3 | 0.48 | |
» » » » » » Rendering APP/views/elements/link.ctp #4 | 0.38 | |
» » » » » » Rendering APP/views/elements/link.ctp #5 | 1.04 | |
» » » » » » Rendering APP/views/elements/link.ctp #6 | 1.02 | |
» » » » » » Rendering APP/views/elements/link.ctp #7 | 0.35 | |
» » » » » » Rendering APP/views/elements/link.ctp #8 | 0.35 | |
» » » » » Rendering APP/views/elements/sidebars/child.ctp | 36.81 | |
» » » » » » Rendering APP/views/elements/sidebars/partials/search.ctp #2 | 3.75 | |
» » » » » » Rendering APP/views/elements/block.ctp #2 | 5.83 | |
» » » » » » » Component initialization and startup #4 | 2.29 | |
Controller action #4 | 0.00 | |
» » » » » » Rendering APP/views/elements/block.ctp #3 | 5.70 | |
» » » » » » » Component initialization and startup #5 | 2.23 | |
Controller action #5 | 0.00 | |
» » » » » » » Rendering APP/views/elements/block.ctp #4 | 5.84 | |
» » » » » » » » Component initialization and startup #6 | 2.24 | |
Controller action #6 | 0.00 | |
» » » » » » » » Rendering APP/views/elements/navigation.ctp #2 | 13.18 | |
» » » » » » » » » Component initialization and startup #7 | 2.31 | |
Controller action #7 | 0.00 | |
» » » » » » » » » » Rendering APP/views/elements/link.ctp #9 | 0.73 | |
» » » » » » » » » » Rendering APP/views/elements/link.ctp #10 | 0.59 | |
» » » » » » » » » » Rendering APP/views/elements/link.ctp #11 | 0.52 | |
» » » » » » » » » » Rendering APP/views/elements/link.ctp #12 | 0.40 | |
» » » » » » » » » » Rendering APP/views/elements/link.ctp #13 | 0.38 | |
» » » » » » » » » » Rendering APP/views/elements/link.ctp #14 | 0.39 | |
» » » » » » » » » » Rendering APP/views/elements/link.ctp #15 | 0.39 | |
» » » » » » » » » » Rendering APP/views/elements/link.ctp #16 | 0.39 | |
» » » » » » » » » Rendering APP/views/elements/block.ctp #5 | 6.26 | |
» » » » » » » » » » Component initialization and startup #8 | 2.36 | |
Controller action #8 | 0.00 |