Query Metrics
4
Database Queries
4
Different statements
19.13 ms
Query time
0
Invalid entities
1
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.11 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.title AS title_3, t0.body AS body_4, t0.keywords AS keywords_5, t0.description AS description_6, t0.url AS url_7, t0.target AS target_8, t0.is_home AS is_home_9, t0.rank AS rank_10, t0.is_published AS is_published_11, t0.old_id AS old_id_12, t0.menu_id AS menu_id_13 FROM page t0 WHERE t0.is_home = ? LIMIT 1
Parameters:
[
1
]
|
| 2 | 2.10 ms |
SELECT COUNT(f0_.id) AS sclr_0 FROM franchise f0_ WHERE f0_.status IN (?, ?)
Parameters:
[ "a" "e" ] |
| 3 | 7.49 ms |
SELECT COUNT(s0_.id) AS sclr_0 FROM student s0_
Parameters:
[] |
| 4 | 8.44 ms |
SELECT s0_.name AS name_0, COUNT(f1_.id) AS sclr_1 FROM franchise f1_ INNER JOIN state s0_ ON f1_.state_id = s0_.id WHERE f1_.status = ? GROUP BY s0_.name
Parameters:
[
"a"
]
|
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 |
|---|---|
| App\Entity\Page | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Page | No errors. |
| App\Entity\Menu | No errors. |
| App\Entity\Franchise | No errors. |
| App\Entity\Student | No errors. |
| App\Entity\State | No errors. |
| App\Entity\Country | No errors. |
| App\Entity\Payment | No errors. |
| App\Entity\Wallet | No errors. |
| App\Entity\FranchiseEnquiry | No errors. |
| App\Entity\WebPageImage | No errors. |
| App\Entity\Support | No errors. |
| App\Entity\Blog | No errors. |
| App\Entity\FranchiseAddress | No errors. |
| App\Entity\FranchiseKyc | No errors. |
| App\Entity\FranchiseAddressDocument | No errors. |
| App\Entity\FranchiseKycDocument | No errors. |
| App\Entity\FranchiseVirtualAccount | No errors. |
| App\Entity\Dispatch | No errors. |
| App\Entity\Partner | No errors. |
| App\Entity\WhatsappQueue | No errors. |
| App\Entity\PaymentGreedy | No errors. |
| App\Entity\Otp | No errors. |
| App\Entity\Assessment | No errors. |
| App\Entity\StudentPhoto | No errors. |
| App\Entity\StudentTimeline | No errors. |
| App\Entity\StudentKyc | No errors. |