http://10.10.100.202/api/flight/availability

Query Metrics

22 Database Queries
11 Different statements
16.98 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
5.18 ms
(30.47%)
3
"COMMIT"
Parameters:
[]
3.69 ms
(21.70%)
7
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"
]
2.62 ms
(15.44%)
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":"ROM","departureDateTime":"2026-09-15T00:00:00"}],"sourceId":"7"}"
  null
  200
  "WAITING"
  5
  6
  "2026-08-05 12:47:49"
  0.029014110565186
  null
  null
  null
  null
  null
  null
]
1.13 ms
(6.62%)
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"
]
0.97 ms
(5.71%)
3
"START TRANSACTION"
Parameters:
[]
0.76 ms
(4.49%)
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.69 ms
(4.05%)
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.53 ms
(3.12%)
1
UPDATE ApiLog SET statusMessage = ?, elapsedTime = ? WHERE id = ?
Parameters:
[
  "GENX|OK PROCESS|68"
  5.475615978241
  5848
]
0.53 ms
(3.11%)
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.51 ms
(2.99%)
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
]
0.39 ms
(2.30%)
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:
[
  5848
]

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
  • The field App\Entity\Client#user is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\User#client does not contain the required 'inversedBy="user"' attribute.
App\Entity\Airline No errors.
App\Entity\Airport No errors.
App\Entity\ClientIpAddress No errors.
App\Entity\XmlProvider No errors.