- by marchsNo votes (0)
TRACE
System trace (for computer programmers purposes)
- this: u=1.7, d=0.0, t=1.7 | children: u=0.0, d=0.0, t=0.0 | total: u=1.7, d=0.0, t=1.7 msConfiguration "devel"
- REQUESTED VIEW: index/index
- this: u=2.4, d=2.8, t=5.0 | children: u=25.5, d=19.1, t=41.6 | total: u=28.0, d=21.9, t=46.6 ms/main/_filter/20_session.lua
- INSERT INTO "session" ("additional_secret", "ident") VALUES ('nqgRtdmIaBuacDUH5SZ9OYMKbTrzkEuOZzTkJvftbDy6wHMH', 'Xoqg0ATICQGo5UC3kprrprgR') RETURNING "ident"; 2.8 ms
- this: u=0.3, d=0.0, t=0.3 | children: u=25.2, d=19.1, t=41.3 | total: u=25.5, d=19.1, t=41.6 ms/main/_filter/21_auth.lua
- No authentication needed.
- this: u=0.6, d=0.0, t=0.6 | children: u=24.6, d=19.1, t=40.7 | total: u=25.2, d=19.1, t=41.3 ms/main/_filter_view/30_navigation.lua
- this: u=0.0, d=0.0, t=0.0 | children: u=24.6, d=19.1, t=40.6 | total: u=24.6, d=19.1, t=40.7 ms/main/_filter_view/34_stylesheet.lua
- this: u=0.1, d=0.0, t=0.1 | children: u=24.5, d=19.1, t=40.5 | total: u=24.6, d=19.1, t=40.6 ms/main/_filter_view/36_html_title.lua
- this: u=1.3, d=1.7, t=2.8 | children: u=23.2, d=17.4, t=37.7 | total: u=24.5, d=19.1, t=40.5 msEXECUTE VIEW: index/index
- SELECT "unit".* FROM "unit" WHERE (id = '53') LIMIT 1; 1.1 ms
- SELECT "area".* FROM "area" WHERE (id = '41') LIMIT 1; 0.6 ms
- this: u=3.0, d=0.4, t=3.3 | children: u=0.0, d=0.0, t=0.0 | total: u=3.0, d=0.4, t=3.3 msEXECUTE VIEW: area/_head
- SELECT "unit".* FROM "unit" WHERE ("unit"."id" IN (53)); 0.4 ms
- this: u=0.2, d=0.0, t=0.2 | children: u=0.0, d=0.0, t=0.0 | total: u=0.2, d=0.0, t=0.2 msEXECUTE VIEW: index/_sidebar_motd_public
- this: u=15.4, d=11.7, t=25.0 | children: u=2.2, d=3.1, t=5.0 | total: u=17.7, d=14.8, t=29.9 msEXECUTE VIEW: issue/_list
- SELECT "unit".* FROM "unit" WHERE (id = '53') LIMIT 1; 0.3 ms
- SELECT "unit".* FROM "unit" WHERE (attr->'hidden' ISNULL OR NOT (attr->'hidden' = 'true')) AND (active) ORDER BY name; 1.2 ms
- SELECT "area".* FROM "area" WHERE ("area"."unit_id" IN (53)) ORDER BY area.name, area.id; 0.5 ms
- SELECT count(1) FROM (SELECT "issue".*, justify_interval(min_admission_time)::text AS "min_admission_time_text", justify_interval(max_admission_time)::text AS "max_admission_time_text", justify_interval(discussion_time)::text AS "discussion_time_text", justify_interval(verification_time)::text AS "verification_time_text", justify_interval(voting_time)::text AS "voting_time_text", justify_interval(coalesce(issue.fully_frozen + issue.voting_time, issue.half_frozen + issue.verification_time, issue.accepted + issue.discussion_time, issue.created + issue.max_admission_time) - now()) AS "state_time_left", justify_interval(now() - issue.closed) AS "closed_ago" FROM "issue" INNER JOIN area AS "__filter_area" ON __filter_area.id = issue.area_id AND __filter_area.active LEFT OUTER JOIN issue_order_in_admission_state AS "filter_issue_order" ON filter_issue_order.id = issue.id WHERE (__filter_area.unit_id = 53) AND (issue.area_id = 41) ORDER BY issue.closed DESC NULLS FIRST, issue.accepted ISNULL, CASE WHEN issue.accepted ISNULL THEN NULL ELSE justify_interval(coalesce(issue.fully_frozen + issue.voting_time, issue.half_frozen + issue.verification_time, issue.accepted + issue.discussion_time, issue.created + issue.max_admission_time) - now()) END, CASE WHEN issue.accepted ISNULL THEN filter_issue_order.order_in_unit ELSE NULL END, id) AS "subquery" LIMIT 1; 4.4 ms
- SELECT "issue".*, justify_interval(min_admission_time)::text AS "min_admission_time_text", justify_interval(max_admission_time)::text AS "max_admission_time_text", justify_interval(discussion_time)::text AS "discussion_time_text", justify_interval(verification_time)::text AS "verification_time_text", justify_interval(voting_time)::text AS "voting_time_text", justify_interval(coalesce(issue.fully_frozen + issue.voting_time, issue.half_frozen + issue.verification_time, issue.accepted + issue.discussion_time, issue.created + issue.max_admission_time) - now()) AS "state_time_left", justify_interval(now() - issue.closed) AS "closed_ago" FROM "issue" INNER JOIN area AS "__filter_area" ON __filter_area.id = issue.area_id AND __filter_area.active LEFT OUTER JOIN issue_order_in_admission_state AS "filter_issue_order" ON filter_issue_order.id = issue.id WHERE (__filter_area.unit_id = 53) AND (issue.area_id = 41) ORDER BY issue.closed DESC NULLS FIRST, issue.accepted ISNULL, CASE WHEN issue.accepted ISNULL THEN NULL ELSE justify_interval(coalesce(issue.fully_frozen + issue.voting_time, issue.half_frozen + issue.verification_time, issue.accepted + issue.discussion_time, issue.created + issue.max_admission_time) - now()) END, CASE WHEN issue.accepted ISNULL THEN filter_issue_order.order_in_unit ELSE NULL END, id LIMIT 25 OFFSET 0; 1.4 ms
- SELECT "area".* FROM "area" WHERE ("area"."id" IN (41)); 0.4 ms
- SELECT "unit".* FROM "unit" WHERE ("unit"."id" IN (53)); 0.7 ms
- SELECT "policy".*, justify_interval(min_admission_time)::text AS "min_admission_time_text", justify_interval(max_admission_time)::text AS "max_admission_time_text", justify_interval(discussion_time)::text AS "discussion_time_text", justify_interval(verification_time)::text AS "verification_time_text", justify_interval(voting_time)::text AS "voting_time_text" FROM "policy" WHERE ("policy"."id" IN (17)); 1.1 ms
- SELECT "initiative".* FROM "initiative" WHERE ("initiative"."issue_id" IN (130)) ORDER BY initiative.admitted DESC NULLS LAST, initiative.rank NULLS LAST, initiative.harmonic_weight DESC NULLS LAST, id; 1.6 ms
- this: u=0.3, d=0.0, t=0.3 | children: u=1.9, d=3.1, t=4.7 | total: u=2.2, d=3.1, t=5.0 msEXECUTE VIEW: initiative/_list
- this: u=1.9, d=3.1, t=4.7 | children: u=0.0, d=0.0, t=0.0 | total: u=1.9, d=3.1, t=4.7 msEXECUTE VIEW: initiative/_list_element
- SELECT "draft".* FROM "draft" WHERE ("initiative_id" = 148) ORDER BY "id" DESC LIMIT 1; 0.8 ms
- SELECT "member".*, "initiator"."initiative_id" AS "mm_ref_", initiator.accepted AS "accepted" FROM "member" INNER JOIN "initiator" ON "initiator"."member_id" = "member"."id" WHERE ("initiator"."initiative_id" IN (148)) AND (initiator.accepted) ORDER BY member.name; 2.3 ms
- this: u=0.8, d=0.6, t=1.2 | children: u=0.0, d=0.0, t=0.0 | total: u=0.8, d=0.6, t=1.2 msEXECUTE VIEW: index/_head
- SELECT "unit".* FROM "unit" WHERE (id = '53') LIMIT 1; 0.3 ms
- SELECT "area".* FROM "area" WHERE (id = '41') LIMIT 1; 0.2 ms
- this: u=0.1, d=0.0, t=0.1 | children: u=0.0, d=0.0, t=0.0 | total: u=0.1, d=0.0, t=0.1 msEXECUTE VIEW: index/_sidebar_motd
- this: u=0.5, d=0.0, t=0.5 | children: u=0.0, d=0.0, t=0.0 | total: u=0.5, d=0.0, t=0.5 msEXECUTE VIEW: area/_sidebar_whatcanido
- this: u=0.4, d=1.0, t=1.3 | children: u=0.5, d=0.7, t=1.1 | total: u=0.9, d=1.7, t=2.4 msEXECUTE VIEW: index/_sidebar_members
- SELECT count(1) FROM (SELECT "member".* FROM "member" INNER JOIN privilege ON privilege.member_id = member.id WHERE (active) AND (privilege.unit_id = '53') ORDER BY last_login DESC NULLS LAST, id DESC) AS "subquery" LIMIT 1; 1.0 ms
- this: u=0.5, d=0.7, t=1.1 | children: u=0.0, d=0.0, t=0.0 | total: u=0.5, d=0.7, t=1.1 msEXECUTE VIEW: member/_list
- SELECT "member".* FROM "member" INNER JOIN privilege ON privilege.member_id = member.id WHERE (active) AND (privilege.unit_id = '53') AND (member.activated NOTNULL) ORDER BY last_login DESC NULLS LAST, id DESC LIMIT 50; 0.7 ms
- End of authentication filter.
close