GET https://drilleedo.softsquareit.com/

Query Metrics

5 Database Queries
3 Different statements
5.84 ms Query time
0 Invalid entities
60 Managed entities

Queries

Group similar statements

# Time Info
1 2.57 ms
SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.password AS password_2, b1_.company_name AS company_name_3, b1_.trade_name AS trade_name_4, b1_.licence_num AS licence_num_5, b1_.company_num AS company_num_6, b1_.logo AS logo_7, b1_.banner AS banner_8, b1_.phone_num AS phone_num_9, b1_.about AS about_10, b1_.why_choose_us AS why_choose_us_11, b1_.services AS services_12, p2_.city AS city_13, p2_.exp_years AS exp_years_14, u0_.type AS type_15, u0_.personal_infos_id AS personal_infos_id_16, b1_.primary_contact_id AS primary_contact_id_17, b1_.entrepreneur_type_id AS entrepreneur_type_id_18, p2_.category_id AS category_id_19 FROM professional p2_ INNER JOIN business b1_ ON p2_.id = b1_.id INNER JOIN `user` u0_ ON p2_.id = u0_.id INNER JOIN category c3_ ON p2_.category_id = c3_.id ORDER BY p2_.exp_years DESC, u0_.id DESC
Parameters:
[]
2 1.30 ms
SELECT t0_.id AS id_0, t0_.client_name AS client_name_1, t0_.client_role AS client_role_2, t0_.content AS content_3, t0_.image AS image_4, t0_.is_active AS is_active_5, t0_.created_at AS created_at_6, t0_.updated_at AS updated_at_7 FROM testimonial t0_ WHERE t0_.is_active = ? ORDER BY t0_.created_at DESC LIMIT 10
Parameters:
[
  1
]
3 0.75 ms
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:
[
  6
]
4 0.60 ms
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:
[
  9
]
5 0.61 ms
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:
[
  14
]

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\User 21
App\Entity\PrimaryContact 20
App\Entity\Category 14
App\Entity\Testimonial 5

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Business No errors.
App\Entity\Professional No errors.
App\Entity\Category No errors.
App\Entity\PersonalInfos No errors.
App\Entity\PrimaryContact No errors.
App\Entity\EntrepreneurType No errors.
App\Entity\Notification No errors.
App\Entity\Blog 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.
App\Entity\Testimonial No errors.
App\Entity\Company No errors.