Recherche métreur
Recherche métreur Dec 20th 2009, 17:29
Nous recherchons actuellement un métreur / dessinateur , rendez-vous dans la section "offres d'emploi":carrieres
Ouvrages de métallerie et de serrurerie
Recherche métreur Dec 20th 2009, 17:29
To view Cookies, add CookieComponent to Controller
| Nr | Query | Error | Affected | Num. rows | Took (ms) |
|---|---|---|---|---|---|
| 1 | DESCRIBE `aros` | 7 | 7 | 17 | |
| 2 | DESCRIBE `acos` | 7 | 7 | 17 | |
| 3 | DESCRIBE `aros_acos` | 7 | 7 | 17 | |
| 4 | DESCRIBE `posts` | 11 | 11 | 17 | |
| 5 | DESCRIBE `post_categories` | 10 | 10 | 17 | |
| 6 | DESCRIBE `animations` | 5 | 5 | 17 | |
| 7 | DESCRIBE `activities` | 13 | 13 | 18 | |
| 8 | DESCRIBE `projects` | 19 | 19 | 17 | |
| 9 | DESCRIBE `project_images` | 5 | 5 | 17 | |
| 10 | DESCRIBE `materials` | 3 | 3 | 17 | |
| 11 | DESCRIBE `materials_projects` | 2 | 2 | 17 | |
| 12 | DESCRIBE `sectors` | 3 | 3 | 17 | |
| 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 | 16 | |
| 17 | DESCRIBE `projects_tags` | 2 | 2 | 16 | |
| 18 | DESCRIBE `activities_projects` | 2 | 2 | 16 | |
| 19 | DESCRIBE `animation_frames` | 6 | 6 | 17 | |
| 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 | 0 | |
| 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 | 0 | |
| 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 | 0 | |
| 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` = 3 LIMIT 1 | 1 | 1 | 1 | |
| 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` = 3 AND `PostsTag`.`tag_id` = `Tag`.`id`) WHERE 1 = 1 | 1 | 1 | 1 | |
| 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` < 3 ORDER BY `Post`.`id` DESC LIMIT 1 | 1 | 1 | 0 | |
| 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` >= 2 AND `Post`.`id` != 3 ORDER BY `Post`.`id` ASC LIMIT 2 | 1 | 1 | 0 |
Warning No slow queries!, or your database does not support EXPLAIN
Peak Memory Use 18.00 MB
| Message | Memory use |
|---|---|
| Component intitailization | 12.89 MB |
| Controller action start | 12.96 MB |
| Controller render start | 14.26 MB |
| View render complete | 17.55 MB |
Total Request Time: 5625 (ms)
| Message | Time in ms | Graph |
|---|---|---|
| Core Processing (Derived) | 4285.58 | |
| Component initialization and startup | 69.99 | |
| Controller action | 70.84 | |
| Render Controller Action | 661.32 | |
| » Rendering View | 659.52 | |
| » » Rendering APP/views/posts/view.ctp | 499.62 | |
| » » Rendering APP/views/layouts/default.ctp | 157.51 | |
| » » » Rendering APP/views/elements/contact_btn.ctp | 14.10 | |
| » » » Rendering APP/views/elements/menus/top2.ctp | 18.48 | |
| » » » Rendering APP/views/elements/breadcrumbs.ctp | 23.11 | |
| » » » Rendering APP/views/elements/login_button.ctp | 15.07 | |
| » » » Rendering APP/views/elements/search.ctp | 16.19 | |
| » » » Rendering APP/views/elements/menus/bottom.ctp | 12.05 |
There were no log entries made this request
There were no log entries made this request