To view Cookies, add CookieComponent to Controller
| Nr | Query | Error | Affected | Num. rows | Took (ms) |
|---|---|---|---|---|---|
| 1 | DESCRIBE `products` | 11 | 11 | 3 | |
| 2 | DESCRIBE `types` | 6 | 6 | 2 | |
| 3 | DESCRIBE `categories` | 4 | 4 | 2 | |
| 4 | DESCRIBE `categories_products` | 2 | 2 | 1 | |
| 5 | SELECT `Product`.`id`, `Product`.`name`, `Product`.`quantity`, `Product`.`casesize`, `Product`.`package`, `Product`.`price`, `Product`.`unitprice`, `Product`.`rrp`, `Product`.`image`, `Product`.`created`, `Product`.`modified` FROM `products` AS `Product` WHERE `Product`.`id` = 115 LIMIT 1 | 1 | 1 | 0 | |
| 6 | SELECT `Type`.`id`, `Type`.`product_id`, `Type`.`code`, `Type`.`description`, `Type`.`created`, `Type`.`modified` FROM `types` AS `Type` WHERE `Type`.`product_id` = (115) | 1 | 1 | 0 | |
| 7 | SELECT `Category`.`id`, `Category`.`name`, `Category`.`created`, `Category`.`modified`, `CategoriesProduct`.`product_id`, `CategoriesProduct`.`category_id` FROM `categories` AS `Category` JOIN `categories_products` AS `CategoriesProduct` ON (`CategoriesProduct`.`product_id` = 115 AND `CategoriesProduct`.`category_id` = `Category`.`id`) WHERE 1 = 1 | 1 | 1 | 0 | |
| 8 | SELECT `Type`.`code`, `Type`.`description` FROM `types` AS `Type` WHERE `Type`.`product_id` = 115 | 1 | 1 | 0 | |
| 9 | SELECT `Type`.`id`, `Type`.`product_id`, `Type`.`code`, `Type`.`description`, `Type`.`created`, `Type`.`modified`, `Product`.`id`, `Product`.`name`, `Product`.`quantity`, `Product`.`casesize`, `Product`.`package`, `Product`.`price`, `Product`.`unitprice`, `Product`.`rrp`, `Product`.`image`, `Product`.`created`, `Product`.`modified` FROM `types` AS `Type` LEFT JOIN `products` AS `Product` ON (`Type`.`product_id` = `Product`.`id`) WHERE `Type`.`product_id` = 115 | 1 | 1 | 0 |
Warning No slow queries!, or your database does not support EXPLAIN
Current Memory Use 10.26 MB
Peak Memory Use 10.64 MB
Total Request Time: 0.600332 (seconds)
| Message | Time in seconds | Graph |
|---|---|---|
| Component initialization and startup | 0.011920 | |
| Controller Action | 0.011470 | |
| Render Controller Action | 0.072310 | |
| Rendering View | 0.071730 | |
| Rendering APP/views/products/view.ctp | 0.056740 | |
| Rendering APP/views/layouts/default.ctp | 0.014510 | |
| Rendering APP/views/elements/account.ctp | 0.001190 | |
| Rendering APP/views/elements/search.ctp | 0.002930 | |
| Rendering APP/views/elements/navigation.ctp | 0.005440 | |
| Rendering APP/views/elements/basket.ctp | 0.000740 | |
| Rendering APP/views/elements/bubbles.ctp | 0.000530 |
There were no log entries made this request
There were no log entries made this request