5124400166 352-686-6431 ç¹å®åå弿³ã«åºã¥ãè¡¨è¨ (415) 252-7793
© 2016 MN / RENI All Rights Reserved.
10
Console |
111.924 ms
Load Time |
49 Queries
Database |
4.08 MB
Memory Used |
111 Files
Included |
398 Config
items loaded |
1 Session
vars loaded |
0 GET
vars loaded |
0 POST
vars loaded |
3Logs |
0 Errors |
0 Memory |
7 Speed |
| speed | 8.356 msFuel\Core\Profiler::init Start |
| speed | 12.947 msFuel\Core\Fuel::init End |
| speed | 13.768 msFuel\Core\Uri::__construct Start |
| speed | 13.866 msFuel\Core\Uri::__construct End |
| log | Fuel\Core\Request::__construct - Creating a new main Request with URI = "" |
| speed | 18.129 msFuel\Core\Request::execute: Start of |
| log | Fuel\Core\Request::execute - Called |
| log | Fuel\Core\Request::execute - Setting main Request |
| speed | 76.882 msFuel\Core\Request::execute: End of |
| speed | 80.495 msEnd of Fuel Execution |
111.924 msLoad Time |
300 s Max Execution Time |
8.356 msFuel\Core\Profiler::init Start |
12.947 msFuel\Core\Fuel::init End |
13.768 msFuel\Core\Uri::__construct Start |
13.866 msFuel\Core\Uri::__construct End |
18.129 msFuel\Core\Request::execute: Start of |
76.882 msFuel\Core\Request::execute: End of |
80.495 msEnd of Fuel Execution |
49Total Queries |
29.824 ms Total Time |
0 Duplicates |
| SELECT * FROM tbl_shop WHERE id = 40Connection name: default Speed: 0.683 ms Query analysis: · Query: SIMPLE on tbl_shop · Possible keys: PRIMARY · Key Used: PRIMARY · Type: const · Rows: 1 Call trace for this query:File: APPPATH/classes/model/db/shop.php, line 72File: APPPATH/classes/controller/base.php, line 66File: COREPATH/classes/request.php, line 452File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT tax FROM tbl_tax WHERE 1 = 1 and start_date < '2019-02-26 17:05:57' and status = 1 order by start_date desc limit 1Connection name: default Speed: 0.483 ms Query analysis: · Query: SIMPLE on tbl_tax · Type: ALL · Rows: 1 (Using where; Using filesort) Call trace for this query:File: APPPATH/classes/model/db/tax.php, line 62File: APPPATH/classes/controller/base.php, line 72File: COREPATH/classes/request.php, line 452File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT `t0`.`id` AS `t0_c0`, `t0`.`shop_id` AS `t0_c1`, `t0`.`pcsp_top1` AS `t0_c2`, `t0`.`pcsp_top2` AS `t0_c3`, `t0`.`pcsp_privacy` AS `t0_c4`, `t0`.`pcsp_legal` AS `t0_c5`, `t0`.`pcsp_guide` AS `t0_c6`, `t0`.`pcsp_faq` AS `t0_c7`, `t0`.`fp_top1` AS `t0_c8`, `t0`.`fp_top2` AS `t0_c9`, `t0`.`fp_privacy` AS `t0_c10`, `t0`.`fp_legal` AS `t0_c11`, `t0`.`fp_guide` AS `t0_c12`, `t0`.`fp_faq` AS `t0_c13`, `t0`.`status` AS `t0_c14`, `t0`.`insert_date` AS `t0_c15`, `t0`.`update_date` AS `t0_c16` FROM `tbl_shop_description` AS `t0` WHERE `t0`.`status` = 1 AND `t0`.`shop_id` = '40' ORDER BY `t0`.`id` ASC LIMIT 1Connection name: default Speed: 1.258 ms Query analysis: · Query: SIMPLE on t0 · Key Used: PRIMARY · Type: index · Rows: 1 (Using where) Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1304File: PKGPATH/orm/classes/query.php, line 1381File: PKGPATH/orm/classes/model.php, line 584File: APPPATH/classes/model/db/shop/description.php, line 55File: APPPATH/classes/controller/base.php, line 152File: COREPATH/classes/request.php, line 452File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_schedule WHERE 1 = 1 and shop_id = '40' and open_date > now() and status = 1 order by open_date asc limit 5Connection name: default Speed: 0.661 ms Query analysis: · Query: SIMPLE on tbl_schedule · Possible keys: idx_schedule_1 · Key Used: idx_schedule_1 · Type: range · Rows: 468 (Using index condition) Call trace for this query:File: APPPATH/classes/model/db/schedule.php, line 41File: APPPATH/classes/model/lib/regular.php, line 133File: APPPATH/classes/controller/base.php, line 216File: COREPATH/classes/request.php, line 452File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT tbl_product.* FROM tbl_product left join tbl_product_recommend on tbl_product.id = tbl_product_recommend.product_id and tbl_product_recommend.shop_id = '40' WHERE 1 = 1 and tbl_product.shop_id = '40' and tbl_product.price_sale > 0 and tbl_product.status = 1 order by tbl_product_recommend.sort is null asc ,tbl_product_recommend.sort asc ,tbl_product.id descConnection name: default Speed: 3.683 ms Query analysis: · Query: SIMPLE on tbl_product · Possible keys: shop_id,list01,list03,list02 · Key Used: shop_id · Type: ref · Rows: 46 (Using where; Using temporary; Using filesort) · Query: SIMPLE on tbl_product_recommend · Possible keys: list01 · Key Used: list01 · Type: ref · Rows: 1 Call trace for this query:File: APPPATH/classes/model/db/product.php, line 58File: APPPATH/classes/controller/top.php, line 14File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_detail WHERE 1 = 1 and product_id = '2093' and status = 1Connection name: default Speed: 0.488 ms Query analysis: · Query: SIMPLE on tbl_product_detail · Possible keys: IDX001 · Key Used: IDX001 · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/classes/model/db/product/detail.php, line 66File: APPPATH/classes/controller/top.php, line 19File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_obj WHERE 1 = 1 and product_id = '2093' and type = 'pc' and status = 1 order by sort ascConnection name: default Speed: 0.639 ms Query analysis: · Query: SIMPLE on tbl_product_obj · Possible keys: product_id,tbl_product_obj_001 · Key Used: tbl_product_obj_001 · Type: ref · Rows: 4 (Using where) Call trace for this query:File: APPPATH/classes/model/db/product/obj.php, line 72File: APPPATH/classes/controller/top.php, line 23File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_detail WHERE 1 = 1 and product_id = '2095' and status = 1Connection name: default Speed: 0.483 ms Query analysis: · Query: SIMPLE on tbl_product_detail · Possible keys: IDX001 · Key Used: IDX001 · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/classes/model/db/product/detail.php, line 66File: APPPATH/classes/controller/top.php, line 19File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_obj WHERE 1 = 1 and product_id = '2095' and type = 'pc' and status = 1 order by sort ascConnection name: default Speed: 0.529 ms Query analysis: · Query: SIMPLE on tbl_product_obj · Possible keys: product_id,tbl_product_obj_001 · Key Used: tbl_product_obj_001 · Type: ref · Rows: 4 (Using index condition; Using where) Call trace for this query:File: APPPATH/classes/model/db/product/obj.php, line 72File: APPPATH/classes/controller/top.php, line 23File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_detail WHERE 1 = 1 and product_id = '2097' and status = 1Connection name: default Speed: 0.483 ms Query analysis: · Query: SIMPLE on tbl_product_detail · Possible keys: IDX001 · Key Used: IDX001 · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/classes/model/db/product/detail.php, line 66File: APPPATH/classes/controller/top.php, line 19File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_obj WHERE 1 = 1 and product_id = '2097' and type = 'pc' and status = 1 order by sort ascConnection name: default Speed: 0.463 ms Query analysis: · Query: SIMPLE on tbl_product_obj · Possible keys: product_id,tbl_product_obj_001 · Key Used: tbl_product_obj_001 · Type: ref · Rows: 1 (Using index condition; Using where) Call trace for this query:File: APPPATH/classes/model/db/product/obj.php, line 72File: APPPATH/classes/controller/top.php, line 23File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_detail WHERE 1 = 1 and product_id = '831' and status = 1Connection name: default Speed: 0.471 ms Query analysis: · Query: SIMPLE on tbl_product_detail · Possible keys: IDX001 · Key Used: IDX001 · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/classes/model/db/product/detail.php, line 66File: APPPATH/classes/controller/top.php, line 19File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_obj WHERE 1 = 1 and product_id = '831' and type = 'pc' and status = 1 order by sort ascConnection name: default Speed: 0.536 ms Query analysis: · Query: SIMPLE on tbl_product_obj · Possible keys: product_id,tbl_product_obj_001 · Key Used: tbl_product_obj_001 · Type: ref · Rows: 3 (Using index condition; Using where) Call trace for this query:File: APPPATH/classes/model/db/product/obj.php, line 72File: APPPATH/classes/controller/top.php, line 23File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_detail WHERE 1 = 1 and product_id = '835' and status = 1Connection name: default Speed: 0.511 ms Query analysis: · Query: SIMPLE on tbl_product_detail · Possible keys: IDX001 · Key Used: IDX001 · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/classes/model/db/product/detail.php, line 66File: APPPATH/classes/controller/top.php, line 19File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_obj WHERE 1 = 1 and product_id = '835' and type = 'pc' and status = 1 order by sort ascConnection name: default Speed: 0.509 ms Query analysis: · Query: SIMPLE on tbl_product_obj · Possible keys: product_id,tbl_product_obj_001 · Key Used: tbl_product_obj_001 · Type: ref · Rows: 3 (Using index condition; Using where) Call trace for this query:File: APPPATH/classes/model/db/product/obj.php, line 72File: APPPATH/classes/controller/top.php, line 23File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_detail WHERE 1 = 1 and product_id = '833' and status = 1Connection name: default Speed: 0.476 ms Query analysis: · Query: SIMPLE on tbl_product_detail · Possible keys: IDX001 · Key Used: IDX001 · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/classes/model/db/product/detail.php, line 66File: APPPATH/classes/controller/top.php, line 19File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_obj WHERE 1 = 1 and product_id = '833' and type = 'pc' and status = 1 order by sort ascConnection name: default Speed: 0.511 ms Query analysis: · Query: SIMPLE on tbl_product_obj · Possible keys: product_id,tbl_product_obj_001 · Key Used: tbl_product_obj_001 · Type: ref · Rows: 3 (Using index condition; Using where) Call trace for this query:File: APPPATH/classes/model/db/product/obj.php, line 72File: APPPATH/classes/controller/top.php, line 23File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_detail WHERE 1 = 1 and product_id = '837' and status = 1Connection name: default Speed: 0.511 ms Query analysis: · Query: SIMPLE on tbl_product_detail · Possible keys: IDX001 · Key Used: IDX001 · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/classes/model/db/product/detail.php, line 66File: APPPATH/classes/controller/top.php, line 19File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_obj WHERE 1 = 1 and product_id = '837' and type = 'pc' and status = 1 order by sort ascConnection name: default Speed: 0.585 ms Query analysis: · Query: SIMPLE on tbl_product_obj · Possible keys: product_id,tbl_product_obj_001 · Key Used: tbl_product_obj_001 · Type: ref · Rows: 3 (Using index condition; Using where) Call trace for this query:File: APPPATH/classes/model/db/product/obj.php, line 72File: APPPATH/classes/controller/top.php, line 23File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_detail WHERE 1 = 1 and product_id = '828' and status = 1Connection name: default Speed: 0.626 ms Query analysis: · Query: SIMPLE on tbl_product_detail · Possible keys: IDX001 · Key Used: IDX001 · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/classes/model/db/product/detail.php, line 66File: APPPATH/classes/controller/top.php, line 19File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_obj WHERE 1 = 1 and product_id = '828' and type = 'pc' and status = 1 order by sort ascConnection name: default Speed: 0.536 ms Query analysis: · Query: SIMPLE on tbl_product_obj · Possible keys: product_id,tbl_product_obj_001 · Key Used: tbl_product_obj_001 · Type: ref · Rows: 3 (Using index condition; Using where) Call trace for this query:File: APPPATH/classes/model/db/product/obj.php, line 72File: APPPATH/classes/controller/top.php, line 23File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_detail WHERE 1 = 1 and product_id = '846' and status = 1Connection name: default Speed: 0.544 ms Query analysis: · Query: SIMPLE on tbl_product_detail · Possible keys: IDX001 · Key Used: IDX001 · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/classes/model/db/product/detail.php, line 66File: APPPATH/classes/controller/top.php, line 19File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_obj WHERE 1 = 1 and product_id = '846' and type = 'pc' and status = 1 order by sort ascConnection name: default Speed: 0.471 ms Query analysis: · Query: SIMPLE on tbl_product_obj · Possible keys: product_id,tbl_product_obj_001 · Key Used: tbl_product_obj_001 · Type: ref · Rows: 1 (Using index condition; Using where) Call trace for this query:File: APPPATH/classes/model/db/product/obj.php, line 72File: APPPATH/classes/controller/top.php, line 23File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_detail WHERE 1 = 1 and product_id = '849' and status = 1Connection name: default Speed: 0.468 ms Query analysis: · Query: SIMPLE on tbl_product_detail · Possible keys: IDX001 · Key Used: IDX001 · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/classes/model/db/product/detail.php, line 66File: APPPATH/classes/controller/top.php, line 19File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_obj WHERE 1 = 1 and product_id = '849' and type = 'pc' and status = 1 order by sort ascConnection name: default Speed: 0.489 ms Query analysis: · Query: SIMPLE on tbl_product_obj · Possible keys: product_id,tbl_product_obj_001 · Key Used: tbl_product_obj_001 · Type: ref · Rows: 1 (Using index condition; Using where) Call trace for this query:File: APPPATH/classes/model/db/product/obj.php, line 72File: APPPATH/classes/controller/top.php, line 23File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_detail WHERE 1 = 1 and product_id = '852' and status = 1Connection name: default Speed: 0.488 ms Query analysis: · Query: SIMPLE on tbl_product_detail · Possible keys: IDX001 · Key Used: IDX001 · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/classes/model/db/product/detail.php, line 66File: APPPATH/classes/controller/top.php, line 19File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_obj WHERE 1 = 1 and product_id = '852' and type = 'pc' and status = 1 order by sort ascConnection name: default Speed: 0.480 ms Query analysis: · Query: SIMPLE on tbl_product_obj · Possible keys: product_id,tbl_product_obj_001 · Key Used: tbl_product_obj_001 · Type: ref · Rows: 1 (Using index condition; Using where) Call trace for this query:File: APPPATH/classes/model/db/product/obj.php, line 72File: APPPATH/classes/controller/top.php, line 23File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_detail WHERE 1 = 1 and product_id = '854' and status = 1Connection name: default Speed: 0.466 ms Query analysis: · Query: SIMPLE on tbl_product_detail · Possible keys: IDX001 · Key Used: IDX001 · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/classes/model/db/product/detail.php, line 66File: APPPATH/classes/controller/top.php, line 19File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_obj WHERE 1 = 1 and product_id = '854' and type = 'pc' and status = 1 order by sort ascConnection name: default Speed: 0.595 ms Query analysis: · Query: SIMPLE on tbl_product_obj · Possible keys: product_id,tbl_product_obj_001 · Key Used: tbl_product_obj_001 · Type: ref · Rows: 3 (Using index condition; Using where) Call trace for this query:File: APPPATH/classes/model/db/product/obj.php, line 72File: APPPATH/classes/controller/top.php, line 23File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_detail WHERE 1 = 1 and product_id = '856' and status = 1Connection name: default Speed: 0.538 ms Query analysis: · Query: SIMPLE on tbl_product_detail · Possible keys: IDX001 · Key Used: IDX001 · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/classes/model/db/product/detail.php, line 66File: APPPATH/classes/controller/top.php, line 19File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_obj WHERE 1 = 1 and product_id = '856' and type = 'pc' and status = 1 order by sort ascConnection name: default Speed: 0.487 ms Query analysis: · Query: SIMPLE on tbl_product_obj · Possible keys: product_id,tbl_product_obj_001 · Key Used: tbl_product_obj_001 · Type: ref · Rows: 1 (Using index condition; Using where) Call trace for this query:File: APPPATH/classes/model/db/product/obj.php, line 72File: APPPATH/classes/controller/top.php, line 23File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_detail WHERE 1 = 1 and product_id = '842' and status = 1Connection name: default Speed: 0.484 ms Query analysis: · Query: SIMPLE on tbl_product_detail · Possible keys: IDX001 · Key Used: IDX001 · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/classes/model/db/product/detail.php, line 66File: APPPATH/classes/controller/top.php, line 19File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_obj WHERE 1 = 1 and product_id = '842' and type = 'pc' and status = 1 order by sort ascConnection name: default Speed: 0.588 ms Query analysis: · Query: SIMPLE on tbl_product_obj · Possible keys: product_id,tbl_product_obj_001 · Key Used: tbl_product_obj_001 · Type: ref · Rows: 1 (Using index condition; Using where) Call trace for this query:File: APPPATH/classes/model/db/product/obj.php, line 72File: APPPATH/classes/controller/top.php, line 23File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_detail WHERE 1 = 1 and product_id = '844' and status = 1Connection name: default Speed: 0.513 ms Query analysis: · Query: SIMPLE on tbl_product_detail · Possible keys: IDX001 · Key Used: IDX001 · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/classes/model/db/product/detail.php, line 66File: APPPATH/classes/controller/top.php, line 19File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_obj WHERE 1 = 1 and product_id = '844' and type = 'pc' and status = 1 order by sort ascConnection name: default Speed: 0.518 ms Query analysis: · Query: SIMPLE on tbl_product_obj · Possible keys: product_id,tbl_product_obj_001 · Key Used: tbl_product_obj_001 · Type: ref · Rows: 1 (Using index condition; Using where) Call trace for this query:File: APPPATH/classes/model/db/product/obj.php, line 72File: APPPATH/classes/controller/top.php, line 23File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_detail WHERE 1 = 1 and product_id = '855' and status = 1Connection name: default Speed: 0.563 ms Query analysis: · Query: SIMPLE on tbl_product_detail · Possible keys: IDX001 · Key Used: IDX001 · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/classes/model/db/product/detail.php, line 66File: APPPATH/classes/controller/top.php, line 19File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_obj WHERE 1 = 1 and product_id = '855' and type = 'pc' and status = 1 order by sort ascConnection name: default Speed: 0.516 ms Query analysis: · Query: SIMPLE on tbl_product_obj · Possible keys: product_id,tbl_product_obj_001 · Key Used: tbl_product_obj_001 · Type: ref · Rows: 1 (Using index condition; Using where) Call trace for this query:File: APPPATH/classes/model/db/product/obj.php, line 72File: APPPATH/classes/controller/top.php, line 23File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_detail WHERE 1 = 1 and product_id = '838' and status = 1Connection name: default Speed: 0.487 ms Query analysis: · Query: SIMPLE on tbl_product_detail · Possible keys: IDX001 · Key Used: IDX001 · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/classes/model/db/product/detail.php, line 66File: APPPATH/classes/controller/top.php, line 19File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_obj WHERE 1 = 1 and product_id = '838' and type = 'pc' and status = 1 order by sort ascConnection name: default Speed: 0.596 ms Query analysis: · Query: SIMPLE on tbl_product_obj · Possible keys: product_id,tbl_product_obj_001 · Key Used: tbl_product_obj_001 · Type: ref · Rows: 4 (Using index condition; Using where) Call trace for this query:File: APPPATH/classes/model/db/product/obj.php, line 72File: APPPATH/classes/controller/top.php, line 23File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_detail WHERE 1 = 1 and product_id = '839' and status = 1Connection name: default Speed: 0.651 ms Query analysis: · Query: SIMPLE on tbl_product_detail · Possible keys: IDX001 · Key Used: IDX001 · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/classes/model/db/product/detail.php, line 66File: APPPATH/classes/controller/top.php, line 19File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_obj WHERE 1 = 1 and product_id = '839' and type = 'pc' and status = 1 order by sort ascConnection name: default Speed: 0.500 ms Query analysis: · Query: SIMPLE on tbl_product_obj · Possible keys: product_id,tbl_product_obj_001 · Key Used: tbl_product_obj_001 · Type: ref · Rows: 4 (Using index condition; Using where) Call trace for this query:File: APPPATH/classes/model/db/product/obj.php, line 72File: APPPATH/classes/controller/top.php, line 23File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_detail WHERE 1 = 1 and product_id = '847' and status = 1Connection name: default Speed: 0.491 ms Query analysis: · Query: SIMPLE on tbl_product_detail · Possible keys: IDX001 · Key Used: IDX001 · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/classes/model/db/product/detail.php, line 66File: APPPATH/classes/controller/top.php, line 19File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_obj WHERE 1 = 1 and product_id = '847' and type = 'pc' and status = 1 order by sort ascConnection name: default Speed: 0.536 ms Query analysis: · Query: SIMPLE on tbl_product_obj · Possible keys: product_id,tbl_product_obj_001 · Key Used: tbl_product_obj_001 · Type: ref · Rows: 1 (Using index condition; Using where) Call trace for this query:File: APPPATH/classes/model/db/product/obj.php, line 72File: APPPATH/classes/controller/top.php, line 23File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_detail WHERE 1 = 1 and product_id = '850' and status = 1Connection name: default Speed: 0.510 ms Query analysis: · Query: SIMPLE on tbl_product_detail · Possible keys: IDX001 · Key Used: IDX001 · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/classes/model/db/product/detail.php, line 66File: APPPATH/classes/controller/top.php, line 19File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_obj WHERE 1 = 1 and product_id = '850' and type = 'pc' and status = 1 order by sort ascConnection name: default Speed: 0.513 ms Query analysis: · Query: SIMPLE on tbl_product_obj · Possible keys: product_id,tbl_product_obj_001 · Key Used: tbl_product_obj_001 · Type: ref · Rows: 1 (Using index condition; Using where) Call trace for this query:File: APPPATH/classes/model/db/product/obj.php, line 72File: APPPATH/classes/controller/top.php, line 23File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_detail WHERE 1 = 1 and product_id = '853' and status = 1Connection name: default Speed: 0.518 ms Query analysis: · Query: SIMPLE on tbl_product_detail · Possible keys: IDX001 · Key Used: IDX001 · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/classes/model/db/product/detail.php, line 66File: APPPATH/classes/controller/top.php, line 19File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_obj WHERE 1 = 1 and product_id = '853' and type = 'pc' and status = 1 order by sort ascConnection name: default Speed: 0.589 ms Query analysis: · Query: SIMPLE on tbl_product_obj · Possible keys: product_id,tbl_product_obj_001 · Key Used: tbl_product_obj_001 · Type: ref · Rows: 1 (Using index condition; Using where) Call trace for this query:File: APPPATH/classes/model/db/product/obj.php, line 72File: APPPATH/classes/controller/top.php, line 23File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_detail WHERE 1 = 1 and product_id = '840' and status = 1Connection name: default Speed: 0.601 ms Query analysis: · Query: SIMPLE on tbl_product_detail · Possible keys: IDX001 · Key Used: IDX001 · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/classes/model/db/product/detail.php, line 66File: APPPATH/classes/controller/top.php, line 19File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
| SELECT * FROM tbl_product_obj WHERE 1 = 1 and product_id = '840' and type = 'pc' and status = 1 order by sort ascConnection name: default Speed: 0.499 ms Query analysis: · Query: SIMPLE on tbl_product_obj · Possible keys: product_id,tbl_product_obj_001 · Key Used: tbl_product_obj_001 · Type: ref · Rows: 3 (Using index condition; Using where) Call trace for this query:File: APPPATH/classes/model/db/product/obj.php, line 72File: APPPATH/classes/controller/top.php, line 23File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 71File: DOCROOT/index.php, line 96 |
4Finder Paths |
111Total Files |
769.53 kB Total Size |
54.54 kB Largest |
| Finder paths: |
| /var/www/chet_front_v2/fuel/app/ |
| /var/www/chet_front_v2/fuel/packages/email/ |
| /var/www/chet_front_v2/fuel/packages/orm/ |
| /var/www/chet_front_v2/fuel/core/ |
| Loaded files: |
| 3.15 kB /var/www/chet_front_v2/public/index.php |
| 9.39 kB /var/www/chet_front_v2/fuel/core/classes/autoloader.php |
| 584 bytes /var/www/chet_front_v2/fuel/app/bootstrap.php |
| 16.74 kB /var/www/chet_front_v2/fuel/core/bootstrap.php |
| 14.68 kB /var/www/chet_front_v2/fuel/core/base.php |
| 1.33 kB /var/www/chet_front_v2/fuel/core/base56.php |
| 178 bytes /var/www/chet_front_v2/fuel/vendor/autoload.php |
| 2.54 kB /var/www/chet_front_v2/fuel/vendor/composer/autoload_real.php |
| 12.94 kB /var/www/chet_front_v2/fuel/vendor/composer/ClassLoader.php |
| 203 bytes /var/www/chet_front_v2/fuel/vendor/composer/include_paths.php |
| 3.45 kB /var/www/chet_front_v2/fuel/vendor/composer/autoload_static.php |
| 167 bytes /var/www/chet_front_v2/fuel/vendor/guzzlehttp/promises/src/functions_include.php |
| 11.77 kB /var/www/chet_front_v2/fuel/vendor/guzzlehttp/promises/src/functions.php |
| 156 bytes /var/www/chet_front_v2/fuel/vendor/guzzlehttp/psr7/src/functions_include.php |
| 23.61 kB /var/www/chet_front_v2/fuel/vendor/guzzlehttp/psr7/src/functions.php |
| 378 bytes /var/www/chet_front_v2/fuel/vendor/mtdowling/jmespath.php/src/JmesPath.php |
| 160 bytes /var/www/chet_front_v2/fuel/vendor/guzzlehttp/guzzle/src/functions_include.php |
| 9.52 kB /var/www/chet_front_v2/fuel/vendor/guzzlehttp/guzzle/src/functions.php |
| 9.54 kB /var/www/chet_front_v2/fuel/vendor/aws/aws-sdk-php/src/functions.php |
| 33.64 kB /var/www/chet_front_v2/fuel/core/classes/arr.php |
| 8.86 kB /var/www/chet_front_v2/fuel/core/classes/fuel.php |
| 5.59 kB /var/www/chet_front_v2/fuel/core/classes/config.php |
| 2.55 kB /var/www/chet_front_v2/fuel/core/classes/config/php.php |
| 4.95 kB /var/www/chet_front_v2/fuel/core/classes/config/file.php |
| 163 bytes /var/www/chet_front_v2/fuel/core/classes/config/interface.php |
| 12.46 kB /var/www/chet_front_v2/fuel/core/classes/finder.php |
| 1.49 kB /var/www/chet_front_v2/fuel/core/config/file.php |
| 11.18 kB /var/www/chet_front_v2/fuel/core/config/config.php |
| 9.53 kB /var/www/chet_front_v2/fuel/app/config/config.php |
| 123 bytes /var/www/chet_front_v2/fuel/app/config/development/config.php |
| 14.42 kB /var/www/chet_front_v2/fuel/core/classes/input.php |
| 1.73 kB /var/www/chet_front_v2/fuel/core/classes/profiler.php |
| 2.46 kB /var/www/chet_front_v2/fuel/core/vendor/phpquickprofiler/console.php |
| 6.60 kB /var/www/chet_front_v2/fuel/core/vendor/phpquickprofiler/phpquickprofiler.php |
| 11.20 kB /var/www/chet_front_v2/fuel/core/classes/security.php |
| 1.80 kB /var/www/chet_front_v2/fuel/core/classes/event.php |
| 4.72 kB /var/www/chet_front_v2/fuel/core/classes/event/instance.php |
| 3.36 kB /var/www/chet_front_v2/fuel/core/classes/package.php |
| 2.01 kB /var/www/chet_front_v2/fuel/packages/orm/bootstrap.php |
| 124 bytes /var/www/chet_front_v2/fuel/packages/orm/config/orm.php |
| 2.07 kB /var/www/chet_front_v2/fuel/packages/email/bootstrap.php |
| 3.96 kB /var/www/chet_front_v2/fuel/core/classes/module.php |
| 113 bytes /var/www/chet_front_v2/fuel/app/config/routes.php |
| 8.46 kB /var/www/chet_front_v2/fuel/core/classes/router.php |
| 5.29 kB /var/www/chet_front_v2/fuel/core/classes/route.php |
| 7.39 kB /var/www/chet_front_v2/fuel/core/classes/redis/db.php |
| 13.68 kB /var/www/chet_front_v2/fuel/core/classes/request.php |
| 8.35 kB /var/www/chet_front_v2/fuel/core/classes/uri.php |
| 5.91 kB /var/www/chet_front_v2/fuel/core/classes/log.php |
| 15.67 kB /var/www/chet_front_v2/fuel/vendor/monolog/monolog/src/Monolog/Logger.php |
| 2.97 kB /var/www/chet_front_v2/fuel/vendor/psr/log/Psr/Log/LoggerInterface.php |
| 2.13 kB /var/www/chet_front_v2/fuel/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php |
| 1.47 kB /var/www/chet_front_v2/fuel/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php |
| 3.80 kB /var/www/chet_front_v2/fuel/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php |
| 2.44 kB /var/www/chet_front_v2/fuel/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php |
| 2.84 kB /var/www/chet_front_v2/fuel/vendor/monolog/monolog/src/Monolog/Formatter/LineFormatter.php |
| 2.47 kB /var/www/chet_front_v2/fuel/vendor/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php |
| 787 bytes /var/www/chet_front_v2/fuel/vendor/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php |
| 12.40 kB /var/www/chet_front_v2/fuel/core/classes/inflector.php |
| 8.24 kB /var/www/chet_front_v2/fuel/core/classes/lang.php |
| 3.09 kB /var/www/chet_front_v2/fuel/core/classes/lang/php.php |
| 4.43 kB /var/www/chet_front_v2/fuel/core/classes/lang/file.php |
| 174 bytes /var/www/chet_front_v2/fuel/core/classes/lang/interface.php |
| 3.27 kB /var/www/chet_front_v2/fuel/core/lang/en/inflector.php |
| 10.67 kB /var/www/chet_front_v2/fuel/core/classes/str.php |
| 1.05 kB /var/www/chet_front_v2/fuel/app/classes/controller/top.php |
| 9.95 kB /var/www/chet_front_v2/fuel/app/classes/controller/base.php |
| 1.11 kB /var/www/chet_front_v2/fuel/core/classes/controller/template.php |
| 1.55 kB /var/www/chet_front_v2/fuel/core/classes/controller.php |
| 15.65 kB /var/www/chet_front_v2/fuel/core/classes/view.php |
| 8.59 kB /var/www/chet_front_v2/fuel/core/classes/session.php |
| 4.31 kB /var/www/chet_front_v2/fuel/core/config/session.php |
| 4.45 kB /var/www/chet_front_v2/fuel/app/config/development/session.php |
| 10.00 kB /var/www/chet_front_v2/fuel/core/classes/session/memcached.php |
| 15.72 kB /var/www/chet_front_v2/fuel/core/classes/session/driver.php |
| 11.60 kB /var/www/chet_front_v2/fuel/core/classes/date.php |
| 3.83 kB /var/www/chet_front_v2/fuel/core/classes/cookie.php |
| 5.67 kB /var/www/chet_front_v2/fuel/app/config/common.php |
| 407 bytes /var/www/chet_front_v2/fuel/app/config/development/common.php |
| 1.54 kB /var/www/chet_front_v2/fuel/app/classes/model/db/shop.php |
| 54.54 kB /var/www/chet_front_v2/fuel/packages/orm/classes/model.php |
| 618 bytes /var/www/chet_front_v2/fuel/core/classes/sanitization.php |
| 10.78 kB /var/www/chet_front_v2/fuel/core/classes/db.php |
| 6.59 kB /var/www/chet_front_v2/fuel/core/classes/database/query.php |
| 25.56 kB /var/www/chet_front_v2/fuel/core/classes/database/connection.php |
| 1.76 kB /var/www/chet_front_v2/fuel/core/config/db.php |
| 158 bytes /var/www/chet_front_v2/fuel/app/config/db.php |
| 678 bytes /var/www/chet_front_v2/fuel/app/config/development/db.php |
| 12.42 kB /var/www/chet_front_v2/fuel/core/classes/database/pdo/connection.php |
| 17.36 kB /var/www/chet_front_v2/fuel/core/classes/database/schema.php |
| 1.35 kB /var/www/chet_front_v2/fuel/core/classes/database/result/cached.php |
| 7.40 kB /var/www/chet_front_v2/fuel/core/classes/database/result.php |
| 1.48 kB /var/www/chet_front_v2/fuel/app/classes/model/db/tax.php |
| 1.07 kB /var/www/chet_front_v2/fuel/app/classes/model/lib/postage.php |
| 273 bytes /var/www/chet_front_v2/fuel/core/classes/model.php |
| 78 bytes /var/www/chet_front_v2/fuel/app/config/postage.php |
| 1.16 kB /var/www/chet_front_v2/fuel/app/classes/model/db/shop/description.php |
| 36.40 kB /var/www/chet_front_v2/fuel/packages/orm/classes/query.php |
| 9.78 kB /var/www/chet_front_v2/fuel/core/classes/database/query/builder/select.php |
| 3.95 kB /var/www/chet_front_v2/fuel/core/classes/database/query/builder/where.php |
| 4.78 kB /var/www/chet_front_v2/fuel/core/classes/database/query/builder.php |
| 13.67 kB /var/www/chet_front_v2/fuel/packages/orm/classes/observer/typing.php |
| 857 bytes /var/www/chet_front_v2/fuel/app/config/state.php |
| 36.69 kB /var/www/chet_front_v2/fuel/app/classes/model/lib/regular.php |
| 1.95 kB /var/www/chet_front_v2/fuel/app/classes/model/db/schedule.php |
| 2.71 kB /var/www/chet_front_v2/fuel/app/classes/model/db/product.php |
| 3.92 kB /var/www/chet_front_v2/fuel/app/classes/model/db/product/detail.php |
| 1.64 kB /var/www/chet_front_v2/fuel/app/classes/model/db/product/obj.php |
| 8.90 kB /var/www/chet_front_v2/fuel/core/classes/response.php |
| 11.29 kB /var/www/chet_front_v2/fuel/app/views/chet/template.php |
| 2.88 kB /var/www/chet_front_v2/fuel/app/views/chet/top.php |
398 Configuration items |
| file |
| › base_config |
| null› › basedir |
| null› › extensions |
| null› › url |
| null› › use_locks |
| › › file_handlers |
| › areas |
| null› magic_file |
| › chmod |
| 438› › files |
| 511› › folders |
| /dev.chet55.com/base_url |
| url_suffix |
| falseindex_file |
| trueprofiling |
| profiling_paths |
| /var/www/chet_front_v2/fuel/app/› APPPATH |
| /var/www/chet_front_v2/fuel/core/› COREPATH |
| /var/www/chet_front_v2/fuel/packages/› PKGPATH |
| /var/www/chet_front_v2/fuel/app/cache/cache_dir |
| falsecaching |
| 3600cache_lifetime |
| nullob_callback |
| errors |
| › continue_on |
| 10› throttle |
| true› notices |
| false› render_prior |
| jalanguage |
| enlanguage_fallback |
| ja_JP.UTF-8locale |
| UTF-8encoding |
| 0server_gmt_offset |
| Asia/Tokyodefault_timezone |
| 99log_threshold |
| chet_front.loglog_file |
| /var/www/chet_front_v2/fuel/app/../../logs/log_path |
| Y-m-d H:i:slog_date_format |
| falsecli_backtrace |
| security |
| false› csrf_autoload |
| › csrf_autoload_methods |
| post› › 0 |
| put› › 1 |
| delete› › 2 |
| false› csrf_bad_request_on_fail |
| false› csrf_auto_token |
| fuel_csrf_token› csrf_token_key |
| 0› csrf_expiration |
| put your salt value here to make the token more secure› token_salt |
| false› allow_x_headers |
| 3› htmlentities_flags |
| false› htmlentities_double_encode |
| true› auto_filter_output |
| true› filter_closures |
| › whitelisted_classes |
| Fuel\Core\Response› › 0 |
| Fuel\Core\View› › 1 |
| Fuel\Core\ViewModel› › 2 |
| Closure› › 3 |
| false› form-double-urlencoded |
| › clean_paths |
| › uri_filter |
| htmlentities› › 0 |
| › output_filter |
| Security::htmlentities› › 0 |
| › input_filter |
| cookie |
| 0› expiration |
| /› path |
| null› domain |
| false› secure |
| false› http_only |
| validation |
| true› global_input_fallback |
| Controller_controller_prefix |
| routing |
| true› case_sensitive |
| true› strip_extension |
| response |
| true› redirect_with_wildcards |
| config |
| null› database |
| config› table_name |
| › memcached |
| config› › identifier |
| › › servers |
| › › › 0 |
| 127.0.0.1› › › › host |
| 11211› › › › port |
| 100› › › › weight |
| lang |
| null› database |
| lang› table_name |
| module_paths |
| package_paths |
| /var/www/chet_front_v2/fuel/packages/› 0 |
| always_load |
| › packages |
| orm› › 0 |
| email› › 1 |
| › modules |
| › classes |
| › config |
| › language |
| event |
| orm |
| 2038-01-18 22:14:08› sql_max_timestamp_mysql |
| 2147483647› sql_max_timestamp_unix |
| routes |
| top› _root_ |
| notfound› _404_ |
| session |
| true› auto_initialize |
| memcached› driver |
| false› match_ip |
| true› match_ua |
| › cookie_domain |
| /› cookie_path |
| null› cookie_http_only |
| true› encrypt_cookie |
| false› expire_on_close |
| 7200› expiration_time |
| 300› rotation_time |
| flash› flash_id |
| true› flash_auto_expire |
| true› flash_expire_after_get |
| › post_cookie_name |
| Session-Id› http_header_name |
| true› enable_cookie |
| false› native_emulation |
| › cookie |
| chetdsid› › cookie_name |
| › file |
| chetdsid› › cookie_name |
| /tmp› › path |
| 5› › gc_probability |
| › memcached |
| chetdsid› › cookie_name |
| › › servers |
| › › › default |
| localhost› › › › host |
| 11211› › › › port |
| 100› › › › weight |
| › db |
| chetdsid› › cookie_name |
| null› › database |
| sessions› › table |
| 5› › gc_probability |
| › redis |
| chetdsid› › cookie_name |
| default› › database |
| 182fee_ato |
| flatcypt_key |
| status_value |
| 1› enable |
| 0› disable |
| -1› deleted |
| › type |
| åãåãã› › 0 |
| ä»®ç»é²› › 1 |
| æ¬ç»é²å®äº› › 2 |
| éä¼å®äº› › 3 |
| ãã¹ã¯ã¼ãå¿ã› › 4 |
| 注æå®äº› › 5 |
| é éå®äº› › 6 |
| ãªãã¤ã³ã› › 7 |
| å ¥é確誛 › 8 |
| ã¡ã«ã㬛 › 9 |
| åæ³¨ãã£ã³ã»ã«› › 10 |
| 徿ãä¸ä¿¡NG› › 11 |
| åé確誛 › 12 |
| ä¸å¨é£çµ¡› › 13 |
| åéå®äº› › 14 |
| ä¼å ´ååãªãã¤ã³ã› › 15 |
| ä¼å ´ååç´åã¡ã¼ã«› › 16 |
| ã³ã³ãããã£ã³ã»ã«æéé祛 › 17 |
| ã³ã³ããå ¥éé祛 › 18 |
| 徿ãä¸ä¿¡ä¸› › 19 |
| é½åº¦è³¼å ¥å®äºæ› › 21 |
| å®æè³¼å ¥éå§æï¼ããªã¼ãã©ã¤ã¢ã«å«ãï¼› › 22 |
| 次åå®æè³¼å ¥åãªãã¤ã³ãæï¼åæ³¨å ±åæ¥2æ¥åï¼› › 23 |
| å®æè³¼å ¥ç¶ç¶ç¢ºå®æ› › 24 |
| å®æè³¼å ¥ä¼æ¢æ› › 25 |
| å®æè³¼å ¥é »åº¦å¤æ´æ› › 26 |
| å®æè³¼å ¥ãã£ã³ã»ã«æ› › 27 |
| å®æè³¼å ¥çºéåºæºæ¥å¤æ´æ› › 28 |
| å®æè³¼å ¥é éå 夿´æ› › 29 |
| å®æè³¼å ¥ã¯ã¬ã¸ããã«ã¼ã夿´æ› › 30 |
| åãåãç¢ºèªæ› › 31 |
| å®æè³¼å ¥è£½åè¿½å › › 32 |
| å®æè³¼å ¥FREETRIALéå§æ› › 33 |
| å®æè³¼å ¥FREETRIAL徿¬¡åãªãã¤ã³ã› › 34 |
| å®æè³¼å ¥ä¸ä¿¡NGå§å› › 35 |
| å®æè³¼å ¥ä¸ä¿¡NGå§åå¾å¾©æ´»› › 36 |
| å®æè³¼å ¥ä¸ä¿¡NGæå¾éå› › 37 |
| å®æè³¼å ¥ããªã¼ãã©ã¤ã¢ã«ãã£ã³ã»ã«æ› › 38 |
| å®æè³¼å ¥ãã£ã³ã»ã«ã¢ã³ã±ã¼ã› › 46 |
| › value |
| 0› › inquiry |
| 1› › temp |
| 2› › regist |
| 3› › leave |
| 4› › forget |
| 5› › order |
| 6› › deliver |
| 7› › remind |
| 8› › receipt |
| 9› › magazine |
| 10› › cancel |
| 11› › yoshinng |
| 12› › redeliver_confirm |
| 13› › absence_info |
| 14› › redeliver_send |
| 15› › receives_remind |
| 16› › redeliver_receipt |
| 17› › cvsremind |
| 18› › cvscapture |
| 19› › yoshinnow |
| 21› › shot_order |
| 22› › ss_order |
| 23› › ss_remind |
| 24› › ss_order_continue |
| 25› › ss_change_suspend |
| 26› › ss_change_frequency |
| 27› › ss_change_cancel |
| 28› › ss_change_datetime |
| 29› › ss_change_address |
| 30› › ss_change_payment |
| 31› › shipping_finish |
| 32› › ss_item_add |
| 33› › ss_freetrial |
| 34› › ss_freetrial_remind |
| 35› › ss_yoshinng_alert |
| 36› › ss_yoshinng_success |
| 37› › ss_yoshinng_final |
| 38› › ss_freetrial_cancel |
| 46› › cancel_inquiry |
| order |
| › status |
| › › status |
| ä¸ä¿¡› › › 0 |
| ä¸ä¿¡&売丛 › › 1 |
| ååå¼› › › 2 |
| 売丛 › › 3 |
| ãã£ã³ã»ã«› › › 4 |
| çºè¡› › › 5 |
| 代å¼ã› › › 6 |
| › › value |
| 0› › › authorize |
| 1› › › authorize_capture |
| 2› › › reauthorize |
| 3› › › capture |
| 4› › › cancel |
| 5› › › publish |
| 6› › › cod |
| 7› › › ato |
| › result |
| › › status |
| å¤±æ› › › 0 |
| æå› › › 1 |
| ä¿ç› › › 9 |
| › › value |
| 0› › › failure |
| 1› › › success |
| 9› › › pending |
| › result_ato |
| › › status |
| ä¸ä¿¡ä¸› › › 0 |
| ä¸ä¿¡OK› › › 1 |
| ä¸ä¿¡NG› › › 2 |
| › › value |
| 0› › › check |
| 1› › › success |
| 2› › › failure |
| payment |
| › status |
| æå®ãªã› › |
| ã¯ã¬ã«› › 1 |
| ã³ã³ãã› › 2 |
| 代å¼ã› › 3 |
| å¾æã› › 4 |
| › status_user |
| æå®ãªã› › |
| ã¯ã¬ã¸ããã«ã¼ã› › 1 |
| ã³ã³ããæ±ºæ¸› › 2 |
| 代é弿› › 3 |
| å¾æã› › 4 |
| › value |
| › › nothing |
| 1› › card |
| 2› › cvs |
| 3› › cod |
| 4› › ato |
| 5› › npato |
| delivery_time |
| åå丛 AM |
| 12æï½14æ› 12-14 |
| 14æï½16æ› 14-16 |
| 16æï½18æ› 16-18 |
| 18æï½20æ› 18-20 |
| 19æï½21æ› 19-21 |
| /api.veritrans.co.jp/4gtokenveritrans_token_api_url |
| 5coupon_rate |
| coupon_rate_custom |
| 10› 4 |
| basic |
| 1› front_mode |
| admin› user |
| pass› pass |
| 40shop_id |
| www.atobarai.jpatobarai_domain |
| db |
| default› active |
| › default |
| pdo› › type |
| › › connection |
| mysql:host=ogs-development.cwppwbyiawdq.ap-northeast-1.rds.amazonaws.com;dbname=ogsdb› › › dsn |
| › › › hostname |
| reniuser› › › username |
| Renipass› › › password |
| › › › database |
| false› › › persistent |
| false› › › compress |
| `› › identifier |
| › › table_prefix |
| utf8› › charset |
| false› › collation |
| true› › enable_cache |
| true› › profiling |
| › › readonly |
| slave› › › 0 |
| › redis |
| › › default |
| 127.0.0.1› › › hostname |
| 6379› › › port |
| null› › › timeout |
| 0› › › database |
| › slave |
| pdo› › type |
| › › table_prefix |
| › › connection |
| mysql:host=ogs-development-r1.cwppwbyiawdq.ap-northeast-1.rds.amazonaws.com;dbname=ogsdb› › › dsn |
| reniuser› › › username |
| Renipass› › › password |
| 0regular |
| 300free |
| 550common |
| state |
| åæµ·é› 0 |
| ç¦å³¶ç› 1 |
| å±±å½¢ç› 2 |
| ç§ç°ç› 3 |
| å®®åç› 4 |
| 岩æç› 5 |
| 鿣®ç› 6 |
| ç¥å¥å·ç› 7 |
| æ±äº¬é½› 8 |
| åèç› 9 |
| å¼çç› 10 |
| ç¾¤é¦¬ç› 11 |
| æ æ¨ç› 12 |
| è¨åç› 13 |
| ä¸éç› 14 |
| æç¥ç› 15 |
| éå²¡ç› 16 |
| é·éç› 17 |
| å±±æ¢¨ç› 18 |
| ç¦äºç› 19 |
| ç³å·ç› 20 |
| å¯å±±ç› 21 |
| æ°æ½ç› 22 |
| åæå±±ç› 23 |
| å¥è¯ç› 24 |
| å µåº«ç› 25 |
| 大éªåº› 26 |
| 京é½åº› 27 |
| æ»è³ç› 28 |
| å²éç› 29 |
| å±±å£ç› 30 |
| åºå³¶ç› 31 |
| å²¡å±±ç› 32 |
| å³¶æ ¹ç› 33 |
| é³¥åç› 34 |
| å¾³å³¶ç› 35 |
| é¦å·ç› 36 |
| æåªç› 37 |
| é«ç¥ç› 38 |
| 鹿å å³¶ç› 39 |
| å®®å´ç› 40 |
| 大åç› 41 |
| çæ¬ç› 42 |
| é·å´ç› 43 |
| ä½è³ç› 44 |
| ç¦å²¡ç› 45 |
| æ²ç¸ç› 46 |
1 Session variables |
| ref |
| Based on PHP Quick Profiler | (304) 548-8924 705-857-5966 7044031722 |





















