Query | Error | Affected | Num. rows | Took (ms) | Actions |
---|---|---|---|---|---|
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` = 118 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` = (118) | 2 | 2 | 0 |
Peak Memory Use 17,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: 238 (ms)
Message | Time in ms | Graph |
---|---|---|
Core Processing (Derived) | 106,23 | |
Component initialization and startup | 6,65 | |
Controller action | 5,04 | |
Render Controller Action | 32,96 | |
» Rendering View | 31,44 | |
» » Rendering APP/views/produtos/view.ctp | 24,28 | |
» » » Rendering APP/views/elements/aside-lateral.ctp | 0,51 | |
» » Rendering APP/views/layouts/default.ctp | 6,58 | |
» » » Rendering APP/views/elements/topo.ctp | 1,31 | |
» » » Rendering APP/views/elements/breadcrumb.ctp | 0,69 | |
» » » Rendering APP/views/elements/rodape.ctp | 0,79 |