To view Cookies, add CookieComponent to Controller
| Query | Error | Affected | Num. rows | Took (ms) | Actions |
|---|---|---|---|---|---|
| SELECT `Bumon`.`id`, `Bumon`.`name`, `Bumon`.`open_time`, `Bumon`.`del_flg`, `Bumon`.`deleted`, `Bumon`.`deleted_user_id`, `Bumon`.`created`, `Bumon`.`created_user_id`, `Bumon`.`modified`, `Bumon`.`modified_user_id` FROM `bumons` AS `Bumon` WHERE `Bumon`.`del_flg` = 0 ORDER BY `Bumon`.`id` ASC | 22 | 22 | 0 | ||
| SELECT `User`.`id`, `User`.`username`, `User`.`password`, `User`.`user_div`, `User`.`name`, `User`.`open_time`, `User`.`postcode`, `User`.`pref`, `User`.`addr`, `User`.`tel`, `User`.`email`, `User`.`jinji_flg`, `User`.`disp_num`, `User`.`taigu`, `User`.`comment`, `User`.`publish_code`, `User`.`publish_start_date`, `User`.`publish_end_date`, `User`.`del_flg`, `User`.`deleted`, `User`.`deleted_user_id`, `User`.`created`, `User`.`created_user_id`, `User`.`modified`, `User`.`modified_user_id` FROM `users` AS `User` INNER JOIN `public_users` AS `PublicUser` ON (`User`.`id` = `PublicUser`.`user_id` AND `PublicUser`.`del_flg` = 0 AND `PublicUser`.`publish_flg` = '0') WHERE `User`.`user_div` = 2 AND '2025-10-31' BETWEEN User.publish_start_date AND User.publish_end_date AND `User`.`del_flg` = 0 AND `User`.`pref` = 21 ORDER BY `User`.`disp_num` ASC, `User`.`id` ASC | 0 | 0 | 1 | maybe slow |
Peak Memory Use 8.15 MB
| Message | Memory use |
|---|---|
| Component initialization | 5.98 MB |
| Controller action start | 6.10 MB |
| Controller render start | 6.15 MB |
| View render complete | 7.60 MB |
Total Request Time: 58 (ms)
| Message | Time in ms | Graph |
|---|---|---|
| Core Processing (Derived) | 35.58 | |
| Component initialization and startup | 1.89 | |
| Controller action | 2.09 | |
| Render Controller Action | 12.20 | |
| » Rendering View | 11.47 | |
| » » Rendering APP/views/shoplist/index.ctp | 8.26 | |
| » » Rendering APP/views/layouts/front.ctp | 2.95 |