| Query | Error | Affected | Num. rows | Took (ms) | Actions |
|---|---|---|---|---|---|
| SHOW FULL COLUMNS FROM `cake_produtos` | 18 | 18 | 12 | 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 | 25 | maybe slow | |
| SHOW FULL COLUMNS FROM `cake_configurations` | 7 | 7 | 24 | 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 | 2 | maybe slow | |
| SELECT COUNT(*) AS `count` FROM `cake_produtos` AS `Produto` WHERE `Produto`.`ativo` = 1 | 1 | 1 | 1 | ||
| SELECT `Produto`.`id`, `Produto`.`name`, `Produto`.`resumo`, `Produto`.`name_eng`, `Produto`.`name_spa`, `Produto`.`image`, `Produto`.`descricao`, `Produto`.`descricao_eng`, `Produto`.`descricao_spa`, `Produto`.`produto_categoria_id`, `Produto`.`produto_marca_id`, `Produto`.`produto_ambiente_id`, `Produto`.`produto_uso_id`, `Produto`.`produto_area_id`, `Produto`.`ativo`, `Produto`.`destaque`, `Produto`.`created`, `Produto`.`modified` FROM `cake_produtos` AS `Produto` WHERE `Produto`.`ativo` = 1 ORDER BY `Produto`.`name` ASC LIMIT 14, 14 | 14 | 14 | 1 | maybe slow |
Peak Memory Use 16,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 | 15,00 MB |
Total Request Time: 819 (ms)
| Message | Time in ms | Graph |
|---|---|---|
| Core Processing (Derived) | 556,14 | |
| Component initialization and startup | 50,83 | |
| Controller action | 9,80 | |
| Render Controller Action | 129,84 | |
| » Rendering View | 104,15 | |
| » » Rendering APP/views/produtos/index.ctp | 57,72 | |
| » » » Rendering APP/views/elements/aside-lateral.ctp | 1,04 | |
| » » Rendering APP/views/layouts/default.ctp | 45,84 | |
| » » » Rendering APP/views/elements/topo.ctp | 1,78 | |
| » » » Rendering APP/views/elements/breadcrumb.ctp | 1,02 | |
| » » » Rendering APP/views/elements/rodape.ctp | 1,17 |