Query Metrics
7
Database Queries
4
Different statements
6.48 ms
Query time
0
Invalid entities
17
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
3.16 ms (48.77%) |
4 |
SELECT t0.id AS id_6, t0.email AS email_7, t0.password AS password_8, t0.personal_infos_id AS personal_infos_id_9, t0.type, t2.company_name AS company_name_10, t2.trade_name AS trade_name_11, t2.licence_num AS licence_num_12, t2.company_num AS company_num_13, t2.logo AS logo_14, t2.banner AS banner_15, t2.phone_num AS phone_num_16, t2.about AS about_17, t2.why_choose_us AS why_choose_us_18, t2.services AS services_19, t2.primary_contact_id AS primary_contact_id_20, t2.entrepreneur_type_id AS entrepreneur_type_id_21, t4.city AS city_22, t4.exp_years AS exp_years_23, t4.category_id AS category_id_24, t5.website AS website_25, t5.foundation_year AS foundation_year_26, t5.emp_num AS emp_num_27 FROM `user` t0 LEFT JOIN admin t1 ON t0.id = t1.id LEFT JOIN business t2 ON t0.id = t2.id LEFT JOIN individual t3 ON t0.id = t3.id LEFT JOIN professional t4 ON t0.id = t4.id LEFT JOIN company t5 ON t0.id = t5.id WHERE t0.id = ?
Parameters:
[
62
]
|
||||||||||||||||||||||||||||
|
1.88 ms (29.06%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.short_desc AS short_desc_4, t0.description AS description_5, t0.main_img AS main_img_6, t0.multiple_imgs AS multiple_imgs_7, t0.type AS type_8, t0.created_at AS created_at_9, t0.category_id AS category_id_10, t0.author_id AS author_id_11 FROM blog t0 WHERE t0.slug = ? AND t0.type = ? LIMIT 1
Parameters:
[ "how-to-choose-the-right-foundation-for-your-new-home" "Idea" ]
|
||||||||||||||||||||||||||||
|
0.81 ms (12.50%) |
1 |
SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.slug AS slug_2, b0_.short_desc AS short_desc_3, b0_.description AS description_4, b0_.main_img AS main_img_5, b0_.multiple_imgs AS multiple_imgs_6, b0_.type AS type_7, b0_.created_at AS created_at_8, b0_.category_id AS category_id_9, b0_.author_id AS author_id_10 FROM blog b0_ WHERE b0_.type = ? AND b0_.id <> ? ORDER BY b0_.created_at DESC LIMIT 3
Parameters:
[ "Idea" 26 ]
|
||||||||||||||||||||||||||||
|
0.63 ms (9.66%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.parent_id AS parent_id_3 FROM category t0 WHERE t0.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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Category | 5 |
| App\Entity\Blog | 4 |
| App\Entity\User | 4 |
| App\Entity\PrimaryContact | 4 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Blog | No errors. |
| App\Entity\Category | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Admin | No errors. |
| App\Entity\Business | No errors. |
| App\Entity\Individual | No errors. |
| App\Entity\Professional | No errors. |
| App\Entity\Company | No errors. |
| App\Entity\PersonalInfos | No errors. |
| App\Entity\PrimaryContact | No errors. |
| App\Entity\EntrepreneurType | No errors. |
| App\Entity\Notification | No errors. |
| App\Entity\Comment | No errors. |
| App\Entity\Adress | No errors. |
| App\Entity\PaymentMethod | No errors. |
| App\Entity\Projet | No errors. |
| App\Entity\Link | No errors. |