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 | 3 | |
| 3 | DESCRIBE `categories` | 4 | 4 | 3 | |
| 4 | DESCRIBE `categories_products` | 2 | 2 | 3 | |
| 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` = 71 LIMIT 1 | 0 | 0 | 0 | |
| 6 | SELECT `Type`.`code`, `Type`.`description` FROM `types` AS `Type` WHERE `Type`.`product_id` = 71 | 1 | 1 | 0 | |
| 7 | 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` = 71 | 1 | 1 | 0 |
Warning No slow queries!, or your database does not support EXPLAIN
Current Memory Use 10.21 MB
Peak Memory Use 10.44 MB
Total Request Time: 0.784915 (seconds)
| Message | Time in seconds | Graph |
|---|---|---|
| Component initialization and startup | 0.011630 | |
| Controller Action | 0.015640 | |
| Render Controller Action | 0.035340 | |
| Rendering View | 0.035030 | |
| Rendering APP/views/products/view.ctp | 0.022570 | |
| Rendering APP/views/layouts/default.ctp | 0.012090 | |
| Rendering APP/views/elements/account.ctp | 0.001250 | |
| Rendering APP/views/elements/search.ctp | 0.003080 | |
| Rendering APP/views/elements/navigation.ctp | 0.003550 | |
| Rendering APP/views/elements/basket.ctp | 0.000740 | |
| Rendering APP/views/elements/bubbles.ctp | 0.000600 |
There were no log entries made this request
There were no log entries made this request