Query Metrics
11
Database Queries
7
Different statements
13.62 ms
Query time
0
Invalid entities
25
Managed entities
1
Cache hits
0
Cache misses
0
Cache puts
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.76 ms |
SELECT DATABASE()
Parameters:
[] |
| 2 | 2.91 ms |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"nano_ca_dev_merged"
]
|
| 3 | 0.74 ms |
SELECT m0_.id AS id_0, m0_.starting_date AS starting_date_1, m0_.ending_date AS ending_date_2, m0_.is_completed AS is_completed_3 FROM `Maintenance` m0_
Parameters:
[] |
| 4 | 0.81 ms |
SELECT m0_.id AS id_0, m0_.starting_date AS starting_date_1, m0_.ending_date AS ending_date_2, m0_.is_completed AS is_completed_3 FROM `Maintenance` m0_ WHERE m0_.starting_date < ? AND m0_.ending_date > ? AND m0_.is_completed = 0
Parameters:
[ "2026-05-05 11:33:34" "2026-05-05 11:33:34" ] |
| 5 | 0.83 ms |
SELECT DATABASE()
Parameters:
[] |
| 6 | 2.83 ms |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"nano_ca_dev_merged"
]
|
| 7 | 0.75 ms |
SELECT m0_.id AS id_0, m0_.starting_date AS starting_date_1, m0_.ending_date AS ending_date_2, m0_.is_completed AS is_completed_3 FROM `Maintenance` m0_
Parameters:
[] |
| 8 | 0.78 ms |
SELECT m0_.id AS id_0, m0_.starting_date AS starting_date_1, m0_.ending_date AS ending_date_2, m0_.is_completed AS is_completed_3 FROM `Maintenance` m0_ WHERE m0_.starting_date < ? AND m0_.ending_date > ? AND m0_.is_completed = 0
Parameters:
[ "2026-05-05 11:33:34" "2026-05-05 11:33:34" ] |
| 9 | 1.30 ms |
SELECT l0_.id AS id_0, l0_.language AS language_1, l0_.displayName AS displayName_2, l0_.tag AS tag_3, l0_.isActive AS isActive_4, l0_.noun_sample AS noun_sample_5, l0_.adjective_sample AS adjective_sample_6 FROM `Language` l0_ WHERE l0_.isActive = ?
Parameters:
[
1
]
|
| 10 | 0.90 ms |
SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.is_crawlable AS is_crawlable_2, i0_.is_legal_document AS is_legal_document_3, i0_.asked_for_validation_on AS asked_for_validation_on_4, i0_.is_default_user_agreement AS is_default_user_agreement_5, i0_.is_default_privacy_policy AS is_default_privacy_policy_6, i0_.is_marketing_privacy_policy AS is_marketing_privacy_policy_7, i0_.is_marked_as_deleted AS is_marked_as_deleted_8, i0_.deleted_at AS deleted_at_9 FROM `InformationPage` i0_ WHERE i0_.is_marked_as_deleted = 0
Parameters:
[] |
| 11 | 1.01 ms |
SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.description AS description_2, t0_.educational_intent AS educational_intent_3, t0_.student_instructions AS student_instructions_4, t0_.expected_duration AS expected_duration_5, t0_.note_for_teacher AS note_for_teacher_6, t0_.images AS images_7, t0_.disabled AS disabled_8, t0_.is_highlighted AS is_highlighted_9, t0_.historical AS historical_10, t0_.starting_blocks AS starting_blocks_11, t0_.conclusion AS conclusion_12, t0_.is_marked_as_deleted AS is_marked_as_deleted_13, t0_.deleted_at AS deleted_at_14, t0_.challenge_type AS challenge_type_15, t0_.language_id AS language_id_16, t0_.studied_language_id AS studied_language_id_17, t0_.story_template_id AS story_template_id_18 FROM troub_ChallengeTemplate t0_ WHERE (t0_.is_marked_as_deleted = 0) AND t0_.challenge_type IN ('writing')
Parameters:
[] |
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
Entity Managers
| Name | Service |
|---|---|
| NanomonxManager | doctrine.orm.NanomonxManager_entity_manager |
Second Level Cache
1
Hits
0
Misses
0
Puts
Number of cache hits
| Region | Hits |
|---|---|
| nanomonx | 1 |
Managed Entities
NanomonxManager entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Troubadour\BaseChallengeTemplate | 10 |
| App\Entity\Family\StoryTemplate | 4 |
| App\Entity\Maintenance | 3 |
| App\Entity\PageContentManager\InformationPage | 3 |
| App\Entity\Language | 2 |
| App\Entity\Catalog\StudiedLanguage | 2 |
| App\Entity\TranslationFile | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Family\Family | No errors. |
| App\Entity\TranslationFile | No errors. |
| App\Entity\Modules\Module | No errors. |
| App\Entity\SchoolCalendar | No errors. |
| App\Entity\Maintenance | No errors. |
| App\Entity\Language | No errors. |
| App\Entity\PageContentManager\InformationPage | No errors. |
| App\Entity\Troubadour\WritingChallengeTemplate | No errors. |
| App\Entity\PageContentManager\InformationPageTranslation | No errors. |
| App\Entity\Troubadour\ChallengeTemplateAssociation | No errors. |
| App\Entity\Catalog\Subject | No errors. |
| App\Entity\Catalog\StudiedLanguage | No errors. |
| App\Entity\Catalog\Concept | No errors. |
| App\Entity\Troubadour\Assets\Category | No errors. |
| App\Entity\Troubadour\LearningPath\LearningPathChallengeStep | No errors. |
| App\Entity\Family\StoryTemplate | No errors. |