GET http://doc.smarton.app/p/tr/settings/integrations/devices/hardware-manuals

Query Metrics

7 Database Queries
4 Different statements
5.67 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 1.28 ms
SELECT t0.id AS id_1, t0.position AS position_2, t0.name AS name_3, t0.slug AS slug_4, t0.online_only AS online_only_5, t0.restricted_languages AS restricted_languages_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.entry_password AS entry_password_10, t8.content_id AS content_id_11, t8.structure_id AS structure_id_12 FROM structure t0 LEFT JOIN content_structure t8 ON t8.structure_id = t0.id WHERE t0.slug = ? AND t0.parent_id IS NULL LIMIT 1
Parameters:
[
  "documentation-en"
]
2 0.77 ms
SELECT t0.id AS id_1, t0.position AS position_2, t0.name AS name_3, t0.slug AS slug_4, t0.online_only AS online_only_5, t0.restricted_languages AS restricted_languages_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.entry_password AS entry_password_10, t8.content_id AS content_id_11, t8.structure_id AS structure_id_12 FROM structure t0 LEFT JOIN content_structure t8 ON t8.structure_id = t0.id WHERE t0.slug = ? AND t0.parent_id = ? LIMIT 1
Parameters:
[
  "settings"
  20
]
3 0.71 ms
SELECT t0.id AS id_1, t0.position AS position_2, t0.name AS name_3, t0.slug AS slug_4, t0.online_only AS online_only_5, t0.restricted_languages AS restricted_languages_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.entry_password AS entry_password_10, t8.content_id AS content_id_11, t8.structure_id AS structure_id_12 FROM structure t0 LEFT JOIN content_structure t8 ON t8.structure_id = t0.id WHERE t0.slug = ? AND t0.parent_id = ? LIMIT 1
Parameters:
[
  "integrations"
  97
]
4 0.70 ms
SELECT t0.id AS id_1, t0.position AS position_2, t0.name AS name_3, t0.slug AS slug_4, t0.online_only AS online_only_5, t0.restricted_languages AS restricted_languages_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.entry_password AS entry_password_10, t8.content_id AS content_id_11, t8.structure_id AS structure_id_12 FROM structure t0 LEFT JOIN content_structure t8 ON t8.structure_id = t0.id WHERE t0.slug = ? AND t0.parent_id = ? LIMIT 1
Parameters:
[
  "devices"
  324
]
5 0.70 ms
SELECT t0.id AS id_1, t0.position AS position_2, t0.name AS name_3, t0.slug AS slug_4, t0.online_only AS online_only_5, t0.restricted_languages AS restricted_languages_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.entry_password AS entry_password_10, t8.content_id AS content_id_11, t8.structure_id AS structure_id_12 FROM structure t0 LEFT JOIN content_structure t8 ON t8.structure_id = t0.id WHERE t0.slug = ? AND t0.parent_id = ? LIMIT 1
Parameters:
[
  "hardware-manuals"
  560
]
6 0.82 ms
SELECT s0_.translation AS translation_0, s0_.entry_password AS entry_password_1 FROM structure_translation s0_ INNER JOIN language l1_ INNER JOIN structure s2_ WHERE l1_.id = s0_.language_id AND l1_.code = ? AND s0_.structure_id = ? AND s2_.slug <> ?
Parameters:
[
  "tr"
  565
  "media"
]
7 0.68 ms
SELECT t0.id AS id_1, t0.position AS position_2, t0.name AS name_3, t0.slug AS slug_4, t0.online_only AS online_only_5, t0.restricted_languages AS restricted_languages_6, t0.parent_id AS parent_id_7, t8.id AS id_9, t8.entry_password AS entry_password_10, t8.content_id AS content_id_11, t8.structure_id AS structure_id_12 FROM structure t0 LEFT JOIN content_structure t8 ON t8.structure_id = t0.id WHERE t0.parent_id = ? ORDER BY t0.id ASC LIMIT 1
Parameters:
[
  565
]

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\Structure No errors.
App\Entity\ContentStructure No errors.
App\Entity\Content No errors.
App\Entity\StructureTranslation No errors.
App\Entity\Language No errors.