To view Cookies, add CookieComponent to Controller
| Query | Error | Affected | Num. rows | Took (ms) | Actions |
|---|---|---|---|---|---|
| DESCRIBE `nssn_cars` | 21 | 21 | 0 | ||
| DESCRIBE `nssn_types` | 16 | 16 | 0 | ||
| DESCRIBE `nssn_usages` | 9 | 9 | 0 | ||
| DESCRIBE `nssn_options` | 9 | 9 | 0 | ||
| DESCRIBE `nssn_type_options` | 3 | 3 | 0 | ||
| DESCRIBE `nssn_type_option_adds` | 3 | 3 | 0 | ||
| DESCRIBE `nssn_car_options` | 3 | 3 | 0 | ||
| DESCRIBE `nssn_car_option_adds` | 3 | 3 | 0 | ||
| DESCRIBE `nssn_ctrlers` | 6 | 6 | 0 | ||
| DESCRIBE `nssn_information` | 7 | 7 | 0 | ||
| DESCRIBE `nssn_campaigns` | 16 | 16 | 0 | ||
| DESCRIBE `nssn_campaign_options` | 3 | 3 | 0 | ||
| DESCRIBE `nssn_campaign_option_adds` | 3 | 3 | 0 | ||
| SELECT `Campaign`.`id`, `Campaign`.`name`, `Campaign`.`letter`, `Campaign`.`type_id`, `Campaign`.`car_number`, `Campaign`.`price`, `Campaign`.`start_date`, `Campaign`.`end_date`, `Campaign`.`close_date`, `Campaign`.`sale_start`, `Campaign`.`sale_end`, `Campaign`.`img_name`, `Campaign`.`hide_flg`, `Campaign`.`order_id`, `Campaign`.`created`, `Campaign`.`modified` FROM `nssn_campaigns` AS `Campaign` WHERE ((`Campaign`.`hide_flg` = 1) AND (`Campaign`.`end_date` > '2026-01-19')) AND ((`Campaign`.`close_date` IS NULL) OR (`Campaign`.`close_date` >= '2026-01-19')) ORDER BY `Campaign`.`order_id` ASC LIMIT 2 | 0 | 0 | 0 | ||
| DESCRIBE `nssn_car_imgs` | 12 | 12 | 0 | ||
| SELECT `Car`.`id`, `Car`.`name`, `CarImg`.`img1` FROM `nssn_cars` AS `Car` LEFT JOIN `nssn_types` AS `Type` ON (`Car`.`type_id` = `Type`.`id`) LEFT JOIN `nssn_car_imgs` AS `CarImg` ON (`CarImg`.`car_id` = `Car`.`id`) WHERE `Car`.`hide_flg` = 1 AND `Type`.`hide_flg` = 1 ORDER BY `Car`.`order_id` ASC | 18 | 18 | 0 |
Peak Memory Use 9.97 MB
| Message | Memory use |
|---|---|
| Component intitailization | 6.32 MB |
| Controller action start | 6.40 MB |
| Controller render start | 6.54 MB |
| View render complete | 7.56 MB |
Total Request Time: 78 (ms)
| Message | Time in ms | Graph |
|---|---|---|
| Core Processing (Derived) | 49.82 | |
| Component initialization and startup | 2.72 | |
| Controller action | 2.56 | |
| Render Controller Action | 6.96 | |
| » Rendering View | 6.64 | |
| » » Rendering APP/views/carlineups/index.ctp | 4.94 | |
| » » Rendering APP/views/layouts/default.ctp | 1.51 | |
| » » » Rendering APP/views/elements/side_menu.ctp | 0.43 |