All Latest
6a39e1ed91851: POST https://beta.jinchangxiao.com/vue/task/save-new-file at 2026-06-23 09:31:25 am by 39.156.194.178

Performance Profiling

Total processing time: 77 ms; Peak memory: 3.300 MB. Show Profiling Timeline

总计18条数据
TimeDurationCategoryInfo
  
09:31:25.63017.4 msyii\db\Command::queryselect 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_object_change_logs' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum
09:31:25.64811.8 msyii\db\Command::queryINSERT INTO "a57be577deb434"."tbl_object_change_logs" ("act", "attribute", "object_id", "object_type", "created_by", "created_at", "new_value", "old_value", "description") VALUES (1, 'create', 103, 103, 1000, '2026-06-23 09:31:25', '{"id":103,"attachment_id":32715,"task_group_id":106,"created_by":1000,"title":"1","description":"","created_at":"2026-06-23 09:31:25","updated_at":"2026-06-23 09:31:25","file_url":"fdsafda"}', '{"id":103,"attachment_id":32715,"task_group_id":106,"created_by":1000,"title":"1","description":"","created_at":"2026-06-23 09:31:25","updated_at":"2026-06-23 09:31:25","file_url":"fdsafda"}', '{"d1":"\u66f9\u6c38\u751f","d2":"\u521b\u5efa\u4e86","d3":"\u9879\u76ee\u6587\u4ef6","d4":[]}') RETURNING "id"
09:31:25.6245.3 msyii\db\Command::querySELECT 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_object_change_logs' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;
09:31:25.6144.6 msyii\db\Command::queryINSERT INTO "a57be577deb434"."tbl_task_files" ("created_by", "title", "file_url", "task_group_id", "attachment_id", "description") VALUES (1000, '1', 'fdsafda', 106, 32715, '') RETURNING "id"
09:31:25.6193.3 msyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('INSERT', 'app\models\TaskFiles', 103, 'a:9:{s:2:"id";i:103;s:13:"attachment_id";s:5:"32715";s:13:"task_group_id";s:3:"106";s:10:"created_by";i:1000;s:5:"title";s:1:"1";s:11:"description";s:0:"";s:10:"created_at";N;s:10:"updated_at";N;s:8:"file_url";s:7:"fdsafda";}', '', 1000, '39.156.194.178')
09:31:25.6641.6 msyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('INSERT', 'app\models\ObjectChangeLogs', 642320, 'a:13:{s:2:"id";i:642320;s:9:"object_id";i:106;s:11:"object_type";i:102;s:9:"target_id";i:103;s:18:"target_object_type";i:103;s:3:"act";i:1;s:9:"attribute";s:6:"create";s:9:"old_value";s:5:"[103]";s:9:"new_value";s:5:"[103]";s:11:"description";s:96:"{"d1":"\u66f9\u6c38\u751f","d2":"\u521b\u5efa\u4e86","d3":"\u9879\u76ee\u6587\u4ef6","d4":["1"]}";s:10:"created_by";i:1000;s:10:"created_at";N;s:9:"is_delete";N;}', '', 1000, '39.156.194.178')
09:31:25.6621.6 msyii\db\Command::queryINSERT INTO "a57be577deb434"."tbl_object_change_logs" ("act", "attribute", "object_id", "object_type", "target_id", "target_object_type", "created_by", "new_value", "old_value", "description") VALUES (1, 'create', 106, 102, 103, 103, 1000, '[103]', '[103]', '{"d1":"\u66f9\u6c38\u751f","d2":"\u521b\u5efa\u4e86","d3":"\u9879\u76ee\u6587\u4ef6","d4":["1"]}') RETURNING "id"
09:31:25.6111.4 msyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_task_groups" WHERE "id"='106')
09:31:25.6671.2 msyii\db\Command::queryINSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "url", "request", "response", "php_error", "time", "duration") VALUES (200, 'a57be577deb434', 1000, 5, 'vue/task/save-new-file', '{"TaskFiles":{"id":"","title":"1","file_url":"fdsafda","task_group_id":"106","attachment_id":"32715","description":""},"web_access_token":"tx-xSIZC0ygE2OfLNKgINP41pUwGq1gf"}', '{"code":2000,"result":{"id":103},"status":1,"msg":[{"name":"success","success":"\u65b0\u9879\u76ee\u6587\u4ef6\u5df2\u521b\u5efa\u6210\u529f","error":""}],"mod":0,"ip":"39.156.194.178","ua":"Mozilla\/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/148.0.0.0 Safari\/537.36"}', FALSE, '2026-06-23 09:31:25', 68588032) RETURNING "id"
09:31:25.6601.2 msyii\db\Command::executeINSERT INTO "a57be577deb434"."tbl_action_logs" ("action", "object_type", "object_id", "new_value", "old_value", "created_by", "ip_address") VALUES ('INSERT', 'app\models\ObjectChangeLogs', 642319, 'a:13:{s:2:"id";i:642319;s:9:"object_id";i:103;s:11:"object_type";i:103;s:9:"target_id";N;s:18:"target_object_type";N;s:3:"act";i:1;s:9:"attribute";s:6:"create";s:9:"old_value";s:190:"{"id":103,"attachment_id":32715,"task_group_id":106,"created_by":1000,"title":"1","description":"","created_at":"2026-06-23 09:31:25","updated_at":"2026-06-23 09:31:25","file_url":"fdsafda"}";s:9:"new_value";s:190:"{"id":103,"attachment_id":32715,"task_group_id":106,"created_by":1000,"title":"1","description":"","created_at":"2026-06-23 09:31:25","updated_at":"2026-06-23 09:31:25","file_url":"fdsafda"}";s:11:"description";s:93:"{"d1":"\u66f9\u6c38\u751f","d2":"\u521b\u5efa\u4e86","d3":"\u9879\u76ee\u6587\u4ef6","d4":[]}";s:10:"created_by";i:1000;s:10:"created_at";s:19:"2026-06-23 09:31:25";s:9:"is_delete";N;}', '', 1000, '39.156.194.178')
09:31:25.6100.9 msyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_attachments" WHERE "id"='32715')
09:31:25.6020.9 msyii\db\Command::querySELECT * FROM "global"."vw_user_login" WHERE "id"=1000
09:31:25.6050.7 msyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000
09:31:25.6620.5 msyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000
09:31:25.6130.4 msyii\db\Command::querySELECT EXISTS(SELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000)
09:31:25.6230.4 msyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000
09:31:25.6010.4 msyii\db\Connection::openOpening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta
09:31:25.6230.3 msyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_files" WHERE "id"=103