GET https://telaria.dev/veille

Query Metrics

3 Database Queries
3 Different statements
3.40 ms Query time
0 Invalid entities
1 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.30 ms
(38.15%)
1
SELECT v0_.id AS id_0, v0_.url AS url_1, v0_.content_hash AS content_hash_2, v0_.title AS title_3, v0_.published_at AS published_at_4, v0_.created_at AS created_at_5, v0_.processed_at AS processed_at_6, v0_.theme AS theme_7, v0_.status AS status_8, v0_.raw_content AS raw_content_9, v0_.summary AS summary_10, v0_.title_fr AS title_fr_11, v0_.relevance AS relevance_12, v0_.model_used AS model_used_13, v0_.proposal_path AS proposal_path_14, v0_.error_message AS error_message_15, v0_.source_id AS source_id_16 FROM veille_item v0_ WHERE v0_.status = ? ORDER BY v0_.created_at DESC LIMIT 10
Parameters:
[
  "accepted"
]
1.13 ms
(33.41%)
1
SELECT s0_.id AS id_0, s0_.host AS host_1, s0_.aliases AS aliases_2, s0_.slug AS slug_3, s0_.label AS label_4, s0_.name AS name_5, s0_.locale_default AS locale_default_6, s0_.layout_template AS layout_template_7, s0_.theme AS theme_8, s0_.brand_domain AS brand_domain_9, s0_.brand_tld AS brand_tld_10, s0_.contact_email AS contact_email_11, s0_.sender_email AS sender_email_12, s0_.home_slug AS home_slug_13, s0_.og_image_default AS og_image_default_14, s0_.enabled AS enabled_15, s0_.is_primary AS is_primary_16, s0_.created_at AS created_at_17, s0_.updated_at AS updated_at_18 FROM site s0_ WHERE s0_.enabled = 1 ORDER BY s0_.is_primary DESC, s0_.label ASC
Parameters:
[]
0.97 ms
(28.44%)
1
SELECT COUNT(v0_.id) AS sclr_0 FROM veille_item v0_ WHERE v0_.status = ?
Parameters:
[
  "accepted"
]

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
Tlr\Symfony\Entity\Site 1

Entities Mapping

Class Mapping errors
Tlr\Symfony\Entity\Site No errors.
Tlr\Codexia\Entity\VeilleItem No errors.
Tlr\Codexia\Entity\VeilleSource No errors.