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: initiative/history
- this: u=2.6, d=3.0, t=5.3 | children: u=17.1, d=14.9, t=30.3 | total: u=19.6, d=17.9, t=35.6 ms/main/_filter/20_session.lua
- INSERT INTO "session" ("additional_secret", "ident") VALUES ('T1unOVDExdVANGQlczxZmfDr6bxn1XRtez5AUG0uEgcqSWLJ', 'J8GFF5IgfqArafrMB0Ffl1K2') RETURNING "ident"; 3.0 ms
- this: u=0.5, d=0.0, t=0.5 | children: u=16.6, d=14.9, t=29.9 | total: u=17.1, d=14.9, t=30.3 ms/main/_filter/21_auth.lua
- No authentication needed.
- this: u=0.7, d=0.0, t=0.7 | children: u=15.9, d=14.9, t=29.1 | total: u=16.6, d=14.9, t=29.9 ms/main/_filter_view/30_navigation.lua
- this: u=0.1, d=0.0, t=0.1 | children: u=15.8, d=14.9, t=29.0 | total: u=15.9, d=14.9, t=29.1 ms/main/_filter_view/34_stylesheet.lua
- this: u=0.2, d=0.0, t=0.2 | children: u=15.6, d=14.9, t=28.9 | total: u=15.8, d=14.9, t=29.0 ms/main/_filter_view/36_html_title.lua
- this: u=9.2, d=8.0, t=16.2 | children: u=6.4, d=6.8, t=12.7 | total: u=15.6, d=14.9, t=28.9 msEXECUTE VIEW: initiative/history
- SELECT "initiative".* FROM "initiative" WHERE (id = 64) LIMIT 1; 1.7 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" WHERE ("issue"."id" IN (46)); 1.6 ms
- SELECT "area".* FROM "area" WHERE ("area"."id" IN (13)); 0.6 ms
- SELECT "unit".* FROM "unit" WHERE ("unit"."id" IN (21)); 0.6 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)); 0.7 ms
- SELECT "initiative".* FROM "initiative" WHERE ("initiative"."issue_id" IN (46)) ORDER BY initiative.admitted DESC NULLS LAST, initiative.rank NULLS LAST, initiative.harmonic_weight DESC NULLS LAST, id; 0.8 ms
- SELECT "draft".* FROM "draft" WHERE ("draft"."initiative_id" IN (64)) ORDER BY "id" DESC; 0.9 ms
- SELECT "member".* FROM "member" WHERE ("member"."id" IN (93)); 1.2 ms
- this: u=0.5, d=0.0, t=0.5 | children: u=0.8, d=0.0, t=0.8 | total: u=1.3, d=0.0, t=1.3 msEXECUTE VIEW: issue/_sidebar
- this: u=0.6, d=0.0, t=0.6 | children: u=0.0, d=0.0, t=0.0 | total: u=0.6, d=0.0, t=0.6 msEXECUTE VIEW: issue/_sidebar_state
- 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: issue/_sidebar_issue
- this: u=2.5, d=1.9, t=4.1 | children: u=0.0, d=0.0, t=0.0 | total: u=2.5, d=1.9, t=4.1 msEXECUTE VIEW: issue/_sidebar_whatcanido
- 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 (64)) AND (initiator.accepted) ORDER BY member.name; 1.9 ms
- this: u=0.5, d=0.0, t=0.5 | children: u=2.1, d=4.9, t=6.8 | total: u=2.6, d=4.9, t=7.3 msEXECUTE VIEW: issue/_sidebar_members
- this: u=1.6, d=4.9, t=6.2 | children: u=0.6, d=0.0, t=0.6 | total: u=2.1, d=4.9, t=6.8 msEXECUTE VIEW: member/_list
- SELECT count(1) FROM (SELECT "member".*, direct_interest_snapshot."issue_id" AS "mm_ref_", direct_interest_snapshot.ownweight, direct_interest_snapshot.weight, direct_supporter_snapshot.member_id NOTNULL AS "supporter", satisfied AS "supporter_satisfied", member.id = ANY(_member_list__delegating_interest.delegate_member_ids) AS "in_delegation_chain" FROM "member" INNER JOIN direct_interest_snapshot ON direct_interest_snapshot."member_id" = "member"."id" INNER JOIN issue ON issue.id = direct_interest_snapshot.issue_id LEFT OUTER JOIN direct_supporter_snapshot ON direct_supporter_snapshot.initiative_id = 64 AND direct_interest_snapshot.issue_id = direct_supporter_snapshot.issue_id AND direct_supporter_snapshot.member_id = direct_interest_snapshot.member_id AND direct_supporter_snapshot.snapshot_id = issue.latest_snapshot_id LEFT OUTER JOIN delegating_interest_snapshot AS "_member_list__delegating_interest" ON _member_list__delegating_interest.snapshot_id = issue.latest_snapshot_id AND _member_list__delegating_interest.issue_id = issue.id AND _member_list__delegating_interest.member_id = NULL WHERE (direct_interest_snapshot."issue_id" IN (46)) AND (direct_interest_snapshot.snapshot_id = issue.latest_snapshot_id) AND (member.activated NOTNULL)) AS "subquery" LIMIT 1; 2.8 ms
- SELECT "member".*, direct_interest_snapshot."issue_id" AS "mm_ref_", direct_interest_snapshot.ownweight, direct_interest_snapshot.weight, direct_supporter_snapshot.member_id NOTNULL AS "supporter", satisfied AS "supporter_satisfied", member.id = ANY(_member_list__delegating_interest.delegate_member_ids) AS "in_delegation_chain" FROM "member" INNER JOIN direct_interest_snapshot ON direct_interest_snapshot."member_id" = "member"."id" INNER JOIN issue ON issue.id = direct_interest_snapshot.issue_id LEFT OUTER JOIN direct_supporter_snapshot ON direct_supporter_snapshot.initiative_id = 64 AND direct_interest_snapshot.issue_id = direct_supporter_snapshot.issue_id AND direct_supporter_snapshot.member_id = direct_interest_snapshot.member_id AND direct_supporter_snapshot.snapshot_id = issue.latest_snapshot_id LEFT OUTER JOIN delegating_interest_snapshot AS "_member_list__delegating_interest" ON _member_list__delegating_interest.snapshot_id = issue.latest_snapshot_id AND _member_list__delegating_interest.issue_id = issue.id AND _member_list__delegating_interest.member_id = NULL WHERE (direct_interest_snapshot."issue_id" IN (46)) AND (direct_interest_snapshot.snapshot_id = issue.latest_snapshot_id) AND (member.activated NOTNULL) LIMIT 100 OFFSET 0; 2.1 ms
- this: u=0.4, d=0.0, t=0.4 | children: u=0.1, d=0.0, t=0.1 | total: u=0.6, d=0.0, t=0.6 msEXECUTE VIEW: member/_show_thumb
- 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: member_image/_show
- End of authentication filter.
close