Casts list
在籍一覧
Casts list
在籍一覧
No post data.
No querystring data.
Query | Affected | Num. rows | Took (ms) | Actions |
---|---|---|---|---|
SELECT `Shop`.`id`, `Shop`.`display_flag`, `Shop`.`number`, `Shop`.`cms_number`, `Shop`.`list_display_flag`, `Shop`.`list_number`, `Shop`.`group_site_flag`, `Shop`.`cron_flag`, `Shop`.`category_jp`, `Shop`.`category_short`, `Shop`.`category_eng`, `Shop`.`name_eng`, `Shop`.`name_jp`, `Shop`.`area_eng`, `Shop`.`area_jp`, `Shop`.`db_name`, `Shop`.`scheme`, `Shop`.`domain`, `Shop`.`thumb`, `Shop`.`location`, `Shop`.`gm_key`, `Shop`.`pd`, `Shop`.`default_linked_page` FROM `kir060294_newcms`.`shops` AS `Shop` WHERE `id` = 8 LIMIT 1 | 1 | 1 | 0 | |
SELECT `Shop`.`id`, `Shop`.`display_flag`, `Shop`.`number`, `Shop`.`list_display_flag`, `Shop`.`list_number`, `Shop`.`category_jp`, `Shop`.`category_short`, `Shop`.`category_eng`, `Shop`.`name_jp`, `Shop`.`name_eng`, `Shop`.`area_eng`, `Shop`.`area_jp`, `Shop`.`db_name`, `Shop`.`scheme`, `Shop`.`domain`, `Shop`.`thumb`, `Shop`.`gm_key`, `Shop`.`pd`, `Shop`.`default_linked_page`, (X(location)) AS `Shop__lat`, (Y(location)) AS `Shop__lng` FROM `kir060294_newcms`.`shops` AS `Shop` WHERE ((`list_display_flag` = '1') AND (`id` != 8) AND (NOT (`db_name` IS NULL))) ORDER BY `list_number` asc | 8 | 8 | 1 | maybe slow |
SELECT `Shop`.`id`, `Shop`.`display_flag`, `Shop`.`number`, `Shop`.`list_display_flag`, `Shop`.`list_number`, `Shop`.`category_jp`, `Shop`.`category_short`, `Shop`.`category_eng`, `Shop`.`name_jp`, `Shop`.`name_eng`, `Shop`.`area_eng`, `Shop`.`area_jp`, `Shop`.`db_name`, `Shop`.`scheme`, `Shop`.`domain`, `Shop`.`thumb`, `Shop`.`gm_key`, (X(location)) AS `Shop__lat`, (Y(location)) AS `Shop__lng` FROM `kir060294_newcms`.`shops` AS `Shop` WHERE ((`list_display_flag` = '1') AND (`id` != 8)) ORDER BY `list_number` asc | 10 | 10 | 1 | maybe slow |
Query | Affected | Num. rows | Took (ms) | Actions |
---|---|---|---|---|
SELECT `Setting`.`id`, `Setting`.`name`, `Setting`.`value`, `Setting`.`flag`, `Setting`.`number`, `Setting`.`modified` FROM `kir060294_testshop8`.`settings` AS `Setting` WHERE 1 = 1 | 32 | 32 | 1 | |
SELECT `Ranking`.`id`, `Ranking`.`display_flag`, `Ranking`.`title`, `Ranking`.`number`, `Ranking`.`created`, `Ranking`.`modified` FROM `kir060294_testshop8`.`rankings` AS `Ranking` WHERE `display_flag` = '1' ORDER BY `number` asc LIMIT 1 | 1 | 1 | 1 | |
SELECT `Ranker`.`cast_id`, `Ranker`.`rank`, `Ranker`.`ranking_id` FROM `kir060294_testshop8`.`rankers` AS `Ranker` WHERE `Ranker`.`ranking_id` = (1) ORDER BY `Ranker`.`rank` asc | 5 | 5 | 0 | |
SELECT `Option`.`id`, `Option`.`name` FROM `kir060294_testshop8`.`options` AS `Option` WHERE 1 = 1 | 11 | 11 | 0 | |
SELECT `Type`.`id`, `Type`.`name` FROM `kir060294_testshop8`.`types` AS `Type` WHERE `Type`.`display_flag` = '1' ORDER BY `number` asc | 19 | 19 | 0 | |
SELECT `Type`.`id`, `Type`.`background_color` FROM `kir060294_testshop8`.`types` AS `Type` WHERE `Type`.`display_flag` = '1' ORDER BY `number` asc | 19 | 19 | 0 | |
SELECT `Cast`.`id`, `Cast`.`group_id`, `Cast`.`display_flag`, `Cast`.`name`, `Cast`.`age`, `Cast`.`height`, `Cast`.`bust`, `Cast`.`cup`, `Cast`.`waist`, `Cast`.`hip`, `Cast`.`image_kind`, `Cast`.`real_time_information_flag`, `Cast`.`real_time_information_title`, `Cast`.`real_time_information_comment`, `Cast`.`real_time_information_number`, `Cast`.`delivery_flag`, `Cast`.`meet_up_flag`, `Cast`.`comment`, `Cast`.`heaven_id`, `Cast`.`extra_charge`, `Cast`.`number`, `Cast`.`created`, `Cast`.`modified`, `Schedule`.`id`, `Schedule`.`cast_id`, `Schedule`.`start`, `Schedule`.`end`, `Schedule`.`absence`, `Schedule`.`sold_out`, `Schedule`.`status`, `Schedule`.`created`, `Schedule`.`modified`, `Reserve`.`id`, `Reserve`.`schedule_id`, `Reserve`.`cast_id`, `Reserve`.`start`, `Reserve`.`end`, `Reserve`.`created`, `Reserve`.`modified` FROM `kir060294_testshop8`.`casts` AS `Cast` LEFT JOIN `kir060294_testshop8`.`schedules` AS `Schedule` ON (`Schedule`.`cast_id` = `Cast`.`id` AND `Schedule`.`start` >= '2024-11-22 09:00:00' AND `Schedule`.`end` <= '2024-11-23 01:00:00') LEFT JOIN `kir060294_testshop8`.`reserves` AS `Reserve` ON (`Reserve`.`cast_id` = `Cast`.`id` AND `Reserve`.`start` >= '2024-11-22 09:00:00' AND `Reserve`.`end` <= '2024-11-23 01:00:00') WHERE `Cast`.`display_flag` = '1' ORDER BY `Cast`.`number` asc LIMIT 20 | 6 | 6 | 1 | maybe slow |
SELECT `CastImage`.`id`, `CastImage`.`cast_id`, `CastImage`.`display_flag`, `CastImage`.`file_name`, `CastImage`.`number` FROM `kir060294_testshop8`.`cast_images` AS `CastImage` WHERE `CastImage`.`display_flag` = '1' AND `CastImage`.`cast_id` IN (1, 3, 6, 2, 7, 4) ORDER BY `CastImage`.`number` asc | 10 | 10 | 0 | |
SELECT `HasOption`.`id`, `HasOption`.`cast_id`, `HasOption`.`option_id`, `HasOption`.`created` FROM `kir060294_testshop8`.`has_options` AS `HasOption` WHERE `HasOption`.`cast_id` IN (1, 3, 6, 2, 7, 4) | 9 | 9 | 0 | |
SELECT `HasType`.`id`, `HasType`.`type_id`, `HasType`.`cast_id`, `HasType`.`created`, `HasType`.`modified` FROM `kir060294_testshop8`.`has_types` AS `HasType` WHERE `HasType`.`cast_id` IN (1, 3, 6, 2, 7, 4) | 12 | 12 | 0 | |
SELECT `Schedule`.`id`, `Schedule`.`cast_id`, `Schedule`.`start`, `Schedule`.`end`, `Schedule`.`absence`, `Schedule`.`sold_out`, `Schedule`.`status`, `Schedule`.`created`, `Schedule`.`modified` FROM `kir060294_testshop8`.`schedules` AS `Schedule` WHERE `Schedule`.`cast_id` = 1 AND `Schedule`.`start` > '2024-11-22 03:13:49' ORDER BY `Schedule`.`start` asc LIMIT 1 | 0 | 0 | 0 | |
SELECT `Schedule`.`id`, `Schedule`.`cast_id`, `Schedule`.`start`, `Schedule`.`end`, `Schedule`.`absence`, `Schedule`.`sold_out`, `Schedule`.`status`, `Schedule`.`created`, `Schedule`.`modified` FROM `kir060294_testshop8`.`schedules` AS `Schedule` WHERE `Schedule`.`cast_id` = 3 AND `Schedule`.`start` > '2024-11-22 03:13:49' ORDER BY `Schedule`.`start` asc LIMIT 1 | 0 | 0 | 0 | |
SELECT `Schedule`.`id`, `Schedule`.`cast_id`, `Schedule`.`start`, `Schedule`.`end`, `Schedule`.`absence`, `Schedule`.`sold_out`, `Schedule`.`status`, `Schedule`.`created`, `Schedule`.`modified` FROM `kir060294_testshop8`.`schedules` AS `Schedule` WHERE `Schedule`.`cast_id` = 6 AND `Schedule`.`start` > '2024-11-22 03:13:49' ORDER BY `Schedule`.`start` asc LIMIT 1 | 0 | 0 | 0 | |
SELECT `Schedule`.`id`, `Schedule`.`cast_id`, `Schedule`.`start`, `Schedule`.`end`, `Schedule`.`absence`, `Schedule`.`sold_out`, `Schedule`.`status`, `Schedule`.`created`, `Schedule`.`modified` FROM `kir060294_testshop8`.`schedules` AS `Schedule` WHERE `Schedule`.`cast_id` = 2 AND `Schedule`.`start` > '2024-11-22 03:13:49' ORDER BY `Schedule`.`start` asc LIMIT 1 | 0 | 0 | 0 | |
SELECT `Schedule`.`id`, `Schedule`.`cast_id`, `Schedule`.`start`, `Schedule`.`end`, `Schedule`.`absence`, `Schedule`.`sold_out`, `Schedule`.`status`, `Schedule`.`created`, `Schedule`.`modified` FROM `kir060294_testshop8`.`schedules` AS `Schedule` WHERE `Schedule`.`cast_id` = 7 AND `Schedule`.`start` > '2024-11-22 03:13:49' ORDER BY `Schedule`.`start` asc LIMIT 1 | 0 | 0 | 0 | |
SELECT `Schedule`.`id`, `Schedule`.`cast_id`, `Schedule`.`start`, `Schedule`.`end`, `Schedule`.`absence`, `Schedule`.`sold_out`, `Schedule`.`status`, `Schedule`.`created`, `Schedule`.`modified` FROM `kir060294_testshop8`.`schedules` AS `Schedule` WHERE `Schedule`.`cast_id` = 4 AND `Schedule`.`start` > '2024-11-22 03:13:49' ORDER BY `Schedule`.`start` asc LIMIT 1 | 0 | 0 | 0 | |
SELECT COUNT(*) AS `count` FROM `kir060294_testshop8`.`schedules` AS `Schedule` WHERE `Schedule`.`start` >= '2024-11-23 09:00:00' AND `Schedule`.`end` <= '2024-11-24 01:00:00' | 1 | 1 | 0 | |
SELECT COUNT(*) AS `count` FROM `kir060294_testshop8`.`schedules` AS `Schedule` WHERE `Schedule`.`start` >= '2024-11-24 09:00:00' AND `Schedule`.`end` <= '2024-11-25 01:00:00' | 1 | 1 | 0 | |
SELECT COUNT(*) AS `count` FROM `kir060294_testshop8`.`schedules` AS `Schedule` WHERE `Schedule`.`start` >= '2024-11-25 09:00:00' AND `Schedule`.`end` <= '2024-11-26 01:00:00' | 1 | 1 | 0 | |
SELECT COUNT(*) AS `count` FROM `kir060294_testshop8`.`schedules` AS `Schedule` WHERE `Schedule`.`start` >= '2024-11-26 09:00:00' AND `Schedule`.`end` <= '2024-11-27 01:00:00' | 1 | 1 | 0 | |
SELECT COUNT(*) AS `count` FROM `kir060294_testshop8`.`schedules` AS `Schedule` WHERE `Schedule`.`start` >= '2024-11-27 09:00:00' AND `Schedule`.`end` <= '2024-11-28 01:00:00' | 1 | 1 | 0 | |
SELECT COUNT(*) AS `count` FROM `kir060294_testshop8`.`schedules` AS `Schedule` WHERE `Schedule`.`start` >= '2024-11-28 09:00:00' AND `Schedule`.`end` <= '2024-11-29 01:00:00' | 1 | 1 | 0 | |
SELECT COUNT(*) AS `count` FROM `kir060294_testshop8`.`schedules` AS `Schedule` WHERE `Schedule`.`start` >= '2024-11-29 09:00:00' AND `Schedule`.`end` <= '2024-11-30 01:00:00' | 1 | 1 | 0 | |
SELECT COUNT(*) AS `count` FROM `kir060294_testshop8`.`schedules` AS `Schedule` WHERE `Schedule`.`start` >= '2024-11-30 09:00:00' AND `Schedule`.`end` <= '2024-12-01 01:00:00' | 1 | 1 | 0 | |
SELECT COUNT(*) AS `count` FROM `kir060294_testshop8`.`schedules` AS `Schedule` WHERE `Schedule`.`start` >= '2024-12-01 09:00:00' AND `Schedule`.`end` <= '2024-12-02 01:00:00' | 1 | 1 | 0 | |
SELECT COUNT(*) AS `count` FROM `kir060294_testshop8`.`schedules` AS `Schedule` WHERE `Schedule`.`start` >= '2024-12-02 09:00:00' AND `Schedule`.`end` <= '2024-12-03 01:00:00' | 1 | 1 | 0 | |
SELECT COUNT(*) AS `count` FROM `kir060294_testshop8`.`schedules` AS `Schedule` WHERE `Schedule`.`start` >= '2024-12-03 09:00:00' AND `Schedule`.`end` <= '2024-12-04 01:00:00' | 1 | 1 | 0 | |
SELECT COUNT(*) AS `count` FROM `kir060294_testshop8`.`schedules` AS `Schedule` WHERE `Schedule`.`start` >= '2024-12-04 09:00:00' AND `Schedule`.`end` <= '2024-12-05 01:00:00' | 1 | 1 | 0 | |
SELECT COUNT(*) AS `count` FROM `kir060294_testshop8`.`schedules` AS `Schedule` WHERE `Schedule`.`start` >= '2024-12-05 09:00:00' AND `Schedule`.`end` <= '2024-12-06 01:00:00' | 1 | 1 | 0 | |
SELECT COUNT(*) AS `count` FROM `kir060294_testshop8`.`schedules` AS `Schedule` WHERE `Schedule`.`start` >= '2024-12-06 09:00:00' AND `Schedule`.`end` <= '2024-12-07 01:00:00' | 1 | 1 | 0 | |
SELECT `Price`.`id`, `Price`.`value`, `Price`.`number` FROM `kir060294_testshop8`.`prices` AS `Price` WHERE `name` = 'normal_prices' AND `display_flag` = '1' LIMIT 1 | 1 | 1 | 0 | |
SELECT `Price`.`id`, `Price`.`display_flag`, `Price`.`parent_id`, `Price`.`name`, `Price`.`type`, `Price`.`value`, `Price`.`top_value`, `Price`.`bottom_flag`, `Price`.`number`, `Price`.`created`, `Price`.`modified` FROM `kir060294_testshop8`.`prices` AS `Price` WHERE `parent_id` = 1 AND `display_flag` = '1' ORDER BY `number` asc | 11 | 11 | 0 | |
SELECT `Price`.`id`, `Price`.`value`, `Price`.`number` FROM `kir060294_testshop8`.`prices` AS `Price` WHERE `name` = 'delivery_prices' AND `display_flag` = '1' LIMIT 1 | 1 | 1 | 0 | |
SELECT `Price`.`id`, `Price`.`display_flag`, `Price`.`parent_id`, `Price`.`name`, `Price`.`type`, `Price`.`value`, `Price`.`top_value`, `Price`.`bottom_flag`, `Price`.`number`, `Price`.`created`, `Price`.`modified` FROM `kir060294_testshop8`.`prices` AS `Price` WHERE `parent_id` = 2 AND `display_flag` = '1' ORDER BY `number` asc | 10 | 10 | 0 | |
SELECT `Price`.`id`, `Price`.`value`, `Price`.`number` FROM `kir060294_testshop8`.`prices` AS `Price` WHERE `name` = 'annotation' AND `parent_id` IS NULL AND `display_flag` = '1' LIMIT 1 | 1 | 1 | 0 | |
SELECT `Price`.`id`, `Price`.`display_flag`, `Price`.`parent_id`, `Price`.`name`, `Price`.`type`, `Price`.`value`, `Price`.`top_value`, `Price`.`bottom_flag`, `Price`.`number`, `Price`.`created`, `Price`.`modified` FROM `kir060294_testshop8`.`prices` AS `Price` WHERE `parent_id` = 3 AND `display_flag` = '1' ORDER BY `number` asc | 2 | 2 | 0 | |
SELECT `Price`.`id`, `Price`.`value`, `Price`.`number` FROM `kir060294_testshop8`.`prices` AS `Price` WHERE `name` = 'information' AND `parent_id` IS NULL AND `display_flag` = '1' LIMIT 1 | 1 | 1 | 0 | |
SELECT `Price`.`id`, `Price`.`display_flag`, `Price`.`parent_id`, `Price`.`name`, `Price`.`type`, `Price`.`value`, `Price`.`top_value`, `Price`.`bottom_flag`, `Price`.`number`, `Price`.`created`, `Price`.`modified` FROM `kir060294_testshop8`.`prices` AS `Price` WHERE `parent_id` = 29 AND `display_flag` = '1' ORDER BY `number` asc | 1 | 1 | 0 |
Peak Memory Use 11.00 MB
Message | Memory use |
---|---|
Component initialization | 1.02 MB |
Controller action start | 3.84 MB |
Controller render start | 4.15 MB |
View render complete | 5.14 MB |
Total Request Time: 204 (ms)
Message | Time in ms | Graph |
---|---|---|
Core Processing (Derived from $_SERVER["REQUEST_TIME"]) | 12.74 | |
Event: Controller.initialize | 34.31 | |
Event: Controller.startup | 0.58 | |
Controller action | 28.44 | |
Event: Controller.beforeRender | 22.16 | |
» Processing toolbar data | 22.06 | |
Rendering View | 53.98 | |
» Event: View.beforeRender | 0.03 | |
» Rendering APP/View/Cast/index.ctp | 15.45 | |
» » Rendering APP/View/Elements/pageTitle.ctp | 0.08 | |
» » Rendering APP/View/Elements//Cast/filter.ctp | 7.15 | |
» » Rendering APP/View/Elements//Cast/order.ctp | 0.38 | |
» » Rendering APP/View/Elements//Cast/displaySwitch.ctp | 0.20 | |
» » Rendering APP/View/Elements//Cast/list.ctp | 2.31 | |
» Event: View.afterRender | 0.02 | |
» Event: View.beforeLayout | 0.01 | |
» Rendering APP/View/Layouts/frame.ctp | 37.76 | |
» » Rendering APP/View/Elements/head.ctp | 0.75 | |
» » » Rendering APP/View/Elements/icons.ctp | 0.07 | |
» » Rendering APP/View/Elements/bottomButtons.ctp | 0.07 | |
» » Rendering APP/View/Elements/header.ctp | 0.66 | |
» » » Rendering APP/View/Elements/Menu/hamburgerBody.ctp | 0.09 | |
» » » Rendering APP/View/Elements/headerShopList.ctp | 0.32 | |
» » Rendering APP/View/Elements/Menu/main.ctp | 0.14 | |
» » Rendering APP/View/Elements/aside.ctp | 0.31 | |
» » » Rendering APP/View/Elements/shopList.ctp | 0.13 | |
» » Rendering APP/View/Elements/footer.ctp | 35.06 | |
» » » Rendering APP/View/Elements/footerInformation.ctp | 0.31 | |
Event: View.afterLayout | 0.00 |
Time | Message |
---|---|
2024-11-22 03:13:49 | #333333 |
2024-11-22 03:13:49 | #333333 |
2024-11-22 03:13:49 | #333333 |
2024-11-22 03:13:49 | #333333 |
2024-11-22 03:13:49 | #333333 |
2024-11-22 03:13:49 | #333333 |
2024-11-22 03:13:49 | #333333 |
2024-11-22 03:13:49 | #333333 |
2024-11-22 03:13:49 | #333333 |
2024-11-22 03:13:49 | #333333 |
2024-11-22 03:13:49 | #333333 |
2024-11-22 03:13:49 | #333333 |
Constant | Value |
---|---|
CONFIG | /home/kir060294/cakephp/testshop8.cross-test.xyz/Config/ |
Constant | Value |
---|---|
APP | /home/kir060294/cakephp/testshop8.cross-test.xyz/ |
APP_DIR | testshop8.cross-test.xyz |
APPLIBS | /home/kir060294/cakephp/testshop8.cross-test.xyz/Lib/ |
CACHE | /home/kir060294/cakephp/testshop8.cross-test.xyz/tmp/cache/ |
CAKE | /home/kir060294/cakephp/lib/Cake/ |
CAKE_CORE_INCLUDE_PATH | /home/kir060294/cakephp/lib |
CORE_PATH | /home/kir060294/cakephp/lib/ |
CAKE_VERSION | 2.10.24 |
CSS | /home/kir060294/public_html/testshop8.cross-test.xyz/css/ |
CSS_URL | css/ |
DS | / |
FULL_BASE_URL | https://testshop8.cross-test.xyz |
IMAGES | /home/kir060294/public_html/testshop8.cross-test.xyz/img/ |
IMAGES_URL | img/ |
JS | /home/kir060294/public_html/testshop8.cross-test.xyz/js/ |
JS_URL | js/ |
LOGS | /home/kir060294/cakephp/testshop8.cross-test.xyz/tmp/logs/ |
ROOT | /home/kir060294/cakephp |
TESTS | /home/kir060294/cakephp/testshop8.cross-test.xyz/Test/ |
TMP | /home/kir060294/cakephp/testshop8.cross-test.xyz/tmp/ |
VENDORS | /home/kir060294/cakephp/vendors/ |
WEBROOT_DIR | testshop8.cross-test.xyz |
WWW_ROOT | /home/kir060294/public_html/testshop8.cross-test.xyz/ |
Environment Variable | Value |
---|---|
Php Version | 7.4.33 |
Redirect Unique Id | Zz94XaJX5-N2O8NWRMCmWgAAADg |
Redirect Magick Thread Limit | 1 |
Redirect Https | ON |
Redirect Status | 200 |
Unique Id | Zz94XaJX5-N2O8NWRMCmWgAAADg |
Magick Thread Limit | 1 |
Https | ON |
Http Host | testshop8.cross-test.xyz |
Http X Real Ip | 18.117.71.239 |
Http X Forwarded Proto | https |
Http X Forwarded Host | testshop8.cross-test.xyz |
Http X Forwarded Server | testshop8.cross-test.xyz |
Http Connection | close |
Http Accept | */* |
Http User Agent | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
Http Accept Encoding | gzip, br, zstd, deflate |
Path | /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin |
Server Signature | |
Server Software | Apache |
Server Name | testshop8.cross-test.xyz |
Server Addr | 127.0.0.1 |
Server Port | 80 |
Remote Addr | 18.117.71.239 |
Document Root | /home/kir060294/public_html/testshop8.cross-test.xyz |
Request Scheme | http |
Context Prefix | |
Context Document Root | /home/kir060294/public_html/testshop8.cross-test.xyz |
Server Admin | kir060294@kagoya.net |
Script Filename | /home/kir060294/public_html/testshop8.cross-test.xyz/index.php |
Remote Port | 46660 |
Redirect Url | /cast |
Gateway Interface | CGI/1.1 |
Server Protocol | HTTP/1.0 |
Request Method | GET |
Query String | |
Request Uri | /cast |
Script Name | /index.php |
Php Self | /index.php |
Request Time Float | 1732212829.1648 |
Request Time | 1732212829 |
Argc | 0 |