No post data.
No querystring data.
| Query | Affected | Num. rows | Took (ms) | Actions |
|---|---|---|---|---|
| SELECT `Banner`.`id`, `Banner`.`imagem_desktop`, `Banner`.`imagem_mobile`, `Banner`.`ordem`, `Banner`.`ativo`, `Banner`.`created_at`, `Banner`.`updated_at` FROM `quatt703_mariza_imoveis`.`banners` AS `Banner` WHERE `Banner`.`ativo` = '1' ORDER BY RAND() ASC LIMIT 1 | 1 | 1 | 0 | |
| SELECT `Tipo`.`id`, `Tipo`.`tipo`, `Tipo`.`possui_quartos`, `Tipo`.`icone`, `Tipo`.`ordem`, `Tipo`.`ativo`, `Tipo`.`created_at`, `Tipo`.`updated_at` FROM `quatt703_mariza_imoveis`.`tipo` AS `Tipo` WHERE `Tipo`.`ativo` = '1' ORDER BY `Tipo`.`ordem` ASC, `Tipo`.`tipo` ASC | 4 | 4 | 0 | |
| SELECT `Imovel`.`id`, `Imovel`.`cidade_id`, `Imovel`.`bairro_id`, `Imovel`.`quartos`, `Imovel`.`garagem`, `Imovel`.`garagem_descricao`, `Imovel`.`banheiros`, `Imovel`.`area_terreno`, `Imovel`.`area_construida`, `Imovel`.`valor_locacao`, `Imovel`.`valor_venda`, `Imovel`.`seguro`, `Imovel`.`iptu`, `Imovel`.`informacoes_adicionais`, `Imovel`.`tipo_endereco`, `Imovel`.`endereco`, `Imovel`.`numero`, `Imovel`.`complemento`, `Imovel`.`locacao`, `Imovel`.`venda`, `Imovel`.`view_count`, `Imovel`.`ativo`, `Imovel`.`ordem`, `Imovel`.`created_at`, `Imovel`.`updated_at`, `TipoImovel`.`id`, `TipoImovel`.`tipo_id`, `TipoImovel`.`imovel_id` FROM `quatt703_mariza_imoveis`.`imoveis` AS `Imovel` JOIN `quatt703_mariza_imoveis`.`tipo_imoveis` AS `TipoImovel` ON (`TipoImovel`.`tipo_id` IN (2, 1, 3, 4) AND `TipoImovel`.`imovel_id` = `Imovel`.`id`) WHERE `Imovel`.`ativo` = '1' AND `Imovel`.`locacao` = '1' | 52 | 52 | 1 | |
| SELECT `Imovel`.`id`, `Imovel`.`cidade_id`, `Imovel`.`bairro_id`, `Imovel`.`quartos`, `Imovel`.`garagem`, `Imovel`.`garagem_descricao`, `Imovel`.`banheiros`, `Imovel`.`area_terreno`, `Imovel`.`area_construida`, `Imovel`.`valor_locacao`, `Imovel`.`valor_venda`, `Imovel`.`seguro`, `Imovel`.`iptu`, `Imovel`.`informacoes_adicionais`, `Imovel`.`tipo_endereco`, `Imovel`.`endereco`, `Imovel`.`numero`, `Imovel`.`complemento`, `Imovel`.`locacao`, `Imovel`.`venda`, `Imovel`.`view_count`, `Imovel`.`ativo`, `Imovel`.`ordem`, `Imovel`.`created_at`, `Imovel`.`updated_at`, `Bairro`.`id`, `Bairro`.`cidade_id`, `Bairro`.`bairro`, `Bairro`.`ativo`, `Bairro`.`created_at`, `Bairro`.`updated_at`, `Cidade`.`id`, `Cidade`.`cidade`, `Cidade`.`ativo`, `Cidade`.`created_at`, `Cidade`.`updated_at`, `TipoImovel`.`id`, `TipoImovel`.`tipo_id`, `TipoImovel`.`imovel_id` FROM `quatt703_mariza_imoveis`.`imoveis` AS `Imovel` LEFT JOIN `quatt703_mariza_imoveis`.`bairros` AS `Bairro` ON (`Imovel`.`bairro_id` = `Bairro`.`id` AND `Bairro`.`ativo` = '1') LEFT JOIN `quatt703_mariza_imoveis`.`cidades` AS `Cidade` ON (`Imovel`.`cidade_id` = `Cidade`.`id` AND `Cidade`.`ativo` = '1') LEFT JOIN `quatt703_mariza_imoveis`.`tipo_imoveis` AS `TipoImovel` ON (`TipoImovel`.`imovel_id` = `Imovel`.`id`) WHERE `Imovel`.`ativo` = '1' AND `Imovel`.`locacao` = '1' AND `TipoImovel`.`tipo_id` = 2 ORDER BY `valor_locacao` IS NULL, `Imovel`.`valor_locacao` desc LIMIT 12, 12 | 12 | 12 | 1 | maybe slow |
| SELECT `Imagem`.`id`, `Imagem`.`imovel_id`, `Imagem`.`imagem`, `Imagem`.`legenda`, `Imagem`.`destaque`, `Imagem`.`ordem`, `Imagem`.`ativo`, `Imagem`.`created_at`, `Imagem`.`updated_at` FROM `quatt703_mariza_imoveis`.`imagens` AS `Imagem` WHERE `Imagem`.`ativo` = 1 AND `Imagem`.`destaque` = '1' AND `Imagem`.`imovel_id` IN (280, 544, 651, 912, 973, 918, 412, 919, 411, 574, 844, 386) ORDER BY `Imagem`.`destaque` ASC, `Imagem`.`ordem` ASC, `Imagem`.`updated_at` DESC | 12 | 12 | 1 | maybe slow |
| SELECT `Tipo`.`id`, `Tipo`.`tipo`, `Tipo`.`possui_quartos`, `Tipo`.`icone`, `Tipo`.`ordem`, `Tipo`.`ativo`, `Tipo`.`created_at`, `Tipo`.`updated_at`, `TipoImovel`.`id`, `TipoImovel`.`tipo_id`, `TipoImovel`.`imovel_id` FROM `quatt703_mariza_imoveis`.`tipo` AS `Tipo` JOIN `quatt703_mariza_imoveis`.`tipo_imoveis` AS `TipoImovel` ON (`TipoImovel`.`imovel_id` IN (280, 544, 651, 912, 973, 918, 412, 919, 411, 574, 844, 386) AND `TipoImovel`.`tipo_id` = `Tipo`.`id`) WHERE `Tipo`.`ativo` = '1' ORDER BY `Tipo`.`tipo` ASC | 12 | 12 | 0 | |
| SELECT COUNT(*) AS `count` FROM `quatt703_mariza_imoveis`.`imoveis` AS `Imovel` LEFT JOIN `quatt703_mariza_imoveis`.`bairros` AS `Bairro` ON (`Imovel`.`bairro_id` = `Bairro`.`id` AND `Bairro`.`ativo` = '1') LEFT JOIN `quatt703_mariza_imoveis`.`cidades` AS `Cidade` ON (`Imovel`.`cidade_id` = `Cidade`.`id` AND `Cidade`.`ativo` = '1') LEFT JOIN `quatt703_mariza_imoveis`.`tipo_imoveis` AS `TipoImovel` ON (`TipoImovel`.`imovel_id` = `Imovel`.`id`) WHERE `Imovel`.`ativo` = '1' AND `Imovel`.`locacao` = '1' AND `TipoImovel`.`tipo_id` = 2 ORDER BY `valor_locacao` IS NULL, `Imovel`.`valor_locacao` desc | 1 | 1 | 0 | |
| SELECT `Tipo`.`id`, `Tipo`.`tipo`, `Tipo`.`possui_quartos`, `Tipo`.`icone`, `Tipo`.`ordem`, `Tipo`.`ativo`, `Tipo`.`created_at`, `Tipo`.`updated_at` FROM `quatt703_mariza_imoveis`.`tipo` AS `Tipo` WHERE `Tipo`.`id` = 2 LIMIT 1 | 1 | 1 | 0 |
Peak Memory Use 4.36 MB
| Message | Memory use |
|---|---|
| Component initialization | 1.52 MB |
| Controller action start | 2.00 MB |
| Controller render start | 2.39 MB |
| View render complete | 3.09 MB |
Total Request Time: 19 (ms)
| Message | Time in ms | Graph |
|---|---|---|
| Core Processing (Derived from $_SERVER["REQUEST_TIME"]) | 3.01 | |
| Event: Controller.initialize | 2.19 | |
| Event: Controller.startup | 0.09 | |
| Controller action | 5.49 | |
| Event: Controller.beforeRender | 2.53 | |
| » Processing toolbar data | 2.50 | |
| Rendering View | 2.04 | |
| » Event: View.beforeRender | 0.01 | |
| » Rendering APP/View/Imoveis/index.ctp | 1.50 | |
| » » Rendering APP/View/Elements/../Imoveis/_busca_form.ctp | 0.41 | |
| » » Rendering APP/View/Elements/../Imoveis/_finalidade_list.ctp | 0.04 | |
| » » Rendering APP/View/Elements/../Imoveis/_tipos_list.ctp | 0.11 | |
| » » Rendering APP/View/Elements/../Imoveis/_imoveis_list.ctp | 0.24 | |
| » » Rendering APP/View/Elements/paginator.ctp | 0.33 | |
| » Event: View.afterRender | 0.01 | |
| » Event: View.beforeLayout | 0.00 | |
| » Rendering APP/View/Layouts/default.ctp | 0.37 | |
| » » Rendering APP/View/Elements/_analytics/_google_analytics.ctp | 0.02 | |
| » » Rendering APP/View/Elements/../PoliticaPrivacidade/cookies_popup.ctp | 0.04 | |
| » » Rendering APP/View/Elements/header.ctp | 0.08 | |
| » » Rendering APP/View/Elements/footer.ctp | 0.06 | |
| Event: View.afterLayout | 0.00 |
| Constant | Value |
|---|---|
| SC_CORE_BOOTSTRAPPED | 99.99.99 |
| SC_CORE_BOOT_VER | 99.99.99 |
| CONFIG | /home4/quatt703/preview/marizaimoveis.quattromani.com.br/app/Config/ |
| Constant | Value |
|---|---|
| APP | /home4/quatt703/preview/marizaimoveis.quattromani.com.br/app/ |
| APP_DIR | app |
| APPLIBS | /home4/quatt703/preview/marizaimoveis.quattromani.com.br/app/Lib/ |
| CACHE | /home4/quatt703/preview/marizaimoveis.quattromani.com.br/app/tmp/cache/ |
| CAKE | /home4/quatt703/preview/marizaimoveis.quattromani.com.br/lib/Cake/ |
| CAKE_CORE_INCLUDE_PATH | /home4/quatt703/preview/marizaimoveis.quattromani.com.br/lib |
| CORE_PATH | /home4/quatt703/preview/marizaimoveis.quattromani.com.br/lib/ |
| CAKE_VERSION | 2.10.22 |
| CSS | /home4/quatt703/preview/marizaimoveis.quattromani.com.br/app/webroot/css/ |
| CSS_URL | css/ |
| DS | / |
| FULL_BASE_URL | https://www.marizaimoveis.quattromani.com.br |
| IMAGES | /home4/quatt703/preview/marizaimoveis.quattromani.com.br/app/webroot/img/ |
| IMAGES_URL | img/ |
| JS | /home4/quatt703/preview/marizaimoveis.quattromani.com.br/app/webroot/js/ |
| JS_URL | js/ |
| LOGS | /home4/quatt703/preview/marizaimoveis.quattromani.com.br/app/tmp/logs/ |
| ROOT | /home4/quatt703/preview/marizaimoveis.quattromani.com.br |
| TESTS | /home4/quatt703/preview/marizaimoveis.quattromani.com.br/app/Test/ |
| TMP | /home4/quatt703/preview/marizaimoveis.quattromani.com.br/app/tmp/ |
| VENDORS | /home4/quatt703/preview/marizaimoveis.quattromani.com.br/vendors/ |
| WEBROOT_DIR | webroot |
| WWW_ROOT | /home4/quatt703/preview/marizaimoveis.quattromani.com.br/app/webroot/ |
| Environment Variable | Value |
|---|---|
| Php Version | 7.4.33 |
| Lsphp Enable User Ini | on |
| Path | /usr/local/bin:/usr/bin:/bin |
| Temp | /tmp |
| Tmp | /tmp |
| Tmpdir | /tmp |
| Pwd | / |
| Document Root | /home4/quatt703/preview/marizaimoveis.quattromani.com.br |
| Http Accept | */* |
| Http Accept Encoding | gzip, br, zstd, deflate |
| Content Length | 0 |
| Http Host | www.marizaimoveis.quattromani.com.br |
| Http User Agent | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
| Redirect Redirect Unique Id | arWt4FSlnJMkTkeqDuE-bwABVjU |
| Redirect Redirect Qs Connectionid | 179029142452692305921260 |
| Redirect Redirect Https | on |
| Redirect Redirect Ssl Tls Sni | www.marizaimoveis.quattromani.com.br |
| Redirect Redirect Http2 | on |
| Redirect Redirect H2push | off |
| Redirect Redirect H2 Push | off |
| Redirect Redirect H2 Pushed | |
| Redirect Redirect H2 Pushed On | |
| Redirect Redirect H2 Stream Id | 39 |
| Redirect Redirect H2 Stream Tag | 921260-459-39 |
| Redirect Redirect Status | 200 |
| Redirect Unique Id | arWt4FSlnJMkTkeqDuE-bwABVjU |
| Redirect Qs Connectionid | 179029142452692305921260 |
| Redirect Https | on |
| Redirect Ssl Tls Sni | www.marizaimoveis.quattromani.com.br |
| Redirect Http2 | on |
| Redirect H2push | off |
| Redirect H2 Push | off |
| Redirect H2 Pushed | |
| Redirect H2 Pushed On | |
| Redirect H2 Stream Id | 39 |
| Redirect H2 Stream Tag | 921260-459-39 |
| Redirect Status | 200 |
| Unique Id | arWt4FSlnJMkTkeqDuE-bwABVjU |
| Qs Connectionid | 179029142452692305921260 |
| Https | on |
| Ssl Tls Sni | www.marizaimoveis.quattromani.com.br |
| Http2 | on |
| H2push | off |
| H2 Push | off |
| H2 Pushed | |
| H2 Pushed On | |
| H2 Stream Id | 39 |
| H2 Stream Tag | 921260-459-39 |
| Server Signature | |
| Server Software | Apache |
| Server Name | www.marizaimoveis.quattromani.com.br |
| Server Addr | 10.53.183.100 |
| Server Port | 443 |
| Remote Addr | 216.73.216.28 |
| Request Scheme | https |
| Context Prefix | |
| Context Document Root | /home4/quatt703/preview/marizaimoveis.quattromani.com.br |
| Server Admin | webmaster@marizaimoveis.quattromani.com.br |
| Script Filename | /home4/quatt703/preview/marizaimoveis.quattromani.com.br/app/webroot/index.php |
| Remote Port | 64829 |
| Redirect Url | /app/webroot/imoveis/locacao/2/page:2/sort:valor_locacao/direction:desc |
| Server Protocol | HTTP/2.0 |
| Request Method | GET |
| Query String | |
| Request Uri | /imoveis/locacao/2/page:2/sort:valor_locacao/direction:desc |
| Script Name | /app/webroot/index.php |
| Php Self | /app/webroot/index.php |
| Request Time Float | 1790291424.5337 |
| Request Time | 1790291424 |
| Argc | 0 |