Query Metrics
3
Database Queries
2
Different statements
1.21 ms
Query time
0
Invalid entities
3
Managed entities
0
Cache hits
0
Cache misses
0
Cache puts
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
0.73 ms (60.10%) |
2 |
SELECT s0_.name AS name_0, s0_.duration_months AS duration_months_1, s0_.price AS price_2, s0_.currency AS currency_3, s0_.features AS features_4, s0_.original_price AS original_price_5, s0_.badge AS badge_6, s0_.is_popular AS is_popular_7, s0_.offer_expires_at AS offer_expires_at_8, s0_.id AS id_9, s0_.created_at AS created_at_10, s0_.updated_at AS updated_at_11, s0_.is_enabled AS is_enabled_12, s0_.position AS position_13, s0_.last_position AS last_position_14 FROM subscription_plan s0_ WHERE (s0_.is_enabled = ?) AND (s0_.is_enabled = '1') ORDER BY s0_.position ASC
Parameters:
[
1
]
|
||||||||||||||||||||||||||||
|
0.48 ms (39.90%) |
1 |
SELECT c0_.question AS question_0, c0_.answer AS answer_1, c0_.category AS category_2, c0_.views AS views_3, c0_.id AS id_4, c0_.created_at AS created_at_5, c0_.updated_at AS updated_at_6, c0_.position AS position_7, c0_.last_position AS last_position_8, c0_.is_enabled AS is_enabled_9 FROM content_faq_entry c0_ WHERE (c0_.is_enabled = ?) AND (c0_.is_enabled = '1') ORDER BY c0_.views DESC, c0_.position ASC LIMIT 100
Parameters:
[
1
]
|
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
Second Level Cache
0
Hits
0
Misses
0
Puts
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Content\FaqEntry | 3 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Subscription\Plan | No errors. |
| App\Entity\Content\FaqEntry | No errors. |