Création du site web
Création du site web Nov 22nd 2009, 01:52
Ouvrages de métallerie et de serrurerie
Création du site web Nov 22nd 2009, 01:52
To view Cookies, add CookieComponent to Controller
| Nr | Query | Error | Affected | Num. rows | Took (ms) |
|---|---|---|---|---|---|
| 1 | DESCRIBE `aros` | 7 | 7 | 25 | |
| 2 | DESCRIBE `acos` | 7 | 7 | 20 | |
| 3 | DESCRIBE `aros_acos` | 7 | 7 | 16 | |
| 4 | DESCRIBE `posts` | 11 | 11 | 17 | |
| 5 | DESCRIBE `post_categories` | 10 | 10 | 17 | |
| 6 | DESCRIBE `animations` | 5 | 5 | 18 | |
| 7 | DESCRIBE `activities` | 13 | 13 | 18 | |
| 8 | DESCRIBE `projects` | 19 | 19 | 17 | |
| 9 | DESCRIBE `project_images` | 5 | 5 | 17 | |
| 10 | DESCRIBE `materials` | 3 | 3 | 16 | |
| 11 | DESCRIBE `materials_projects` | 2 | 2 | 19 | |
| 12 | DESCRIBE `sectors` | 3 | 3 | 18 | |
| 13 | DESCRIBE `projects_sectors` | 2 | 2 | 18 | |
| 14 | DESCRIBE `tags` | 7 | 7 | 17 | |
| 15 | DESCRIBE `activities_tags` | 2 | 2 | 17 | |
| 16 | DESCRIBE `posts_tags` | 2 | 2 | 17 | |
| 17 | DESCRIBE `projects_tags` | 2 | 2 | 17 | |
| 18 | DESCRIBE `activities_projects` | 2 | 2 | 16 | |
| 19 | DESCRIBE `animation_frames` | 6 | 6 | 18 | |
| 20 | DESCRIBE `animation_frame_attachments` | 7 | 7 | 16 | |
| 21 | DESCRIBE `animation_frame_links` | 5 | 5 | 17 | |
| 22 | 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 | 2 | |
| 23 | 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` = 'Posts') LEFT JOIN `acos` AS `Aco2` ON (`Aco2`.`lft` > `Aco1`.`lft` AND `Aco2`.`rght` < `Aco1`.`rght` AND `Aco2`.`alias` = 'view') 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 | 5 | |
| 24 | 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 (78, 76, 1) ORDER BY `Aco`.`lft` desc | 2 | 2 | 4 | |
| 25 | SELECT `Post`.`id`, `Post`.`post_category_id`, `Post`.`title`, `Post`.`content`, `Post`.`image`, `Post`.`meta_title`, `Post`.`meta_key`, `Post`.`meta_desc`, `Post`.`slug`, `Post`.`created`, `Post`.`modified`, `PostCategory`.`id`, `PostCategory`.`animation_id`, `PostCategory`.`name`, `PostCategory`.`description`, `PostCategory`.`meta_title`, `PostCategory`.`meta_key`, `PostCategory`.`meta_desc`, `PostCategory`.`slug`, `PostCategory`.`created`, `PostCategory`.`modified` FROM `posts` AS `Post` LEFT JOIN `post_categories` AS `PostCategory` ON (`Post`.`post_category_id` = `PostCategory`.`id`) WHERE `Post`.`id` = 1 LIMIT 1 | 1 | 1 | 2 | |
| 26 | SELECT `Tag`.`id`, `Tag`.`name`, `Tag`.`description`, `Tag`.`meta_title`, `Tag`.`meta_key`, `Tag`.`meta_desc`, `Tag`.`slug`, `PostsTag`.`post_id`, `PostsTag`.`tag_id` FROM `tags` AS `Tag` JOIN `posts_tags` AS `PostsTag` ON (`PostsTag`.`post_id` = 1 AND `PostsTag`.`tag_id` = `Tag`.`id`) WHERE 1 = 1 | 5 | 5 | 3 | |
| 27 | SELECT `Post`.`title`, `Post`.`id`, `Post`.`slug` FROM `posts` AS `Post` LEFT JOIN `post_categories` AS `PostCategory` ON (`Post`.`post_category_id` = `PostCategory`.`id`) WHERE `Post`.`id` < 1 ORDER BY `Post`.`id` DESC LIMIT 1 | 0 | 0 | 2 | |
| 28 | SELECT `Post`.`title`, `Post`.`id`, `Post`.`slug` FROM `posts` AS `Post` LEFT JOIN `post_categories` AS `PostCategory` ON (`Post`.`post_category_id` = `PostCategory`.`id`) WHERE `Post`.`id` > 1 ORDER BY `Post`.`id` ASC LIMIT 1 | 1 | 1 | 1 |
Query: 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
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | Aro | ALL | 12 | Using temporary; Using filesort | ||||
| 1 | SIMPLE | Aro0 | ALL | 12 | Using where |
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` = 'Posts') LEFT JOIN `acos` AS `Aco2` ON (`Aco2`.`lft` > `Aco1`.`lft` AND `Aco2`.`rght` < `Aco1`.`rght` AND `Aco2`.`alias` = 'view') 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 (78, 76, 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 |
Query: SELECT `Post`.`id`, `Post`.`post_category_id`, `Post`.`title`, `Post`.`content`, `Post`.`image`, `Post`.`meta_title`, `Post`.`meta_key`, `Post`.`meta_desc`, `Post`.`slug`, `Post`.`created`, `Post`.`modified`, `PostCategory`.`id`, `PostCategory`.`animation_id`, `PostCategory`.`name`, `PostCategory`.`description`, `PostCategory`.`meta_title`, `PostCategory`.`meta_key`, `PostCategory`.`meta_desc`, `PostCategory`.`slug`, `PostCategory`.`created`, `PostCategory`.`modified` FROM `posts` AS `Post` LEFT JOIN `post_categories` AS `PostCategory` ON (`Post`.`post_category_id` = `PostCategory`.`id`) WHERE `Post`.`id` = 1 LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | Post | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | PostCategory | const | PRIMARY | PRIMARY | 4 | const | 1 |
Query: SELECT `Tag`.`id`, `Tag`.`name`, `Tag`.`description`, `Tag`.`meta_title`, `Tag`.`meta_key`, `Tag`.`meta_desc`, `Tag`.`slug`, `PostsTag`.`post_id`, `PostsTag`.`tag_id` FROM `tags` AS `Tag` JOIN `posts_tags` AS `PostsTag` ON (`PostsTag`.`post_id` = 1 AND `PostsTag`.`tag_id` = `Tag`.`id`) WHERE 1 = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | PostsTag | ref | PRIMARY | PRIMARY | 4 | const | 5 | Using index |
| 1 | SIMPLE | Tag | eq_ref | PRIMARY | PRIMARY | 4 | 608880_cfparis.PostsTag.tag_id | 1 |
Query: SELECT `Post`.`title`, `Post`.`id`, `Post`.`slug` FROM `posts` AS `Post` LEFT JOIN `post_categories` AS `PostCategory` ON (`Post`.`post_category_id` = `PostCategory`.`id`) WHERE `Post`.`id` < 1 ORDER BY `Post`.`id` DESC LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | Post | range | PRIMARY | PRIMARY | 4 | 1 | Using where | |
| 1 | SIMPLE | PostCategory | eq_ref | PRIMARY | PRIMARY | 4 | 608880_cfparis.Post.post_category_id | 1 | Using index |
Peak Memory Use 18.13 MB
| Message | Memory use |
|---|---|
| Component intitailization | 12.89 MB |
| Controller action start | 12.96 MB |
| Controller render start | 14.39 MB |
| View render complete | 17.68 MB |
Total Request Time: 3116 (ms)
| Message | Time in ms | Graph |
|---|---|---|
| Core Processing (Derived) | 2078.04 | |
| Component initialization and startup | 176.91 | |
| Controller action | 48.58 | |
| Render Controller Action | 334.74 | |
| » Rendering View | 332.85 | |
| » » Rendering APP/views/posts/view.ctp | 208.67 | |
| » » Rendering APP/views/layouts/default.ctp | 118.76 | |
| » » » Rendering APP/views/elements/contact_btn.ctp | 7.52 | |
| » » » Rendering APP/views/elements/menus/top2.ctp | 12.12 | |
| » » » Rendering APP/views/elements/breadcrumbs.ctp | 11.75 | |
| » » » Rendering APP/views/elements/login_button.ctp | 7.40 | |
| » » » Rendering APP/views/elements/search.ctp | 10.92 | |
| » » » Rendering APP/views/elements/menus/bottom.ctp | 11.39 |
There were no log entries made this request
There were no log entries made this request