| Query | Error | Affected | Num. rows | Took (ms) | Actions |
|---|---|---|---|---|---|
| SHOW FULL COLUMNS FROM `cake_clientes` | 8 | 8 | 19 | maybe slow | |
| SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8_swedish_ci'; | 1 | 1 | 1 | ||
| SHOW FULL COLUMNS FROM `cake_configurations` | 7 | 7 | 22 | 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 | 0 | ||
| SELECT `Cliente`.`id`, `Cliente`.`name`, `Cliente`.`image`, `Cliente`.`ativo`, `Cliente`.`categoria`, `Cliente`.`created`, `Cliente`.`modified`, `Cliente`.`link` FROM `cake_clientes` AS `Cliente` WHERE `Cliente`.`categoria` = 1 AND `Cliente`.`ativo` = 1 ORDER BY `Cliente`.`name` ASC | 33 | 33 | 1 |
Peak Memory Use 18,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: 629 (ms)
| Message | Time in ms | Graph |
|---|---|---|
| Core Processing (Derived) | 383,18 | |
| Component initialization and startup | 38,54 | |
| Controller action | 9,24 | |
| Render Controller Action | 87,53 | |
| » Rendering View | 76,75 | |
| » » Rendering APP/views/clientes/index.ctp | 41,15 | |
| » » » Rendering APP/views/elements/aside-lateral.ctp | 0,84 | |
| » » Rendering APP/views/layouts/default.ctp | 35,03 | |
| » » » Rendering APP/views/elements/topo.ctp | 1,45 | |
| » » » Rendering APP/views/elements/breadcrumb.ctp | 0,72 | |
| » » » Rendering APP/views/elements/rodape.ctp | 0,94 |