Query Metrics
20
Database Queries
11
Different statements
12.95 ms
Query time
1
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
4.26 ms (32.87%) |
3 |
"COMMIT"
Parameters:
[] |
|
2.03 ms (15.69%) |
5 |
SELECT t0.code AS code_1, t0.name AS name_2, t0.cityCode AS cityCode_3, t0.cityName AS cityName_4, t0.countryName AS countryName_5, t0.countryCode AS countryCode_6, t0.latitude AS latitude_7, t0.longitude AS longitude_8 FROM Airport t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"TUN"
]
|
|
1.30 ms (10.03%) |
2 |
INSERT INTO ApiLog (baseUrl, endpoint, request, response, statusCode, statusMessage, customerID, userID, date, elapsedTime, searchCode, tag, hotel, city, providerSearchCode, provider_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "/api/flight" "availability" "{"natureTrip":"1","currency":"TND","numberAdult":"1","numberChild":"0","numberInfants":"0","directFlight":false,"refundable":false,"onlyLuggage":false,"fare":"STANDARD","cabin_class":"ECONOMY","itineraries":[{"originLocationCode":"TUN","destinationLocationCode":"TLS","departureDateTime":"2026-08-10T00:00:00"}],"sourceId":"7"}" null 200 "WAITING" 5 6 "2026-08-05 10:45:58" 0.028594017028809 null null null null null null ] |
|
1.13 ms (8.73%) |
1 |
SELECT t0.id AS id_1, t0.value AS value_2, t0.label AS label_3, t0.active AS active_4, t0.client_id AS client_id_5 FROM ClientIpAddress t0 WHERE t0.value = ? LIMIT 1
Parameters:
[
"10.10.100.199"
]
|
|
1.10 ms (8.51%) |
3 |
"START TRANSACTION"
Parameters:
[] |
|
0.59 ms (4.57%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.apikey AS apikey_3, t0.phone AS phone_4, t0.email AS email_5, t0.address AS address_6, t0.logo AS logo_7, t0.active AS active_8, t0.currency AS currency_9, t10.id AS id_11, t10.email AS email_12, t10.roles AS roles_13, t10.password AS password_14, t10.display_name AS display_name_15, t10.isVerified AS isVerified_16, t10.username AS username_17, t10.active AS active_18, t10.client_id AS client_id_19 FROM Client t0 LEFT JOIN User t10 ON t10.client_id = t0.id WHERE t0.apikey = ? LIMIT 1
Parameters:
[
"royaume@voyages@123+-"
]
|
|
0.58 ms (4.51%) |
1 |
SELECT t0.id AS id_1, t0.partnerName AS partnerName_2, t0.url AS url_3, t0.active AS active_4, t0.apikey AS apikey_5, t0.sharedSecret AS sharedSecret_6, t0.login AS login_7, t0.password AS password_8, t0.timeout AS timeout_9, t0.lastToken AS lastToken_10, t0.lastDateToken AS lastDateToken_11, t0.currency AS currency_12, t0.apiMode AS apiMode_13, t0.companyId AS companyId_14, t0.bookingUrl AS bookingUrl_15, t0.provider_id AS provider_id_16, t0.client_id AS client_id_17 FROM XmlLink t0 WHERE t0.client_id = ? AND t0.active = ? AND t0.id = ?
Parameters:
[ 5 1 "7" ] |
|
0.56 ms (4.31%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.codeGDS AS codeGDS_3, t0.color AS color_4 FROM XmlProvider t0 WHERE t0.id = ?
Parameters:
[
3
]
|
|
0.50 ms (3.85%) |
1 |
UPDATE ApiLog SET statusMessage = ?, elapsedTime = ? WHERE id = ?
Parameters:
[ "GENX|OK PROCESS|49" 6.9079060554504 5822 ] |
|
0.48 ms (3.74%) |
1 |
SELECT t0.id AS id_1, t0.baseUrl AS baseUrl_2, t0.endpoint AS endpoint_3, t0.request AS request_4, t0.response AS response_5, t0.statusCode AS statusCode_6, t0.statusMessage AS statusMessage_7, t0.customerID AS customerID_8, t0.userID AS userID_9, t0.date AS date_10, t0.elapsedTime AS elapsedTime_11, t0.searchCode AS searchCode_12, t0.tag AS tag_13, t0.hotel AS hotel_14, t0.city AS city_15, t0.providerSearchCode AS providerSearchCode_16, t0.provider_id AS provider_id_17 FROM ApiLog t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
5822
]
|
|
0.41 ms (3.19%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.display_name AS display_name_5, t0.isVerified AS isVerified_6, t0.username AS username_7, t0.active AS active_8, t0.client_id AS client_id_9 FROM User t0 WHERE t0.client_id = ? LIMIT 1
Parameters:
[
5
]
|
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\XmlLink | No errors. |
| App\Entity\ApiLog | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Client |
|
| App\Entity\Airline | No errors. |
| App\Entity\Airport | No errors. |
| App\Entity\ClientIpAddress | No errors. |
| App\Entity\XmlProvider | No errors. |