Query Metrics
373
Database Queries
50
Different statements
360.63 ms
Query time
7
Invalid entities
240
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 3.66 ms |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.status AS status_3, c0_.ordering AS ordering_4, c0_.city AS city_5, c0_.youtube_url AS youtube_url_6, c0_.link360 AS link360_7, c0_.address AS address_8, c0_.cp AS cp_9, c0_.description AS description_10, c0_.is_main AS is_main_11, c0_.google_map AS google_map_12, c0_.created_date AS created_date_13, c0_.updated_date AS updated_date_14, c0_.seo_title AS seo_title_15, c0_.seo_h1 AS seo_h1_16, c0_.seo_keyword AS seo_keyword_17, c0_.seo_description AS seo_description_18 FROM campus c0_ LEFT JOIN manager_campus m2_ ON c0_.id = m2_.campus_id LEFT JOIN manager m1_ ON m1_.id = m2_.manager_id LEFT JOIN news_campus n4_ ON c0_.id = n4_.campus_id LEFT JOIN news n3_ ON n3_.id = n4_.news_id WHERE (c0_.description <> '' OR c0_.address <> '' OR c0_.link360 <> '' OR c0_.youtube_url <> '') AND c0_.id IN (?, ?, ?)) dctrn_result) dctrn_table
Parameters:
[ 1 2 4 ] |
| 2 | 3.44 ms |
SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.status AS status_3, c0_.ordering AS ordering_4, c0_.city AS city_5, c0_.youtube_url AS youtube_url_6, c0_.link360 AS link360_7, c0_.address AS address_8, c0_.cp AS cp_9, c0_.description AS description_10, c0_.is_main AS is_main_11, c0_.google_map AS google_map_12, c0_.created_date AS created_date_13, c0_.updated_date AS updated_date_14, c0_.seo_title AS seo_title_15, c0_.seo_h1 AS seo_h1_16, c0_.seo_keyword AS seo_keyword_17, c0_.seo_description AS seo_description_18 FROM campus c0_ LEFT JOIN manager_campus m2_ ON c0_.id = m2_.campus_id LEFT JOIN manager m1_ ON m1_.id = m2_.manager_id LEFT JOIN news_campus n4_ ON c0_.id = n4_.campus_id LEFT JOIN news n3_ ON n3_.id = n4_.news_id WHERE (c0_.description <> '' OR c0_.address <> '' OR c0_.link360 <> '' OR c0_.youtube_url <> '') AND c0_.id IN (?, ?, ?)) dctrn_result LIMIT 50
Parameters:
[ 1 2 4 ] |
| 3 | 1.21 ms |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.status AS status_3, c0_.ordering AS ordering_4, c0_.city AS city_5, c0_.youtube_url AS youtube_url_6, c0_.link360 AS link360_7, c0_.address AS address_8, c0_.cp AS cp_9, c0_.description AS description_10, c0_.is_main AS is_main_11, c0_.google_map AS google_map_12, c0_.created_date AS created_date_13, c0_.updated_date AS updated_date_14, c0_.seo_title AS seo_title_15, c0_.seo_h1 AS seo_h1_16, c0_.seo_keyword AS seo_keyword_17, c0_.seo_description AS seo_description_18, c0_.logo_id AS logo_id_19, c0_.country_id AS country_id_20 FROM campus c0_ LEFT JOIN manager_campus m2_ ON c0_.id = m2_.campus_id LEFT JOIN manager m1_ ON m1_.id = m2_.manager_id LEFT JOIN news_campus n4_ ON c0_.id = n4_.campus_id LEFT JOIN news n3_ ON n3_.id = n4_.news_id WHERE (c0_.description <> '' OR c0_.address <> '' OR c0_.link360 <> '' OR c0_.youtube_url <> '') AND c0_.id IN (?, ?, ?) AND c0_.id IN (?, ?, ?)
Parameters:
[ 1 2 4 1 2 4 ] |
| 4 | 2.60 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "1" "en" "App\Entity\Campus" ] |
| 5 | 2.22 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "2" "en" "App\Entity\Campus" ] |
| 6 | 3.65 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "4" "en" "App\Entity\Campus" ] |
| 7 | 5.48 ms |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT n0_.id AS id_0, n0_.title AS title_1, n0_.description AS description_2, n0_.content AS content_3, n0_.seo_title AS seo_title_4, n0_.seo_description AS seo_description_5, n0_.status AS status_6, n0_.priority AS priority_7, n0_.type AS type_8, n0_.published_time AS published_time_9, n0_.event_categories AS event_categories_10, n0_.event_date AS event_date_11, n0_.created_date AS created_date_12, n0_.updated_date AS updated_date_13, n0_.slug AS slug_14, n0_.seo_h1 AS seo_h1_15, n0_.seo_keyword AS seo_keyword_16 FROM news n0_ INNER JOIN news_campus n2_ ON n0_.id = n2_.news_id INNER JOIN campus c1_ ON c1_.id = n2_.campus_id WHERE c1_.id = ? AND n0_.type = ? AND n0_.status = ? ORDER BY n0_.published_time DESC) dctrn_result) dctrn_table
Parameters:
[ 1 2 1 ] |
| 8 | 3.59 ms |
SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0, published_time_9 FROM (SELECT n0_.id AS id_0, n0_.title AS title_1, n0_.description AS description_2, n0_.content AS content_3, n0_.seo_title AS seo_title_4, n0_.seo_description AS seo_description_5, n0_.status AS status_6, n0_.priority AS priority_7, n0_.type AS type_8, n0_.published_time AS published_time_9, n0_.event_categories AS event_categories_10, n0_.event_date AS event_date_11, n0_.created_date AS created_date_12, n0_.updated_date AS updated_date_13, n0_.slug AS slug_14, n0_.seo_h1 AS seo_h1_15, n0_.seo_keyword AS seo_keyword_16, c1_.id AS id_17, c1_.name AS name_18, c1_.slug AS slug_19, c1_.status AS status_20, c1_.ordering AS ordering_21, c1_.city AS city_22, c1_.youtube_url AS youtube_url_23, c1_.link360 AS link360_24, c1_.address AS address_25, c1_.cp AS cp_26, c1_.description AS description_27, c1_.is_main AS is_main_28, c1_.google_map AS google_map_29, c1_.created_date AS created_date_30, c1_.updated_date AS updated_date_31, c1_.seo_title AS seo_title_32, c1_.seo_h1 AS seo_h1_33, c1_.seo_keyword AS seo_keyword_34, c1_.seo_description AS seo_description_35 FROM news n0_ INNER JOIN news_campus n2_ ON n0_.id = n2_.news_id INNER JOIN campus c1_ ON c1_.id = n2_.campus_id WHERE c1_.id = ? AND n0_.type = ? AND n0_.status = ?) dctrn_result_inner ORDER BY published_time_9 DESC) dctrn_result LIMIT 3
Parameters:
[ 1 2 1 ] |
| 9 | 4.03 ms |
SELECT n0_.id AS id_0, n0_.title AS title_1, n0_.description AS description_2, n0_.content AS content_3, n0_.seo_title AS seo_title_4, n0_.seo_description AS seo_description_5, n0_.status AS status_6, n0_.priority AS priority_7, n0_.type AS type_8, n0_.published_time AS published_time_9, n0_.event_categories AS event_categories_10, n0_.event_date AS event_date_11, n0_.created_date AS created_date_12, n0_.updated_date AS updated_date_13, n0_.slug AS slug_14, n0_.seo_h1 AS seo_h1_15, n0_.seo_keyword AS seo_keyword_16, n0_.media_id AS media_id_17 FROM news n0_ INNER JOIN news_campus n2_ ON n0_.id = n2_.news_id INNER JOIN campus c1_ ON c1_.id = n2_.campus_id WHERE c1_.id = ? AND n0_.type = ? AND n0_.status = ? AND n0_.id IN (?, ?, ?) ORDER BY n0_.published_time DESC
Parameters:
[ 1 2 1 779 777 733 ] |
| 10 | 2.31 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "779" "en" "App\Entity\News" ] |
| 11 | 2.67 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "777" "en" "App\Entity\News" ] |
| 12 | 0.56 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "733" "en" "App\Entity\News" ] |
| 13 | 1.02 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.status AS status_4, t0.ordering AS ordering_5, t0.city AS city_6, t0.youtube_url AS youtube_url_7, t0.link360 AS link360_8, t0.address AS address_9, t0.cp AS cp_10, t0.description AS description_11, t0.is_main AS is_main_12, t0.google_map AS google_map_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.seo_title AS seo_title_16, t0.seo_h1 AS seo_h1_17, t0.seo_keyword AS seo_keyword_18, t0.seo_description AS seo_description_19, t0.logo_id AS logo_id_20, t0.country_id AS country_id_21 FROM campus t0 INNER JOIN news_campus ON t0.id = news_campus.campus_id WHERE news_campus.news_id = ?
Parameters:
[
779
]
|
| 14 | 4.23 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1426
]
|
| 15 | 0.61 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.status AS status_4, t0.ordering AS ordering_5, t0.city AS city_6, t0.youtube_url AS youtube_url_7, t0.link360 AS link360_8, t0.address AS address_9, t0.cp AS cp_10, t0.description AS description_11, t0.is_main AS is_main_12, t0.google_map AS google_map_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.seo_title AS seo_title_16, t0.seo_h1 AS seo_h1_17, t0.seo_keyword AS seo_keyword_18, t0.seo_description AS seo_description_19, t0.logo_id AS logo_id_20, t0.country_id AS country_id_21 FROM campus t0 INNER JOIN news_campus ON t0.id = news_campus.campus_id WHERE news_campus.news_id = ?
Parameters:
[
777
]
|
| 16 | 0.40 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1034
]
|
| 17 | 1.03 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.status AS status_4, t0.ordering AS ordering_5, t0.city AS city_6, t0.youtube_url AS youtube_url_7, t0.link360 AS link360_8, t0.address AS address_9, t0.cp AS cp_10, t0.description AS description_11, t0.is_main AS is_main_12, t0.google_map AS google_map_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.seo_title AS seo_title_16, t0.seo_h1 AS seo_h1_17, t0.seo_keyword AS seo_keyword_18, t0.seo_description AS seo_description_19, t0.logo_id AS logo_id_20, t0.country_id AS country_id_21 FROM campus t0 INNER JOIN news_campus ON t0.id = news_campus.campus_id WHERE news_campus.news_id = ?
Parameters:
[
733
]
|
| 18 | 0.97 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "3" "en" "App\Entity\Campus" ] |
| 19 | 2.47 ms |
SELECT m.id FROM `manager` m WHERE m.service <> '' AND JSON_CONTAINS(m.service, ?) = 1
Parameters:
[
"["5"]"
]
|
| 20 | 0.50 ms |
SELECT manager_id FROM manager_campus WHERE campus_id = ?
Parameters:
[
1
]
|
| 21 | 0.59 ms |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.service AS service_2, m0_.position AS position_3, m0_.email AS email_4, m0_.telephone AS telephone_5, m0_.title AS title_6 FROM manager m0_ WHERE m0_.id IN (?, ?, ?, ?, ?) AND m0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) dctrn_result) dctrn_table
Parameters:
[ 55 56 57 59 60 49 50 51 52 53 54 55 57 59 60 ] |
| 22 | 0.46 ms |
SELECT DISTINCT id_0 FROM (SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.service AS service_2, m0_.position AS position_3, m0_.email AS email_4, m0_.telephone AS telephone_5, m0_.title AS title_6 FROM manager m0_ WHERE m0_.id IN (?, ?, ?, ?, ?) AND m0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) dctrn_result LIMIT 50
Parameters:
[ 55 56 57 59 60 49 50 51 52 53 54 55 57 59 60 ] |
| 23 | 2.68 ms |
SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.service AS service_2, m0_.position AS position_3, m0_.email AS email_4, m0_.telephone AS telephone_5, m0_.title AS title_6, m0_.image_id AS image_id_7 FROM manager m0_ WHERE m0_.id IN (?, ?, ?, ?, ?) AND m0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) AND m0_.id IN (?, ?, ?, ?)
Parameters:
[ 55 56 57 59 60 49 50 51 52 53 54 55 57 59 60 55 57 59 60 ] |
| 24 | 1.94 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "55" "en" "App\Entity\Manager" ] |
| 25 | 0.42 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "57" "en" "App\Entity\Manager" ] |
| 26 | 0.39 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "59" "en" "App\Entity\Manager" ] |
| 27 | 0.37 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "60" "en" "App\Entity\Manager" ] |
| 28 | 2.67 ms |
SELECT m.id FROM `manager` m WHERE m.service <> '' AND JSON_CONTAINS(m.service, ?) = 1
Parameters:
[
"["3"]"
]
|
| 29 | 0.35 ms |
SELECT manager_id FROM manager_campus WHERE campus_id = ?
Parameters:
[
1
]
|
| 30 | 0.48 ms |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.service AS service_2, m0_.position AS position_3, m0_.email AS email_4, m0_.telephone AS telephone_5, m0_.title AS title_6 FROM manager m0_ WHERE m0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?) AND m0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) dctrn_result) dctrn_table
Parameters:
[ 48 49 50 51 65 66 67 68 69 49 50 51 52 53 54 55 57 59 60 ] |
| 31 | 0.43 ms |
SELECT DISTINCT id_0 FROM (SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.service AS service_2, m0_.position AS position_3, m0_.email AS email_4, m0_.telephone AS telephone_5, m0_.title AS title_6 FROM manager m0_ WHERE m0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?) AND m0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) dctrn_result LIMIT 50
Parameters:
[ 48 49 50 51 65 66 67 68 69 49 50 51 52 53 54 55 57 59 60 ] |
| 32 | 0.35 ms |
SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.service AS service_2, m0_.position AS position_3, m0_.email AS email_4, m0_.telephone AS telephone_5, m0_.title AS title_6, m0_.image_id AS image_id_7 FROM manager m0_ WHERE m0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?) AND m0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) AND m0_.id IN (?, ?, ?)
Parameters:
[ 48 49 50 51 65 66 67 68 69 49 50 51 52 53 54 55 57 59 60 49 50 51 ] |
| 33 | 0.40 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "49" "en" "App\Entity\Manager" ] |
| 34 | 2.59 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "50" "en" "App\Entity\Manager" ] |
| 35 | 0.37 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "51" "en" "App\Entity\Manager" ] |
| 36 | 2.61 ms |
SELECT m.id FROM `manager` m WHERE m.service <> '' AND JSON_CONTAINS(m.service, ?) = 1
Parameters:
[
"["4"]"
]
|
| 37 | 0.35 ms |
SELECT manager_id FROM manager_campus WHERE campus_id = ?
Parameters:
[
1
]
|
| 38 | 0.46 ms |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.service AS service_2, m0_.position AS position_3, m0_.email AS email_4, m0_.telephone AS telephone_5, m0_.title AS title_6 FROM manager m0_ WHERE m0_.id IN (?, ?, ?, ?) AND m0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) dctrn_result) dctrn_table
Parameters:
[ 48 52 53 54 49 50 51 52 53 54 55 57 59 60 ] |
| 39 | 0.41 ms |
SELECT DISTINCT id_0 FROM (SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.service AS service_2, m0_.position AS position_3, m0_.email AS email_4, m0_.telephone AS telephone_5, m0_.title AS title_6 FROM manager m0_ WHERE m0_.id IN (?, ?, ?, ?) AND m0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) dctrn_result LIMIT 50
Parameters:
[ 48 52 53 54 49 50 51 52 53 54 55 57 59 60 ] |
| 40 | 0.35 ms |
SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.service AS service_2, m0_.position AS position_3, m0_.email AS email_4, m0_.telephone AS telephone_5, m0_.title AS title_6, m0_.image_id AS image_id_7 FROM manager m0_ WHERE m0_.id IN (?, ?, ?, ?) AND m0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) AND m0_.id IN (?, ?, ?)
Parameters:
[ 48 52 53 54 49 50 51 52 53 54 55 57 59 60 52 53 54 ] |
| 41 | 0.40 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "52" "en" "App\Entity\Manager" ] |
| 42 | 0.35 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "53" "en" "App\Entity\Manager" ] |
| 43 | 0.34 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "54" "en" "App\Entity\Manager" ] |
| 44 | 1.09 ms |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.slug AS slug_2, p0_.status AS status_3, p0_.pace AS pace_4, p0_.rncp AS rncp_5, p0_.metadata AS metadata_6, p0_.description AS description_7, p0_.entreprise AS entreprise_8, p0_.speciality_id AS speciality_id_9, p0_.ordering AS ordering_10, p0_.is_register AS is_register_11, p0_.is_initial AS is_initial_12, p0_.is_alternance AS is_alternance_13, p0_.year AS year_14, p0_.rncp_level AS rncp_level_15, p0_.qcm_list AS qcm_list_16, p0_.entrance_fee AS entrance_fee_17, p0_.total_payment AS total_payment_18, p0_.old_slug AS old_slug_19, p0_.is_opening AS is_opening_20, p0_.is_international AS is_international_21, p0_.subtitle AS subtitle_22, p0_.link_out_side AS link_out_side_23, p0_.admin_program AS admin_program_24, p0_.widget AS widget_25, p0_.ranking AS ranking_26, p0_.information AS information_27, p0_.type AS type_28, p0_.overview_images AS overview_images_29, p0_.currency AS currency_30, p0_.created_date AS created_date_31, p0_.updated_date AS updated_date_32, p0_.seo_title AS seo_title_33, p0_.seo_h1 AS seo_h1_34, p0_.seo_keyword AS seo_keyword_35, p0_.seo_description AS seo_description_36 FROM program p0_ INNER JOIN program_campus p2_ ON p0_.id = p2_.program_id INNER JOIN campus c1_ ON c1_.id = p2_.campus_id INNER JOIN program_level p3_ ON p0_.level_id = p3_.id WHERE (p0_.status = 1 OR p0_.is_opening = 1 OR p0_.is_international = 1) AND c1_.id IN (?) ORDER BY p3_.id ASC, p0_.name ASC) dctrn_result) dctrn_table
Parameters:
[
1
]
|
| 45 | 3.55 ms |
SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0, id_56, name_1 FROM (SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.slug AS slug_2, p0_.status AS status_3, p0_.pace AS pace_4, p0_.rncp AS rncp_5, p0_.metadata AS metadata_6, p0_.description AS description_7, p0_.entreprise AS entreprise_8, p0_.speciality_id AS speciality_id_9, p0_.ordering AS ordering_10, p0_.is_register AS is_register_11, p0_.is_initial AS is_initial_12, p0_.is_alternance AS is_alternance_13, p0_.year AS year_14, p0_.rncp_level AS rncp_level_15, p0_.qcm_list AS qcm_list_16, p0_.entrance_fee AS entrance_fee_17, p0_.total_payment AS total_payment_18, p0_.old_slug AS old_slug_19, p0_.is_opening AS is_opening_20, p0_.is_international AS is_international_21, p0_.subtitle AS subtitle_22, p0_.link_out_side AS link_out_side_23, p0_.admin_program AS admin_program_24, p0_.widget AS widget_25, p0_.ranking AS ranking_26, p0_.information AS information_27, p0_.type AS type_28, p0_.overview_images AS overview_images_29, p0_.currency AS currency_30, p0_.created_date AS created_date_31, p0_.updated_date AS updated_date_32, p0_.seo_title AS seo_title_33, p0_.seo_h1 AS seo_h1_34, p0_.seo_keyword AS seo_keyword_35, p0_.seo_description AS seo_description_36, c1_.id AS id_37, c1_.name AS name_38, c1_.slug AS slug_39, c1_.status AS status_40, c1_.ordering AS ordering_41, c1_.city AS city_42, c1_.youtube_url AS youtube_url_43, c1_.link360 AS link360_44, c1_.address AS address_45, c1_.cp AS cp_46, c1_.description AS description_47, c1_.is_main AS is_main_48, c1_.google_map AS google_map_49, c1_.created_date AS created_date_50, c1_.updated_date AS updated_date_51, c1_.seo_title AS seo_title_52, c1_.seo_h1 AS seo_h1_53, c1_.seo_keyword AS seo_keyword_54, c1_.seo_description AS seo_description_55, p2_.id AS id_56, p2_.name AS name_57, p2_.slug AS slug_58, p2_.created_date AS created_date_59, p2_.updated_date AS updated_date_60 FROM program p0_ INNER JOIN program_campus p3_ ON p0_.id = p3_.program_id INNER JOIN campus c1_ ON c1_.id = p3_.campus_id INNER JOIN program_level p2_ ON p0_.level_id = p2_.id WHERE (p0_.status = 1 OR p0_.is_opening = 1 OR p0_.is_international = 1) AND c1_.id IN (?)) dctrn_result_inner ORDER BY id_56 ASC, name_1 ASC) dctrn_result LIMIT 50
Parameters:
[
1
]
|
| 46 | 5.36 ms |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.slug AS slug_2, p0_.status AS status_3, p0_.pace AS pace_4, p0_.rncp AS rncp_5, p0_.metadata AS metadata_6, p0_.description AS description_7, p0_.entreprise AS entreprise_8, p0_.speciality_id AS speciality_id_9, p0_.ordering AS ordering_10, p0_.is_register AS is_register_11, p0_.is_initial AS is_initial_12, p0_.is_alternance AS is_alternance_13, p0_.year AS year_14, p0_.rncp_level AS rncp_level_15, p0_.qcm_list AS qcm_list_16, p0_.entrance_fee AS entrance_fee_17, p0_.total_payment AS total_payment_18, p0_.old_slug AS old_slug_19, p0_.is_opening AS is_opening_20, p0_.is_international AS is_international_21, p0_.subtitle AS subtitle_22, p0_.link_out_side AS link_out_side_23, p0_.admin_program AS admin_program_24, p0_.widget AS widget_25, p0_.ranking AS ranking_26, p0_.information AS information_27, p0_.type AS type_28, p0_.overview_images AS overview_images_29, p0_.currency AS currency_30, p0_.created_date AS created_date_31, p0_.updated_date AS updated_date_32, p0_.seo_title AS seo_title_33, p0_.seo_h1 AS seo_h1_34, p0_.seo_keyword AS seo_keyword_35, p0_.seo_description AS seo_description_36, p0_.brochure_id AS brochure_id_37, p0_.media_id AS media_id_38, p0_.director_image_id AS director_image_id_39, p0_.review_image_id AS review_image_id_40, p0_.intervenant_image_id AS intervenant_image_id_41, p0_.prerequisites_image_id AS prerequisites_image_id_42, p0_.cost_training_image_id AS cost_training_image_id_43, p0_.outcomes_image_id AS outcomes_image_id_44, p0_.level_id AS level_id_45, p0_.domain_id AS domain_id_46, p0_.alumni_interview_poster_id AS alumni_interview_poster_id_47, p0_.plus_formation_file_id AS plus_formation_file_id_48 FROM program p0_ INNER JOIN program_campus p2_ ON p0_.id = p2_.program_id INNER JOIN campus c1_ ON c1_.id = p2_.campus_id INNER JOIN program_level p3_ ON p0_.level_id = p3_.id WHERE (p0_.status = 1 OR p0_.is_opening = 1 OR p0_.is_international = 1) AND c1_.id IN (?) AND p0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY p3_.id ASC, p0_.name ASC
Parameters:
[ 1 59 69 27 80 48 23 2 1 92 102 81 93 3 77 21 4 20 10 34 95 83 153 150 151 17 152 37 79 ] |
| 47 | 2.75 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "59" "en" "App\Entity\Program" ] |
| 48 | 0.43 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "69" "en" "App\Entity\Program" ] |
| 49 | 0.43 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "27" "en" "App\Entity\Program" ] |
| 50 | 2.25 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "80" "en" "App\Entity\Program" ] |
| 51 | 0.42 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "48" "en" "App\Entity\Program" ] |
| 52 | 0.44 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "23" "en" "App\Entity\Program" ] |
| 53 | 2.11 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "2" "en" "App\Entity\Program" ] |
| 54 | 1.92 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "1" "en" "App\Entity\Program" ] |
| 55 | 0.46 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "92" "en" "App\Entity\Program" ] |
| 56 | 0.44 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "102" "en" "App\Entity\Program" ] |
| 57 | 2.78 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "81" "en" "App\Entity\Program" ] |
| 58 | 0.56 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "93" "en" "App\Entity\Program" ] |
| 59 | 0.39 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "3" "en" "App\Entity\Program" ] |
| 60 | 0.40 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "77" "en" "App\Entity\Program" ] |
| 61 | 0.39 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "21" "en" "App\Entity\Program" ] |
| 62 | 2.30 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "4" "en" "App\Entity\Program" ] |
| 63 | 2.36 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "20" "en" "App\Entity\Program" ] |
| 64 | 0.42 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "10" "en" "App\Entity\Program" ] |
| 65 | 0.42 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "34" "en" "App\Entity\Program" ] |
| 66 | 0.37 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "95" "en" "App\Entity\Program" ] |
| 67 | 0.41 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "83" "en" "App\Entity\Program" ] |
| 68 | 2.18 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "153" "en" "App\Entity\Program" ] |
| 69 | 0.43 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "150" "en" "App\Entity\Program" ] |
| 70 | 0.35 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "151" "en" "App\Entity\Program" ] |
| 71 | 0.45 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "17" "en" "App\Entity\Program" ] |
| 72 | 2.52 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "152" "en" "App\Entity\Program" ] |
| 73 | 1.98 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "37" "en" "App\Entity\Program" ] |
| 74 | 0.42 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "79" "en" "App\Entity\Program" ] |
| 75 | 2.65 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.created_date AS created_date_4, t0.updated_date AS updated_date_5, t0.group_id AS group_id_6 FROM program_level t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 76 | 0.46 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "1" "en" "App\Entity\ProgramLevel" ] |
| 77 | 0.31 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.created_date AS created_date_4, t0.updated_date AS updated_date_5 FROM program_level_group t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 78 | 0.43 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "1" "en" "App\Entity\ProgramLevelGroup" ] |
| 79 | 2.24 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1074
]
|
| 80 | 3.42 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.status AS status_4, t0.ordering AS ordering_5, t0.city AS city_6, t0.youtube_url AS youtube_url_7, t0.link360 AS link360_8, t0.address AS address_9, t0.cp AS cp_10, t0.description AS description_11, t0.is_main AS is_main_12, t0.google_map AS google_map_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.seo_title AS seo_title_16, t0.seo_h1 AS seo_h1_17, t0.seo_keyword AS seo_keyword_18, t0.seo_description AS seo_description_19, t0.logo_id AS logo_id_20, t0.country_id AS country_id_21 FROM campus t0 INNER JOIN program_campus ON t0.id = program_campus.campus_id WHERE program_campus.program_id = ?
Parameters:
[
59
]
|
| 81 | 1.25 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.times AS times_3, t0.sub_title AS sub_title_4, t0.created_date AS created_date_5, t0.updated_date AS updated_date_6 FROM qcm t0 INNER JOIN program_qcm ON t0.id = program_qcm.qcm_id WHERE program_qcm.program_id = ?
Parameters:
[
59
]
|
| 82 | 3.53 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.status AS status_4, t0.ordering AS ordering_5, t0.city AS city_6, t0.youtube_url AS youtube_url_7, t0.link360 AS link360_8, t0.address AS address_9, t0.cp AS cp_10, t0.description AS description_11, t0.is_main AS is_main_12, t0.google_map AS google_map_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.seo_title AS seo_title_16, t0.seo_h1 AS seo_h1_17, t0.seo_keyword AS seo_keyword_18, t0.seo_description AS seo_description_19, t0.logo_id AS logo_id_20, t0.country_id AS country_id_21 FROM campus t0 INNER JOIN program_campus ON t0.id = program_campus.campus_id WHERE program_campus.program_id = ?
Parameters:
[
69
]
|
| 83 | 5.34 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.times AS times_3, t0.sub_title AS sub_title_4, t0.created_date AS created_date_5, t0.updated_date AS updated_date_6 FROM qcm t0 INNER JOIN program_qcm ON t0.id = program_qcm.qcm_id WHERE program_qcm.program_id = ?
Parameters:
[
69
]
|
| 84 | 4.30 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.created_date AS created_date_4, t0.updated_date AS updated_date_5, t0.group_id AS group_id_6 FROM program_level t0 WHERE t0.id = ?
Parameters:
[
2
]
|
| 85 | 1.78 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "2" "en" "App\Entity\ProgramLevel" ] |
| 86 | 1.72 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.created_date AS created_date_4, t0.updated_date AS updated_date_5 FROM program_level_group t0 WHERE t0.id = ?
Parameters:
[
2
]
|
| 87 | 2.60 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "2" "en" "App\Entity\ProgramLevelGroup" ] |
| 88 | 0.53 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1063
]
|
| 89 | 0.80 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.status AS status_4, t0.ordering AS ordering_5, t0.city AS city_6, t0.youtube_url AS youtube_url_7, t0.link360 AS link360_8, t0.address AS address_9, t0.cp AS cp_10, t0.description AS description_11, t0.is_main AS is_main_12, t0.google_map AS google_map_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.seo_title AS seo_title_16, t0.seo_h1 AS seo_h1_17, t0.seo_keyword AS seo_keyword_18, t0.seo_description AS seo_description_19, t0.logo_id AS logo_id_20, t0.country_id AS country_id_21 FROM campus t0 INNER JOIN program_campus ON t0.id = program_campus.campus_id WHERE program_campus.program_id = ?
Parameters:
[
27
]
|
| 90 | 1.74 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
904
]
|
| 91 | 3.69 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
905
]
|
| 92 | 1.78 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
903
]
|
| 93 | 0.59 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
902
]
|
| 94 | 3.49 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1332
]
|
| 95 | 4.29 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.times AS times_3, t0.sub_title AS sub_title_4, t0.created_date AS created_date_5, t0.updated_date AS updated_date_6 FROM qcm t0 INNER JOIN program_qcm ON t0.id = program_qcm.qcm_id WHERE program_qcm.program_id = ?
Parameters:
[
27
]
|
| 96 | 2.82 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM program_domain t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 97 | 0.52 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "1" "en" "App\Entity\ProgramDomain" ] |
| 98 | 2.55 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.status AS status_4, t0.ordering AS ordering_5, t0.city AS city_6, t0.youtube_url AS youtube_url_7, t0.link360 AS link360_8, t0.address AS address_9, t0.cp AS cp_10, t0.description AS description_11, t0.is_main AS is_main_12, t0.google_map AS google_map_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.seo_title AS seo_title_16, t0.seo_h1 AS seo_h1_17, t0.seo_keyword AS seo_keyword_18, t0.seo_description AS seo_description_19, t0.logo_id AS logo_id_20, t0.country_id AS country_id_21 FROM campus t0 INNER JOIN program_campus ON t0.id = program_campus.campus_id WHERE program_campus.program_id = ?
Parameters:
[
80
]
|
| 99 | 0.38 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
936
]
|
| 100 | 0.52 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
937
]
|
| 101 | 0.48 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
935
]
|
| 102 | 2.03 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
934
]
|
| 103 | 0.59 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.times AS times_3, t0.sub_title AS sub_title_4, t0.created_date AS created_date_5, t0.updated_date AS updated_date_6 FROM qcm t0 INNER JOIN program_qcm ON t0.id = program_qcm.qcm_id WHERE program_qcm.program_id = ?
Parameters:
[
80
]
|
| 104 | 0.36 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.created_date AS created_date_4, t0.updated_date AS updated_date_5, t0.group_id AS group_id_6 FROM program_level t0 WHERE t0.id = ?
Parameters:
[
3
]
|
| 105 | 1.96 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "3" "en" "App\Entity\ProgramLevel" ] |
| 106 | 0.39 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1167
]
|
| 107 | 1.60 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.status AS status_4, t0.ordering AS ordering_5, t0.city AS city_6, t0.youtube_url AS youtube_url_7, t0.link360 AS link360_8, t0.address AS address_9, t0.cp AS cp_10, t0.description AS description_11, t0.is_main AS is_main_12, t0.google_map AS google_map_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.seo_title AS seo_title_16, t0.seo_h1 AS seo_h1_17, t0.seo_keyword AS seo_keyword_18, t0.seo_description AS seo_description_19, t0.logo_id AS logo_id_20, t0.country_id AS country_id_21 FROM campus t0 INNER JOIN program_campus ON t0.id = program_campus.campus_id WHERE program_campus.program_id = ?
Parameters:
[
48
]
|
| 108 | 4.52 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
947
]
|
| 109 | 0.52 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
948
]
|
| 110 | 2.58 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
946
]
|
| 111 | 0.54 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
945
]
|
| 112 | 0.69 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.times AS times_3, t0.sub_title AS sub_title_4, t0.created_date AS created_date_5, t0.updated_date AS updated_date_6 FROM qcm t0 INNER JOIN program_qcm ON t0.id = program_qcm.qcm_id WHERE program_qcm.program_id = ?
Parameters:
[
48
]
|
| 113 | 0.46 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.created_date AS created_date_4, t0.updated_date AS updated_date_5, t0.group_id AS group_id_6 FROM program_level t0 WHERE t0.id = ?
Parameters:
[
4
]
|
| 114 | 1.43 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "4" "en" "App\Entity\ProgramLevel" ] |
| 115 | 1.70 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1061
]
|
| 116 | 4.05 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.status AS status_4, t0.ordering AS ordering_5, t0.city AS city_6, t0.youtube_url AS youtube_url_7, t0.link360 AS link360_8, t0.address AS address_9, t0.cp AS cp_10, t0.description AS description_11, t0.is_main AS is_main_12, t0.google_map AS google_map_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.seo_title AS seo_title_16, t0.seo_h1 AS seo_h1_17, t0.seo_keyword AS seo_keyword_18, t0.seo_description AS seo_description_19, t0.logo_id AS logo_id_20, t0.country_id AS country_id_21 FROM campus t0 INNER JOIN program_campus ON t0.id = program_campus.campus_id WHERE program_campus.program_id = ?
Parameters:
[
23
]
|
| 117 | 1.91 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
991
]
|
| 118 | 2.47 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
992
]
|
| 119 | 4.33 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
989
]
|
| 120 | 0.58 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
988
]
|
| 121 | 4.61 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
990
]
|
| 122 | 1.68 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.times AS times_3, t0.sub_title AS sub_title_4, t0.created_date AS created_date_5, t0.updated_date AS updated_date_6 FROM qcm t0 INNER JOIN program_qcm ON t0.id = program_qcm.qcm_id WHERE program_qcm.program_id = ?
Parameters:
[
23
]
|
| 123 | 1.70 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1042
]
|
| 124 | 2.20 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.status AS status_4, t0.ordering AS ordering_5, t0.city AS city_6, t0.youtube_url AS youtube_url_7, t0.link360 AS link360_8, t0.address AS address_9, t0.cp AS cp_10, t0.description AS description_11, t0.is_main AS is_main_12, t0.google_map AS google_map_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.seo_title AS seo_title_16, t0.seo_h1 AS seo_h1_17, t0.seo_keyword AS seo_keyword_18, t0.seo_description AS seo_description_19, t0.logo_id AS logo_id_20, t0.country_id AS country_id_21 FROM campus t0 INNER JOIN program_campus ON t0.id = program_campus.campus_id WHERE program_campus.program_id = ?
Parameters:
[
2
]
|
| 125 | 0.50 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
966
]
|
| 126 | 3.51 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
967
]
|
| 127 | 1.81 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
964
]
|
| 128 | 0.52 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
963
]
|
| 129 | 0.53 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
965
]
|
| 130 | 1.00 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1281
]
|
| 131 | 3.60 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1283
]
|
| 132 | 1.71 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.times AS times_3, t0.sub_title AS sub_title_4, t0.created_date AS created_date_5, t0.updated_date AS updated_date_6 FROM qcm t0 INNER JOIN program_qcm ON t0.id = program_qcm.qcm_id WHERE program_qcm.program_id = ?
Parameters:
[
2
]
|
| 133 | 2.38 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1165
]
|
| 134 | 2.20 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.status AS status_4, t0.ordering AS ordering_5, t0.city AS city_6, t0.youtube_url AS youtube_url_7, t0.link360 AS link360_8, t0.address AS address_9, t0.cp AS cp_10, t0.description AS description_11, t0.is_main AS is_main_12, t0.google_map AS google_map_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.seo_title AS seo_title_16, t0.seo_h1 AS seo_h1_17, t0.seo_keyword AS seo_keyword_18, t0.seo_description AS seo_description_19, t0.logo_id AS logo_id_20, t0.country_id AS country_id_21 FROM campus t0 INNER JOIN program_campus ON t0.id = program_campus.campus_id WHERE program_campus.program_id = ?
Parameters:
[
1
]
|
| 135 | 0.47 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
961
]
|
| 136 | 2.46 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
962
]
|
| 137 | 4.32 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
959
]
|
| 138 | 2.32 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
958
]
|
| 139 | 2.30 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
960
]
|
| 140 | 2.34 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.times AS times_3, t0.sub_title AS sub_title_4, t0.created_date AS created_date_5, t0.updated_date AS updated_date_6 FROM qcm t0 INNER JOIN program_qcm ON t0.id = program_qcm.qcm_id WHERE program_qcm.program_id = ?
Parameters:
[
1
]
|
| 141 | 2.47 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM program_domain t0 WHERE t0.id = ?
Parameters:
[
3
]
|
| 142 | 2.96 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "3" "en" "App\Entity\ProgramDomain" ] |
| 143 | 1.60 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.status AS status_4, t0.ordering AS ordering_5, t0.city AS city_6, t0.youtube_url AS youtube_url_7, t0.link360 AS link360_8, t0.address AS address_9, t0.cp AS cp_10, t0.description AS description_11, t0.is_main AS is_main_12, t0.google_map AS google_map_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.seo_title AS seo_title_16, t0.seo_h1 AS seo_h1_17, t0.seo_keyword AS seo_keyword_18, t0.seo_description AS seo_description_19, t0.logo_id AS logo_id_20, t0.country_id AS country_id_21 FROM campus t0 INNER JOIN program_campus ON t0.id = program_campus.campus_id WHERE program_campus.program_id = ?
Parameters:
[
92
]
|
| 144 | 2.14 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1003
]
|
| 145 | 2.57 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1004
]
|
| 146 | 0.53 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1002
]
|
| 147 | 1.75 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1001
]
|
| 148 | 0.59 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.times AS times_3, t0.sub_title AS sub_title_4, t0.created_date AS created_date_5, t0.updated_date AS updated_date_6 FROM qcm t0 INNER JOIN program_qcm ON t0.id = program_qcm.qcm_id WHERE program_qcm.program_id = ?
Parameters:
[
92
]
|
| 149 | 0.40 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.created_date AS created_date_4, t0.updated_date AS updated_date_5, t0.group_id AS group_id_6 FROM program_level t0 WHERE t0.id = ?
Parameters:
[
5
]
|
| 150 | 0.50 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "5" "en" "App\Entity\ProgramLevel" ] |
| 151 | 0.31 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.created_date AS created_date_4, t0.updated_date AS updated_date_5 FROM program_level_group t0 WHERE t0.id = ?
Parameters:
[
3
]
|
| 152 | 0.41 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "3" "en" "App\Entity\ProgramLevelGroup" ] |
| 153 | 0.33 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1418
]
|
| 154 | 0.56 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.status AS status_4, t0.ordering AS ordering_5, t0.city AS city_6, t0.youtube_url AS youtube_url_7, t0.link360 AS link360_8, t0.address AS address_9, t0.cp AS cp_10, t0.description AS description_11, t0.is_main AS is_main_12, t0.google_map AS google_map_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.seo_title AS seo_title_16, t0.seo_h1 AS seo_h1_17, t0.seo_keyword AS seo_keyword_18, t0.seo_description AS seo_description_19, t0.logo_id AS logo_id_20, t0.country_id AS country_id_21 FROM campus t0 INNER JOIN program_campus ON t0.id = program_campus.campus_id WHERE program_campus.program_id = ?
Parameters:
[
102
]
|
| 155 | 0.33 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
825
]
|
| 156 | 0.33 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
834
]
|
| 157 | 0.31 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
832
]
|
| 158 | 0.32 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
831
]
|
| 159 | 0.32 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
824
]
|
| 160 | 0.45 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.times AS times_3, t0.sub_title AS sub_title_4, t0.created_date AS created_date_5, t0.updated_date AS updated_date_6 FROM qcm t0 INNER JOIN program_qcm ON t0.id = program_qcm.qcm_id WHERE program_qcm.program_id = ?
Parameters:
[
102
]
|
| 161 | 0.48 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.status AS status_4, t0.ordering AS ordering_5, t0.city AS city_6, t0.youtube_url AS youtube_url_7, t0.link360 AS link360_8, t0.address AS address_9, t0.cp AS cp_10, t0.description AS description_11, t0.is_main AS is_main_12, t0.google_map AS google_map_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.seo_title AS seo_title_16, t0.seo_h1 AS seo_h1_17, t0.seo_keyword AS seo_keyword_18, t0.seo_description AS seo_description_19, t0.logo_id AS logo_id_20, t0.country_id AS country_id_21 FROM campus t0 INNER JOIN program_campus ON t0.id = program_campus.campus_id WHERE program_campus.program_id = ?
Parameters:
[
81
]
|
| 162 | 0.30 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1025
]
|
| 163 | 0.32 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1026
]
|
| 164 | 0.32 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1024
]
|
| 165 | 0.31 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1023
]
|
| 166 | 0.40 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.times AS times_3, t0.sub_title AS sub_title_4, t0.created_date AS created_date_5, t0.updated_date AS updated_date_6 FROM qcm t0 INNER JOIN program_qcm ON t0.id = program_qcm.qcm_id WHERE program_qcm.program_id = ?
Parameters:
[
81
]
|
| 167 | 0.30 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1060
]
|
| 168 | 0.50 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.status AS status_4, t0.ordering AS ordering_5, t0.city AS city_6, t0.youtube_url AS youtube_url_7, t0.link360 AS link360_8, t0.address AS address_9, t0.cp AS cp_10, t0.description AS description_11, t0.is_main AS is_main_12, t0.google_map AS google_map_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.seo_title AS seo_title_16, t0.seo_h1 AS seo_h1_17, t0.seo_keyword AS seo_keyword_18, t0.seo_description AS seo_description_19, t0.logo_id AS logo_id_20, t0.country_id AS country_id_21 FROM campus t0 INNER JOIN program_campus ON t0.id = program_campus.campus_id WHERE program_campus.program_id = ?
Parameters:
[
93
]
|
| 169 | 0.34 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
842
]
|
| 170 | 0.31 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1009
]
|
| 171 | 0.32 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1008
]
|
| 172 | 0.33 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
840
]
|
| 173 | 0.30 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
841
]
|
| 174 | 0.39 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.times AS times_3, t0.sub_title AS sub_title_4, t0.created_date AS created_date_5, t0.updated_date AS updated_date_6 FROM qcm t0 INNER JOIN program_qcm ON t0.id = program_qcm.qcm_id WHERE program_qcm.program_id = ?
Parameters:
[
93
]
|
| 175 | 0.27 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM program_domain t0 WHERE t0.id = ?
Parameters:
[
2
]
|
| 176 | 0.40 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "2" "en" "App\Entity\ProgramDomain" ] |
| 177 | 0.32 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1043
]
|
| 178 | 0.48 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.status AS status_4, t0.ordering AS ordering_5, t0.city AS city_6, t0.youtube_url AS youtube_url_7, t0.link360 AS link360_8, t0.address AS address_9, t0.cp AS cp_10, t0.description AS description_11, t0.is_main AS is_main_12, t0.google_map AS google_map_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.seo_title AS seo_title_16, t0.seo_h1 AS seo_h1_17, t0.seo_keyword AS seo_keyword_18, t0.seo_description AS seo_description_19, t0.logo_id AS logo_id_20, t0.country_id AS country_id_21 FROM campus t0 INNER JOIN program_campus ON t0.id = program_campus.campus_id WHERE program_campus.program_id = ?
Parameters:
[
3
]
|
| 179 | 0.29 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
845
]
|
| 180 | 0.30 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
846
]
|
| 181 | 0.32 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1005
]
|
| 182 | 0.31 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
843
]
|
| 183 | 0.31 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
844
]
|
| 184 | 0.42 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.times AS times_3, t0.sub_title AS sub_title_4, t0.created_date AS created_date_5, t0.updated_date AS updated_date_6 FROM qcm t0 INNER JOIN program_qcm ON t0.id = program_qcm.qcm_id WHERE program_qcm.program_id = ?
Parameters:
[
3
]
|
| 185 | 0.44 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.status AS status_4, t0.ordering AS ordering_5, t0.city AS city_6, t0.youtube_url AS youtube_url_7, t0.link360 AS link360_8, t0.address AS address_9, t0.cp AS cp_10, t0.description AS description_11, t0.is_main AS is_main_12, t0.google_map AS google_map_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.seo_title AS seo_title_16, t0.seo_h1 AS seo_h1_17, t0.seo_keyword AS seo_keyword_18, t0.seo_description AS seo_description_19, t0.logo_id AS logo_id_20, t0.country_id AS country_id_21 FROM campus t0 INNER JOIN program_campus ON t0.id = program_campus.campus_id WHERE program_campus.program_id = ?
Parameters:
[
77
]
|
| 186 | 0.31 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1132
]
|
| 187 | 0.32 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1135
]
|
| 188 | 0.31 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1131
]
|
| 189 | 0.32 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1130
]
|
| 190 | 0.32 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1134
]
|
| 191 | 0.49 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.times AS times_3, t0.sub_title AS sub_title_4, t0.created_date AS created_date_5, t0.updated_date AS updated_date_6 FROM qcm t0 INNER JOIN program_qcm ON t0.id = program_qcm.qcm_id WHERE program_qcm.program_id = ?
Parameters:
[
77
]
|
| 192 | 0.30 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1059
]
|
| 193 | 0.48 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.status AS status_4, t0.ordering AS ordering_5, t0.city AS city_6, t0.youtube_url AS youtube_url_7, t0.link360 AS link360_8, t0.address AS address_9, t0.cp AS cp_10, t0.description AS description_11, t0.is_main AS is_main_12, t0.google_map AS google_map_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.seo_title AS seo_title_16, t0.seo_h1 AS seo_h1_17, t0.seo_keyword AS seo_keyword_18, t0.seo_description AS seo_description_19, t0.logo_id AS logo_id_20, t0.country_id AS country_id_21 FROM campus t0 INNER JOIN program_campus ON t0.id = program_campus.campus_id WHERE program_campus.program_id = ?
Parameters:
[
21
]
|
| 194 | 0.27 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
850
]
|
| 195 | 0.29 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
851
]
|
| 196 | 0.31 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
848
]
|
| 197 | 0.28 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
847
]
|
| 198 | 0.35 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
849
]
|
| 199 | 0.44 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.times AS times_3, t0.sub_title AS sub_title_4, t0.created_date AS created_date_5, t0.updated_date AS updated_date_6 FROM qcm t0 INNER JOIN program_qcm ON t0.id = program_qcm.qcm_id WHERE program_qcm.program_id = ?
Parameters:
[
21
]
|
| 200 | 0.29 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1044
]
|
| 201 | 0.47 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.status AS status_4, t0.ordering AS ordering_5, t0.city AS city_6, t0.youtube_url AS youtube_url_7, t0.link360 AS link360_8, t0.address AS address_9, t0.cp AS cp_10, t0.description AS description_11, t0.is_main AS is_main_12, t0.google_map AS google_map_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.seo_title AS seo_title_16, t0.seo_h1 AS seo_h1_17, t0.seo_keyword AS seo_keyword_18, t0.seo_description AS seo_description_19, t0.logo_id AS logo_id_20, t0.country_id AS country_id_21 FROM campus t0 INNER JOIN program_campus ON t0.id = program_campus.campus_id WHERE program_campus.program_id = ?
Parameters:
[
4
]
|
| 202 | 0.29 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
860
]
|
| 203 | 0.31 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
861
]
|
| 204 | 0.30 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
858
]
|
| 205 | 0.31 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
857
]
|
| 206 | 0.29 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
859
]
|
| 207 | 0.43 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.times AS times_3, t0.sub_title AS sub_title_4, t0.created_date AS created_date_5, t0.updated_date AS updated_date_6 FROM qcm t0 INNER JOIN program_qcm ON t0.id = program_qcm.qcm_id WHERE program_qcm.program_id = ?
Parameters:
[
4
]
|
| 208 | 0.30 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1055
]
|
| 209 | 0.47 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.status AS status_4, t0.ordering AS ordering_5, t0.city AS city_6, t0.youtube_url AS youtube_url_7, t0.link360 AS link360_8, t0.address AS address_9, t0.cp AS cp_10, t0.description AS description_11, t0.is_main AS is_main_12, t0.google_map AS google_map_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.seo_title AS seo_title_16, t0.seo_h1 AS seo_h1_17, t0.seo_keyword AS seo_keyword_18, t0.seo_description AS seo_description_19, t0.logo_id AS logo_id_20, t0.country_id AS country_id_21 FROM campus t0 INNER JOIN program_campus ON t0.id = program_campus.campus_id WHERE program_campus.program_id = ?
Parameters:
[
20
]
|
| 210 | 0.31 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
870
]
|
| 211 | 0.28 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
871
]
|
| 212 | 0.29 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
868
]
|
| 213 | 0.29 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
867
]
|
| 214 | 0.29 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
869
]
|
| 215 | 0.42 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.times AS times_3, t0.sub_title AS sub_title_4, t0.created_date AS created_date_5, t0.updated_date AS updated_date_6 FROM qcm t0 INNER JOIN program_qcm ON t0.id = program_qcm.qcm_id WHERE program_qcm.program_id = ?
Parameters:
[
20
]
|
| 216 | 0.31 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1050
]
|
| 217 | 0.46 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.status AS status_4, t0.ordering AS ordering_5, t0.city AS city_6, t0.youtube_url AS youtube_url_7, t0.link360 AS link360_8, t0.address AS address_9, t0.cp AS cp_10, t0.description AS description_11, t0.is_main AS is_main_12, t0.google_map AS google_map_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.seo_title AS seo_title_16, t0.seo_h1 AS seo_h1_17, t0.seo_keyword AS seo_keyword_18, t0.seo_description AS seo_description_19, t0.logo_id AS logo_id_20, t0.country_id AS country_id_21 FROM campus t0 INNER JOIN program_campus ON t0.id = program_campus.campus_id WHERE program_campus.program_id = ?
Parameters:
[
10
]
|
| 218 | 0.29 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
880
]
|
| 219 | 0.32 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
881
]
|
| 220 | 0.29 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
878
]
|
| 221 | 0.33 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
877
]
|
| 222 | 0.52 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
879
]
|
| 223 | 3.05 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.times AS times_3, t0.sub_title AS sub_title_4, t0.created_date AS created_date_5, t0.updated_date AS updated_date_6 FROM qcm t0 INNER JOIN program_qcm ON t0.id = program_qcm.qcm_id WHERE program_qcm.program_id = ?
Parameters:
[
10
]
|
| 224 | 1.89 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.status AS status_4, t0.ordering AS ordering_5, t0.city AS city_6, t0.youtube_url AS youtube_url_7, t0.link360 AS link360_8, t0.address AS address_9, t0.cp AS cp_10, t0.description AS description_11, t0.is_main AS is_main_12, t0.google_map AS google_map_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.seo_title AS seo_title_16, t0.seo_h1 AS seo_h1_17, t0.seo_keyword AS seo_keyword_18, t0.seo_description AS seo_description_19, t0.logo_id AS logo_id_20, t0.country_id AS country_id_21 FROM campus t0 INNER JOIN program_campus ON t0.id = program_campus.campus_id WHERE program_campus.program_id = ?
Parameters:
[
34
]
|
| 225 | 0.36 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
890
]
|
| 226 | 0.37 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
891
]
|
| 227 | 0.39 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
888
]
|
| 228 | 0.34 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
887
]
|
| 229 | 0.32 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
889
]
|
| 230 | 0.50 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.times AS times_3, t0.sub_title AS sub_title_4, t0.created_date AS created_date_5, t0.updated_date AS updated_date_6 FROM qcm t0 INNER JOIN program_qcm ON t0.id = program_qcm.qcm_id WHERE program_qcm.program_id = ?
Parameters:
[
34
]
|
| 231 | 0.33 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1162
]
|
| 232 | 0.55 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.status AS status_4, t0.ordering AS ordering_5, t0.city AS city_6, t0.youtube_url AS youtube_url_7, t0.link360 AS link360_8, t0.address AS address_9, t0.cp AS cp_10, t0.description AS description_11, t0.is_main AS is_main_12, t0.google_map AS google_map_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.seo_title AS seo_title_16, t0.seo_h1 AS seo_h1_17, t0.seo_keyword AS seo_keyword_18, t0.seo_description AS seo_description_19, t0.logo_id AS logo_id_20, t0.country_id AS country_id_21 FROM campus t0 INNER JOIN program_campus ON t0.id = program_campus.campus_id WHERE program_campus.program_id = ?
Parameters:
[
95
]
|
| 233 | 0.30 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1160
]
|
| 234 | 0.33 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1161
]
|
| 235 | 0.34 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1158
]
|
| 236 | 0.31 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1157
]
|
| 237 | 0.32 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1159
]
|
| 238 | 0.39 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.times AS times_3, t0.sub_title AS sub_title_4, t0.created_date AS created_date_5, t0.updated_date AS updated_date_6 FROM qcm t0 INNER JOIN program_qcm ON t0.id = program_qcm.qcm_id WHERE program_qcm.program_id = ?
Parameters:
[
95
]
|
| 239 | 0.47 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.status AS status_4, t0.ordering AS ordering_5, t0.city AS city_6, t0.youtube_url AS youtube_url_7, t0.link360 AS link360_8, t0.address AS address_9, t0.cp AS cp_10, t0.description AS description_11, t0.is_main AS is_main_12, t0.google_map AS google_map_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.seo_title AS seo_title_16, t0.seo_h1 AS seo_h1_17, t0.seo_keyword AS seo_keyword_18, t0.seo_description AS seo_description_19, t0.logo_id AS logo_id_20, t0.country_id AS country_id_21 FROM campus t0 INNER JOIN program_campus ON t0.id = program_campus.campus_id WHERE program_campus.program_id = ?
Parameters:
[
83
]
|
| 240 | 0.32 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1014
]
|
| 241 | 0.30 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1015
]
|
| 242 | 0.32 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
893
]
|
| 243 | 0.33 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
892
]
|
| 244 | 0.40 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.times AS times_3, t0.sub_title AS sub_title_4, t0.created_date AS created_date_5, t0.updated_date AS updated_date_6 FROM qcm t0 INNER JOIN program_qcm ON t0.id = program_qcm.qcm_id WHERE program_qcm.program_id = ?
Parameters:
[
83
]
|
| 245 | 0.44 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.status AS status_4, t0.ordering AS ordering_5, t0.city AS city_6, t0.youtube_url AS youtube_url_7, t0.link360 AS link360_8, t0.address AS address_9, t0.cp AS cp_10, t0.description AS description_11, t0.is_main AS is_main_12, t0.google_map AS google_map_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.seo_title AS seo_title_16, t0.seo_h1 AS seo_h1_17, t0.seo_keyword AS seo_keyword_18, t0.seo_description AS seo_description_19, t0.logo_id AS logo_id_20, t0.country_id AS country_id_21 FROM campus t0 INNER JOIN program_campus ON t0.id = program_campus.campus_id WHERE program_campus.program_id = ?
Parameters:
[
153
]
|
| 246 | 0.30 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1484
]
|
| 247 | 0.32 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1482
]
|
| 248 | 0.29 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1481
]
|
| 249 | 0.32 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1483
]
|
| 250 | 0.44 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.times AS times_3, t0.sub_title AS sub_title_4, t0.created_date AS created_date_5, t0.updated_date AS updated_date_6 FROM qcm t0 INNER JOIN program_qcm ON t0.id = program_qcm.qcm_id WHERE program_qcm.program_id = ?
Parameters:
[
153
]
|
| 251 | 0.46 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.status AS status_4, t0.ordering AS ordering_5, t0.city AS city_6, t0.youtube_url AS youtube_url_7, t0.link360 AS link360_8, t0.address AS address_9, t0.cp AS cp_10, t0.description AS description_11, t0.is_main AS is_main_12, t0.google_map AS google_map_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.seo_title AS seo_title_16, t0.seo_h1 AS seo_h1_17, t0.seo_keyword AS seo_keyword_18, t0.seo_description AS seo_description_19, t0.logo_id AS logo_id_20, t0.country_id AS country_id_21 FROM campus t0 INNER JOIN program_campus ON t0.id = program_campus.campus_id WHERE program_campus.program_id = ?
Parameters:
[
150
]
|
| 252 | 0.38 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.times AS times_3, t0.sub_title AS sub_title_4, t0.created_date AS created_date_5, t0.updated_date AS updated_date_6 FROM qcm t0 INNER JOIN program_qcm ON t0.id = program_qcm.qcm_id WHERE program_qcm.program_id = ?
Parameters:
[
150
]
|
| 253 | 0.28 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM program_domain t0 WHERE t0.id = ?
Parameters:
[
5
]
|
| 254 | 0.40 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "5" "en" "App\Entity\ProgramDomain" ] |
| 255 | 0.31 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.created_date AS created_date_4, t0.updated_date AS updated_date_5, t0.group_id AS group_id_6 FROM program_level t0 WHERE t0.id = ?
Parameters:
[
6
]
|
| 256 | 0.38 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "6" "en" "App\Entity\ProgramLevel" ] |
| 257 | 0.41 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.status AS status_4, t0.ordering AS ordering_5, t0.city AS city_6, t0.youtube_url AS youtube_url_7, t0.link360 AS link360_8, t0.address AS address_9, t0.cp AS cp_10, t0.description AS description_11, t0.is_main AS is_main_12, t0.google_map AS google_map_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.seo_title AS seo_title_16, t0.seo_h1 AS seo_h1_17, t0.seo_keyword AS seo_keyword_18, t0.seo_description AS seo_description_19, t0.logo_id AS logo_id_20, t0.country_id AS country_id_21 FROM campus t0 INNER JOIN program_campus ON t0.id = program_campus.campus_id WHERE program_campus.program_id = ?
Parameters:
[
151
]
|
| 258 | 0.37 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.times AS times_3, t0.sub_title AS sub_title_4, t0.created_date AS created_date_5, t0.updated_date AS updated_date_6 FROM qcm t0 INNER JOIN program_qcm ON t0.id = program_qcm.qcm_id WHERE program_qcm.program_id = ?
Parameters:
[
151
]
|
| 259 | 0.29 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM program_domain t0 WHERE t0.id = ?
Parameters:
[
4
]
|
| 260 | 0.39 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "4" "en" "App\Entity\ProgramDomain" ] |
| 261 | 0.28 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1053
]
|
| 262 | 0.45 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.status AS status_4, t0.ordering AS ordering_5, t0.city AS city_6, t0.youtube_url AS youtube_url_7, t0.link360 AS link360_8, t0.address AS address_9, t0.cp AS cp_10, t0.description AS description_11, t0.is_main AS is_main_12, t0.google_map AS google_map_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.seo_title AS seo_title_16, t0.seo_h1 AS seo_h1_17, t0.seo_keyword AS seo_keyword_18, t0.seo_description AS seo_description_19, t0.logo_id AS logo_id_20, t0.country_id AS country_id_21 FROM campus t0 INNER JOIN program_campus ON t0.id = program_campus.campus_id WHERE program_campus.program_id = ?
Parameters:
[
17
]
|
| 263 | 0.29 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1409
]
|
| 264 | 0.30 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1410
]
|
| 265 | 0.40 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.times AS times_3, t0.sub_title AS sub_title_4, t0.created_date AS created_date_5, t0.updated_date AS updated_date_6 FROM qcm t0 INNER JOIN program_qcm ON t0.id = program_qcm.qcm_id WHERE program_qcm.program_id = ?
Parameters:
[
17
]
|
| 266 | 0.43 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.status AS status_4, t0.ordering AS ordering_5, t0.city AS city_6, t0.youtube_url AS youtube_url_7, t0.link360 AS link360_8, t0.address AS address_9, t0.cp AS cp_10, t0.description AS description_11, t0.is_main AS is_main_12, t0.google_map AS google_map_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.seo_title AS seo_title_16, t0.seo_h1 AS seo_h1_17, t0.seo_keyword AS seo_keyword_18, t0.seo_description AS seo_description_19, t0.logo_id AS logo_id_20, t0.country_id AS country_id_21 FROM campus t0 INNER JOIN program_campus ON t0.id = program_campus.campus_id WHERE program_campus.program_id = ?
Parameters:
[
152
]
|
| 267 | 0.30 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1352
]
|
| 268 | 0.28 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1343
]
|
| 269 | 0.28 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1356
]
|
| 270 | 0.57 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.times AS times_3, t0.sub_title AS sub_title_4, t0.created_date AS created_date_5, t0.updated_date AS updated_date_6 FROM qcm t0 INNER JOIN program_qcm ON t0.id = program_qcm.qcm_id WHERE program_qcm.program_id = ?
Parameters:
[
152
]
|
| 271 | 0.30 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.created_date AS created_date_4, t0.updated_date AS updated_date_5, t0.group_id AS group_id_6 FROM program_level t0 WHERE t0.id = ?
Parameters:
[
7
]
|
| 272 | 0.57 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "7" "en" "App\Entity\ProgramLevel" ] |
| 273 | 0.42 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.created_date AS created_date_4, t0.updated_date AS updated_date_5 FROM program_level_group t0 WHERE t0.id = ?
Parameters:
[
4
]
|
| 274 | 0.38 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "4" "en" "App\Entity\ProgramLevelGroup" ] |
| 275 | 0.30 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1282
]
|
| 276 | 0.50 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.status AS status_4, t0.ordering AS ordering_5, t0.city AS city_6, t0.youtube_url AS youtube_url_7, t0.link360 AS link360_8, t0.address AS address_9, t0.cp AS cp_10, t0.description AS description_11, t0.is_main AS is_main_12, t0.google_map AS google_map_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.seo_title AS seo_title_16, t0.seo_h1 AS seo_h1_17, t0.seo_keyword AS seo_keyword_18, t0.seo_description AS seo_description_19, t0.logo_id AS logo_id_20, t0.country_id AS country_id_21 FROM campus t0 INNER JOIN program_campus ON t0.id = program_campus.campus_id WHERE program_campus.program_id = ?
Parameters:
[
37
]
|
| 277 | 0.36 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.times AS times_3, t0.sub_title AS sub_title_4, t0.created_date AS created_date_5, t0.updated_date AS updated_date_6 FROM qcm t0 INNER JOIN program_qcm ON t0.id = program_qcm.qcm_id WHERE program_qcm.program_id = ?
Parameters:
[
37
]
|
| 278 | 0.43 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.status AS status_4, t0.ordering AS ordering_5, t0.city AS city_6, t0.youtube_url AS youtube_url_7, t0.link360 AS link360_8, t0.address AS address_9, t0.cp AS cp_10, t0.description AS description_11, t0.is_main AS is_main_12, t0.google_map AS google_map_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.seo_title AS seo_title_16, t0.seo_h1 AS seo_h1_17, t0.seo_keyword AS seo_keyword_18, t0.seo_description AS seo_description_19, t0.logo_id AS logo_id_20, t0.country_id AS country_id_21 FROM campus t0 INNER JOIN program_campus ON t0.id = program_campus.campus_id WHERE program_campus.program_id = ?
Parameters:
[
79
]
|
| 279 | 0.34 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.times AS times_3, t0.sub_title AS sub_title_4, t0.created_date AS created_date_5, t0.updated_date AS updated_date_6 FROM qcm t0 INNER JOIN program_qcm ON t0.id = program_qcm.qcm_id WHERE program_qcm.program_id = ?
Parameters:
[
79
]
|
| 280 | 0.58 ms |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT n0_.id AS id_0, n0_.title AS title_1, n0_.description AS description_2, n0_.content AS content_3, n0_.seo_title AS seo_title_4, n0_.seo_description AS seo_description_5, n0_.status AS status_6, n0_.priority AS priority_7, n0_.type AS type_8, n0_.published_time AS published_time_9, n0_.event_categories AS event_categories_10, n0_.event_date AS event_date_11, n0_.created_date AS created_date_12, n0_.updated_date AS updated_date_13, n0_.slug AS slug_14, n0_.seo_h1 AS seo_h1_15, n0_.seo_keyword AS seo_keyword_16 FROM news n0_ INNER JOIN news_campus n2_ ON n0_.id = n2_.news_id INNER JOIN campus c1_ ON c1_.id = n2_.campus_id WHERE c1_.id = ? AND n0_.type = ? AND n0_.status = ? ORDER BY n0_.published_time DESC) dctrn_result) dctrn_table
Parameters:
[ 2 2 1 ] |
| 281 | 0.60 ms |
SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0, published_time_9 FROM (SELECT n0_.id AS id_0, n0_.title AS title_1, n0_.description AS description_2, n0_.content AS content_3, n0_.seo_title AS seo_title_4, n0_.seo_description AS seo_description_5, n0_.status AS status_6, n0_.priority AS priority_7, n0_.type AS type_8, n0_.published_time AS published_time_9, n0_.event_categories AS event_categories_10, n0_.event_date AS event_date_11, n0_.created_date AS created_date_12, n0_.updated_date AS updated_date_13, n0_.slug AS slug_14, n0_.seo_h1 AS seo_h1_15, n0_.seo_keyword AS seo_keyword_16, c1_.id AS id_17, c1_.name AS name_18, c1_.slug AS slug_19, c1_.status AS status_20, c1_.ordering AS ordering_21, c1_.city AS city_22, c1_.youtube_url AS youtube_url_23, c1_.link360 AS link360_24, c1_.address AS address_25, c1_.cp AS cp_26, c1_.description AS description_27, c1_.is_main AS is_main_28, c1_.google_map AS google_map_29, c1_.created_date AS created_date_30, c1_.updated_date AS updated_date_31, c1_.seo_title AS seo_title_32, c1_.seo_h1 AS seo_h1_33, c1_.seo_keyword AS seo_keyword_34, c1_.seo_description AS seo_description_35 FROM news n0_ INNER JOIN news_campus n2_ ON n0_.id = n2_.news_id INNER JOIN campus c1_ ON c1_.id = n2_.campus_id WHERE c1_.id = ? AND n0_.type = ? AND n0_.status = ?) dctrn_result_inner ORDER BY published_time_9 DESC) dctrn_result LIMIT 3
Parameters:
[ 2 2 1 ] |
| 282 | 0.54 ms |
SELECT n0_.id AS id_0, n0_.title AS title_1, n0_.description AS description_2, n0_.content AS content_3, n0_.seo_title AS seo_title_4, n0_.seo_description AS seo_description_5, n0_.status AS status_6, n0_.priority AS priority_7, n0_.type AS type_8, n0_.published_time AS published_time_9, n0_.event_categories AS event_categories_10, n0_.event_date AS event_date_11, n0_.created_date AS created_date_12, n0_.updated_date AS updated_date_13, n0_.slug AS slug_14, n0_.seo_h1 AS seo_h1_15, n0_.seo_keyword AS seo_keyword_16, n0_.media_id AS media_id_17 FROM news n0_ INNER JOIN news_campus n2_ ON n0_.id = n2_.news_id INNER JOIN campus c1_ ON c1_.id = n2_.campus_id WHERE c1_.id = ? AND n0_.type = ? AND n0_.status = ? AND n0_.id IN (?, ?) ORDER BY n0_.published_time DESC
Parameters:
[ 2 2 1 777 733 ] |
| 283 | 0.57 ms |
SELECT m.id FROM `manager` m WHERE m.service <> '' AND JSON_CONTAINS(m.service, ?) = 1
Parameters:
[
"["5"]"
]
|
| 284 | 0.33 ms |
SELECT manager_id FROM manager_campus WHERE campus_id = ?
Parameters:
[
2
]
|
| 285 | 0.43 ms |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.service AS service_2, m0_.position AS position_3, m0_.email AS email_4, m0_.telephone AS telephone_5, m0_.title AS title_6 FROM manager m0_ WHERE m0_.id IN (?, ?, ?, ?, ?) AND m0_.id IN (?, ?, ?)) dctrn_result) dctrn_table
Parameters:
[ 55 56 57 59 60 48 56 65 ] |
| 286 | 0.41 ms |
SELECT DISTINCT id_0 FROM (SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.service AS service_2, m0_.position AS position_3, m0_.email AS email_4, m0_.telephone AS telephone_5, m0_.title AS title_6 FROM manager m0_ WHERE m0_.id IN (?, ?, ?, ?, ?) AND m0_.id IN (?, ?, ?)) dctrn_result LIMIT 50
Parameters:
[ 55 56 57 59 60 48 56 65 ] |
| 287 | 0.33 ms |
SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.service AS service_2, m0_.position AS position_3, m0_.email AS email_4, m0_.telephone AS telephone_5, m0_.title AS title_6, m0_.image_id AS image_id_7 FROM manager m0_ WHERE m0_.id IN (?, ?, ?, ?, ?) AND m0_.id IN (?, ?, ?) AND m0_.id IN (?)
Parameters:
[ 55 56 57 59 60 48 56 65 56 ] |
| 288 | 0.38 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "56" "en" "App\Entity\Manager" ] |
| 289 | 0.42 ms |
SELECT m.id FROM `manager` m WHERE m.service <> '' AND JSON_CONTAINS(m.service, ?) = 1
Parameters:
[
"["3"]"
]
|
| 290 | 0.29 ms |
SELECT manager_id FROM manager_campus WHERE campus_id = ?
Parameters:
[
2
]
|
| 291 | 0.45 ms |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.service AS service_2, m0_.position AS position_3, m0_.email AS email_4, m0_.telephone AS telephone_5, m0_.title AS title_6 FROM manager m0_ WHERE m0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?) AND m0_.id IN (?, ?, ?)) dctrn_result) dctrn_table
Parameters:
[ 48 49 50 51 65 66 67 68 69 48 56 65 ] |
| 292 | 0.40 ms |
SELECT DISTINCT id_0 FROM (SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.service AS service_2, m0_.position AS position_3, m0_.email AS email_4, m0_.telephone AS telephone_5, m0_.title AS title_6 FROM manager m0_ WHERE m0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?) AND m0_.id IN (?, ?, ?)) dctrn_result LIMIT 50
Parameters:
[ 48 49 50 51 65 66 67 68 69 48 56 65 ] |
| 293 | 0.36 ms |
SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.service AS service_2, m0_.position AS position_3, m0_.email AS email_4, m0_.telephone AS telephone_5, m0_.title AS title_6, m0_.image_id AS image_id_7 FROM manager m0_ WHERE m0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?) AND m0_.id IN (?, ?, ?) AND m0_.id IN (?, ?)
Parameters:
[ 48 49 50 51 65 66 67 68 69 48 56 65 48 65 ] |
| 294 | 0.40 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "48" "en" "App\Entity\Manager" ] |
| 295 | 0.37 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "65" "en" "App\Entity\Manager" ] |
| 296 | 0.39 ms |
SELECT m.id FROM `manager` m WHERE m.service <> '' AND JSON_CONTAINS(m.service, ?) = 1
Parameters:
[
"["4"]"
]
|
| 297 | 0.30 ms |
SELECT manager_id FROM manager_campus WHERE campus_id = ?
Parameters:
[
2
]
|
| 298 | 0.44 ms |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.service AS service_2, m0_.position AS position_3, m0_.email AS email_4, m0_.telephone AS telephone_5, m0_.title AS title_6 FROM manager m0_ WHERE m0_.id IN (?, ?, ?, ?) AND m0_.id IN (?, ?, ?)) dctrn_result) dctrn_table
Parameters:
[ 48 52 53 54 48 56 65 ] |
| 299 | 0.36 ms |
SELECT DISTINCT id_0 FROM (SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.service AS service_2, m0_.position AS position_3, m0_.email AS email_4, m0_.telephone AS telephone_5, m0_.title AS title_6 FROM manager m0_ WHERE m0_.id IN (?, ?, ?, ?) AND m0_.id IN (?, ?, ?)) dctrn_result LIMIT 50
Parameters:
[ 48 52 53 54 48 56 65 ] |
| 300 | 0.36 ms |
SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.service AS service_2, m0_.position AS position_3, m0_.email AS email_4, m0_.telephone AS telephone_5, m0_.title AS title_6, m0_.image_id AS image_id_7 FROM manager m0_ WHERE m0_.id IN (?, ?, ?, ?) AND m0_.id IN (?, ?, ?) AND m0_.id IN (?)
Parameters:
[ 48 52 53 54 48 56 65 48 ] |
| 301 | 0.76 ms |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.slug AS slug_2, p0_.status AS status_3, p0_.pace AS pace_4, p0_.rncp AS rncp_5, p0_.metadata AS metadata_6, p0_.description AS description_7, p0_.entreprise AS entreprise_8, p0_.speciality_id AS speciality_id_9, p0_.ordering AS ordering_10, p0_.is_register AS is_register_11, p0_.is_initial AS is_initial_12, p0_.is_alternance AS is_alternance_13, p0_.year AS year_14, p0_.rncp_level AS rncp_level_15, p0_.qcm_list AS qcm_list_16, p0_.entrance_fee AS entrance_fee_17, p0_.total_payment AS total_payment_18, p0_.old_slug AS old_slug_19, p0_.is_opening AS is_opening_20, p0_.is_international AS is_international_21, p0_.subtitle AS subtitle_22, p0_.link_out_side AS link_out_side_23, p0_.admin_program AS admin_program_24, p0_.widget AS widget_25, p0_.ranking AS ranking_26, p0_.information AS information_27, p0_.type AS type_28, p0_.overview_images AS overview_images_29, p0_.currency AS currency_30, p0_.created_date AS created_date_31, p0_.updated_date AS updated_date_32, p0_.seo_title AS seo_title_33, p0_.seo_h1 AS seo_h1_34, p0_.seo_keyword AS seo_keyword_35, p0_.seo_description AS seo_description_36 FROM program p0_ INNER JOIN program_campus p2_ ON p0_.id = p2_.program_id INNER JOIN campus c1_ ON c1_.id = p2_.campus_id INNER JOIN program_level p3_ ON p0_.level_id = p3_.id WHERE (p0_.status = 1 OR p0_.is_opening = 1 OR p0_.is_international = 1) AND c1_.id IN (?) ORDER BY p3_.id ASC, p0_.name ASC) dctrn_result) dctrn_table
Parameters:
[
2
]
|
| 302 | 0.88 ms |
SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0, id_56, name_1 FROM (SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.slug AS slug_2, p0_.status AS status_3, p0_.pace AS pace_4, p0_.rncp AS rncp_5, p0_.metadata AS metadata_6, p0_.description AS description_7, p0_.entreprise AS entreprise_8, p0_.speciality_id AS speciality_id_9, p0_.ordering AS ordering_10, p0_.is_register AS is_register_11, p0_.is_initial AS is_initial_12, p0_.is_alternance AS is_alternance_13, p0_.year AS year_14, p0_.rncp_level AS rncp_level_15, p0_.qcm_list AS qcm_list_16, p0_.entrance_fee AS entrance_fee_17, p0_.total_payment AS total_payment_18, p0_.old_slug AS old_slug_19, p0_.is_opening AS is_opening_20, p0_.is_international AS is_international_21, p0_.subtitle AS subtitle_22, p0_.link_out_side AS link_out_side_23, p0_.admin_program AS admin_program_24, p0_.widget AS widget_25, p0_.ranking AS ranking_26, p0_.information AS information_27, p0_.type AS type_28, p0_.overview_images AS overview_images_29, p0_.currency AS currency_30, p0_.created_date AS created_date_31, p0_.updated_date AS updated_date_32, p0_.seo_title AS seo_title_33, p0_.seo_h1 AS seo_h1_34, p0_.seo_keyword AS seo_keyword_35, p0_.seo_description AS seo_description_36, c1_.id AS id_37, c1_.name AS name_38, c1_.slug AS slug_39, c1_.status AS status_40, c1_.ordering AS ordering_41, c1_.city AS city_42, c1_.youtube_url AS youtube_url_43, c1_.link360 AS link360_44, c1_.address AS address_45, c1_.cp AS cp_46, c1_.description AS description_47, c1_.is_main AS is_main_48, c1_.google_map AS google_map_49, c1_.created_date AS created_date_50, c1_.updated_date AS updated_date_51, c1_.seo_title AS seo_title_52, c1_.seo_h1 AS seo_h1_53, c1_.seo_keyword AS seo_keyword_54, c1_.seo_description AS seo_description_55, p2_.id AS id_56, p2_.name AS name_57, p2_.slug AS slug_58, p2_.created_date AS created_date_59, p2_.updated_date AS updated_date_60 FROM program p0_ INNER JOIN program_campus p3_ ON p0_.id = p3_.program_id INNER JOIN campus c1_ ON c1_.id = p3_.campus_id INNER JOIN program_level p2_ ON p0_.level_id = p2_.id WHERE (p0_.status = 1 OR p0_.is_opening = 1 OR p0_.is_international = 1) AND c1_.id IN (?)) dctrn_result_inner ORDER BY id_56 ASC, name_1 ASC) dctrn_result LIMIT 50
Parameters:
[
2
]
|
| 303 | 1.33 ms |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.slug AS slug_2, p0_.status AS status_3, p0_.pace AS pace_4, p0_.rncp AS rncp_5, p0_.metadata AS metadata_6, p0_.description AS description_7, p0_.entreprise AS entreprise_8, p0_.speciality_id AS speciality_id_9, p0_.ordering AS ordering_10, p0_.is_register AS is_register_11, p0_.is_initial AS is_initial_12, p0_.is_alternance AS is_alternance_13, p0_.year AS year_14, p0_.rncp_level AS rncp_level_15, p0_.qcm_list AS qcm_list_16, p0_.entrance_fee AS entrance_fee_17, p0_.total_payment AS total_payment_18, p0_.old_slug AS old_slug_19, p0_.is_opening AS is_opening_20, p0_.is_international AS is_international_21, p0_.subtitle AS subtitle_22, p0_.link_out_side AS link_out_side_23, p0_.admin_program AS admin_program_24, p0_.widget AS widget_25, p0_.ranking AS ranking_26, p0_.information AS information_27, p0_.type AS type_28, p0_.overview_images AS overview_images_29, p0_.currency AS currency_30, p0_.created_date AS created_date_31, p0_.updated_date AS updated_date_32, p0_.seo_title AS seo_title_33, p0_.seo_h1 AS seo_h1_34, p0_.seo_keyword AS seo_keyword_35, p0_.seo_description AS seo_description_36, p0_.brochure_id AS brochure_id_37, p0_.media_id AS media_id_38, p0_.director_image_id AS director_image_id_39, p0_.review_image_id AS review_image_id_40, p0_.intervenant_image_id AS intervenant_image_id_41, p0_.prerequisites_image_id AS prerequisites_image_id_42, p0_.cost_training_image_id AS cost_training_image_id_43, p0_.outcomes_image_id AS outcomes_image_id_44, p0_.level_id AS level_id_45, p0_.domain_id AS domain_id_46, p0_.alumni_interview_poster_id AS alumni_interview_poster_id_47, p0_.plus_formation_file_id AS plus_formation_file_id_48 FROM program p0_ INNER JOIN program_campus p2_ ON p0_.id = p2_.program_id INNER JOIN campus c1_ ON c1_.id = p2_.campus_id INNER JOIN program_level p3_ ON p0_.level_id = p3_.id WHERE (p0_.status = 1 OR p0_.is_opening = 1 OR p0_.is_international = 1) AND c1_.id IN (?) AND p0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY p3_.id ASC, p0_.name ASC
Parameters:
[ 2 27 23 2 102 93 4 10 154 152 ] |
| 304 | 0.54 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "154" "en" "App\Entity\Program" ] |
| 305 | 0.68 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.status AS status_4, t0.ordering AS ordering_5, t0.city AS city_6, t0.youtube_url AS youtube_url_7, t0.link360 AS link360_8, t0.address AS address_9, t0.cp AS cp_10, t0.description AS description_11, t0.is_main AS is_main_12, t0.google_map AS google_map_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.seo_title AS seo_title_16, t0.seo_h1 AS seo_h1_17, t0.seo_keyword AS seo_keyword_18, t0.seo_description AS seo_description_19, t0.logo_id AS logo_id_20, t0.country_id AS country_id_21 FROM campus t0 INNER JOIN program_campus ON t0.id = program_campus.campus_id WHERE program_campus.program_id = ?
Parameters:
[
154
]
|
| 306 | 0.35 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1379
]
|
| 307 | 0.41 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1378
]
|
| 308 | 0.37 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1380
]
|
| 309 | 0.48 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.times AS times_3, t0.sub_title AS sub_title_4, t0.created_date AS created_date_5, t0.updated_date AS updated_date_6 FROM qcm t0 INNER JOIN program_qcm ON t0.id = program_qcm.qcm_id WHERE program_qcm.program_id = ?
Parameters:
[
154
]
|
| 310 | 0.78 ms |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT n0_.id AS id_0, n0_.title AS title_1, n0_.description AS description_2, n0_.content AS content_3, n0_.seo_title AS seo_title_4, n0_.seo_description AS seo_description_5, n0_.status AS status_6, n0_.priority AS priority_7, n0_.type AS type_8, n0_.published_time AS published_time_9, n0_.event_categories AS event_categories_10, n0_.event_date AS event_date_11, n0_.created_date AS created_date_12, n0_.updated_date AS updated_date_13, n0_.slug AS slug_14, n0_.seo_h1 AS seo_h1_15, n0_.seo_keyword AS seo_keyword_16 FROM news n0_ INNER JOIN news_campus n2_ ON n0_.id = n2_.news_id INNER JOIN campus c1_ ON c1_.id = n2_.campus_id WHERE c1_.id = ? AND n0_.type = ? AND n0_.status = ? ORDER BY n0_.published_time DESC) dctrn_result) dctrn_table
Parameters:
[ 4 2 1 ] |
| 311 | 0.66 ms |
SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0, published_time_9 FROM (SELECT n0_.id AS id_0, n0_.title AS title_1, n0_.description AS description_2, n0_.content AS content_3, n0_.seo_title AS seo_title_4, n0_.seo_description AS seo_description_5, n0_.status AS status_6, n0_.priority AS priority_7, n0_.type AS type_8, n0_.published_time AS published_time_9, n0_.event_categories AS event_categories_10, n0_.event_date AS event_date_11, n0_.created_date AS created_date_12, n0_.updated_date AS updated_date_13, n0_.slug AS slug_14, n0_.seo_h1 AS seo_h1_15, n0_.seo_keyword AS seo_keyword_16, c1_.id AS id_17, c1_.name AS name_18, c1_.slug AS slug_19, c1_.status AS status_20, c1_.ordering AS ordering_21, c1_.city AS city_22, c1_.youtube_url AS youtube_url_23, c1_.link360 AS link360_24, c1_.address AS address_25, c1_.cp AS cp_26, c1_.description AS description_27, c1_.is_main AS is_main_28, c1_.google_map AS google_map_29, c1_.created_date AS created_date_30, c1_.updated_date AS updated_date_31, c1_.seo_title AS seo_title_32, c1_.seo_h1 AS seo_h1_33, c1_.seo_keyword AS seo_keyword_34, c1_.seo_description AS seo_description_35 FROM news n0_ INNER JOIN news_campus n2_ ON n0_.id = n2_.news_id INNER JOIN campus c1_ ON c1_.id = n2_.campus_id WHERE c1_.id = ? AND n0_.type = ? AND n0_.status = ?) dctrn_result_inner ORDER BY published_time_9 DESC) dctrn_result LIMIT 3
Parameters:
[ 4 2 1 ] |
| 312 | 0.59 ms |
SELECT n0_.id AS id_0, n0_.title AS title_1, n0_.description AS description_2, n0_.content AS content_3, n0_.seo_title AS seo_title_4, n0_.seo_description AS seo_description_5, n0_.status AS status_6, n0_.priority AS priority_7, n0_.type AS type_8, n0_.published_time AS published_time_9, n0_.event_categories AS event_categories_10, n0_.event_date AS event_date_11, n0_.created_date AS created_date_12, n0_.updated_date AS updated_date_13, n0_.slug AS slug_14, n0_.seo_h1 AS seo_h1_15, n0_.seo_keyword AS seo_keyword_16, n0_.media_id AS media_id_17 FROM news n0_ INNER JOIN news_campus n2_ ON n0_.id = n2_.news_id INNER JOIN campus c1_ ON c1_.id = n2_.campus_id WHERE c1_.id = ? AND n0_.type = ? AND n0_.status = ? AND n0_.id IN (?, ?) ORDER BY n0_.published_time DESC
Parameters:
[ 4 2 1 776 734 ] |
| 313 | 0.46 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "776" "en" "App\Entity\News" ] |
| 314 | 0.41 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "734" "en" "App\Entity\News" ] |
| 315 | 0.45 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.status AS status_4, t0.ordering AS ordering_5, t0.city AS city_6, t0.youtube_url AS youtube_url_7, t0.link360 AS link360_8, t0.address AS address_9, t0.cp AS cp_10, t0.description AS description_11, t0.is_main AS is_main_12, t0.google_map AS google_map_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.seo_title AS seo_title_16, t0.seo_h1 AS seo_h1_17, t0.seo_keyword AS seo_keyword_18, t0.seo_description AS seo_description_19, t0.logo_id AS logo_id_20, t0.country_id AS country_id_21 FROM campus t0 INNER JOIN news_campus ON t0.id = news_campus.campus_id WHERE news_campus.news_id = ?
Parameters:
[
776
]
|
| 316 | 0.32 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1035
]
|
| 317 | 0.47 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.status AS status_4, t0.ordering AS ordering_5, t0.city AS city_6, t0.youtube_url AS youtube_url_7, t0.link360 AS link360_8, t0.address AS address_9, t0.cp AS cp_10, t0.description AS description_11, t0.is_main AS is_main_12, t0.google_map AS google_map_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.seo_title AS seo_title_16, t0.seo_h1 AS seo_h1_17, t0.seo_keyword AS seo_keyword_18, t0.seo_description AS seo_description_19, t0.logo_id AS logo_id_20, t0.country_id AS country_id_21 FROM campus t0 INNER JOIN news_campus ON t0.id = news_campus.campus_id WHERE news_campus.news_id = ?
Parameters:
[
734
]
|
| 318 | 0.41 ms |
SELECT m.id FROM `manager` m WHERE m.service <> '' AND JSON_CONTAINS(m.service, ?) = 1
Parameters:
[
"["5"]"
]
|
| 319 | 0.31 ms |
SELECT manager_id FROM manager_campus WHERE campus_id = ?
Parameters:
[
4
]
|
| 320 | 0.36 ms |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.service AS service_2, m0_.position AS position_3, m0_.email AS email_4, m0_.telephone AS telephone_5, m0_.title AS title_6 FROM manager m0_ WHERE m0_.id IN (?, ?, ?, ?, ?) AND m0_.id IN (?)) dctrn_result) dctrn_table
Parameters:
[ 55 56 57 59 60 68 ] |
| 321 | 0.28 ms |
SELECT DISTINCT id_0 FROM (SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.service AS service_2, m0_.position AS position_3, m0_.email AS email_4, m0_.telephone AS telephone_5, m0_.title AS title_6 FROM manager m0_ WHERE m0_.id IN (?, ?, ?, ?, ?) AND m0_.id IN (?)) dctrn_result LIMIT 50
Parameters:
[ 55 56 57 59 60 68 ] |
| 322 | 0.36 ms |
SELECT m.id FROM `manager` m WHERE m.service <> '' AND JSON_CONTAINS(m.service, ?) = 1
Parameters:
[
"["3"]"
]
|
| 323 | 0.31 ms |
SELECT manager_id FROM manager_campus WHERE campus_id = ?
Parameters:
[
4
]
|
| 324 | 0.39 ms |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.service AS service_2, m0_.position AS position_3, m0_.email AS email_4, m0_.telephone AS telephone_5, m0_.title AS title_6 FROM manager m0_ WHERE m0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?) AND m0_.id IN (?)) dctrn_result) dctrn_table
Parameters:
[ 48 49 50 51 65 66 67 68 69 68 ] |
| 325 | 0.33 ms |
SELECT DISTINCT id_0 FROM (SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.service AS service_2, m0_.position AS position_3, m0_.email AS email_4, m0_.telephone AS telephone_5, m0_.title AS title_6 FROM manager m0_ WHERE m0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?) AND m0_.id IN (?)) dctrn_result LIMIT 50
Parameters:
[ 48 49 50 51 65 66 67 68 69 68 ] |
| 326 | 0.35 ms |
SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.service AS service_2, m0_.position AS position_3, m0_.email AS email_4, m0_.telephone AS telephone_5, m0_.title AS title_6, m0_.image_id AS image_id_7 FROM manager m0_ WHERE m0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?) AND m0_.id IN (?) AND m0_.id IN (?)
Parameters:
[ 48 49 50 51 65 66 67 68 69 68 68 ] |
| 327 | 0.38 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "68" "en" "App\Entity\Manager" ] |
| 328 | 0.39 ms |
SELECT m.id FROM `manager` m WHERE m.service <> '' AND JSON_CONTAINS(m.service, ?) = 1
Parameters:
[
"["4"]"
]
|
| 329 | 0.28 ms |
SELECT manager_id FROM manager_campus WHERE campus_id = ?
Parameters:
[
4
]
|
| 330 | 0.34 ms |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.service AS service_2, m0_.position AS position_3, m0_.email AS email_4, m0_.telephone AS telephone_5, m0_.title AS title_6 FROM manager m0_ WHERE m0_.id IN (?, ?, ?, ?) AND m0_.id IN (?)) dctrn_result) dctrn_table
Parameters:
[ 48 52 53 54 68 ] |
| 331 | 0.28 ms |
SELECT DISTINCT id_0 FROM (SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.service AS service_2, m0_.position AS position_3, m0_.email AS email_4, m0_.telephone AS telephone_5, m0_.title AS title_6 FROM manager m0_ WHERE m0_.id IN (?, ?, ?, ?) AND m0_.id IN (?)) dctrn_result LIMIT 50
Parameters:
[ 48 52 53 54 68 ] |
| 332 | 0.67 ms |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.slug AS slug_2, p0_.status AS status_3, p0_.pace AS pace_4, p0_.rncp AS rncp_5, p0_.metadata AS metadata_6, p0_.description AS description_7, p0_.entreprise AS entreprise_8, p0_.speciality_id AS speciality_id_9, p0_.ordering AS ordering_10, p0_.is_register AS is_register_11, p0_.is_initial AS is_initial_12, p0_.is_alternance AS is_alternance_13, p0_.year AS year_14, p0_.rncp_level AS rncp_level_15, p0_.qcm_list AS qcm_list_16, p0_.entrance_fee AS entrance_fee_17, p0_.total_payment AS total_payment_18, p0_.old_slug AS old_slug_19, p0_.is_opening AS is_opening_20, p0_.is_international AS is_international_21, p0_.subtitle AS subtitle_22, p0_.link_out_side AS link_out_side_23, p0_.admin_program AS admin_program_24, p0_.widget AS widget_25, p0_.ranking AS ranking_26, p0_.information AS information_27, p0_.type AS type_28, p0_.overview_images AS overview_images_29, p0_.currency AS currency_30, p0_.created_date AS created_date_31, p0_.updated_date AS updated_date_32, p0_.seo_title AS seo_title_33, p0_.seo_h1 AS seo_h1_34, p0_.seo_keyword AS seo_keyword_35, p0_.seo_description AS seo_description_36 FROM program p0_ INNER JOIN program_campus p2_ ON p0_.id = p2_.program_id INNER JOIN campus c1_ ON c1_.id = p2_.campus_id INNER JOIN program_level p3_ ON p0_.level_id = p3_.id WHERE (p0_.status = 1 OR p0_.is_opening = 1 OR p0_.is_international = 1) AND c1_.id IN (?) ORDER BY p3_.id ASC, p0_.name ASC) dctrn_result) dctrn_table
Parameters:
[
4
]
|
| 333 | 0.71 ms |
SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0, id_56, name_1 FROM (SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.slug AS slug_2, p0_.status AS status_3, p0_.pace AS pace_4, p0_.rncp AS rncp_5, p0_.metadata AS metadata_6, p0_.description AS description_7, p0_.entreprise AS entreprise_8, p0_.speciality_id AS speciality_id_9, p0_.ordering AS ordering_10, p0_.is_register AS is_register_11, p0_.is_initial AS is_initial_12, p0_.is_alternance AS is_alternance_13, p0_.year AS year_14, p0_.rncp_level AS rncp_level_15, p0_.qcm_list AS qcm_list_16, p0_.entrance_fee AS entrance_fee_17, p0_.total_payment AS total_payment_18, p0_.old_slug AS old_slug_19, p0_.is_opening AS is_opening_20, p0_.is_international AS is_international_21, p0_.subtitle AS subtitle_22, p0_.link_out_side AS link_out_side_23, p0_.admin_program AS admin_program_24, p0_.widget AS widget_25, p0_.ranking AS ranking_26, p0_.information AS information_27, p0_.type AS type_28, p0_.overview_images AS overview_images_29, p0_.currency AS currency_30, p0_.created_date AS created_date_31, p0_.updated_date AS updated_date_32, p0_.seo_title AS seo_title_33, p0_.seo_h1 AS seo_h1_34, p0_.seo_keyword AS seo_keyword_35, p0_.seo_description AS seo_description_36, c1_.id AS id_37, c1_.name AS name_38, c1_.slug AS slug_39, c1_.status AS status_40, c1_.ordering AS ordering_41, c1_.city AS city_42, c1_.youtube_url AS youtube_url_43, c1_.link360 AS link360_44, c1_.address AS address_45, c1_.cp AS cp_46, c1_.description AS description_47, c1_.is_main AS is_main_48, c1_.google_map AS google_map_49, c1_.created_date AS created_date_50, c1_.updated_date AS updated_date_51, c1_.seo_title AS seo_title_52, c1_.seo_h1 AS seo_h1_53, c1_.seo_keyword AS seo_keyword_54, c1_.seo_description AS seo_description_55, p2_.id AS id_56, p2_.name AS name_57, p2_.slug AS slug_58, p2_.created_date AS created_date_59, p2_.updated_date AS updated_date_60 FROM program p0_ INNER JOIN program_campus p3_ ON p0_.id = p3_.program_id INNER JOIN campus c1_ ON c1_.id = p3_.campus_id INNER JOIN program_level p2_ ON p0_.level_id = p2_.id WHERE (p0_.status = 1 OR p0_.is_opening = 1 OR p0_.is_international = 1) AND c1_.id IN (?)) dctrn_result_inner ORDER BY id_56 ASC, name_1 ASC) dctrn_result LIMIT 50
Parameters:
[
4
]
|
| 334 | 0.83 ms |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.slug AS slug_2, p0_.status AS status_3, p0_.pace AS pace_4, p0_.rncp AS rncp_5, p0_.metadata AS metadata_6, p0_.description AS description_7, p0_.entreprise AS entreprise_8, p0_.speciality_id AS speciality_id_9, p0_.ordering AS ordering_10, p0_.is_register AS is_register_11, p0_.is_initial AS is_initial_12, p0_.is_alternance AS is_alternance_13, p0_.year AS year_14, p0_.rncp_level AS rncp_level_15, p0_.qcm_list AS qcm_list_16, p0_.entrance_fee AS entrance_fee_17, p0_.total_payment AS total_payment_18, p0_.old_slug AS old_slug_19, p0_.is_opening AS is_opening_20, p0_.is_international AS is_international_21, p0_.subtitle AS subtitle_22, p0_.link_out_side AS link_out_side_23, p0_.admin_program AS admin_program_24, p0_.widget AS widget_25, p0_.ranking AS ranking_26, p0_.information AS information_27, p0_.type AS type_28, p0_.overview_images AS overview_images_29, p0_.currency AS currency_30, p0_.created_date AS created_date_31, p0_.updated_date AS updated_date_32, p0_.seo_title AS seo_title_33, p0_.seo_h1 AS seo_h1_34, p0_.seo_keyword AS seo_keyword_35, p0_.seo_description AS seo_description_36, p0_.brochure_id AS brochure_id_37, p0_.media_id AS media_id_38, p0_.director_image_id AS director_image_id_39, p0_.review_image_id AS review_image_id_40, p0_.intervenant_image_id AS intervenant_image_id_41, p0_.prerequisites_image_id AS prerequisites_image_id_42, p0_.cost_training_image_id AS cost_training_image_id_43, p0_.outcomes_image_id AS outcomes_image_id_44, p0_.level_id AS level_id_45, p0_.domain_id AS domain_id_46, p0_.alumni_interview_poster_id AS alumni_interview_poster_id_47, p0_.plus_formation_file_id AS plus_formation_file_id_48 FROM program p0_ INNER JOIN program_campus p2_ ON p0_.id = p2_.program_id INNER JOIN campus c1_ ON c1_.id = p2_.campus_id INNER JOIN program_level p3_ ON p0_.level_id = p3_.id WHERE (p0_.status = 1 OR p0_.is_opening = 1 OR p0_.is_international = 1) AND c1_.id IN (?) AND p0_.id IN (?, ?) ORDER BY p3_.id ASC, p0_.name ASC
Parameters:
[ 4 88 101 ] |
| 335 | 0.42 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "88" "en" "App\Entity\Program" ] |
| 336 | 0.79 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "101" "en" "App\Entity\Program" ] |
| 337 | 0.41 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.status AS status_4, t0.ordering AS ordering_5, t0.city AS city_6, t0.youtube_url AS youtube_url_7, t0.link360 AS link360_8, t0.address AS address_9, t0.cp AS cp_10, t0.description AS description_11, t0.is_main AS is_main_12, t0.google_map AS google_map_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.seo_title AS seo_title_16, t0.seo_h1 AS seo_h1_17, t0.seo_keyword AS seo_keyword_18, t0.seo_description AS seo_description_19, t0.logo_id AS logo_id_20, t0.country_id AS country_id_21 FROM campus t0 INNER JOIN program_campus ON t0.id = program_campus.campus_id WHERE program_campus.program_id = ?
Parameters:
[
88
]
|
| 338 | 0.30 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1279
]
|
| 339 | 0.34 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1280
]
|
| 340 | 0.31 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1278
]
|
| 341 | 0.29 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1277
]
|
| 342 | 0.38 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.times AS times_3, t0.sub_title AS sub_title_4, t0.created_date AS created_date_5, t0.updated_date AS updated_date_6 FROM qcm t0 INNER JOIN program_qcm ON t0.id = program_qcm.qcm_id WHERE program_qcm.program_id = ?
Parameters:
[
88
]
|
| 343 | 0.42 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.status AS status_4, t0.ordering AS ordering_5, t0.city AS city_6, t0.youtube_url AS youtube_url_7, t0.link360 AS link360_8, t0.address AS address_9, t0.cp AS cp_10, t0.description AS description_11, t0.is_main AS is_main_12, t0.google_map AS google_map_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.seo_title AS seo_title_16, t0.seo_h1 AS seo_h1_17, t0.seo_keyword AS seo_keyword_18, t0.seo_description AS seo_description_19, t0.logo_id AS logo_id_20, t0.country_id AS country_id_21 FROM campus t0 INNER JOIN program_campus ON t0.id = program_campus.campus_id WHERE program_campus.program_id = ?
Parameters:
[
101
]
|
| 344 | 0.30 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1212
]
|
| 345 | 0.33 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1213
]
|
| 346 | 0.29 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1210
]
|
| 347 | 0.30 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1209
]
|
| 348 | 0.28 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1211
]
|
| 349 | 0.38 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.times AS times_3, t0.sub_title AS sub_title_4, t0.created_date AS created_date_5, t0.updated_date AS updated_date_6 FROM qcm t0 INNER JOIN program_qcm ON t0.id = program_qcm.qcm_id WHERE program_qcm.program_id = ?
Parameters:
[
101
]
|
| 350 | 8.71 ms |
SELECT p0_.id AS id_0, COALESCE(t1_.content, p0_.name) AS name_1, p0_.slug AS slug_2 FROM program_level_group p0_ INNER JOIN program_level p2_ ON p0_.id = p2_.group_id INNER JOIN program p4_ ON p2_.id = p4_.level_id LEFT JOIN ext_translations t1_ ON t1_.locale = 'en' AND t1_.field = 'name' AND t1_.object_class = 'App\\Entity\\ProgramLevelGroup' AND t1_.foreign_key = p0_.id LEFT JOIN ext_translations t3_ ON t3_.locale = 'en' AND t3_.field = 'name' AND t3_.object_class = 'App\\Entity\\ProgramLevel' AND t3_.foreign_key = p2_.id LEFT JOIN ext_translations t5_ ON t5_.locale = 'en' AND t5_.field = 'name' AND t5_.object_class = 'App\\Entity\\Program' AND t5_.foreign_key = p4_.id LEFT JOIN ext_translations t6_ ON t6_.locale = 'en' AND t6_.field = 'metadata' AND t6_.object_class = 'App\\Entity\\Program' AND t6_.foreign_key = p4_.id LEFT JOIN ext_translations t7_ ON t7_.locale = 'en' AND t7_.field = 'description' AND t7_.object_class = 'App\\Entity\\Program' AND t7_.foreign_key = p4_.id LEFT JOIN ext_translations t8_ ON t8_.locale = 'en' AND t8_.field = 'entreprise' AND t8_.object_class = 'App\\Entity\\Program' AND t8_.foreign_key = p4_.id LEFT JOIN ext_translations t9_ ON t9_.locale = 'en' AND t9_.field = 'subtitle' AND t9_.object_class = 'App\\Entity\\Program' AND t9_.foreign_key = p4_.id WHERE p4_.status = 1 GROUP BY p0_.id ORDER BY p0_.id ASC
Parameters:
[] |
| 351 | 1.02 ms |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.status AS status_3, c0_.ordering AS ordering_4, c0_.city AS city_5, c0_.youtube_url AS youtube_url_6, c0_.link360 AS link360_7, c0_.address AS address_8, c0_.cp AS cp_9, c0_.description AS description_10, c0_.is_main AS is_main_11, c0_.google_map AS google_map_12, c0_.created_date AS created_date_13, c0_.updated_date AS updated_date_14, c0_.seo_title AS seo_title_15, c0_.seo_h1 AS seo_h1_16, c0_.seo_keyword AS seo_keyword_17, c0_.seo_description AS seo_description_18 FROM campus c0_ LEFT JOIN manager_campus m2_ ON c0_.id = m2_.campus_id LEFT JOIN manager m1_ ON m1_.id = m2_.manager_id LEFT JOIN news_campus n4_ ON c0_.id = n4_.campus_id LEFT JOIN news n3_ ON n3_.id = n4_.news_id WHERE (c0_.description <> '' OR c0_.address <> '' OR c0_.link360 <> '' OR c0_.youtube_url <> '') AND c0_.id IN (?, ?, ?)) dctrn_result) dctrn_table
Parameters:
[ 1 2 4 ] |
| 352 | 0.85 ms |
SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.status AS status_3, c0_.ordering AS ordering_4, c0_.city AS city_5, c0_.youtube_url AS youtube_url_6, c0_.link360 AS link360_7, c0_.address AS address_8, c0_.cp AS cp_9, c0_.description AS description_10, c0_.is_main AS is_main_11, c0_.google_map AS google_map_12, c0_.created_date AS created_date_13, c0_.updated_date AS updated_date_14, c0_.seo_title AS seo_title_15, c0_.seo_h1 AS seo_h1_16, c0_.seo_keyword AS seo_keyword_17, c0_.seo_description AS seo_description_18 FROM campus c0_ LEFT JOIN manager_campus m2_ ON c0_.id = m2_.campus_id LEFT JOIN manager m1_ ON m1_.id = m2_.manager_id LEFT JOIN news_campus n4_ ON c0_.id = n4_.campus_id LEFT JOIN news n3_ ON n3_.id = n4_.news_id WHERE (c0_.description <> '' OR c0_.address <> '' OR c0_.link360 <> '' OR c0_.youtube_url <> '') AND c0_.id IN (?, ?, ?)) dctrn_result LIMIT 50
Parameters:
[ 1 2 4 ] |
| 353 | 1.09 ms |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.status AS status_3, c0_.ordering AS ordering_4, c0_.city AS city_5, c0_.youtube_url AS youtube_url_6, c0_.link360 AS link360_7, c0_.address AS address_8, c0_.cp AS cp_9, c0_.description AS description_10, c0_.is_main AS is_main_11, c0_.google_map AS google_map_12, c0_.created_date AS created_date_13, c0_.updated_date AS updated_date_14, c0_.seo_title AS seo_title_15, c0_.seo_h1 AS seo_h1_16, c0_.seo_keyword AS seo_keyword_17, c0_.seo_description AS seo_description_18, c0_.logo_id AS logo_id_19, c0_.country_id AS country_id_20 FROM campus c0_ LEFT JOIN manager_campus m2_ ON c0_.id = m2_.campus_id LEFT JOIN manager m1_ ON m1_.id = m2_.manager_id LEFT JOIN news_campus n4_ ON c0_.id = n4_.campus_id LEFT JOIN news n3_ ON n3_.id = n4_.news_id WHERE (c0_.description <> '' OR c0_.address <> '' OR c0_.link360 <> '' OR c0_.youtube_url <> '') AND c0_.id IN (?, ?, ?) AND c0_.id IN (?, ?, ?)
Parameters:
[ 1 2 4 1 2 4 ] |
| 354 | 0.46 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.ordering AS ordering_4, t0.nationality AS nationality_5, t0.language AS language_6, t0.zone_id AS zone_id_7 FROM country t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 355 | 0.44 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.ordering AS ordering_4, t0.nationality AS nationality_5, t0.language AS language_6, t0.zone_id AS zone_id_7 FROM country t0 WHERE t0.id = ?
Parameters:
[
96
]
|
| 356 | 0.73 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.campus_id AS campus_id_4 FROM campus_image t0 WHERE t0.campus_id = ?
Parameters:
[
1
]
|
| 357 | 1.26 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.campus_id AS campus_id_4 FROM campus_image t0 WHERE t0.campus_id = ?
Parameters:
[
2
]
|
| 358 | 1.30 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.campus_id AS campus_id_4 FROM campus_image t0 WHERE t0.campus_id = ?
Parameters:
[
4
]
|
| 359 | 1.87 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1099
]
|
| 360 | 2.13 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1111
]
|
| 361 | 0.49 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1117
]
|
| 362 | 0.50 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1108
]
|
| 363 | 0.40 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1114
]
|
| 364 | 0.43 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1113
]
|
| 365 | 0.42 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1119
]
|
| 366 | 0.39 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1120
]
|
| 367 | 0.44 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1121
]
|
| 368 | 0.37 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1112
]
|
| 369 | 0.49 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1098
]
|
| 370 | 0.48 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.path AS path_4, t0.size AS size_5, t0.has_webp AS has_webp_6, t0.has_webm AS has_webm_7, t0.has_thumb AS has_thumb_8 FROM media t0 WHERE t0.id = ?
Parameters:
[
1106
]
|
| 371 | 1.15 ms |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.status AS status_3, c0_.ordering AS ordering_4, c0_.city AS city_5, c0_.youtube_url AS youtube_url_6, c0_.link360 AS link360_7, c0_.address AS address_8, c0_.cp AS cp_9, c0_.description AS description_10, c0_.is_main AS is_main_11, c0_.google_map AS google_map_12, c0_.created_date AS created_date_13, c0_.updated_date AS updated_date_14, c0_.seo_title AS seo_title_15, c0_.seo_h1 AS seo_h1_16, c0_.seo_keyword AS seo_keyword_17, c0_.seo_description AS seo_description_18 FROM campus c0_ LEFT JOIN manager_campus m2_ ON c0_.id = m2_.campus_id LEFT JOIN manager m1_ ON m1_.id = m2_.manager_id LEFT JOIN news_campus n4_ ON c0_.id = n4_.campus_id LEFT JOIN news n3_ ON n3_.id = n4_.news_id WHERE (c0_.description <> '' OR c0_.address <> '' OR c0_.link360 <> '' OR c0_.youtube_url <> '') AND c0_.id IN (?, ?, ?)) dctrn_result) dctrn_table
Parameters:
[ 1 2 4 ] |
| 372 | 0.88 ms |
SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.status AS status_3, c0_.ordering AS ordering_4, c0_.city AS city_5, c0_.youtube_url AS youtube_url_6, c0_.link360 AS link360_7, c0_.address AS address_8, c0_.cp AS cp_9, c0_.description AS description_10, c0_.is_main AS is_main_11, c0_.google_map AS google_map_12, c0_.created_date AS created_date_13, c0_.updated_date AS updated_date_14, c0_.seo_title AS seo_title_15, c0_.seo_h1 AS seo_h1_16, c0_.seo_keyword AS seo_keyword_17, c0_.seo_description AS seo_description_18 FROM campus c0_ LEFT JOIN manager_campus m2_ ON c0_.id = m2_.campus_id LEFT JOIN manager m1_ ON m1_.id = m2_.manager_id LEFT JOIN news_campus n4_ ON c0_.id = n4_.campus_id LEFT JOIN news n3_ ON n3_.id = n4_.news_id WHERE (c0_.description <> '' OR c0_.address <> '' OR c0_.link360 <> '' OR c0_.youtube_url <> '') AND c0_.id IN (?, ?, ?)) dctrn_result LIMIT 50
Parameters:
[ 1 2 4 ] |
| 373 | 1.13 ms |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.status AS status_3, c0_.ordering AS ordering_4, c0_.city AS city_5, c0_.youtube_url AS youtube_url_6, c0_.link360 AS link360_7, c0_.address AS address_8, c0_.cp AS cp_9, c0_.description AS description_10, c0_.is_main AS is_main_11, c0_.google_map AS google_map_12, c0_.created_date AS created_date_13, c0_.updated_date AS updated_date_14, c0_.seo_title AS seo_title_15, c0_.seo_h1 AS seo_h1_16, c0_.seo_keyword AS seo_keyword_17, c0_.seo_description AS seo_description_18, c0_.logo_id AS logo_id_19, c0_.country_id AS country_id_20 FROM campus c0_ LEFT JOIN manager_campus m2_ ON c0_.id = m2_.campus_id LEFT JOIN manager m1_ ON m1_.id = m2_.manager_id LEFT JOIN news_campus n4_ ON c0_.id = n4_.campus_id LEFT JOIN news n3_ ON n3_.id = n4_.news_id WHERE (c0_.description <> '' OR c0_.address <> '' OR c0_.link360 <> '' OR c0_.youtube_url <> '') AND c0_.id IN (?, ?, ?) AND c0_.id IN (?, ?, ?)
Parameters:
[ 1 2 4 1 2 4 ] |
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\Media | 144 |
| App\Entity\Program | 31 |
| App\Entity\Qcm | 20 |
| App\Entity\Manager | 14 |
| App\Entity\ProgramLevel | 7 |
| App\Entity\News | 5 |
| App\Entity\ProgramDomain | 5 |
| App\Entity\Campus | 4 |
| App\Entity\ProgramLevelGroup | 4 |
| App\Entity\Country | 2 |
| App\Entity\Zone | 2 |
| App\Entity\CampusImage | 2 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Campus | No errors. |
| App\Entity\Manager | No errors. |
| App\Entity\News | No errors. |
| App\Entity\Media | No errors. |
| App\Entity\Country | No errors. |
| App\Entity\Profile |
|
| App\Entity\Program | No errors. |
| App\Entity\SpoDate | No errors. |
| App\Entity\CampusImage | No errors. |
| App\Entity\AcademicPartner | No errors. |
| Gedmo\Translatable\Entity\MappedSuperclass\AbstractTranslation | No errors. |
| Gedmo\Translatable\Entity\Translation | No errors. |
| App\Entity\ProgramLevel | No errors. |
| App\Entity\ProgramDomain | No errors. |
| App\Entity\Qcm | No errors. |
| App\Entity\Cursus | No errors. |
| App\Entity\Spo | No errors. |
| App\Entity\ProgramLevelGroup | No errors. |
| App\Entity\QcmQuestion | No errors. |
| App\Entity\ProfileQcm | No errors. |
| App\Entity\Zone | No errors. |
| App\Entity\User |
|
| App\Entity\Partenaire | No errors. |
| App\Entity\StudyLevel | No errors. |
| App\Entity\EnglishLevel | No errors. |
| App\Entity\ProfileFile | No errors. |
| App\Entity\Jury | No errors. |
| App\Entity\Oraux | No errors. |
| App\Entity\Status | No errors. |
| App\Entity\Campaign |
|
| App\Entity\ProfileNote | No errors. |
| App\Entity\MediaChannel | No errors. |
| App\Entity\Landingpage | No errors. |
| App\Entity\OpenDayPerson |
|
| App\Entity\Task | No errors. |
| App\Entity\Notification | No errors. |
| App\Entity\ProfileSource | No errors. |
| App\Entity\Site | No errors. |
| App\Entity\Source | No errors. |
| App\Entity\Payment | No errors. |
| App\Entity\Contract | No errors. |
| App\Entity\CvType | No errors. |
| App\Entity\ContractType | No errors. |
| App\Entity\WorkStudy | No errors. |
| App\Entity\AcademicImage | No errors. |
| App\Entity\Role | No errors. |
| App\Entity\OpenDay |
|
| App\Entity\LandingpageFile | No errors. |
| App\Entity\SourceBudget | No errors. |
| App\Entity\Enterprise | No errors. |
| App\Entity\EnterpriseTutor | No errors. |
| App\Entity\EnterpriseStaff | No errors. |
| App\Entity\ProfileStep | No errors. |
| App\Entity\EnterpriseAddress | No errors. |
| App\Entity\Bill | No errors. |
| App\Entity\Opco |
|
| App\Entity\OpcoAddress |
|
| App\Entity\OpcoContact | No errors. |
| App\Entity\CandidateStatus | No errors. |
| App\Entity\Permission | No errors. |