Green companies
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 `companies` | 14 | 14 | 1 | maybe slow | |
SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8mb3_general_ci'; | 1 | 1 | 1 | ||
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 `companies` AS `Company` WHERE `Company`.`language` = 'en' | 1 | 1 | 0 | ||
SELECT `Company`.`slug`, `Company`.`name`, `Company`.`summary`, `Company`.`dir`, `Company`.`filename` FROM `companies` AS `Company` WHERE `Company`.`language` = 'en' ORDER BY `Company`.`created` DESC LIMIT 24 | 24 | 24 | 2 | maybe slow | |
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 | ||
SHOW FULL COLUMNS FROM `types` | 5 | 5 | 1 | maybe slow | |
SHOW FULL COLUMNS FROM `products` | 19 | 19 | 1 | maybe slow | |
SHOW FULL COLUMNS FROM `criteria` | 3 | 3 | 0 | ||
SHOW FULL COLUMNS FROM `products_criteria` | 2 | 2 | 0 | ||
SHOW FULL COLUMNS FROM `products_types` | 2 | 2 | 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 `Type`.`id`, `Type`.`title`, `Type`.`filename`, `Type`.`dir`, `Type`.`language` FROM `types` AS `Type` WHERE `Type`.`language` = 'en' ORDER BY `title` ASC | 37 | 37 | 0 | ||
SHOW FULL COLUMNS FROM `posts` | 10 | 10 | 1 | maybe slow | |
SELECT `Post`.`id`, `Post`.`title`, `Post`.`slug`, `Post`.`summary`, `Post`.`content`, `Post`.`type`, `Post`.`filename`, `Post`.`dir`, `Post`.`language`, `Post`.`created` FROM `posts` AS `Post` WHERE `Post`.`type` = 'news' AND `Post`.`language` = 'en' ORDER BY `Post`.`id` DESC LIMIT 5 | 5 | 5 | 0 | ||
SELECT `Post`.`id`, `Post`.`title`, `Post`.`slug`, `Post`.`summary`, `Post`.`content`, `Post`.`type`, `Post`.`filename`, `Post`.`dir`, `Post`.`language`, `Post`.`created` FROM `posts` AS `Post` WHERE `Post`.`type` = 'curious' AND `Post`.`language` = 'en' ORDER BY `Post`.`id` DESC LIMIT 5 | 5 | 5 | 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 | 31 | 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` = '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.49 MB
Message | Memory use |
---|---|
Component initialization | 10.25 MB |
Controller action start | 10.61 MB |
Controller render start | 10.74 MB |
Component initialization #2 | 13.98 MB |
Controller action start #2 | 13.99 MB |
Component initialization #3 | 15.13 MB |
Controller action start #3 | 15.14 MB |
Component initialization #4 | 15.61 MB |
Controller action start #4 | 15.62 MB |
Component initialization #5 | 15.48 MB |
Controller action start #5 | 15.50 MB |
Component initialization #6 | 15.53 MB |
Controller action start #6 | 15.55 MB |
Component initialization #7 | 15.59 MB |
Controller action start #7 | 15.61 MB |
Component initialization #8 | 15.68 MB |
Controller action start #8 | 15.69 MB |
View render complete | 15.56 MB |
Total Request Time: 543 (ms)
Message | Time in ms | Graph |
---|---|---|
Core Processing (Derived) | 83.63 | |
Component initialization and startup | 14.76 | |
Controller action | 7.86 | |
Render Controller Action | 327.28 | |
» Rendering View | 319.51 | |
» » Rendering APP/views/companies/index.ctp | 151.04 | |
» » » Rendering APP/views/elements/search.ctp | 46.04 | |
» » » » Rendering APP/views/elements/block.ctp | 12.61 | |
» » » » » Component initialization and startup #2 | 2.19 | |
Controller action #2 | 0.00 | |
» » » » Rendering APP/views/elements/pagination.ctp | 8.84 | |
» » » Rendering APP/views/layouts/default.ctp | 96.14 | |
» » » » Rendering APP/views/elements/navigation.ctp | 24.77 | |
» » » » » Component initialization and startup #3 | 2.29 | |
Controller action #3 | 0.00 | |
» » » » » » Rendering APP/views/elements/link.ctp | 0.44 | |
» » » » » » Rendering APP/views/elements/link.ctp #2 | 0.50 | |
» » » » » » Rendering APP/views/elements/link.ctp #3 | 0.52 | |
» » » » » » Rendering APP/views/elements/link.ctp #4 | 0.41 | |
» » » » » » Rendering APP/views/elements/link.ctp #5 | 1.36 | |
» » » » » » Rendering APP/views/elements/link.ctp #6 | 2.18 | |
» » » » » » Rendering APP/views/elements/link.ctp #7 | 0.45 | |
» » » » » » Rendering APP/views/elements/link.ctp #8 | 0.45 | |
» » » » Rendering APP/views/elements/sidebars/default.ctp #2 | 142.03 | |
» » » » » » Rendering APP/views/elements/block.ctp #2 | 6.21 | |
» » » » » » » Component initialization and startup #4 | 2.48 | |
Controller action #4 | 0.00 | |
» » » » » » Rendering APP/views/elements/block.ctp #3 | 5.59 | |
» » » » » » » Component initialization and startup #5 | 2.16 | |
Controller action #5 | 0.00 | |
» » » » » » » Rendering APP/views/elements/block.ctp #4 | 36.08 | |
» » » » » » » » Component initialization and startup #6 | 2.07 | |
Controller action #6 | 0.00 | |
» » » » » » » » Rendering APP/views/elements/navigation.ctp #2 | 13.99 | |
» » » » » » » » » Component initialization and startup #7 | 2.73 | |
Controller action #7 | 0.00 | |
» » » » » » » » » » Rendering APP/views/elements/link.ctp #9 | 0.86 | |
» » » » » » » » » » Rendering APP/views/elements/link.ctp #10 | 0.71 | |
» » » » » » » » » » Rendering APP/views/elements/link.ctp #11 | 0.58 | |
» » » » » » » » » » Rendering APP/views/elements/link.ctp #12 | 0.46 | |
» » » » » » » » » » Rendering APP/views/elements/link.ctp #13 | 0.43 | |
» » » » » » » » » » Rendering APP/views/elements/link.ctp #14 | 0.46 | |
» » » » » » » » » » Rendering APP/views/elements/link.ctp #15 | 0.45 | |
» » » » » » » » » » Rendering APP/views/elements/link.ctp #16 | 0.44 | |
» » » » » » » » » Rendering APP/views/elements/block.ctp #5 | 14.97 | |
» » » » » » » » » » Component initialization and startup #8 | 11.28 | |
Controller action #8 | 0.00 |