| Query | Error | Affected | Num. rows | Took (ms) | Actions |
|---|---|---|---|---|---|
| SHOW FULL COLUMNS FROM `cake_produtos` | 18 | 18 | 28 | maybe slow | |
| SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8_swedish_ci'; | 1 | 1 | 1 | ||
| SHOW FULL COLUMNS FROM `cake_produto_fotos` | 5 | 5 | 10 | maybe slow | |
| SHOW FULL COLUMNS FROM `cake_configurations` | 7 | 7 | 10 | maybe slow | |
| SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'latin1_swedish_ci'; | 1 | 1 | 1 | ||
| SELECT `Configuration`.`variable`, `Configuration`.`value` FROM `cake_configurations` AS `Configuration` WHERE 1 = 1 ORDER BY `variable` ASC | 10 | 10 | 1 | maybe slow | |
| SELECT `Produto`.`id`, `Produto`.`name`, `Produto`.`image`, `Produto`.`descricao` FROM `cake_produtos` AS `Produto` WHERE `Produto`.`ativo` = 1 AND `Produto`.`id` = 57 ORDER BY `Produto`.`name` ASC LIMIT 1 | 1 | 1 | 1 | ||
| SELECT `ProdutoFoto`.`id`, `ProdutoFoto`.`descricao`, `ProdutoFoto`.`image`, `ProdutoFoto`.`ord`, `ProdutoFoto`.`produto_id` FROM `cake_produto_fotos` AS `ProdutoFoto` WHERE `ProdutoFoto`.`produto_id` = (57) | 0 | 0 | 0 |
Peak Memory Use 20,00 MB
| Message | Memory use |
|---|---|
| Component initialization | 11,00 MB |
| Controller action start | 11,00 MB |
| Controller render start | 11,00 MB |
| View render complete | 14,00 MB |
Total Request Time: 696 (ms)
| Message | Time in ms | Graph |
|---|---|---|
| Core Processing (Derived) | 416,91 | |
| Component initialization and startup | 26,77 | |
| Controller action | 5,03 | |
| Render Controller Action | 79,44 | |
| » Rendering View | 67,92 | |
| » » Rendering APP/views/produtos/view.ctp | 32,78 | |
| » » » Rendering APP/views/elements/aside-lateral.ctp | 0,73 | |
| » » Rendering APP/views/layouts/default.ctp | 34,56 | |
| » » » Rendering APP/views/elements/topo.ctp | 1,52 | |
| » » » Rendering APP/views/elements/breadcrumb.ctp | 0,92 | |
| » » » Rendering APP/views/elements/rodape.ctp | 1,04 |