GET http://poll.brightfutureshq.org.uk/polls/27a571067f9b42557a18

Query Metrics

9 Database Queries
5 Different statements
14.65 ms Query time
0 Invalid entities
3 Managed entities

Queries

Group similar statements

# Time Info
1 9.68 ms
SELECT p0_.id AS id_0, p0_.created_at AS created_at_1, p0_.updated_at AS updated_at_2, p0_.completed_at AS completed_at_3, p0_.slug AS slug_4, p0_.admin_token AS admin_token_5, p0_.type AS type_6, p0_.title AS title_7, p0_.description AS description_8, p0_.password AS password_9, p0_.is_password_for_votes_only AS is_password_for_votes_only_10, p0_.author_name AS author_name_11, p0_.author_email AS author_email_12, p0_.locale AS locale_13, p0_.max_votes AS max_votes_14, p0_.notify_on_votes AS notify_on_votes_15, p0_.notify_on_comments AS notify_on_comments_16, p0_.closed_at AS closed_at_17, p0_.are_results_public AS are_results_public_18, p0_.edit_vote_mode AS edit_vote_mode_19, p0_.disable_maybe AS disable_maybe_20, p0_.vote_no_by_default AS vote_no_by_default_21, p1_.id AS id_22, p1_.created_at AS created_at_23, p1_.updated_at AS updated_at_24, p1_.label AS label_25, d2_.id AS id_26, d2_.created_at AS created_at_27, d2_.updated_at AS updated_at_28, d2_.value AS value_29, p1_.poll_id AS poll_id_30, p1_.date_id AS date_id_31, d2_.poll_id AS poll_id_32 FROM poll p0_ LEFT JOIN proposal p1_ ON p0_.id = p1_.poll_id LEFT JOIN date d2_ ON p0_.id = d2_.poll_id WHERE p0_.slug = ? ORDER BY d2_.value ASC
Parameters:
[
  "27a571067f9b42557a18"
]
2 1.31 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.value AS value_4, t0.vote_id AS vote_id_5, t0.proposal_id AS proposal_id_6 FROM answer t0 WHERE (t0.value = ? AND t0.proposal_id = ?) ORDER BY t0.created_at ASC
Parameters:
[
  "yes"
  187
]
3 0.34 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.value AS value_4, t0.vote_id AS vote_id_5, t0.proposal_id AS proposal_id_6 FROM answer t0 WHERE (t0.value = ? AND t0.proposal_id = ?) ORDER BY t0.created_at ASC
Parameters:
[
  "yes"
  188
]
4 0.69 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.author_name AS author_name_4, t0.poll_id AS poll_id_5 FROM vote t0 WHERE t0.poll_id = ? ORDER BY t0.created_at ASC
Parameters:
[
  "27a571067f9b42557a18"
]
5 0.37 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.value AS value_4, t0.vote_id AS vote_id_5, t0.proposal_id AS proposal_id_6 FROM answer t0 WHERE (t0.value = ? AND t0.proposal_id = ?) ORDER BY t0.created_at ASC
Parameters:
[
  "yes"
  187
]
6 0.33 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.value AS value_4, t0.vote_id AS vote_id_5, t0.proposal_id AS proposal_id_6 FROM answer t0 WHERE (t0.value = ? AND t0.proposal_id = ?) ORDER BY t0.created_at ASC
Parameters:
[
  "yes"
  188
]
7 0.76 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.value AS value_4, t0.vote_id AS vote_id_5, t0.proposal_id AS proposal_id_6 FROM answer t0 WHERE t0.proposal_id = ? ORDER BY t0.created_at ASC
Parameters:
[
  187
]
8 0.29 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.value AS value_4, t0.vote_id AS vote_id_5, t0.proposal_id AS proposal_id_6 FROM answer t0 WHERE t0.proposal_id = ? ORDER BY t0.created_at ASC
Parameters:
[
  188
]
9 0.88 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.author_name AS author_name_4, t0.content AS content_5, t0.poll_id AS poll_id_6 FROM comment t0 WHERE t0.poll_id = ? ORDER BY t0.created_at ASC
Parameters:
[
  "27a571067f9b42557a18"
]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Proposal 2
App\Entity\Poll 1

Entities Mapping

Class Mapping errors
App\Entity\Poll No errors.
App\Entity\Proposal No errors.
App\Entity\Date No errors.
App\Entity\Vote No errors.
App\Entity\Comment No errors.
App\Entity\Answer No errors.