Query Metrics
18
Database Queries
18
Different statements
62.67 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 1.82 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.is_verified AS is_verified_7, t0.photo AS photo_8, t0.google_id AS google_id_9, t0.facebook_id AS facebook_id_10, t0.last_login AS last_login_11, t0.phone AS phone_12, t0.is_active AS is_active_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15, t0.deleted_at AS deleted_at_16, t0.company_id AS company_id_17 FROM "user" t0 WHERE t0.id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
"01990afc-4d01-098d-8485-beaa0e93eb12"
]
|
2 | 2.02 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.size AS size_4, t0.logo AS logo_5, t0.email AS email_6, t0.phone AS phone_7, t0.mobile AS mobile_8, t0.fax AS fax_9, t0.description AS description_10, t0.website AS website_11, t0.facebook AS facebook_12, t0.twitter AS twitter_13, t0.instagram AS instagram_14, t0.youtube AS youtube_15, t0.tiktok AS tiktok_16, t0.rc AS rc_17, t0.nif AS nif_18, t0.nis AS nis_19, t0.is_active AS is_active_20, t0.date_format AS date_format_21, t0.languege AS languege_22, t0.currencie AS currencie_23, t0.time_zone AS time_zone_24, t0.created_at AS created_at_25, t0.updated_at AS updated_at_26, t0.deleted_at AS deleted_at_27, t0.address_id AS address_id_28 FROM company t0 WHERE t0.id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
"01990afd-cf23-a731-ae0b-219900e63d5f"
]
|
3 | 3.81 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.start_date AS start_date_4, t0.end_date AS end_date_5, t0.is_active AS is_active_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.deleted_at AS deleted_at_9, t0.owner_id AS owner_id_10 FROM season t0 WHERE t0.owner_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
"01990afd-cf23-a731-ae0b-219900e63d5f"
]
|
4 | 0.80 ms |
SELECT NEXTVAL('activity_id_seq')
Parameters:
[] |
5 | 1.04 ms |
"START TRANSACTION"
Parameters:
[] |
6 | 1.88 ms |
INSERT INTO activity (id, action, context, ip, method, path, locale, query, route, created_at, updated_at, deleted_at, owner_id, made_by_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 15110 "" "[]" "172.69.211.191" "GET" "/app/dashboard" "fr" "{"q":"\/app\/dashboard"}" "app_main" "2025-09-14 06:31:08" "2025-09-14 06:31:08" null "01990afd-cf23-a731-ae0b-219900e63d5f" "01990afc-4d01-098d-8485-beaa0e93eb12" ] |
7 | 0.72 ms |
"COMMIT"
Parameters:
[] |
8 | 4.86 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.date AS date_4, t0.status AS status_5, t0.tags AS tags_6, t0.priority AS priority_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.deleted_at AS deleted_at_10, t0.owner_id AS owner_id_11, t0.season_id AS season_id_12 FROM task t0 WHERE ((t0.owner_id='01990afd-cf23-a731-ae0b-219900e63d5f') AND (t0.season_id='01990afd-cf23-a731-ae0b-219900e63d5e') AND (t0.deleted_at IS NULL)) LIMIT 15
Parameters:
[] |
9 | 6.18 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.date AS date_4, t0.type AS type_5, t0.tags AS tags_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.deleted_at AS deleted_at_9, t0.owner_id AS owner_id_10, t0.season_id AS season_id_11 FROM evenement t0 WHERE ((t0.owner_id='01990afd-cf23-a731-ae0b-219900e63d5f') AND (t0.season_id='01990afd-cf23-a731-ae0b-219900e63d5e') AND (t0.deleted_at IS NULL)) LIMIT 15
Parameters:
[] |
10 | 2.11 ms |
SELECT t0.id AS id_1, t0.start_date AS start_date_2, t0.expire_date AS expire_date_3, t0.price AS price_4, t0.quantity AS quantity_5, t0.total AS total_6, t0.status AS status_7, t0.status_payment AS status_payment_8, t0.discount AS discount_9, t0.description AS description_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.deleted_at AS deleted_at_13, t0.service_id AS service_id_14, t0.child_id AS child_id_15, t0.created_by_id AS created_by_id_16, t0.owner_id AS owner_id_17, t0.season_id AS season_id_18 FROM subscription t0 WHERE t0.status = ? AND ((t0.owner_id='01990afd-cf23-a731-ae0b-219900e63d5f') AND (t0.season_id='01990afd-cf23-a731-ae0b-219900e63d5e') AND (t0.deleted_at IS NULL))
Parameters:
[
"CONFIRMED"
]
|
11 | 8.36 ms |
SELECT COUNT(*) FROM child t0 WHERE ((t0.owner_id='01990afd-cf23-a731-ae0b-219900e63d5f') AND (t0.season_id='01990afd-cf23-a731-ae0b-219900e63d5e') AND (t0.deleted_at IS NULL))
Parameters:
[] |
12 | 11.23 ms |
SELECT COUNT(*) FROM employee t0 WHERE ((t0.owner_id='01990afd-cf23-a731-ae0b-219900e63d5f') AND (t0.season_id='01990afd-cf23-a731-ae0b-219900e63d5e') AND (t0.deleted_at IS NULL))
Parameters:
[] |
13 | 6.46 ms |
SELECT COUNT(*) FROM prechild t0 WHERE ((t0.owner_id='01990afd-cf23-a731-ae0b-219900e63d5f') AND (t0.deleted_at IS NULL))
Parameters:
[] |
14 | 2.65 ms |
SELECT COUNT(*) FROM subscription t0 WHERE ((t0.owner_id='01990afd-cf23-a731-ae0b-219900e63d5f') AND (t0.season_id='01990afd-cf23-a731-ae0b-219900e63d5e') AND (t0.deleted_at IS NULL))
Parameters:
[] |
15 | 3.93 ms |
SELECT COUNT(*) FROM classroom t0 WHERE ((t0.owner_id='01990afd-cf23-a731-ae0b-219900e63d5f') AND (t0.season_id='01990afd-cf23-a731-ae0b-219900e63d5e') AND (t0.deleted_at IS NULL))
Parameters:
[] |
16 | 1.76 ms |
SELECT COUNT(*) FROM task t0 WHERE ((t0.owner_id='01990afd-cf23-a731-ae0b-219900e63d5f') AND (t0.season_id='01990afd-cf23-a731-ae0b-219900e63d5e') AND (t0.deleted_at IS NULL))
Parameters:
[] |
17 | 1.38 ms |
SELECT COUNT(*) FROM evenement t0 WHERE ((t0.owner_id='01990afd-cf23-a731-ae0b-219900e63d5f') AND (t0.season_id='01990afd-cf23-a731-ae0b-219900e63d5e') AND (t0.deleted_at IS NULL))
Parameters:
[] |
18 | 1.68 ms |
SELECT t0.id AS id_1, t0.start_date AS start_date_2, t0.expire_date AS expire_date_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.deleted_at AS deleted_at_6, t0.product_id AS product_id_7, t0.owner_id AS owner_id_8 FROM abonnement t0 WHERE t0.owner_id = ? AND ((t0.owner_id='01990afd-cf23-a731-ae0b-219900e63d5f') AND (t0.deleted_at IS NULL))
Parameters:
[
"01990afd-cf23-a731-ae0b-219900e63d5f"
]
|
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.
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\User | No errors. |
App\Entity\Company | No errors. |
App\Entity\Order | No errors. |
App\Entity\Subscription | No errors. |
App\Entity\Payment | No errors. |
App\Entity\Post | No errors. |
App\Entity\Pointing | No errors. |
App\Entity\AbsenceEmployee | No errors. |
App\Entity\Activity | No errors. |
App\Entity\Location | No errors. |
App\Entity\Expense | No errors. |
App\Entity\ExpenseCategory | No errors. |
App\Entity\Season | No errors. |
App\Entity\Service | No errors. |
App\Entity\Section | No errors. |
App\Entity\FamilyMember | No errors. |
App\Entity\Child | No errors. |
App\Entity\Employee | No errors. |
App\Entity\Classroom | No errors. |
App\Entity\Evenement | No errors. |
App\Entity\Task | No errors. |
App\Entity\Colleague | No errors. |
App\Entity\Abonnement | No errors. |
App\Entity\Prechild | No errors. |
App\Entity\Product | No errors. |