Query Metrics
8
Database Queries
4
Different statements
10.91 ms
Query time
0
Invalid entities
22
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
6.82 ms (62.51%) |
5 |
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:
[
60
]
|
||||||||||||||||||||||||||||||
|
1.95 ms (17.88%) |
1 |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (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 FROM blog b0_ WHERE b0_.type = ? ORDER BY b0_.created_at DESC) dctrn_result) dctrn_table
Parameters:
[
"Idea"
]
|
||||||||||||||||||||||||||||||
|
1.09 ms (10.03%) |
1 |
SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0, created_at_8 FROM (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 FROM blog b0_ WHERE b0_.type = ?) dctrn_result_inner ORDER BY created_at_8 DESC) dctrn_result LIMIT 6
Parameters:
[
"Idea"
]
|
||||||||||||||||||||||||||||||
|
1.04 ms (9.58%) |
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 IN (?, ?, ?, ?, ?, ?) ORDER BY b0_.created_at DESC
Parameters:
[ "Idea" 41 40 37 33 30 29 ]
|
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\Blog | 6 |
| App\Entity\Category | 6 |
| App\Entity\User | 5 |
| App\Entity\PrimaryContact | 5 |
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. |