
To view Cookies, add CookieComponent to Controller
Query | Error | Affected | Num. rows | Took (ms) | Actions |
---|---|---|---|---|---|
SHOW FULL COLUMNS FROM `animais` | 15 | 15 | 1 | maybe slow | |
SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8_general_ci'; | 1 | 1 | 0 | ||
SHOW FULL COLUMNS FROM `animal_categorias` | 8 | 8 | 1 | maybe slow | |
SHOW FULL COLUMNS FROM `animal_fotos` | 3 | 3 | 1 | maybe slow | |
SHOW FULL COLUMNS FROM `paginas` | 9 | 9 | 1 | maybe slow | |
SHOW FULL COLUMNS FROM `paginas_fotos` | 3 | 3 | 0 | ||
SHOW FULL COLUMNS FROM `configurations` | 6 | 6 | 1 | maybe slow | |
SELECT `Configuration`.`variable`, `Configuration`.`value` FROM `configurations` AS `Configuration` WHERE 1 = 1 | 12 | 12 | 0 | ||
SELECT `Pagina`.`id`, `Pagina`.`pin`, `Pagina`.`name`, `Pagina`.`corpo`, `Pagina`.`created`, `Pagina`.`modified`, `Pagina`.`texto1`, `Pagina`.`texto2`, `Pagina`.`texto3` FROM `paginas` AS `Pagina` WHERE `Pagina`.`pin` = 'animal' ORDER BY `Pagina`.`name` ASC LIMIT 1 | 1 | 1 | 0 | ||
SELECT `PaginasFoto`.`id`, `PaginasFoto`.`pagina_id`, `PaginasFoto`.`legenda` FROM `paginas_fotos` AS `PaginasFoto` WHERE `PaginasFoto`.`pagina_id` = (24) | 0 | 0 | 0 | ||
SELECT `AnimalCategoria`.`created`, `AnimalCategoria`.`modified`, `AnimalCategoria`.`id`, `AnimalCategoria`.`name`, `AnimalCategoria`.`ativo`, `AnimalCategoria`.`lft`, `AnimalCategoria`.`rght`, `AnimalCategoria`.`parent_id`, `Parent`.`created`, `Parent`.`modified`, `Parent`.`id`, `Parent`.`name`, `Parent`.`ativo`, `Parent`.`lft`, `Parent`.`rght`, `Parent`.`parent_id` FROM `animal_categorias` AS `AnimalCategoria` LEFT JOIN `animal_categorias` AS `Parent` ON (`AnimalCategoria`.`parent_id` = `Parent`.`id`) WHERE `AnimalCategoria`.`parent_id` IS NULL AND `AnimalCategoria`.`ativo` = 'S' ORDER BY `AnimalCategoria`.`id` ASC | 5 | 5 | 0 |
Peak Memory Use 12,00 MB
Message | Memory use |
---|---|
Component initialization | 10,00 MB |
Controller action start | 10,00 MB |
Controller render start | 10,00 MB |
View render complete | 12,00 MB |
Total Request Time: 113 (ms)
Message | Time in ms | Graph |
---|---|---|
Core Processing (Derived) | 77,90 | |
Component initialization and startup | 7,42 | |
Controller action | 4,34 | |
Render Controller Action | 12,18 | |
» Rendering View | 11,18 | |
» » Rendering APP/views/animais/index.ctp | 8,32 | |
» » Rendering APP/views/layouts/default.ctp | 2,50 |