GET https://mangarr.test.nestor-server.fr/manga/chapters/one-piece

Query Metrics

5 Database Queries
5 Different statements
19.60 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.76 ms
SELECT t0.id AS id_1, t0.manga_directory AS manga_directory_2, t0.image_directory AS image_directory_3 FROM app_settings t0 LIMIT 1
Parameters:
[]
2 1.06 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.image_url AS image_url_4, t0.publication_year AS publication_year_5, t0.description AS description_6, t0.genres AS genres_7, t0.created_at AS created_at_8, t0.rating AS rating_9, t0.author AS author_10, t0.external_id AS external_id_11, t0.status AS status_12, t0.thumbnail_url AS thumbnail_url_13, t0.monitored AS monitored_14, t0.alternative_slugs AS alternative_slugs_15 FROM manga t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "one-piece"
]
3 1.31 ms
SELECT t0.id AS id_1, t0.number AS number_2, t0.volume AS volume_3, t0.title AS title_4, t0.local_path AS local_path_5, t0.external_id AS external_id_6, t0.cbz_path AS cbz_path_7, t0.visible AS visible_8, t0.manga_id AS manga_id_9 FROM chapter t0 WHERE t0.manga_id IN (?)
Parameters:
[
  3
]
4 1.64 ms
SELECT t0.id AS id_1, t0.base_url AS base_url_2, t0.image_selector AS image_selector_3, t0.next_page_selector AS next_page_selector_4, t0.chapter_url_format AS chapter_url_format_5, t0.scraping_type AS scraping_type_6, t0.chapter_selector AS chapter_selector_7 FROM content_source t0
Parameters:
[]
5 14.82 ms
SELECT t0.id AS id_1, t0.base_url AS base_url_2, t0.image_selector AS image_selector_3, t0.next_page_selector AS next_page_selector_4, t0.chapter_url_format AS chapter_url_format_5, t0.scraping_type AS scraping_type_6, t0.chapter_selector AS chapter_selector_7 FROM content_source t0 INNER JOIN manga_content_source ON t0.id = manga_content_source.content_source_id WHERE manga_content_source.manga_id = ?
Parameters:
[
  3
]

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.

Entities Mapping

Class Mapping errors
App\Entity\AppSettings No errors.
App\Entity\Manga No errors.
App\Entity\Chapter No errors.
App\Entity\ContentSource No errors.