Total processing time: 106 ms; Peak memory: 2.734 MB. Show Profiling Timeline
| Time | Duration | Category | Info |
|---|---|---|---|
| 11:10:19.869 | 26.1 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "id"=1667 |
| 11:10:19.826 | 16.3 ms | yii\db\Command::query | select ct.conname as constraint_name, a.attname as column_name, fc.relname as foreign_table_name, fns.nspname as foreign_table_schema, fa.attname as foreign_column_name from (SELECT ct.conname, ct.conrelid, ct.confrelid, ct.conkey, ct.contype, ct.confkey, generate_subscripts(ct.conkey, 1) AS s FROM pg_constraint ct ) AS ct inner join pg_class c on c.oid=ct.conrelid inner join pg_namespace ns on c.relnamespace=ns.oid inner join pg_attribute a on a.attrelid=ct.conrelid and a.attnum = ct.conkey[ct.s] left join pg_class fc on fc.oid=ct.confrelid left join pg_namespace fns on fc.relnamespace=fns.oid left join pg_attribute fa on fa.attrelid=ct.confrelid and fa.attnum = ct.confkey[ct.s] where ct.contype='f' and c.relname='tbl_task_groups' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum |
| 11:10:19.853 | 15.7 ms | yii\db\Command::query | select ct.conname as constraint_name, a.attname as column_name, fc.relname as foreign_table_name, fns.nspname as foreign_table_schema, fa.attname as foreign_column_name from (SELECT ct.conname, ct.conrelid, ct.confrelid, ct.conkey, ct.contype, ct.confkey, generate_subscripts(ct.conkey, 1) AS s FROM pg_constraint ct ) AS ct inner join pg_class c on c.oid=ct.conrelid inner join pg_namespace ns on c.relnamespace=ns.oid inner join pg_attribute a on a.attrelid=ct.conrelid and a.attnum = ct.conkey[ct.s] left join pg_class fc on fc.oid=ct.confrelid left join pg_namespace fns on fc.relnamespace=fns.oid left join pg_attribute fa on fa.attrelid=ct.confrelid and fa.attnum = ct.confkey[ct.s] where ct.contype='f' and c.relname='tbl_tasks' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum |
| 11:10:19.820 | 5.7 ms | yii\db\Command::query | SELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, t.typname AS data_type, a.attlen AS character_maximum_length, pg_catalog.col_description(c.oid, a.attnum) AS column_comment, a.atttypmod AS modifier, a.attnotnull = false AS is_nullable, CAST(pg_get_expr(ad.adbin, ad.adrelid) AS varchar) AS column_default, coalesce(pg_get_expr(ad.adbin, ad.adrelid) ~ 'nextval',false) AS is_autoinc, array_to_string((select array_agg(enumlabel) from pg_enum where enumtypid=a.atttypid)::varchar[],',') as enum_values, CASE atttypid WHEN 21 /*int2*/ THEN 16 WHEN 23 /*int4*/ THEN 32 WHEN 20 /*int8*/ THEN 64 WHEN 1700 /*numeric*/ THEN CASE WHEN atttypmod = -1 THEN null ELSE ((atttypmod - 4) >> 16) & 65535 END WHEN 700 /*float4*/ THEN 24 /*FLT_MANT_DIG*/ WHEN 701 /*float8*/ THEN 53 /*DBL_MANT_DIG*/ ELSE null END AS numeric_precision, CASE WHEN atttypid IN (21, 23, 20) THEN 0 WHEN atttypid IN (1700) THEN CASE WHEN atttypmod = -1 THEN null ELSE (atttypmod - 4) & 65535 END ELSE null END AS numeric_scale, CAST( information_schema._pg_char_max_length(information_schema._pg_truetypid(a, t), information_schema._pg_truetypmod(a, t)) AS numeric ) AS size, a.attnum = any (ct.conkey) as is_pkey FROM pg_class c LEFT JOIN pg_attribute a ON a.attrelid = c.oid LEFT JOIN pg_attrdef ad ON a.attrelid = ad.adrelid AND a.attnum = ad.adnum LEFT JOIN pg_type t ON a.atttypid = t.oid LEFT JOIN pg_namespace d ON d.oid = c.relnamespace LEFT join pg_constraint ct on ct.conrelid=c.oid and ct.contype='p' WHERE a.attnum > 0 and t.typname != '' and c.relname = 'tbl_task_groups' and d.nspname = 'a57be577deb434' ORDER BY a.attnum; |
| 11:10:19.848 | 4.6 ms | yii\db\Command::query | SELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, t.typname AS data_type, a.attlen AS character_maximum_length, pg_catalog.col_description(c.oid, a.attnum) AS column_comment, a.atttypmod AS modifier, a.attnotnull = false AS is_nullable, CAST(pg_get_expr(ad.adbin, ad.adrelid) AS varchar) AS column_default, coalesce(pg_get_expr(ad.adbin, ad.adrelid) ~ 'nextval',false) AS is_autoinc, array_to_string((select array_agg(enumlabel) from pg_enum where enumtypid=a.atttypid)::varchar[],',') as enum_values, CASE atttypid WHEN 21 /*int2*/ THEN 16 WHEN 23 /*int4*/ THEN 32 WHEN 20 /*int8*/ THEN 64 WHEN 1700 /*numeric*/ THEN CASE WHEN atttypmod = -1 THEN null ELSE ((atttypmod - 4) >> 16) & 65535 END WHEN 700 /*float4*/ THEN 24 /*FLT_MANT_DIG*/ WHEN 701 /*float8*/ THEN 53 /*DBL_MANT_DIG*/ ELSE null END AS numeric_precision, CASE WHEN atttypid IN (21, 23, 20) THEN 0 WHEN atttypid IN (1700) THEN CASE WHEN atttypmod = -1 THEN null ELSE (atttypmod - 4) & 65535 END ELSE null END AS numeric_scale, CAST( information_schema._pg_char_max_length(information_schema._pg_truetypid(a, t), information_schema._pg_truetypmod(a, t)) AS numeric ) AS size, a.attnum = any (ct.conkey) as is_pkey FROM pg_class c LEFT JOIN pg_attribute a ON a.attrelid = c.oid LEFT JOIN pg_attrdef ad ON a.attrelid = ad.adrelid AND a.attnum = ad.adnum LEFT JOIN pg_type t ON a.atttypid = t.oid LEFT JOIN pg_namespace d ON d.oid = c.relnamespace LEFT join pg_constraint ct on ct.conrelid=c.oid and ct.contype='p' WHERE a.attnum > 0 and t.typname != '' and c.relname = 'tbl_tasks' and d.nspname = 'a57be577deb434' ORDER BY a.attnum; |
| 11:10:19.843 | 2.7 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_task_groups" WHERE "id"=203 |
| 11:10:19.901 | 1.0 ms | yii\db\Command::query | INSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "url", "request", "response", "php_error", "time", "duration") VALUES (200, 'a57be577deb434', 1001, 5, 'vue/history/list-object', '{"page":"1","web_access_token":"l4p3M_87vSdo8QF-blMLH4iPaepKw7vp"}', '{"code":2000,"result":{"list":[{"id":207687,"user_id":1001,"object_type":1,"object_id":3854,"last_visit_at":"2026-06-05 11:10:16","title":"\u5907\u4efd\u9879\u76ee\u4e8c\u671f","icon":"icon-shangjixinxi"},{"id":207686,"user_id":1001,"object_type":1,"object_id":4173,"last_visit_at":"2026-06-05 10:06:42","title":"\u6d4b\u8bd5\u5de5\u5355\u4eba\u5de5\u6210\u672c\u95ee\u9898","icon":"icon-shangjixinxi"},{"id":207679,"user_id":1001,"object_type":102,"object_id":203,"last_visit_at":"2026-06-05 09:45:45","title":"\u9879\u76ee","icon":"icon-xiangmuguanli"},{"id":207685,"user_id":1001,"object_type":101,"object_id":1667,"last_visit_at":"2026-06-05 09:42:20","title":"4","icon":"icon-xiangmuguanli"},{"id":207684,"user_id":1001,"object_type":21,"object_id":593,"last_visit_at":"2026-06-04 21:16:12","title":"\uff08\u672a\u8bbe\u7f6e\uff09","icon":"icon-xiaoshouxiansuo"},{"id":207683,"user_id":1001,"object_type":21,"object_id":587,"last_visit_at":"2026-06-04 21:01:39","title":"544 5","icon":"icon-xiaoshouxiansuo"},{"id":207675,"user_id":1001,"object_type":21,"object_id":591,"last_visit_at":"2026-06-04 21:01:34","title":"\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9\u5546\u673a\u5185\u5bb9","icon":"icon-xiaoshouxiansuo"},{"id":207678,"user_id":1001,"object_type":1,"object_id":4179,"last_visit_at":"2026-06-04 21:00:31","title":"\u9500\u552e\u7ebf\u7d22\u751f\u621020260604003","icon":"icon-shangjixinxi"},{"id":207676,"user_id":1001,"object_type":10,"object_id":3315,"last_visit_at":"2026-06-04 21:00:23","title":"\u822a\u5929\u79d1\u5de5206\u6240(\u91cd\u590d)","icon":"icon-kehuxinxi"},{"id":207682,"user_id":1001,"object_type":21,"object_id":592,"last_visit_at":"2026-06-04 20:47:45","title":"\uff08\u672a\u8bbe\u7f6e\uff09","icon":"icon-xiaoshouxiansuo"}]},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}],"mod":0,"ip":"221.216.117.119","ua":"Mozilla\/5.0 (Macintosh; Intel Mac OS X 10.15; rv:151.0) Gecko\/20100101 Firefox\/151.0"}', FALSE, '2026-06-05 11:10:19', 95603968) RETURNING "id" |
| 11:10:19.810 | 0.8 ms | yii\db\Command::query | SELECT * FROM "global"."vw_user_login" WHERE "id"=1001 |
| 11:10:19.896 | 0.7 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_sources" WHERE "id"=593 |
| 11:10:19.813 | 0.6 ms | yii\db\Command::query | SELECT COUNT(*) FROM (SELECT * FROM "a57be577deb434"."tbl_visit_object_histories" WHERE "user_id"=1001 ORDER BY "last_visit_at" DESC LIMIT 10) "c" |
| 11:10:19.812 | 0.5 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001 |
| 11:10:19.899 | 0.4 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"=3315 |
| 11:10:19.814 | 0.3 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_visit_object_histories" WHERE "user_id"=1001 ORDER BY "last_visit_at" DESC LIMIT 20 |
| 11:10:19.815 | 0.3 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_projects" WHERE "id"=3854 |
| 11:10:19.898 | 0.3 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_projects" WHERE "id"=4179 |
| 11:10:19.898 | 0.3 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_sources" WHERE "id"=591 |
| 11:10:19.900 | 0.3 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_sources" WHERE "id"=592 |
| 11:10:19.897 | 0.3 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_sources" WHERE "id"=587 |
| 11:10:19.815 | 0.3 ms | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_projects" WHERE "id"=4173 |
| 11:10:19.810 | 0.2 ms | yii\db\Connection::open | Opening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta |