SELECT `r`.`id`, `b`.`building_name`, `r`.`room_name`, DATE_FORMAT(r.created_at, '%Y/%m/%d') AS created_at FROM `buildings` AS `b` INNER JOIN `rooms` AS `r` ON (`r`.`building_id` = `b`.`id` AND `r`.`use_flg` IN (0, 1, 3, 4)) INNER JOIN `mst_user` AS `owner` ON (`owner`.`id` = `b`.`owner_id` AND `owner`.`del_flg` = 0) INNER JOIN `mst_user` AS `agent` ON (`agent`.`id` = `b`.`agent_id` AND `agent`.`del_flg` = 0 AND `agent`.`agent_approval` = 2) WHERE `b`.`use_flg` = 0Speed: 14.557 ms Query analysis: · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,agent_id,use_flg · Key Used: use_flg · Type: ref · Rows: 495 (Using where) · Query: SIMPLE on agent · Possible keys: PRIMARY,del_flg,agent_approval · Key Used: PRIMARY · Type: eq_ref · Rows: 1 (Using where) · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: eq_ref · Rows: 1 (Using where) · Query: SIMPLE on r · Possible keys: building_id,use_flg · Key Used: building_id · Type: ref · Rows: 2 (Using where) Call trace for this query:File: APPPATH/modules/client/classes/controller/list.php, line 76File: COREPATH/classes/controller.php, line 66File: COREPATH/classes/request.php, line 428File: DOCROOT/index.php, line 139 |
SELECT `r`.`id`, `b`.`building_name`, `r`.`room_name`, DATE_FORMAT(r.created_at, '%Y/%m/%d') AS created_at FROM `buildings` AS `b` INNER JOIN `rooms` AS `r` ON (`r`.`building_id` = `b`.`id` AND `r`.`use_flg` IN (0, 1, 3, 4)) INNER JOIN `mst_user` AS `owner` ON (`owner`.`id` = `b`.`owner_id` AND `owner`.`del_flg` = 0) INNER JOIN `mst_user` AS `agent` ON (`agent`.`id` = `b`.`agent_id` AND `agent`.`del_flg` = 0 AND `agent`.`agent_approval` = 2) WHERE `b`.`use_flg` = 0 AND `b`.`type` = '1' ORDER BY `r`.`updated_at` DESC LIMIT 500 OFFSET 0Speed: 12.097 ms Query analysis: · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,agent_id,use_flg,type · Key Used: use_flg,type · Type: index_merge · Rows: 183 (Using intersect(use_flg,type); Using where; Using temporary; Using filesort) · Query: SIMPLE on agent · Possible keys: PRIMARY,del_flg,agent_approval · Key Used: PRIMARY · Type: eq_ref · Rows: 1 (Using where) · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: eq_ref · Rows: 1 (Using where) · Query: SIMPLE on r · Possible keys: building_id,use_flg · Key Used: building_id · Type: ref · Rows: 2 (Using where) Call trace for this query:File: APPPATH/modules/client/classes/controller/list.php, line 120File: COREPATH/classes/controller.php, line 66File: COREPATH/classes/request.php, line 428File: DOCROOT/index.php, line 139 |
SELECT COUNT(*) AS `total_rows` FROM (SELECT `r`.`id`, `b`.`building_name`, `r`.`room_name`, DATE_FORMAT(r.created_at, '%Y/%m/%d') AS created_at FROM `buildings` AS `b` INNER JOIN `rooms` AS `r` ON (`r`.`building_id` = `b`.`id` AND `r`.`use_flg` IN (0, 1, 3, 4)) INNER JOIN `mst_user` AS `owner` ON (`owner`.`id` = `b`.`owner_id` AND `owner`.`del_flg` = 0) INNER JOIN `mst_user` AS `agent` ON (`agent`.`id` = `b`.`agent_id` AND `agent`.`del_flg` = 0 AND `agent`.`agent_approval` = 2) WHERE `b`.`use_flg` = 0 AND `b`.`type` = '1' ORDER BY `r`.`updated_at` DESC) AS `counted_results`Speed: 9.066 ms Query analysis: · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,agent_id,use_flg,type · Key Used: use_flg,type · Type: index_merge · Rows: 183 (Using intersect(use_flg,type); Using where) · Query: SIMPLE on agent · Possible keys: PRIMARY,del_flg,agent_approval · Key Used: PRIMARY · Type: eq_ref · Rows: 1 (Using where) · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: eq_ref · Rows: 1 (Using where) · Query: SIMPLE on r · Possible keys: building_id,use_flg · Key Used: building_id · Type: ref · Rows: 2 (Using where) Call trace for this query:File: COREPATH/classes/db.php, line 334File: APPPATH/modules/client/classes/controller/list.php, line 122File: COREPATH/classes/controller.php, line 66File: COREPATH/classes/request.php, line 428File: DOCROOT/index.php, line 139 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=29549Speed: 2.345 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=29542Speed: 2.707 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=29539Speed: 2.378 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=29537Speed: 2.392 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=29534Speed: 2.434 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=29442Speed: 2.372 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=29505Speed: 2.305 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=29492Speed: 2.348 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=29495Speed: 2.372 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=29485Speed: 2.283 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=29479Speed: 2.308 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=29463Speed: 2.312 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=29444Speed: 2.358 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=29443Speed: 2.382 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=20197Speed: 2.388 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=27929Speed: 2.383 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=20965Speed: 2.414 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=16526Speed: 2.395 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=29173Speed: 2.992 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=29172Speed: 2.391 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=29171Speed: 2.337 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=29169Speed: 2.372 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=29168Speed: 2.369 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=29167Speed: 2.332 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=29166Speed: 2.380 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=29165Speed: 2.473 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=29023Speed: 2.350 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=29174Speed: 2.454 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=29339Speed: 2.330 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=26978Speed: 2.355 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=26628Speed: 2.391 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=29284Speed: 2.325 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=22662Speed: 2.369 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=29226Speed: 2.418 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=29225Speed: 2.307 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=10228Speed: 2.387 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=26334Speed: 2.384 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=522Speed: 2.255 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=29196Speed: 2.328 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=29194Speed: 2.345 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=17403Speed: 2.326 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=28980Speed: 2.314 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=29042Speed: 2.313 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=28971Speed: 2.369 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=29043Speed: 2.374 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=27082Speed: 2.335 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=29150Speed: 2.455 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=28075Speed: 2.287 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=28786Speed: 2.384 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=29080Speed: 2.358 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=21922Speed: 2.343 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=29056Speed: 2.392 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=26955Speed: 2.355 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=29022Speed: 2.405 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=29021Speed: 2.432 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=29020Speed: 2.415 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=29019Speed: 2.366 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=29016Speed: 2.385 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=29018Speed: 2.350 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=16525Speed: 2.327 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=16523Speed: 2.653 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=16522Speed: 8.001 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=16521Speed: 2.493 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=16527Speed: 2.455 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=28994Speed: 2.404 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=15069Speed: 2.512 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=24918Speed: 2.463 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=21856Speed: 2.467 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=7026Speed: 2.366 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=21378Speed: 2.418 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=28352Speed: 2.375 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=28620Speed: 2.366 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=28616Speed: 2.452 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=10161Speed: 2.450 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=6131Speed: 2.652 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=28501Speed: 2.406 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=24041Speed: 2.426 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=26954Speed: 2.681 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=26627Speed: 2.438 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=271Speed: 2.503 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=26629Speed: 2.423 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=15073Speed: 2.876 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=27621Speed: 2.429 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=28115Speed: 2.726 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=23871Speed: 2.395 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=26953Speed: 2.358 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=26578Speed: 2.426 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=26993Speed: 2.385 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=27738Speed: 2.410 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=27837Speed: 2.356 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=25543Speed: 2.344 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=27173Speed: 2.302 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=26925Speed: 2.288 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=17132Speed: 2.425 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=21295Speed: 2.388 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=24040Speed: 2.362 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=22779Speed: 2.335 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=20993Speed: 2.346 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=26952Speed: 2.344 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=26977Speed: 2.387 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=26979Speed: 2.330 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=27006Speed: 2.334 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=24786Speed: 2.376 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=26932Speed: 2.426 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=26919Speed: 2.367 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=21293Speed: 2.431 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=8710Speed: 2.364 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=20121Speed: 2.389 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=25233Speed: 2.412 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=2545Speed: 2.371 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=2551Speed: 2.421 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=24289Speed: 2.379 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=24624Speed: 2.416 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=21294Speed: 2.496 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=22311Speed: 2.480 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=22476Speed: 2.392 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=19446Speed: 2.552 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=21969Speed: 2.392 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=21968Speed: 2.385 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=24020Speed: 2.362 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=14214Speed: 2.552 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=23966Speed: 2.580 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=2799Speed: 2.427 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=8377Speed: 2.463 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=12626Speed: 2.380 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=5699Speed: 2.441 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=23287Speed: 2.401 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=20571Speed: 2.412 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=1170Speed: 2.410 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=22663Speed: 2.487 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=21292Speed: 2.235 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=17746Speed: 2.301 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=8817Speed: 2.388 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=12840Speed: 2.395 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=23091Speed: 2.632 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=10485Speed: 2.398 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=16637Speed: 2.374 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=2800Speed: 2.388 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=21296Speed: 2.368 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=21290Speed: 2.457 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=22661Speed: 2.537 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=22660Speed: 2.436 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=22375Speed: 2.436 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=2471Speed: 2.347 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=8229Speed: 2.420 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=19858Speed: 2.447 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=22056Speed: 2.403 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=2709Speed: 2.404 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=2242Speed: 2.431 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=5280Speed: 2.358 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=22027Speed: 2.374 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=21967Speed: 2.369 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=16351Speed: 2.403 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=14647Speed: 2.357 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=21602Speed: 2.413 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=2081Speed: 2.297 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=10235Speed: 2.204 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=21561Speed: 2.270 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=21560Speed: 2.240 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=21291Speed: 2.227 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=20940Speed: 2.724 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=20992Speed: 2.453 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=21377Speed: 2.409 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=5208Speed: 2.322 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=20989Speed: 2.167 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=14169Speed: 2.083 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=14389Speed: 2.300 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=1451Speed: 2.182 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=2557Speed: 3.946 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=2470Speed: 6.034 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=8816Speed: 2.399 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=19264Speed: 3.070 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=2803Speed: 2.389 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=19447Speed: 2.441 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=20471Speed: 2.293 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=20464Speed: 2.208 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=20409Speed: 2.204 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=8551Speed: 2.275 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=19379Speed: 2.317 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=290Speed: 2.363 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=11707Speed: 2.431 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=13902Speed: 2.327 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=11015Speed: 2.341 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=19496Speed: 2.321 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=14267Speed: 2.347 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=16141Speed: 2.339 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=16994Speed: 2.368 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=18226Speed: 2.435 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=18227Speed: 2.411 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=17194Speed: 2.450 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=17973Speed: 2.418 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=2552Speed: 2.405 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=4460Speed: 2.471 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=12596Speed: 2.454 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=16650Speed: 2.398 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=16823Speed: 2.346 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=12835Speed: 2.427 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=16636Speed: 2.438 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=16200Speed: 2.684 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=14838Speed: 2.444 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=12469Speed: 2.708 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=2559Speed: 2.427 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=221Speed: 2.350 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=415Speed: 2.418 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=14642Speed: 2.382 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=2546Speed: 2.394 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=12703Speed: 2.423 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=13426Speed: 2.421 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=9530Speed: 2.398 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=3045Speed: 2.375 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=11431Speed: 2.449 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=12843Speed: 2.518 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=12838Speed: 2.354 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=12604Speed: 2.452 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=12419Speed: 2.376 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=10229Speed: 2.373 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=10227Speed: 2.376 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=11479Speed: 2.470 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=9771Speed: 2.568 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=10206Speed: 2.455 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=8830Speed: 2.397 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=2560Speed: 2.396 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=2550Speed: 2.349 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=2472Speed: 2.601 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=2459Speed: 2.444 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=9843Speed: 2.427 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=500Speed: 2.413 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=2938Speed: 2.389 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=5107Speed: 2.955 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=7029Speed: 2.429 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=7289Speed: 2.362 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=5650Speed: 2.514 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=7403Speed: 2.437 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=7025Speed: 2.431 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=7024Speed: 2.419 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=7030Speed: 2.473 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=2072Speed: 2.486 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=5868Speed: 2.455 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=5332Speed: 2.394 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=5656Speed: 2.452 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=501Speed: 2.414 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=2554Speed: 2.374 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=2939Speed: 2.409 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=2801Speed: 2.400 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=2344Speed: 2.450 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=1628Speed: 2.348 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=2935Speed: 2.289 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=2802Speed: 2.382 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |
SELECT b.id,b.pref_id,ar.area_cd FROM buildings AS b INNER JOIN rooms AS r ON r.building_id=b.id INNER JOIN mst_user AS owner ON owner.id=b.owner_id AND owner.del_flg=0 LEFT JOIN mst_zip AS ar ON ar.zip=b.zip_code WHERE b.use_flg = 0 AND r.id=2080Speed: 2.360 ms Query analysis: · Query: SIMPLE on r · Possible keys: PRIMARY,building_id · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on b · Possible keys: PRIMARY,owner_id,use_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on owner · Possible keys: PRIMARY,del_flg · Key Used: PRIMARY · Type: const · Rows: 1 · Query: SIMPLE on ar · Possible keys: zip · Key Used: zip · Type: ref · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/core/view.php, line 349File: APPPATH/modules/client/views/2017_pc/list/_roomtype.php, line 6File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/base.php, line 194File: APPPATH/modules/client/views/2017_pc/list/index.php, line 27File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/viewmodel.php, line 270File: COREPATH/classes/viewmodel.php, line 287File: APPPATH/modules/client/views/2017_pc/layout_simple.php, line 114File: COREPATH/classes/view.php, line 240File: COREPATH/classes/view.php, line 254File: COREPATH/classes/view.php, line 565File: COREPATH/classes/view.php, line 207File: DOCROOT/index.php, line 172 |