てすとてすと
てすと
てすと
てすと
画像をサムネイルみたいに縮小するにはどうしたらよいですか。
文字の大きさ
文字の大きさ
スタンダードは11でしたっけ?
文字の大きさスタンダード
どれかな
どれかな
↑犬のきりの画像サイズが大きすぎて、スマホからみにくいです。
このカメラならまあまあいけますかね
これだと横になる、、、。
難しいです
No post data.
No querystring data.
To view Cookies, add CookieComponent to Controller
| Query | Affected | Num. rows | Took (ms) | Actions |
|---|---|---|---|---|
| SELECT `Setting`.`id`, `Setting`.`section_name`, `Setting`.`key_name`, `Setting`.`item_value`, `Setting`.`charge_type`, `Setting`.`valid_start_date`, `Setting`.`valid_end_date`, `Setting`.`is_deleted`, `Setting`.`deleted_at`, `Setting`.`deleted_by`, `Setting`.`updated_at`, `Setting`.`updated_by`, `Setting`.`created_at`, `Setting`.`created_by` FROM `profilepage_staging`.`settings` AS `Setting` WHERE `section_name` = 'public' AND `charge_type` IS NULL AND `is_deleted` IS NULL AND current_date between valid_start_date and valid_end_date ORDER BY `section_name` ASC, `key_name` ASC | 1 | 1 | 0 | |
| INSERT INTO `profilepage_staging`.`user_logs` (`view_number`, `user_id`, `url`, `controller`, `action`, `request_id`, `remote_address`, `remote_host`, `real_ip`, `http_user_agent`, `updated_at`, `updated_by`, `created_at`, `created_by`, `id`) VALUES (0, NULL, '/forum1/topics/detail/5527fac6-4b48-4261-908c-032fdb5eea5a', 'topics', 'detail', '5527fac6-4b48-4261-908c-032fdb5eea5a', '216.73.216.213', '', '216.73.216.213', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', '2026-07-17 09:13:52', NULL, '2026-07-17 09:13:52', NULL, '6a5973c0-c5d4-45f8-a80e-2579db5eea5a') | 1 | 1 | 2 | maybe slow |
| SELECT `IfTopic`.`id`, `IfTopic`.`category_id`, `IfTopic`.`topic_title`, `IfTopic`.`contents`, `IfTopic`.`show_normally`, `IfTopic`.`can_show`, `IfTopic`.`is_closed`, `IfTopic`.`created_at`, `IfTopic`.`updated_at`, `IfTopic`.`created_by`, `IfCategory`.`category_name`, `User`.`user_name`, `User`.`is_admin`, `User`.`updated_at`, `IfReportMine`.`id`, count(`IfReportAll`.`id`) as IfTopic__report_count FROM `profilepage_staging`.`if_topics` AS `IfTopic` LEFT JOIN `profilepage_staging`.`if_categories` AS `IfCategory` ON (`IfTopic`.`category_id` = `IfCategory`.`id`) LEFT JOIN `profilepage_staging`.`users` AS `User` ON (`IfTopic`.`created_by` = `User`.`id`) LEFT JOIN `profilepage_staging`.`if_reports` AS `IfReportMine` ON (`IfTopic`.`id` = `IfReportMine`.`topic_id` AND `IfReportMine`.`message_id` is null AND `IfReportMine`.`report_div` = 1 AND `IfReportMine`.`reported_by` = "") LEFT JOIN `profilepage_staging`.`if_reports` AS `IfReportAll` ON (`IfTopic`.`id` = `IfReportAll`.`topic_id` AND `IfReportAll`.`message_id` is null AND `IfReportAll`.`report_div` = 1) WHERE `IfTopic`.`forum_key` = 'forum1' AND `IfTopic`.`is_deleted` IS NULL AND `IfTopic`.`id` = '5527fac6-4b48-4261-908c-032fdb5eea5a' LIMIT 1 | 1 | 1 | 0 | |
| SELECT `IfMessage`.`id`, `IfMessage`.`in_reply_to`, `IfMessage`.`contents`, `IfMessage`.`show_normally`, `IfMessage`.`can_show`, `IfMessage`.`updated_at`, `IfMessage`.`created_at`, `IfMessage`.`created_by`, `User`.`user_name`, `User`.`is_admin`, `User`.`updated_at`, `IfReportMine`.`id`, (select count(*) from if_reports as `IfReportAll` where `IfMessage`.`topic_id` = `IfReportAll`.`topic_id` and `IfMessage`.`id` = `IfReportAll`.`message_id` and `IfReportAll`.`report_div` = 1) as IfMessage__report_count, `IfReportIineMine`.`id`, (select count(*) from if_reports as `IfReportIineAll` where `IfMessage`.`topic_id` = `IfReportIineAll`.`topic_id` and `IfMessage`.`id` = `IfReportIineAll`.`message_id` and `IfReportIineAll`.`report_div` = 2) as IfMessage__report_iine_count, `IfReportGanbaMine`.`id`, (select count(*) from if_reports as `IfReportGanbaAll` where `IfMessage`.`topic_id` = `IfReportGanbaAll`.`topic_id` and `IfMessage`.`id` = `IfReportGanbaAll`.`message_id` and `IfReportGanbaAll`.`report_div` = 4) as IfMessage__report_ganba_count, `IfReportTaihenMine`.`id`, (select count(*) from if_reports as `IfReportTaihenAll` where `IfMessage`.`topic_id` = `IfReportTaihenAll`.`topic_id` and `IfMessage`.`id` = `IfReportTaihenAll`.`message_id` and `IfReportTaihenAll`.`report_div` = 8) as IfMessage__report_taihen_count, `IfReportSugoiMine`.`id`, (select count(*) from if_reports as `IfReportSugoiAll` where `IfMessage`.`topic_id` = `IfReportSugoiAll`.`topic_id` and `IfMessage`.`id` = `IfReportSugoiAll`.`message_id` and `IfReportSugoiAll`.`report_div` = 16) as IfMessage__report_sugoi_count FROM `profilepage_staging`.`if_messages` AS `IfMessage` LEFT JOIN `profilepage_staging`.`users` AS `User` ON (`IfMessage`.`created_by` = `User`.`id`) LEFT JOIN `profilepage_staging`.`if_reports` AS `IfReportMine` ON (`IfMessage`.`topic_id` = `IfReportMine`.`topic_id` AND `IfMessage`.`id` = `IfReportMine`.`message_id` AND `IfReportMine`.`report_div` = 1 AND `IfReportMine`.`reported_by` = "") LEFT JOIN `profilepage_staging`.`if_reports` AS `IfReportIineMine` ON (`IfMessage`.`topic_id` = `IfReportIineMine`.`topic_id` AND `IfMessage`.`id` = `IfReportIineMine`.`message_id` AND `IfReportIineMine`.`report_div` = 2 AND `IfReportIineMine`.`reported_by` = "") LEFT JOIN `profilepage_staging`.`if_reports` AS `IfReportGanbaMine` ON (`IfMessage`.`topic_id` = `IfReportGanbaMine`.`topic_id` AND `IfMessage`.`id` = `IfReportGanbaMine`.`message_id` AND `IfReportGanbaMine`.`report_div` = 4 AND `IfReportGanbaMine`.`reported_by` = "") LEFT JOIN `profilepage_staging`.`if_reports` AS `IfReportTaihenMine` ON (`IfMessage`.`topic_id` = `IfReportTaihenMine`.`topic_id` AND `IfMessage`.`id` = `IfReportTaihenMine`.`message_id` AND `IfReportTaihenMine`.`report_div` = 8 AND `IfReportTaihenMine`.`reported_by` = "") LEFT JOIN `profilepage_staging`.`if_reports` AS `IfReportSugoiMine` ON (`IfMessage`.`topic_id` = `IfReportSugoiMine`.`topic_id` AND `IfMessage`.`id` = `IfReportSugoiMine`.`message_id` AND `IfReportSugoiMine`.`report_div` = 16 AND `IfReportSugoiMine`.`reported_by` = "") WHERE `IfMessage`.`forum_key` = 'forum1' AND `IfMessage`.`is_deleted` IS NULL AND `IfMessage`.`topic_id` = '5527fac6-4b48-4261-908c-032fdb5eea5a' AND `IfMessage`.`is_reply_by_admin` = 0 GROUP BY `IfMessage`.`id` ORDER BY `IfMessage`.`view_number` asc | 8 | 8 | 1 | maybe slow |
| SELECT `IfMessage`.`id`, `IfMessage`.`in_reply_to`, `IfMessage`.`contents`, `IfMessage`.`show_normally`, `IfMessage`.`can_show`, `IfMessage`.`updated_at`, `IfMessage`.`created_at`, `IfMessage`.`created_by`, `User`.`user_name`, `User`.`is_admin`, `User`.`updated_at`, `IfReportMine`.`id`, (select count(*) from if_reports as `IfReportAll` where `IfMessage`.`topic_id` = `IfReportAll`.`topic_id` and `IfMessage`.`id` = `IfReportAll`.`message_id` and `IfReportAll`.`report_div` = 1) as IfMessage__report_count, `IfReportIineMine`.`id`, (select count(*) from if_reports as `IfReportIineAll` where `IfMessage`.`topic_id` = `IfReportIineAll`.`topic_id` and `IfMessage`.`id` = `IfReportIineAll`.`message_id` and `IfReportIineAll`.`report_div` = 2) as IfMessage__report_iine_count, `IfReportGanbaMine`.`id`, (select count(*) from if_reports as `IfReportGanbaAll` where `IfMessage`.`topic_id` = `IfReportGanbaAll`.`topic_id` and `IfMessage`.`id` = `IfReportGanbaAll`.`message_id` and `IfReportGanbaAll`.`report_div` = 4) as IfMessage__report_ganba_count, `IfReportTaihenMine`.`id`, (select count(*) from if_reports as `IfReportTaihenAll` where `IfMessage`.`topic_id` = `IfReportTaihenAll`.`topic_id` and `IfMessage`.`id` = `IfReportTaihenAll`.`message_id` and `IfReportTaihenAll`.`report_div` = 8) as IfMessage__report_taihen_count, `IfReportSugoiMine`.`id`, (select count(*) from if_reports as `IfReportSugoiAll` where `IfMessage`.`topic_id` = `IfReportSugoiAll`.`topic_id` and `IfMessage`.`id` = `IfReportSugoiAll`.`message_id` and `IfReportSugoiAll`.`report_div` = 16) as IfMessage__report_sugoi_count FROM `profilepage_staging`.`if_messages` AS `IfMessage` LEFT JOIN `profilepage_staging`.`users` AS `User` ON (`IfMessage`.`created_by` = `User`.`id`) LEFT JOIN `profilepage_staging`.`if_reports` AS `IfReportMine` ON (`IfMessage`.`topic_id` = `IfReportMine`.`topic_id` AND `IfMessage`.`id` = `IfReportMine`.`message_id` AND `IfReportMine`.`report_div` = 1 AND `IfReportMine`.`reported_by` = "") LEFT JOIN `profilepage_staging`.`if_reports` AS `IfReportIineMine` ON (`IfMessage`.`topic_id` = `IfReportIineMine`.`topic_id` AND `IfMessage`.`id` = `IfReportIineMine`.`message_id` AND `IfReportIineMine`.`report_div` = 2 AND `IfReportIineMine`.`reported_by` = "") LEFT JOIN `profilepage_staging`.`if_reports` AS `IfReportGanbaMine` ON (`IfMessage`.`topic_id` = `IfReportGanbaMine`.`topic_id` AND `IfMessage`.`id` = `IfReportGanbaMine`.`message_id` AND `IfReportGanbaMine`.`report_div` = 4 AND `IfReportGanbaMine`.`reported_by` = "") LEFT JOIN `profilepage_staging`.`if_reports` AS `IfReportTaihenMine` ON (`IfMessage`.`topic_id` = `IfReportTaihenMine`.`topic_id` AND `IfMessage`.`id` = `IfReportTaihenMine`.`message_id` AND `IfReportTaihenMine`.`report_div` = 8 AND `IfReportTaihenMine`.`reported_by` = "") LEFT JOIN `profilepage_staging`.`if_reports` AS `IfReportSugoiMine` ON (`IfMessage`.`topic_id` = `IfReportSugoiMine`.`topic_id` AND `IfMessage`.`id` = `IfReportSugoiMine`.`message_id` AND `IfReportSugoiMine`.`report_div` = 16 AND `IfReportSugoiMine`.`reported_by` = "") WHERE `IfMessage`.`forum_key` = 'forum1' AND `IfMessage`.`is_deleted` IS NULL AND `IfMessage`.`topic_id` = '5527fac6-4b48-4261-908c-032fdb5eea5a' AND `IfMessage`.`is_reply_by_admin` = 1 GROUP BY `IfMessage`.`id` ORDER BY `IfMessage`.`view_number` asc | 0 | 0 | 1 | maybe slow |
| UPDATE `profilepage_staging`.`if_topics` AS `IfTopic` SET `IfTopic`.`view_count` = IfTopic.view_count + 1 WHERE `IfTopic`.`forum_key` = 'forum1' AND `IfTopic`.`id` = '5527fac6-4b48-4261-908c-032fdb5eea5a' | 1 | 1 | 2 | maybe slow |
Peak Memory Use 10.79 MB
| Message | Memory use |
|---|---|
| Component initialization | 3.37 MB |
| Controller action start | 7.04 MB |
| Controller render start | 7.73 MB |
| View render complete | 9.15 MB |
Total Request Time: 108 (ms)
| Message | Time in ms | Graph |
|---|---|---|
| Core Processing (Derived from $_SERVER["REQUEST_TIME"]) | 37.14 | |
| Event: Controller.initialize | 17.55 | |
| Event: Controller.startup | 0.87 | |
| Controller action | 10.40 | |
| Event: Controller.beforeRender | 7.18 | |
| » Processing toolbar data | 7.02 | |
| Rendering View | 16.06 | |
| » Event: View.beforeRender | 0.04 | |
| » Rendering ROOT/plugins/IrukaForum/View/Topics/detail.ctp | 14.49 | |
| » » Rendering ROOT/plugins/IrukaForum/View/Elements/show_flash.ctp | 0.33 | |
| » » Rendering APP/View/Plugin/IrukaForum/Elements/user_link.ctp | 0.26 | |
| » » Rendering ROOT/plugins/IrukaForum/View/Elements/emotion_button.ctp | 0.15 | |
| » » Rendering ROOT/plugins/IrukaForum/View/Elements/emotion_button.ctp #2 | 0.14 | |
| » » Rendering ROOT/plugins/IrukaForum/View/Elements/emotion_button.ctp #3 | 0.12 | |
| » » Rendering ROOT/plugins/IrukaForum/View/Elements/emotion_button.ctp #4 | 0.13 | |
| » » Rendering APP/View/Plugin/IrukaForum/Elements/user_link.ctp #2 | 0.21 | |
| » » Rendering ROOT/plugins/IrukaForum/View/Elements/emotion_button.ctp #5 | 0.13 | |
| » » Rendering ROOT/plugins/IrukaForum/View/Elements/emotion_button.ctp #6 | 0.13 | |
| » » Rendering ROOT/plugins/IrukaForum/View/Elements/emotion_button.ctp #7 | 0.13 | |
| » » Rendering ROOT/plugins/IrukaForum/View/Elements/emotion_button.ctp #8 | 0.12 | |
| » » Rendering APP/View/Plugin/IrukaForum/Elements/user_link.ctp #3 | 0.20 | |
| » » Rendering ROOT/plugins/IrukaForum/View/Elements/emotion_button.ctp #9 | 0.14 | |
| » » Rendering ROOT/plugins/IrukaForum/View/Elements/emotion_button.ctp #10 | 0.12 | |
| » » Rendering ROOT/plugins/IrukaForum/View/Elements/emotion_button.ctp #11 | 0.14 | |
| » » Rendering ROOT/plugins/IrukaForum/View/Elements/emotion_button.ctp #12 | 0.13 | |
| » » Rendering APP/View/Plugin/IrukaForum/Elements/user_link.ctp #4 | 0.20 | |
| » » Rendering ROOT/plugins/IrukaForum/View/Elements/emotion_button.ctp #13 | 0.16 | |
| » » Rendering ROOT/plugins/IrukaForum/View/Elements/emotion_button.ctp #14 | 0.13 | |
| » » Rendering ROOT/plugins/IrukaForum/View/Elements/emotion_button.ctp #15 | 0.13 | |
| » » Rendering ROOT/plugins/IrukaForum/View/Elements/emotion_button.ctp #16 | 0.13 | |
| » » Rendering APP/View/Plugin/IrukaForum/Elements/user_link.ctp #5 | 0.21 | |
| » » Rendering ROOT/plugins/IrukaForum/View/Elements/emotion_button.ctp #17 | 0.15 | |
| » » Rendering ROOT/plugins/IrukaForum/View/Elements/emotion_button.ctp #18 | 0.13 | |
| » » Rendering ROOT/plugins/IrukaForum/View/Elements/emotion_button.ctp #19 | 0.12 | |
| » » Rendering ROOT/plugins/IrukaForum/View/Elements/emotion_button.ctp #20 | 0.13 | |
| » » Rendering APP/View/Plugin/IrukaForum/Elements/user_link.ctp #6 | 0.21 | |
| » » Rendering ROOT/plugins/IrukaForum/View/Elements/emotion_button.ctp #21 | 0.13 | |
| » » Rendering ROOT/plugins/IrukaForum/View/Elements/emotion_button.ctp #22 | 0.15 | |
| » » Rendering ROOT/plugins/IrukaForum/View/Elements/emotion_button.ctp #23 | 0.13 | |
| » » Rendering ROOT/plugins/IrukaForum/View/Elements/emotion_button.ctp #24 | 0.13 | |
| » » Rendering APP/View/Plugin/IrukaForum/Elements/user_link.ctp #7 | 0.21 | |
| » » Rendering ROOT/plugins/IrukaForum/View/Elements/emotion_button.ctp #25 | 0.14 | |
| » » Rendering ROOT/plugins/IrukaForum/View/Elements/emotion_button.ctp #26 | 0.13 | |
| » » Rendering ROOT/plugins/IrukaForum/View/Elements/emotion_button.ctp #27 | 0.13 | |
| » » Rendering ROOT/plugins/IrukaForum/View/Elements/emotion_button.ctp #28 | 0.14 | |
| » » Rendering APP/View/Plugin/IrukaForum/Elements/user_link.ctp #8 | 0.21 | |
| » » Rendering ROOT/plugins/IrukaForum/View/Elements/emotion_button.ctp #29 | 0.14 | |
| » » Rendering ROOT/plugins/IrukaForum/View/Elements/emotion_button.ctp #30 | 0.13 | |
| » » Rendering ROOT/plugins/IrukaForum/View/Elements/emotion_button.ctp #31 | 0.13 | |
| » » Rendering ROOT/plugins/IrukaForum/View/Elements/emotion_button.ctp #32 | 0.13 | |
| » » Rendering APP/View/Plugin/IrukaForum/Elements/user_link.ctp #9 | 0.22 | |
| » » Rendering ROOT/plugins/IrukaForum/View/Elements/backtotop.ctp | 0.09 | |
| » » Rendering ROOT/plugins/IrukaForum/View/Elements/Topics/to_admin_dialog.ctp | 0.89 | |
| » Event: View.afterRender | 0.03 | |
| » Event: View.beforeLayout | 0.03 | |
| » Rendering APP/View/Layouts/default.ctp | 0.52 | |
| Event: View.afterLayout | 0.00 |
| Constant | Value |
|---|---|
| QD_DS | / |
| Constant | Value |
|---|---|
| APP | /var/www/script/profilepage_staging/forum1/ |
| APP_DIR | forum1 |
| APPLIBS | /var/www/script/profilepage_staging/forum1/Lib/ |
| CACHE | /var/www/script/profilepage_staging/forum1/tmp/cache/ |
| CAKE | /var/www/script/profilepage_staging/lib/Cake/ |
| CAKE_CORE_INCLUDE_PATH | /var/www/script/profilepage_staging/lib |
| CORE_PATH | /var/www/script/profilepage_staging/lib/ |
| CAKE_VERSION | 2.3.10 |
| CSS | /var/www/script/profilepage_staging/forum1/Webroot/css/ |
| CSS_URL | css/ |
| DS | / |
| FULL_BASE_URL | https://staging.fp-osaka.com |
| IMAGES | /var/www/script/profilepage_staging/forum1/Webroot/img/ |
| IMAGES_URL | img/ |
| JS | /var/www/script/profilepage_staging/forum1/Webroot/js/ |
| JS_URL | js/ |
| LOGS | /var/www/script/profilepage_staging/forum1/tmp/logs/ |
| ROOT | /var/www/script/profilepage_staging |
| TESTS | /var/www/script/profilepage_staging/forum1/Test/ |
| TMP | /var/www/script/profilepage_staging/forum1/tmp/ |
| VENDORS | /var/www/script/profilepage_staging/vendors/ |
| WEBROOT_DIR | Webroot |
| WWW_ROOT | /var/www/script/profilepage_staging/forum1/Webroot/ |
| Environment Variable | Value |
|---|---|
| Php Version | 5.4.40 |
| Redirect Https | on |
| Redirect Ssl Tls Sni | staging.fp-osaka.com |
| Redirect Status | 200 |
| Https | on |
| Ssl Tls Sni | staging.fp-osaka.com |
| Http Accept | */* |
| Http User Agent | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
| Http Cookie | DGAPP=8hr6ac3mcm0ultjmqlr4p5uh12 |
| Http Accept Encoding | gzip, br, zstd, deflate |
| Http Host | staging.fp-osaka.com |
| Path | /sbin:/usr/sbin:/bin:/usr/bin |
| Server Signature | |
| Server Software | Apache |
| Server Name | staging.fp-osaka.com |
| Server Addr | 219.94.234.90 |
| Server Port | 443 |
| Remote Addr | 216.73.216.213 |
| Document Root | /var/www/script/profilepage_staging |
| Server Admin | root@fp-osaka.com |
| Script Filename | /var/www/script/profilepage_staging/forum1/Webroot/index.php |
| Remote Port | 10734 |
| Redirect Url | /forum1/topics/detail/5527fac6-4b48-4261-908c-032fdb5eea5a |
| Gateway Interface | CGI/1.1 |
| Server Protocol | HTTP/1.1 |
| Request Method | GET |
| Query String | |
| Request Uri | /forum1/topics/detail/5527fac6-4b48-4261-908c-032fdb5eea5a |
| Script Name | /forum1/index.php |
| Php Self | /forum1/index.php |
| Request Time Float | 1784247232.501 |
| Request Time | 1784247232 |