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: vote/list
- this: u=2.4, d=2.6, t=4.8 | children: u=11.5, d=11.4, t=21.6 | total: u=13.9, d=14.0, t=26.3 ms/main/_filter/20_session.lua
- INSERT INTO "session" ("additional_secret", "ident") VALUES ('NHec4eKN9NLD2YOyffQkdczMtjM4EM7ybFfVcrsETFsnl4Mc', 'qkqcEGpMuv8hApZQUlv5neNn') RETURNING "ident"; 2.6 ms
- this: u=0.4, d=0.0, t=0.4 | children: u=11.1, d=11.4, t=21.2 | total: u=11.5, d=11.4, t=21.6 ms/main/_filter/21_auth.lua
- No authentication needed.
- this: u=0.6, d=0.0, t=0.6 | children: u=10.6, d=11.4, t=20.6 | total: u=11.1, d=11.4, t=21.2 ms/main/_filter_view/30_navigation.lua
- this: u=0.1, d=0.0, t=0.1 | children: u=10.5, d=11.4, t=20.5 | total: u=10.6, d=11.4, t=20.6 ms/main/_filter_view/34_stylesheet.lua
- this: u=0.2, d=0.0, t=0.2 | children: u=10.3, d=11.4, t=20.4 | total: u=10.5, d=11.4, t=20.5 ms/main/_filter_view/36_html_title.lua
- this: u=7.0, d=7.5, t=13.6 | children: u=3.4, d=3.9, t=6.7 | total: u=10.3, d=11.4, t=20.4 msEXECUTE VIEW: vote/list
- 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 (id = '4') LIMIT 1; 3.0 ms
- SELECT "member".* FROM "member" WHERE (id = 16) LIMIT 1; 1.5 ms
- this: u=2.3, d=1.9, t=3.9 | children: u=0.0, d=0.0, t=0.0 | total: u=2.3, d=1.9, t=3.9 msEXECUTE VIEW: issue/_head
- 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 (1)); 0.8 ms
- SELECT "area".* FROM "area" WHERE ("area"."id" IN (3)); 0.6 ms
- SELECT "unit".* FROM "unit" WHERE ("unit"."id" IN (1)); 0.6 ms
- SELECT "direct_voter".* FROM "direct_voter" WHERE (issue_id = 4 AND member_id = 16) LIMIT 1; 0.4 ms
- SELECT "initiative".* FROM "initiative" WHERE ("initiative"."issue_id" IN (4)) AND (initiative.admitted) ORDER BY initiative.admitted DESC NULLS LAST, initiative.rank NULLS LAST, initiative.harmonic_weight DESC NULLS LAST, id, initiative.satisfied_supporter_count DESC; 1.3 ms
- SELECT "vote".* FROM "vote" WHERE (initiative_id = 9 AND member_id = 16) LIMIT 1; 0.4 ms
- SELECT "member".*, "initiator"."initiative_id" AS "mm_ref_" FROM "member" INNER JOIN "initiator" ON "initiator"."member_id" = "member"."id" WHERE ("initiator"."initiative_id" IN (9)) AND (accepted); 0.9 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: member_image/_show
- this: u=0.9, d=1.9, t=2.6 | children: u=0.0, d=0.0, t=0.0 | total: u=0.9, d=1.9, t=2.6 msEXECUTE VIEW: member/_list
- SELECT count(1) FROM (SELECT "member".*, delegating_voter.weight AS "voter_weight", delegating_voter.ownweight AS "ownweight", member.id = ANY(_member_list__delegating_voter.delegate_member_ids) AS "in_delegation_chain" FROM "member" INNER JOIN delegating_voter ON delegating_voter.member_id = member.id INNER JOIN issue ON issue.id = delegating_voter.issue_id LEFT OUTER JOIN delegating_voter AS "_member_list__delegating_voter" ON _member_list__delegating_voter.issue_id = issue.id AND _member_list__delegating_voter.member_id = NULL WHERE (delegating_voter.issue_id = 4) AND (delegating_voter.delegate_member_ids[1] = 16) AND (member.activated NOTNULL)) AS "subquery" LIMIT 1; 1.2 ms
- SELECT "member".*, delegating_voter.weight AS "voter_weight", delegating_voter.ownweight AS "ownweight", member.id = ANY(_member_list__delegating_voter.delegate_member_ids) AS "in_delegation_chain" FROM "member" INNER JOIN delegating_voter ON delegating_voter.member_id = member.id INNER JOIN issue ON issue.id = delegating_voter.issue_id LEFT OUTER JOIN delegating_voter AS "_member_list__delegating_voter" ON _member_list__delegating_voter.issue_id = issue.id AND _member_list__delegating_voter.member_id = NULL WHERE (delegating_voter.issue_id = 4) AND (delegating_voter.delegate_member_ids[1] = 16) AND (member.activated NOTNULL) LIMIT 100 OFFSET 0; 0.7 ms
- End of authentication filter.
close