Total processing time: 24 ms; Peak memory: 4.853 MB. Show Profiling Timeline
Time | Duration | Category | Info |
---|---|---|---|
11:05:31.479 | 5.2 ms | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT DISTINCT s.* FROM "a57be577deb434"."tbl_suppliers" "s" LEFT JOIN "a57be577deb434"."tbl_contacts" "c" ON c.supplier_id = s.id and c.supplier_id is not null WHERE (lower(s.name) LIKE '%test%') OR ("s"."pinyin_shortcut" LIKE '%test%') OR (lower(s.description) LIKE '%test%') OR (lower(s.main_products) LIKE '%test%') OR (lower(c.name) LIKE '%test%') GROUP BY "s"."id" ORDER BY "s"."updated_at" DESC) "c" |
11:05:31.484 | 3.7 ms | yii\db\Command::query | SELECT DISTINCT s.* FROM "a57be577deb434"."tbl_suppliers" "s" LEFT JOIN "a57be577deb434"."tbl_contacts" "c" ON c.supplier_id = s.id and c.supplier_id is not null WHERE (lower(s.name) LIKE '%test%') OR ("s"."pinyin_shortcut" LIKE '%test%') OR (lower(s.description) LIKE '%test%') OR (lower(s.main_products) LIKE '%test%') OR (lower(c.name) LIKE '%test%') GROUP BY "s"."id" ORDER BY "s"."updated_at" DESC LIMIT 10 |
11:05:31.472 | 2.6 ms | yii\db\Command::query | SELECT * FROM "global"."vw_user_login" WHERE "access_token"='gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om' |
11:05:31.470 | 1.9 ms | yii\db\Connection::open | Opening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta |
11:05:31.476 | 1.3 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000 |
11:05:31.490 | 1.2 ms | yii\db\Command::query | INSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "version_code", "url", "request", "response", "php_error", "time") VALUES (200, 'a57be577deb434', 1000, 2, 1149, 'v2/supplier/list', '{"Filter":{"name":"updated_at","sort":"DESC"},"SupplierSearch":{"keyword":"test","supplier_tag":""},"access_token":"gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om","device_type":"2","posttime":"1757559936","token":"c4a35eebc9ee62087a434b0ba38089cf","version_code":"1149"}', '{"code":200,"data":{"list":[],"pagenation":{"totalcount":0,"thispage":1,"pagesize":10},"can_create":true},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}]}', FALSE, '2025-09-11 11:05:31') RETURNING "id" |