Query Metrics
62
Database Queries
39
Different statements
206.30 ms
Query time
11
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 2.00 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.description AS description_4, t0.agency_id AS agency_id_5 FROM parameter t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"aviatur_service_token"
]
|
2 | 1.57 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.description AS description_4, t0.agency_id AS agency_id_5 FROM parameter t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"aviatur_ath"
]
|
3 | 1.59 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.description AS description_4, t0.agency_id AS agency_id_5 FROM parameter t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"aval_public_key_auth"
]
|
4 | 1.79 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.description AS description_4, t0.agency_id AS agency_id_5 FROM parameter t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"aval_public_key_auth"
]
|
5 | 2.57 ms |
SELECT t0.id AS id_1, t0.externalId AS externalId_2, t0.officeId AS officeId_3, t0.name AS name_4, t0.nit AS nit_5, t0.phone AS phone_6, t0.address AS address_7, t0.mailContact AS mailContact_8, t0.mailBooking AS mailBooking_9, t0.mailOperations AS mailOperations_10, t0.mailVouchers AS mailVouchers_11, t0.domain AS domain_12, t0.domainSecure AS domainSecure_13, t0.domainOld AS domainOld_14, t0.urlRoute AS urlRoute_15, t0.idClientFacebook AS idClientFacebook_16, t0.idClientGoogle AS idClientGoogle_17, t0.customPort AS customPort_18, t0.phonesContact AS phonesContact_19, t0.socialmedia AS socialmedia_20, t0.assets_folder AS assets_folder_21, t0.twigFlux AS twigFlux_22, t0.customer_id AS customer_id_23 FROM agency t0 WHERE t0.domainSecure IN (?, ?) LIMIT 1
Parameters:
[ "legacy-qa.grupoaviatur.com" "legacy-qa.grupoaviatur.com" ] |
6 | 2.26 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.referer AS referer_4, t0.embebed AS embebed_5, t0.phone AS phone_6, t0.address AS address_7, t0.email AS email_8, t0.officeId AS officeId_9, t0.phonesContact AS phonesContact_10, t0.agency_id AS agency_id_11 FROM whitemark t0 WHERE t0.agency_id = ? AND t0.url = ? LIMIT 1
Parameters:
[ 152 "legacy-qa.grupoaviatur.com" ] |
7 | 2.30 ms |
SELECT t0.id AS id_1, t0.wsUrl AS wsUrl_2, t0.message AS message_3, t0.officeId AS officeId_4, t0.externalId AS externalId_5, t0.preference AS preference_6, t0.isActive AS isActive_7, t0.maxTime AS maxTime_8, t0.hasCombination AS hasCombination_9, t0.errorCount AS errorCount_10, t0.errorDatetime AS errorDatetime_11, t0.provider_id AS provider_id_12, t0.agency_id AS agency_id_13 FROM config_flight_agency t0 WHERE t0.agency_id = ?
Parameters:
[
152
]
|
8 | 1.85 ms |
SELECT t0.id AS id_1, t0.wsUrl AS wsUrl_2, t0.urlType AS urlType_3, t0.type AS type_4, t0.isActive AS isActive_5, t0.agency_id AS agency_id_6, t0.provider_id AS provider_id_7 FROM config_hotel_agency t0 WHERE t0.agency_id = ?
Parameters:
[
152
]
|
9 | 1.65 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.name AS name_3, t0.content AS content_4, t0.agency_id AS agency_id_5 FROM seo_index t0 WHERE t0.agency_id = ?
Parameters:
[
152
]
|
10 | 1.89 ms |
SELECT s0_.id AS id_0, s0_.url AS url_1, s0_.title AS title_2, s0_.description AS description_3, s0_.metatitle AS metatitle_4, s0_.keywords AS keywords_5, s0_.creationDate AS creationDate_6, s0_.updateDate AS updateDate_7, s0_.ipAddress AS ipAddress_8, s0_.agency_id AS agency_id_9, s0_.customer_id AS customer_id_10 FROM seo_header s0_ WHERE s0_.url = ? AND (s0_.agency_id = ? OR s0_.agency_id IS NULL) LIMIT 1
Parameters:
[ "vuelos/MDE-CTG/2025-06-11/1-0-0?maxResults=200&ffType=price&url_product=https%3A%2F%2Flegacy-qa.grupoaviatur.com%2Fvuelos%2FMDE-CTG%2F2025-06-11%2F1-0-0&_=1745853040036" 152 ] |
11 | 13.83 ms |
(SELECT p1.* FROM parameter p1 WHERE p1.agency_id = ?) UNION (SELECT p1.* FROM parameter p1 WHERE (p1.name NOT IN (SELECT p2.name FROM parameter p2 WHERE p2.agency_id = ?) AND p1.agency_id IS NULL))
Parameters:
[ 152 152 ] |
12 | 1.92 ms |
SELECT p0_.id AS id_0, p0_.siteCode AS siteCode_1, p0_.tranKey AS tranKey_2, p0_.isActive AS isActive_3, p0_.isTest AS isTest_4, p0_.user AS user_5, p0_.password AS password_6, p0_.currency AS currency_7, p0_.testEndpoint AS testEndpoint_8, p0_.productionEndpoint AS productionEndpoint_9, p0_.siteId AS siteId_10, p0_.placeToPayRest AS placeToPayRest_11, p1_.id AS id_12, p1_.code AS code_13, p1_.description AS description_14, p1_.isActive AS isActive_15, p0_.payment_method_id AS payment_method_id_16, p0_.agency_id AS agency_id_17 FROM payment_method_agency p0_ INNER JOIN payment_method p1_ ON p0_.payment_method_id = p1_.id WHERE p0_.agency_id = ? AND p0_.isActive = ? AND p1_.code LIKE '%world%'
Parameters:
[ 152 1 ] |
13 | 1.46 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.description AS description_4, t0.agency_id AS agency_id_5 FROM parameter t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"aviatur_payment_world_pay"
]
|
14 | 2.04 ms |
SELECT hi.saleRate, hi.finantialRate, hi.conversionRate, hi.date FROM historical_rate hi ORDER BY hi.date DESC LIMIT 1
Parameters:
[] |
15 | 1.48 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.description AS description_3, t0.isActive AS isActive_4 FROM payment_method t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"safety"
]
|
16 | 1.87 ms |
SELECT t0.id AS id_1, t0.siteCode AS siteCode_2, t0.tranKey AS tranKey_3, t0.isActive AS isActive_4, t0.isTest AS isTest_5, t0.user AS user_6, t0.password AS password_7, t0.currency AS currency_8, t0.testEndpoint AS testEndpoint_9, t0.productionEndpoint AS productionEndpoint_10, t0.siteId AS siteId_11, t0.placeToPayRest AS placeToPayRest_12, t0.payment_method_id AS payment_method_id_13, t0.agency_id AS agency_id_14 FROM payment_method_agency t0 WHERE t0.agency_id = ? AND t0.payment_method_id = ? LIMIT 1
Parameters:
[ 152 3 ] |
17 | 1.84 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.description AS description_4, t0.agency_id AS agency_id_5 FROM parameter t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"aviatur_enable_special_discounts"
]
|
18 | 1.77 ms |
SELECT t0.id AS id_1, t0.iata AS iata_2, t0.isActive AS isActive_3, t0.PartyID AS PartyID_4 FROM available_currency t0
Parameters:
[] |
19 | 1.63 ms |
SELECT p0_.id AS id_0, p0_.route AS route_1, p0_.availableSeats AS availableSeats_2, p0_.flightType AS flightType_3, p0_.params AS params_4, p0_.isActive AS isActive_5, p0_.creationDate AS creationDate_6, p0_.airline_id AS airline_id_7, p0_.agency_id AS agency_id_8 FROM promo_search_agency p0_ WHERE p0_.isActive = ? AND p0_.agency_id = ? ORDER BY p0_.id DESC
Parameters:
[ 1 152 ] |
20 | 2.82 ms |
SELECT t0.id AS id_1, t0.iata AS iata_2, t0.city AS city_3, t0.country AS country_4, t0.countryCode AS countryCode_5, t0.hasAirport AS hasAirport_6, t0.coordinates AS coordinates_7 FROM search_cities t0 WHERE t0.iata IN (?, ?)
Parameters:
[ "MDE" "CTG" ] |
21 | 1.71 ms |
SELECT c0_.id AS id_0, c0_.wsUrl AS wsUrl_1, c0_.message AS message_2, c0_.officeId AS officeId_3, c0_.externalId AS externalId_4, c0_.preference AS preference_5, c0_.isActive AS isActive_6, c0_.maxTime AS maxTime_7, c0_.hasCombination AS hasCombination_8, c0_.errorCount AS errorCount_9, c0_.errorDatetime AS errorDatetime_10, c0_.provider_id AS provider_id_11, c0_.agency_id AS agency_id_12 FROM config_flight_agency c0_ WHERE c0_.agency_id = ? AND c0_.isActive = ? AND (c0_.errorCount < ? OR c0_.errorDatetime <= ?) AND c0_.preference IN (1, 2) ORDER BY c0_.id ASC
Parameters:
[ 152 1 10 "2025-04-28 10:00:41" ] |
22 | 1.47 ms |
SELECT t0.id AS id_1, t0.providerIdentifier AS providerIdentifier_2, t0.name AS name_3, t0.payment_type_id AS payment_type_id_4, t0.product_type_id AS product_type_id_5 FROM provider t0 WHERE t0.id = ?
Parameters:
[
56
]
|
23 | 1.56 ms |
SELECT t0.id AS id_1, t0.providerIdentifier AS providerIdentifier_2, t0.name AS name_3, t0.payment_type_id AS payment_type_id_4, t0.product_type_id AS product_type_id_5 FROM provider t0 WHERE t0.id = ?
Parameters:
[
54
]
|
24 | 2.27 ms |
SELECT t0.id AS id_1, t0.providerIdentifier AS providerIdentifier_2, t0.name AS name_3, t0.payment_type_id AS payment_type_id_4, t0.product_type_id AS product_type_id_5 FROM provider t0 WHERE t0.id = ?
Parameters:
[
79
]
|
25 | 1.46 ms |
SELECT t0.id AS id_1, t0.providerIdentifier AS providerIdentifier_2, t0.name AS name_3, t0.payment_type_id AS payment_type_id_4, t0.product_type_id AS product_type_id_5 FROM provider t0 WHERE t0.id = ?
Parameters:
[
78
]
|
26 | 1.55 ms |
SELECT t0.id AS id_1, t0.providerIdentifier AS providerIdentifier_2, t0.name AS name_3, t0.payment_type_id AS payment_type_id_4, t0.product_type_id AS product_type_id_5 FROM provider t0 WHERE t0.id = ?
Parameters:
[
69
]
|
27 | 1.85 ms |
SELECT t0.id AS id_1, t0.providerIdentifier AS providerIdentifier_2, t0.name AS name_3, t0.payment_type_id AS payment_type_id_4, t0.product_type_id AS product_type_id_5 FROM provider t0 WHERE t0.id = ?
Parameters:
[
70
]
|
28 | 1.84 ms |
SELECT t0.id AS id_1, t0.providerIdentifier AS providerIdentifier_2, t0.name AS name_3, t0.payment_type_id AS payment_type_id_4, t0.product_type_id AS product_type_id_5 FROM provider t0 WHERE t0.id = ?
Parameters:
[
82
]
|
29 | 1.96 ms |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.value AS value_2, p0_.description AS description_3, p0_.agency_id AS agency_id_4 FROM parameter p0_ WHERE p0_.name = 'negotiated_fare_code' AND p0_.agency_id = 152
Parameters:
[] |
30 | 2.41 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.product_type_id AS product_type_id_4 FROM verb t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"AirLowFareSearch"
]
|
31 | 2.50 ms |
SELECT distinct(countryCode) FROM search_cities WHERE iata = 'MDE' or iata='CTG'
Parameters:
[] |
32 | 2.12 ms |
SELECT distinct(countryCode) FROM search_airports WHERE iata = 'MDE' or iata='CTG'
Parameters:
[] |
33 | 1.99 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.iataCode AS iataCode_3, t0.languageCode AS languageCode_4, t0.description AS description_5, t0.countryStateCode AS countryStateCode_6, t0.country_id AS country_id_7 FROM city t0 WHERE t0.iataCode = ? LIMIT 1
Parameters:
[
"CTG"
]
|
34 | 45.63 ms |
select *, af.id as admin_fee_id from admin_fee as af, airline as a where af.isActive = 1 and (af.airline_id IS NULL or af.airline_id = a.id ) and (af.agency_id IS NULL or af.agency_id = '152') and (af.city_id IS NULL or af.city_id = '6262') group by af.id order by af.id desc, af.agency_id desc, af.city_id asc, af.airline_id asc, af.nonationalstop asc
Parameters:
[] |
35 | 1.79 ms |
SELECT t0.product_id AS product_id_1, t0.productName AS productName_2, t0.descriptionProduct AS descriptionProduct_3, t0.qseCommissionMin AS qseCommissionMin_4, t0.qseCommissionMax AS qseCommissionMax_5, t0.percentageCommissionMin AS percentageCommissionMin_6, t0.percentageCommissionMax AS percentageCommissionMax_7, t0.qseCommissionPercentage AS qseCommissionPercentage_8, t0.taCommissionPercentage AS taCommissionPercentage_9 FROM agent_qse_product_commission t0 WHERE t0.productName = ? LIMIT 1
Parameters:
[
"flight"
]
|
36 | 2.71 ms |
select distinct(iata) FROM airline_validation, airline WHERE airline_validation.airline_id = airline.id
Parameters:
[] |
37 | 1.90 ms |
select * FROM blocked_fare WHERE isActive = ? and url = ? and updatingDate >= ?
Parameters:
[ 1 "/vuelos/MDE-CTG/2025-06-11/1-0-0" "2025-04-28 09:10:55" ] |
38 | 2.81 ms |
SELECT t0.id AS id_1, t0.farebasis AS farebasis_2, t0.airlineCode AS airlineCode_3, t0.flightDate AS flightDate_4, t0.creationDate AS creationDate_5, t0.updatingDate AS updatingDate_6, t0.type AS type_7, t0.isActive AS isActive_8 FROM special_composite_fare t0 WHERE t0.isActive = ?
Parameters:
[
1
]
|
39 | 2.59 ms |
"START TRANSACTION"
Parameters:
[] |
40 | 1.92 ms |
INSERT INTO bestprices (producturl, prices, bestprice, entrydate, entrytimes, trip, departure, round) VALUES (?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "/vuelos/MDE-CTG/2025-06-11/1-0-0" "{"JA":{"flightPrice":135290,"flightPriceTA":"135290","flightCurrency":"COP","airlineName":"Jetsmart Airlines","baseFare":85000,"compareValue":93860,"ta":"0"},"LA":{"flightPrice":144740,"flightPriceTA":"144740","flightCurrency":"COP","airlineName":"Latam Airlines","baseFare":"101800","compareValue":93860,"ta":"0"},"AV":{"flightPrice":263740,"flightPriceTA":"263740","flightCurrency":"COP","airlineName":"Avianca","baseFare":201800,"compareValue":201800,"ta":"0"}}" 135290.0 "2025-04-28 10:10:56" 1 "MDE-CTG|O" "2025-06-11" "" ] |
41 | 1.74 ms |
UPDATE search_cities SET hasAirport = ? WHERE id = ?
Parameters:
[ "1" 1011 ] |
42 | 1.85 ms |
UPDATE search_cities SET hasAirport = ? WHERE id = ?
Parameters:
[ "1" 3687 ] |
43 | 1.45 ms |
UPDATE agent_qse_product_commission SET qseCommissionMin = ?, qseCommissionMax = ?, percentageCommissionMin = ?, percentageCommissionMax = ?, qseCommissionPercentage = ?, taCommissionPercentage = ? WHERE product_id = ?
Parameters:
[ "15000" "500000" "0" "0" "0.65" "0.7" 1 ] |
44 | 8.30 ms |
"COMMIT"
Parameters:
[] |
45 | 1.80 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.description AS description_4, t0.agency_id AS agency_id_5 FROM parameter t0 WHERE t0.name = ? AND t0.value = ? LIMIT 1
Parameters:
[ "recommendation_airline_destiny" 1 ] |
46 | 1.73 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.description AS description_4, t0.agency_id AS agency_id_5 FROM parameter t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"service_web_branded_fare"
]
|
47 | 11.30 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.description AS description_4, t0.agency_id AS agency_id_5 FROM parameter t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"fare_family"
]
|
48 | 2.28 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.description AS description_4, t0.agency_id AS agency_id_5 FROM parameter t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"config_hopper"
]
|
49 | 2.23 ms |
SELECT s0_.id AS id_0, s0_.iata AS iata_1, s0_.city AS city_2, s0_.country AS country_3, s0_.countryCode AS countryCode_4, s0_.hasAirport AS hasAirport_5, s0_.coordinates AS coordinates_6 FROM search_cities s0_ WHERE s0_.iata = ? OR s0_.iata = ?
Parameters:
[ "MDE" "CTG" ] |
50 | 1.71 ms |
SELECT s0_.id AS id_0, s0_.iata AS iata_1, s0_.name AS name_2, s0_.city AS city_3, s0_.country AS country_4, s0_.countryCode AS countryCode_5, s0_.search AS search_6, s0_.language AS language_7, s0_.search_cities_id AS search_cities_id_8 FROM search_airports s0_ WHERE s0_.iata = ? OR s0_.iata = ?
Parameters:
[ "MDE" "CTG" ] |
51 | 2.01 ms |
SELECT c0_.id AS id_0, c0_.wsUrl AS wsUrl_1, c0_.message AS message_2, c0_.officeId AS officeId_3, c0_.externalId AS externalId_4, c0_.override AS override_5, c0_.isActive AS isActive_6, c0_.provider_id AS provider_id_7, c0_.agency_id AS agency_id_8 FROM config_flight_calendar_agency c0_ WHERE c0_.agency_id = ? AND c0_.isActive = ? ORDER BY c0_.id ASC
Parameters:
[ 152 1 ] |
52 | 1.78 ms |
SELECT t0.id AS id_1, t0.providerIdentifier AS providerIdentifier_2, t0.name AS name_3, t0.payment_type_id AS payment_type_id_4, t0.product_type_id AS product_type_id_5 FROM provider t0 WHERE t0.id = ?
Parameters:
[
20
]
|
53 | 2.16 ms |
SELECT p0_.params AS params_0 FROM point_redemption p0_ INNER JOIN point_redemption_agency p1_ ON p0_.id = p1_.point_redemption_id WHERE p1_.agency_id = ? AND p0_.isActive = ? AND p1_.isActive = ? ORDER BY p0_.id ASC
Parameters:
[ 152 1 1 ] |
54 | 1.90 ms |
SELECT t0.id AS id_1, t0.creationDate AS creationDate_2, t0.isActive AS isActive_3, t0.coupon_discount_id AS coupon_discount_id_4, t0.agency_id AS agency_id_5 FROM coupon_discount_agency t0 WHERE t0.agency_id = ? AND t0.isActive = ?
Parameters:
[ 152 1 ] |
55 | 2.01 ms |
SELECT s0_.id AS id_0, s0_.url AS url_1, s0_.maskedUrl AS maskedUrl_2, s0_.description AS description_3, s0_.shortDescription AS shortDescription_4, s0_.creationDate AS creationDate_5, s0_.updateDate AS updateDate_6, s0_.ipAddress AS ipAddress_7, s0_.agency_id AS agency_id_8, s0_.customer_id AS customer_id_9 FROM seo_url s0_ WHERE s0_.url = ? OR s0_.maskedUrl = ?
Parameters:
[ "vuelos/MDE-CTG/2025-06-11/1-0-0" "/vuelos/MDE-CTG/2025-06-11/1-0-0" ] |
56 | 2.65 ms |
SELECT t0.id AS id_1, t0.externalId AS externalId_2, t0.officeId AS officeId_3, t0.name AS name_4, t0.nit AS nit_5, t0.phone AS phone_6, t0.address AS address_7, t0.mailContact AS mailContact_8, t0.mailBooking AS mailBooking_9, t0.mailOperations AS mailOperations_10, t0.mailVouchers AS mailVouchers_11, t0.domain AS domain_12, t0.domainSecure AS domainSecure_13, t0.domainOld AS domainOld_14, t0.urlRoute AS urlRoute_15, t0.idClientFacebook AS idClientFacebook_16, t0.idClientGoogle AS idClientGoogle_17, t0.customPort AS customPort_18, t0.phonesContact AS phonesContact_19, t0.socialmedia AS socialmedia_20, t0.assets_folder AS assets_folder_21, t0.twigFlux AS twigFlux_22, t0.customer_id AS customer_id_23 FROM agency t0 WHERE t0.domainSecure IN (?, ?) LIMIT 1
Parameters:
[ "legacy-qa.grupoaviatur.com" "legacy-qa.grupoaviatur.com" ] |
57 | 2.32 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.referer AS referer_4, t0.embebed AS embebed_5, t0.phone AS phone_6, t0.address AS address_7, t0.email AS email_8, t0.officeId AS officeId_9, t0.phonesContact AS phonesContact_10, t0.agency_id AS agency_id_11 FROM whitemark t0 WHERE t0.agency_id = ? AND t0.url = ? LIMIT 1
Parameters:
[ 152 "legacy-qa.grupoaviatur.com" ] |
58 | 2.07 ms |
SELECT t0.id AS id_1, t0.wsUrl AS wsUrl_2, t0.message AS message_3, t0.officeId AS officeId_4, t0.externalId AS externalId_5, t0.preference AS preference_6, t0.isActive AS isActive_7, t0.maxTime AS maxTime_8, t0.hasCombination AS hasCombination_9, t0.errorCount AS errorCount_10, t0.errorDatetime AS errorDatetime_11, t0.provider_id AS provider_id_12, t0.agency_id AS agency_id_13 FROM config_flight_agency t0 WHERE t0.agency_id = ?
Parameters:
[
152
]
|
59 | 1.87 ms |
SELECT t0.id AS id_1, t0.wsUrl AS wsUrl_2, t0.urlType AS urlType_3, t0.type AS type_4, t0.isActive AS isActive_5, t0.agency_id AS agency_id_6, t0.provider_id AS provider_id_7 FROM config_hotel_agency t0 WHERE t0.agency_id = ?
Parameters:
[
152
]
|
60 | 1.87 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.name AS name_3, t0.content AS content_4, t0.agency_id AS agency_id_5 FROM seo_index t0 WHERE t0.agency_id = ?
Parameters:
[
152
]
|
61 | 5.25 ms |
SELECT s0_.id AS id_0, s0_.url AS url_1, s0_.title AS title_2, s0_.description AS description_3, s0_.metatitle AS metatitle_4, s0_.keywords AS keywords_5, s0_.creationDate AS creationDate_6, s0_.updateDate AS updateDate_7, s0_.ipAddress AS ipAddress_8, s0_.agency_id AS agency_id_9, s0_.customer_id AS customer_id_10 FROM seo_header s0_ WHERE s0_.url = ? AND (s0_.agency_id = ? OR s0_.agency_id IS NULL) LIMIT 1
Parameters:
[ "vuelos/MDE-CTG/2025-06-11/1-0-0?maxResults=200&ffType=price&url_product=https%3A%2F%2Flegacy-qa.grupoaviatur.com%2Fvuelos%2FMDE-CTG%2F2025-06-11%2F1-0-0&_=1745853040036" 152 ] |
62 | 11.86 ms |
(SELECT p1.* FROM parameter p1 WHERE p1.agency_id = ?) UNION (SELECT p1.* FROM parameter p1 WHERE (p1.name NOT IN (SELECT p2.name FROM parameter p2 WHERE p2.agency_id = ?) AND p1.agency_id IS NULL))
Parameters:
[ 152 152 ] |
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 |
---|---|
Aviatur\GeneralBundle\Entity\Parameter | No errors. |
Aviatur\AgencyBundle\Entity\Agency |
|
FOS\OAuthServerBundle\Entity\Client | No errors. |
Aviatur\RestBundle\Entity\OauthClient | No errors. |
FOS\OAuthServerBundle\Entity\AccessToken | No errors. |
Aviatur\RestBundle\Entity\OauthAccesstoken | No errors. |
FOS\OAuthServerBundle\Entity\RefreshToken | No errors. |
Aviatur\RestBundle\Entity\OauthRefreshtoken | No errors. |
FOS\UserBundle\Model\User | No errors. |
Aviatur\CustomerBundle\Entity\Customer | No errors. |
Aviatur\FlightBundle\Entity\AdminFee |
|
Aviatur\GeneralBundle\Entity\AgencyPaymentConfig | No errors. |
Aviatur\CarBundle\Entity\ConfigCarAgency | No errors. |
Aviatur\FlightBundle\Entity\ConfigFlightAgency | No errors. |
Aviatur\FlightBundle\Entity\ConfigFlightCalendarAgency | No errors. |
Aviatur\HotelBundle\Entity\ConfigHotelAgency | No errors. |
Aviatur\PackageBundle\Entity\ConfigPackageAgency | No errors. |
Aviatur\InsuranceBundle\Entity\ConfigInsuranceAgency | No errors. |
Aviatur\BusBundle\Entity\ConfigBusAgency | No errors. |
Aviatur\ContentBundle\Entity\Content | No errors. |
Aviatur\GeneralBundle\Entity\Order |
|
Aviatur\EditionBundle\Entity\HomePromoList | No errors. |
Aviatur\GeneralBundle\Entity\Alerts | No errors. |
Aviatur\GeneralBundle\Entity\UserAgency | No errors. |
Aviatur\GeneralBundle\Entity\HistoricalInfo | No errors. |
Aviatur\GeneralBundle\Entity\PaymentMethodAgency | No errors. |
Aviatur\GeneralBundle\Entity\PromoSearchAgency | No errors. |
Aviatur\GeneralBundle\Entity\Metasearch | No errors. |
Aviatur\GeneralBundle\Entity\Whitemark | No errors. |
Aviatur\GeneralBundle\Entity\UrlHomologation | No errors. |
Aviatur\GeneralBundle\Entity\SeoHeader | No errors. |
Aviatur\FormBundle\Entity\Service | No errors. |
Aviatur\FormBundle\Entity\Newsletter | No errors. |
Aviatur\FormBundle\Entity\Cruiser | No errors. |
Aviatur\FormBundle\Entity\Subscription | No errors. |
Aviatur\GeneralBundle\Entity\PayoutExtraAgency | No errors. |
Aviatur\GeneralBundle\Entity\PointRedemptionAgency | No errors. |
Aviatur\GeneralBundle\Entity\SpecialDiscountCampaign | No errors. |
Aviatur\CruiserBundle\Entity\ConfigCruiserAgency | No errors. |
Aviatur\AgentBundle\Entity\Agent | No errors. |
Aviatur\FlightBundle\Entity\AirlineOver | No errors. |
Aviatur\HelicopterBundle\Entity\ConfigHelicopterAgency | No errors. |
Aviatur\FlightBundle\Entity\AdminFeeActivityLog |
|
Aviatur\FlightBundle\Entity\ConfigFlightAgencyActivityLog |
|
Aviatur\MpaBundle\Entity\Provider |
|
Aviatur\HotelBundle\Entity\Markup | No errors. |
Aviatur\GeneralBundle\Entity\SeoIndex | No errors. |
Aviatur\GeneralBundle\Entity\PaymentMethod | No errors. |
Aviatur\TrmBundle\Entity\HistoricalRate | No errors. |
Aviatur\TrmBundle\Entity\AvailabilityCurrency | No errors. |
Aviatur\FlightBundle\Entity\Airline |
|
Aviatur\SearchBundle\Entity\SearchCities | No errors. |
Aviatur\FlightBundle\Entity\SpecialDiscount | No errors. |
Aviatur\SearchBundle\Entity\SearchAirports | No errors. |
Aviatur\HotelBundle\Entity\HotelHomologation | No errors. |
Aviatur\GeneralBundle\Entity\PaymentType | No errors. |
Aviatur\MpaBundle\Entity\ProductType | No errors. |
Aviatur\GeneralBundle\Entity\OrderProduct | No errors. |
Aviatur\GeneralBundle\Entity\Verb | No errors. |
Aviatur\GeneralBundle\Entity\City |
|
Aviatur\GeneralBundle\Entity\Country | No errors. |
Aviatur\AgentBundle\Entity\AgentQseProductCommission | No errors. |
Aviatur\FlightBundle\Entity\AirlineValidation | No errors. |
Aviatur\FlightBundle\Entity\BlockedFare | No errors. |
Aviatur\FlightBundle\Entity\SpecialCompositeFare | No errors. |
Aviatur\GeneralBundle\Entity\BestPrices | No errors. |
Aviatur\GeneralBundle\Entity\PointRedemption | No errors. |
Aviatur\GeneralBundle\Entity\CouponDiscountAgency | No errors. |
Aviatur\GeneralBundle\Entity\CouponDiscount | No errors. |
Aviatur\GeneralBundle\Entity\SeoUrl |
|
Aviatur\CustomerBundle\Entity\TravelPreference | No errors. |
Aviatur\CustomerBundle\Entity\DocumentType | No errors. |
Aviatur\CustomerBundle\Entity\CivilStatus | No errors. |
Aviatur\CustomerBundle\Entity\Gender | No errors. |
Aviatur\ContentBundle\Entity\HistoricalContent | No errors. |
Aviatur\FlightBundle\Entity\Churning | No errors. |
Aviatur\GeneralBundle\Entity\FormUserInfo | No errors. |
Aviatur\GeneralBundle\Entity\AncillariesOrder | No errors. |
Aviatur\FlightBundle\Entity\ChurningActivityLog |
|
Aviatur\EditionBundle\Entity\HomePromo | No errors. |
Aviatur\EditionBundle\Entity\HomePromoTime | No errors. |
Sonata\UserBundle\Entity\BaseUser | No errors. |
Aviatur\AdminBundle\Entity\AdminUser | No errors. |
Aviatur\GeneralBundle\Entity\Metatransaction | No errors. |
Aviatur\GeneralBundle\Entity\PayoutExtra | No errors. |
Aviatur\TrmBundle\Entity\Currency | No errors. |
Aviatur\HotelBundle\Entity\SpecialDiscountHotel | No errors. |
Aviatur\FlightBundle\Entity\SpecialDiscountAviatur | No errors. |
Aviatur\FlightBundle\Entity\SpecialDiscountAviaturFranchise | No errors. |
Aviatur\AgentBundle\Entity\AgentTransaction | No errors. |
Aviatur\AgentBundle\Entity\AgentCommission | No errors. |
Aviatur\GeneralBundle\Entity\FosUserUser |
|
Aviatur\HotelBundle\Entity\Hotel | No errors. |
Aviatur\FlightBundle\Entity\SpecialDiscountReservation | No errors. |
Aviatur\GeneralBundle\Entity\OrderProductBrief | No errors. |
Aviatur\GeneralBundle\Entity\HistoricalOrderProduct | No errors. |
Aviatur\GeneralBundle\Entity\PromotionalCodeGift | No errors. |
Aviatur\GeneralBundle\Entity\PromotionalCodeOrderProduct | No errors. |
Aviatur\CruiserBundle\Entity\CruiserPortsGeolocalization | No errors. |
Aviatur\GeneralBundle\Entity\Card | No errors. |