Ouvrages de métallerie et de serrurerie
To view Cookies, add CookieComponent to Controller
| Nr | Query | Error | Affected | Num. rows | Took (ms) |
|---|---|---|---|---|---|
| 1 | SELECT `Aro`.`id`, `Aro`.`parent_id`, `Aro`.`model`, `Aro`.`foreign_key`, `Aro`.`alias` FROM `aros` AS `Aro` LEFT JOIN `aros` AS `Aro0` ON (`Aro0`.`alias` = 'ROOT') WHERE `Aro`.`lft` <= `Aro0`.`lft` AND `Aro`.`rght` >= `Aro0`.`rght` ORDER BY `Aro`.`lft` DESC | 1 | 1 | 1 | |
| 2 | SELECT `Aco`.`id`, `Aco`.`parent_id`, `Aco`.`model`, `Aco`.`foreign_key`, `Aco`.`alias` FROM `acos` AS `Aco` LEFT JOIN `acos` AS `Aco0` ON (`Aco0`.`alias` = 'ROOT') LEFT JOIN `acos` AS `Aco1` ON (`Aco1`.`lft` > `Aco0`.`lft` AND `Aco1`.`rght` < `Aco0`.`rght` AND `Aco1`.`alias` = 'Tags') LEFT JOIN `acos` AS `Aco2` ON (`Aco2`.`lft` > `Aco1`.`lft` AND `Aco2`.`rght` < `Aco1`.`rght` AND `Aco2`.`alias` = 'index') WHERE ((`Aco`.`lft` <= `Aco0`.`lft` AND `Aco`.`rght` >= `Aco0`.`rght`) OR (`Aco`.`lft` <= `Aco2`.`lft` AND `Aco`.`rght` >= `Aco2`.`rght`)) ORDER BY `Aco`.`lft` DESC | 3 | 3 | 71 | |
| 3 | SELECT `Permission`.`id`, `Permission`.`aro_id`, `Permission`.`aco_id`, `Permission`.`_create`, `Permission`.`_read`, `Permission`.`_update`, `Permission`.`_delete`, `Aro`.`id`, `Aro`.`parent_id`, `Aro`.`model`, `Aro`.`foreign_key`, `Aro`.`alias`, `Aro`.`lft`, `Aro`.`rght`, `Aco`.`id`, `Aco`.`parent_id`, `Aco`.`model`, `Aco`.`foreign_key`, `Aco`.`alias`, `Aco`.`lft`, `Aco`.`rght` FROM `aros_acos` AS `Permission` LEFT JOIN `aros` AS `Aro` ON (`Permission`.`aro_id` = `Aro`.`id`) LEFT JOIN `acos` AS `Aco` ON (`Permission`.`aco_id` = `Aco`.`id`) WHERE `Permission`.`aro_id` = 1 AND `Permission`.`aco_id` IN (149, 148, 1) ORDER BY `Aco`.`lft` desc | 2 | 2 | 1 | |
| 4 | SELECT COUNT(*) AS `count` FROM `tags` AS `Tag` WHERE 1 = 1 | 1 | 1 | 0 | |
| 5 | SELECT `Tag`.`id`, `Tag`.`name`, `Tag`.`description`, `Tag`.`meta_title`, `Tag`.`meta_key`, `Tag`.`meta_desc`, `Tag`.`slug` FROM `tags` AS `Tag` WHERE 1 = 1 ORDER BY `Tag`.`name` ASC LIMIT 40 | 24 | 24 | 1 |
Query: SELECT `Aco`.`id`, `Aco`.`parent_id`, `Aco`.`model`, `Aco`.`foreign_key`, `Aco`.`alias` FROM `acos` AS `Aco` LEFT JOIN `acos` AS `Aco0` ON (`Aco0`.`alias` = 'ROOT') LEFT JOIN `acos` AS `Aco1` ON (`Aco1`.`lft` > `Aco0`.`lft` AND `Aco1`.`rght` < `Aco0`.`rght` AND `Aco1`.`alias` = 'Tags') LEFT JOIN `acos` AS `Aco2` ON (`Aco2`.`lft` > `Aco1`.`lft` AND `Aco2`.`rght` < `Aco1`.`rght` AND `Aco2`.`alias` = 'index') WHERE ((`Aco`.`lft` <= `Aco0`.`lft` AND `Aco`.`rght` >= `Aco0`.`rght`) OR (`Aco`.`lft` <= `Aco2`.`lft` AND `Aco`.`rght` >= `Aco2`.`rght`)) ORDER BY `Aco`.`lft` DESC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | Aco | ALL | 236 | Using temporary; Using filesort | ||||
| 1 | SIMPLE | Aco0 | ALL | 236 | |||||
| 1 | SIMPLE | Aco1 | ALL | 236 | |||||
| 1 | SIMPLE | Aco2 | ALL | 236 | Using where |
Query: SELECT `Permission`.`id`, `Permission`.`aro_id`, `Permission`.`aco_id`, `Permission`.`_create`, `Permission`.`_read`, `Permission`.`_update`, `Permission`.`_delete`, `Aro`.`id`, `Aro`.`parent_id`, `Aro`.`model`, `Aro`.`foreign_key`, `Aro`.`alias`, `Aro`.`lft`, `Aro`.`rght`, `Aco`.`id`, `Aco`.`parent_id`, `Aco`.`model`, `Aco`.`foreign_key`, `Aco`.`alias`, `Aco`.`lft`, `Aco`.`rght` FROM `aros_acos` AS `Permission` LEFT JOIN `aros` AS `Aro` ON (`Permission`.`aro_id` = `Aro`.`id`) LEFT JOIN `acos` AS `Aco` ON (`Permission`.`aco_id` = `Aco`.`id`) WHERE `Permission`.`aro_id` = 1 AND `Permission`.`aco_id` IN (149, 148, 1) ORDER BY `Aco`.`lft` desc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | Permission | ALL | 51 | Using where; Using temporary; Using filesort | ||||
| 1 | SIMPLE | Aro | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | Aco | eq_ref | PRIMARY | PRIMARY | 4 | 608880_cfparis.Permission.aco_id | 1 |
Peak Memory Use 18.06 MB
| Message | Memory use |
|---|---|
| Component intitailization | 12.86 MB |
| Controller action start | 12.94 MB |
| Controller render start | 13.77 MB |
| View render complete | 17.64 MB |
Total Request Time: 2970 (ms)
| Message | Time in ms | Graph |
|---|---|---|
| Core Processing (Derived) | 1919.99 | |
| Component initialization and startup | 123.09 | |
| Controller action | 265.80 | |
| Render Controller Action | 262.59 | |
| » Rendering View | 261.13 | |
| » » Rendering APP/views/tags/index.ctp | 187.07 | |
| » » Rendering APP/views/layouts/default.ctp | 70.78 | |
| » » » Rendering APP/views/elements/contact_btn.ctp | 5.05 | |
| » » » Rendering APP/views/elements/menus/top2.ctp | 7.61 | |
| » » » Rendering APP/views/elements/breadcrumbs.ctp | 4.90 | |
| » » » Rendering APP/views/elements/login_button.ctp | 2.56 | |
| » » » Rendering APP/views/elements/search.ctp | 7.14 | |
| » » » Rendering APP/views/elements/menus/bottom.ctp | 8.84 |
There were no log entries made this request
There were no log entries made this request