Renewable Energy Resources
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 | 2 | maybe slow | |
SHOW FULL COLUMNS FROM `criteria` | 3 | 3 | 1 | maybe slow | |
SHOW FULL COLUMNS FROM `products_criteria` | 2 | 2 | 2 | ||
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`.`category_id` = 29 AND `Product`.`language` = 'en' | 1 | 1 | 1 | ||
SELECT `Product`.`slug`, `Product`.`title`, `Product`.`summary`, `Product`.`dir`, `Product`.`filename` FROM `products` AS `Product` WHERE `Product`.`category_id` = 29 AND `Product`.`language` = 'en' ORDER BY `Product`.`created` DESC LIMIT 24 | 24 | 24 | 2 | maybe slow | |
SHOW FULL COLUMNS FROM `categories` | 6 | 6 | 2 | maybe slow | |
SELECT `Category`.`title` FROM `categories` AS `Category` WHERE `Category`.`id` = 29 AND `Category`.`language` = 'en' LIMIT 1 | 1 | 1 | 0 | ||
SELECT `Category`.`id`, `Category`.`title`, `Category`.`filename`, `Category`.`dir`, `Category`.`language`, `Category`.`banners` FROM `categories` AS `Category` WHERE `Category`.`id` = 29 AND `Category`.`language` = 'en' LIMIT 1 | 1 | 1 | 2 | maybe slow | |
SELECT `Product`.`slug`, `Product`.`title` FROM `products` AS `Product` WHERE `Product`.`is_popular` = 1 AND `Product`.`language` = 'en' | 0 | 0 | 5 | maybe slow | |
SHOW FULL COLUMNS FROM `groups` | 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`, `Group`.`id`, `Group`.`title`, `Company`.`id`, `Product`.`id` FROM `products` AS `Product` LEFT JOIN `companies` AS `Company` ON (`Product`.`company_id` = `Company`.`id`) LEFT JOIN `groups` AS `Group` ON (`Product`.`group_id` = `Group`.`id`) WHERE `Product`.`category_id` = 29 AND `Product`.`language` = 'en' | 163 | 163 | 4 | ||
SELECT `Type`.`id`, `Type`.`title`, `Type`.`dir`, `Type`.`filename`, `ProductsType`.`product_id`, `ProductsType`.`type_id` FROM `types` AS `Type` JOIN `products_types` AS `ProductsType` ON (`ProductsType`.`product_id` IN (427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 460, 470, 471, 472, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 601, 602, 604, 605, 606, 607, 608, 609, 610, 611, 615, 616, 617, 618, 619, 620, 621, 622, 623, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 664, 665, 667, 668, 669, 670, 671, 874, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1336, 1489, 1490, 1513, 1537, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1571, 1623, 1634) AND `ProductsType`.`type_id` = `Type`.`id`) | 274 | 274 | 6 | ||
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` = '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.68 MB
Message | Memory use |
---|---|
Component initialization | 10.59 MB |
Controller action start | 10.94 MB |
Controller render start | 11.43 MB |
Component initialization #2 | 14.67 MB |
Controller action start #2 | 14.69 MB |
Component initialization #3 | 15.41 MB |
Controller action start #3 | 15.42 MB |
Component initialization #4 | 15.66 MB |
Controller action start #4 | 15.68 MB |
Component initialization #5 | 15.63 MB |
Controller action start #5 | 15.65 MB |
Component initialization #6 | 15.69 MB |
Controller action start #6 | 15.71 MB |
Component initialization #7 | 15.78 MB |
Controller action start #7 | 15.80 MB |
View render complete | 15.65 MB |
Total Request Time: 464 (ms)
Message | Time in ms | Graph |
---|---|---|
Core Processing (Derived) | 91.85 | |
Component initialization and startup | 13.87 | |
Controller action | 92.93 | |
Render Controller Action | 168.21 | |
» Rendering View | 165.89 | |
» » Rendering APP/views/products/index.ctp | 83.08 | |
» » » Rendering APP/views/elements/search.ctp | 26.77 | |
» » » » Rendering APP/views/elements/block.ctp | 11.97 | |
» » » » » Component initialization and startup #2 | 2.20 | |
Controller action #2 | 0.00 | |
» » » » Rendering APP/views/elements/pagination.ctp | 8.24 | |
» » » Rendering APP/views/layouts/default.ctp | 82.39 | |
» » » » Rendering APP/views/elements/navigation.ctp | 22.11 | |
» » » » » Component initialization and startup #3 | 2.22 | |
Controller action #3 | 0.00 | |
» » » » » » Rendering APP/views/elements/link.ctp | 0.33 | |
» » » » » » Rendering APP/views/elements/link.ctp #2 | 0.45 | |
» » » » » » Rendering APP/views/elements/link.ctp #3 | 0.49 | |
» » » » » » Rendering APP/views/elements/link.ctp #4 | 0.34 | |
» » » » » » Rendering APP/views/elements/link.ctp #5 | 1.23 | |
» » » » » » Rendering APP/views/elements/link.ctp #6 | 1.22 | |
» » » » » » Rendering APP/views/elements/link.ctp #7 | 0.37 | |
» » » » » » Rendering APP/views/elements/link.ctp #8 | 0.33 | |
» » » » » Rendering APP/views/elements/sidebars/root.ctp | 37.13 | |
» » » » » » Rendering APP/views/elements/sidebars/partials/search.ctp #2 | 3.44 | |
» » » » » » Rendering APP/views/elements/block.ctp #2 | 5.46 | |
» » » » » » » Component initialization and startup #4 | 2.14 | |
Controller action #4 | 0.00 | |
» » » » » » Rendering APP/views/elements/block.ctp #3 | 5.18 | |
» » » » » » » Component initialization and startup #5 | 1.99 | |
Controller action #5 | 0.00 | |
» » » » » » » Rendering APP/views/elements/navigation.ctp #2 | 11.28 | |
» » » » » » » » Component initialization and startup #6 | 1.98 | |
Controller action #6 | 0.00 | |
» » » » » » » » » Rendering APP/views/elements/link.ctp #9 | 0.66 | |
» » » » » » » » » Rendering APP/views/elements/link.ctp #10 | 0.55 | |
» » » » » » » » » Rendering APP/views/elements/link.ctp #11 | 0.47 | |
» » » » » » » » » Rendering APP/views/elements/link.ctp #12 | 0.36 | |
» » » » » » » » » Rendering APP/views/elements/link.ctp #13 | 0.39 | |
» » » » » » » » » Rendering APP/views/elements/link.ctp #14 | 0.35 | |
» » » » » » » » » Rendering APP/views/elements/link.ctp #15 | 0.37 | |
» » » » » » » » » Rendering APP/views/elements/link.ctp #16 | 0.36 | |
» » » » » » » » Rendering APP/views/elements/block.ctp #4 | 5.15 | |
» » » » » » » » » Component initialization and startup #7 | 2.03 | |
Controller action #7 | 0.00 |