https://preprod.theatre-contemporain.net/spectacles/Bros/lesdates/?path=spectacles%2FBros%2Flesdates%2F

Query Metrics

150 Database Queries
133 Different statements
322.75 ms Query time
0 Invalid entities
0 Cache hits
0 Cache misses
0 Cache puts

Queries

Group similar statements

# Time Info
1 1.18 ms
SELECT idspectacle FROM spectacles WHERE url_clean='Bros'
Parameters:
[]
2 2.35 ms
SELECT s0_.idspectacle AS idspectacle_0, s0_.title AS title_1, s0_.language AS language_2, s0_.creation_date AS creation_date_3, s0_.url_page AS url_page_4, s0_.infos AS infos_5, s0_.tag AS tag_6, s0_.id_rubrique AS id_rubrique_7, s0_.duration AS duration_8, s0_.interlude AS interlude_9, s0_.textfictif AS textfictif_10, s0_.url_redirect AS url_redirect_11, s0_.url_clean AS url_clean_12, s0_.dateupdate AS dateupdate_13, s0_.dateinsert AS dateinsert_14, s0_.publish AS publish_15, s0_.statut AS statut_16, s0_.valid AS valid_17, t1_.idtypespectacle AS idtypespectacle_18, c2_.idcontact AS idcontact_19, c2_.type AS type_20, c2_.organisation AS organisation_21, c2_.nom_suite AS nom_suite_22, c2_.lastname AS lastname_23, c2_.firstname AS firstname_24, c2_.idtypestructure AS idtypestructure_25, c2_.license AS license_26, c2_.comment AS comment_27, c2_.private_comment AS private_comment_28, c2_.address1 AS address1_29, c2_.address2 AS address2_30, c2_.zip AS zip_31, c2_.city AS city_32, c2_.phone1 AS phone1_33, c2_.phone2 AS phone2_34, c2_.fax AS fax_35, c2_.email1 AS email1_36, c2_.email1_online AS email1_online_37, c2_.email2_online AS email2_online_38, c2_.email2 AS email2_39, c2_.url AS url_40, c2_.url_ticket AS url_ticket_41, c2_.facebook AS facebook_42, c2_.twitter AS twitter_43, c2_.instagram AS instagram_44, c2_.mobile AS mobile_45, c2_.geocodable AS geocodable_46, c2_.x AS x_47, c2_.y AS y_48, c2_.idmultimedia AS idmultimedia_49, c2_.type_view AS type_view_50, c2_.stats_access AS stats_access_51, c2_.ga_tracking_id AS ga_tracking_id_52, c2_.is_festival AS is_festival_53, c2_.link_on_video AS link_on_video_54, c2_.is_partenaire AS is_partenaire_55, c2_.valid_version AS valid_version_56, c2_.other_versions AS other_versions_57, c2_.url_redirect AS url_redirect_58, c2_.url_clean AS url_clean_59, c2_.dateupdate AS dateupdate_60, c2_.dateinsert AS dateinsert_61, c2_.publish AS publish_62, c2_.valid AS valid_63, c3_.idcontact AS idcontact_64, c3_.type AS type_65, c3_.organisation AS organisation_66, c3_.nom_suite AS nom_suite_67, c3_.lastname AS lastname_68, c3_.firstname AS firstname_69, c3_.idtypestructure AS idtypestructure_70, c3_.license AS license_71, c3_.comment AS comment_72, c3_.private_comment AS private_comment_73, c3_.address1 AS address1_74, c3_.address2 AS address2_75, c3_.zip AS zip_76, c3_.city AS city_77, c3_.phone1 AS phone1_78, c3_.phone2 AS phone2_79, c3_.fax AS fax_80, c3_.email1 AS email1_81, c3_.email1_online AS email1_online_82, c3_.email2_online AS email2_online_83, c3_.email2 AS email2_84, c3_.url AS url_85, c3_.url_ticket AS url_ticket_86, c3_.facebook AS facebook_87, c3_.twitter AS twitter_88, c3_.instagram AS instagram_89, c3_.mobile AS mobile_90, c3_.geocodable AS geocodable_91, c3_.x AS x_92, c3_.y AS y_93, c3_.idmultimedia AS idmultimedia_94, c3_.type_view AS type_view_95, c3_.stats_access AS stats_access_96, c3_.ga_tracking_id AS ga_tracking_id_97, c3_.is_festival AS is_festival_98, c3_.link_on_video AS link_on_video_99, c3_.is_partenaire AS is_partenaire_100, c3_.valid_version AS valid_version_101, c3_.other_versions AS other_versions_102, c3_.url_redirect AS url_redirect_103, c3_.url_clean AS url_clean_104, c3_.dateupdate AS dateupdate_105, c3_.dateinsert AS dateinsert_106, c3_.publish AS publish_107, c3_.valid AS valid_108, e4_.idextranetuser AS idextranetuser_109 FROM spectacles s0_ LEFT JOIN typesspectacles t1_ ON s0_.idtypespectacle = t1_.idtypespectacle LEFT JOIN contacts c2_ ON s0_.idcontact_creation = c2_.idcontact LEFT JOIN contacts c3_ ON s0_.idcontact_production = c3_.idcontact LEFT JOIN extranetusers e4_ ON s0_.idextranetuser = e4_.idextranetuser WHERE s0_.idspectacle = ?
Parameters:
[
  "29024"
]
3 1.38 ms
SELECT t.title FROM texts t, text_spectacle ts
                      WHERE t.idtext=ts.idtext AND ts.idspectacle=29024
Parameters:
[]
4 0.72 ms
SELECT lt.fr 
                    FROM typesspectacles e, langterms lt 
                    WHERE typespectacle=lt.id
                    AND idtypespectacle=4
Parameters:
[]
5 1.33 ms
SELECT p.`idperson` as id, p.`idperson` as idperson, p.`lastname`, p.`firstname`, p.`url_clean`, p.`valid`,
                        lt.`fr`,
                        r.`idrole`, r.`role`, r.`type`,
                        sp.`comment`,sp.`date_start`,sp.`date_end`
                        FROM persons p
                            JOIN spectacle_person sp ON sp.`idperson`=p.`idperson`
                            JOIN roles r ON r.`idrole`=sp.`idrole`
                            JOIN langterms lt ON r.`role`=lt.`id`
                        WHERE sp.idspectacle=29024  AND r.type_creator=1 ORDER BY sp.`classement`
Parameters:
[]
6 0.11 ms
SELECT p.`idperson` as id, p.`idperson` as idperson, p.`lastname`, p.`firstname`, p.`url_clean`, p.`valid`,
                        lt.`fr`,
                        r.`idrole`, r.`role`, r.`type`,
                        sp.`comment`,sp.`date_start`,sp.`date_end`
                        FROM persons p
                            JOIN spectacle_person sp ON sp.`idperson`=p.`idperson`
                            JOIN roles r ON r.`idrole`=sp.`idrole`
                            JOIN langterms lt ON r.`role`=lt.`id`
                        WHERE sp.idspectacle=29024  AND r.type_creator=1 ORDER BY sp.`classement`
Parameters:
[]
7 1.56 ms
SELECT t.idtext,t.title,t.type,t.url_clean, t.textfictif FROM texts t, text_spectacle ts
                WHERE 1
                AND ts.idspectacle=29024
                AND t.idtext=ts.idtext
Parameters:
[]
8 9.76 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_affiche_spec'))) AND spectacles=1
Parameters:
[]
9 3.22 ms
SELECT *
                FROM object_file of,
                     files f,
                     file_classification fc,
                     classifications cl,typesfiles tf
                   WHERE of.idfile=f.idfile
                   AND f.idfile=fc.idfile
                   AND of.idobject='29024'
                   AND of.object='spectacles'
                   AND cl.idclassification=fc.idclassification AND ((cl.classification IN ('class_affiche_spec'))) AND f.idtype=tf.idtype ORDER BY f.`range`,f.idfile
Parameters:
[]
10 3.20 ms
SELECT DISTINCT(s.idschedule),s.note,s.url_spectacle,s.url_booking,s.idcontact_festival,s.hour,
                    c.idcontact,c.organisation,c.phone1,c.phone2,c.city,c.url_clean,MIN(s.date) AS datedebut,
                    ft.idcontact as festival_idcontact,ft.organisation as festival_organisation,ft.city as festival_city,ft.url_clean as festival_url_clean
                    FROM schedules s
                    JOIN contacts c ON s.idcontact=c.idcontact
                    LEFT JOIN contacts ft ON s.idcontact_festival=ft.idcontact
                    WHERE s.idspectacle=29024 AND s.date>='2024-03-29' GROUP BY c.idcontact ORDER BY s.date ASC
Parameters:
[]
11 3.52 ms
SELECT DISTINCT(s.idschedule),s.note,s.url_spectacle,s.url_booking,s.idcontact_festival,s.hour,
                    c.idcontact,c.organisation,c.phone1,c.phone2,c.city,c.url_clean,MIN(s.date) AS datedebut,
                    ft.idcontact as festival_idcontact,ft.organisation as festival_organisation,ft.city as festival_city,ft.url_clean as festival_url_clean
                    FROM schedules s
                    JOIN contacts c ON s.idcontact=c.idcontact
                    LEFT JOIN contacts ft ON s.idcontact_festival=ft.idcontact
                    WHERE s.idspectacle=29024 AND s.date<='2024-03-29' GROUP BY c.idcontact ORDER BY s.date DESC
Parameters:
[]
12 0.31 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_pp'))) AND contacts=1
Parameters:
[]
13 2.16 ms
SELECT *
                FROM object_file of,
                     files f,
                     file_classification fc,
                     classifications cl,typesfiles tf
                   WHERE of.idfile=f.idfile
                   AND f.idfile=fc.idfile
                   AND of.idobject='20565'
                   AND of.object='contacts'
                   AND cl.idclassification=fc.idclassification AND ((cl.classification IN ('class_pp'))) AND f.idtype=tf.idtype ORDER BY f.`range`,f.idfile
Parameters:
[]
14 1.37 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=29024
                  AND idcontact=20565  AND date<='2024-03-29'  ORDER BY date
Parameters:
[]
15 1.66 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2023-11-24" AND idspectacle=29024 AND idcontact=20565
Parameters:
[]
16 0.30 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2023-11-25" AND idspectacle=29024 AND idcontact=20565
Parameters:
[]
17 0.25 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2023-11-26" AND idspectacle=29024 AND idcontact=20565
Parameters:
[]
18 0.60 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_pp'))) AND contacts=1
Parameters:
[]
19 1.76 ms
SELECT *
                FROM object_file of,
                     files f,
                     file_classification fc,
                     classifications cl,typesfiles tf
                   WHERE of.idfile=f.idfile
                   AND f.idfile=fc.idfile
                   AND of.idobject='4582'
                   AND of.object='contacts'
                   AND cl.idclassification=fc.idclassification AND ((cl.classification IN ('class_pp'))) AND f.idtype=tf.idtype ORDER BY f.`range`,f.idfile
Parameters:
[]
20 2.69 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=29024
                  AND idcontact=4582  AND date<='2024-03-29'  ORDER BY date
Parameters:
[]
21 1.16 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2023-05-23" AND idspectacle=29024 AND idcontact=4582
Parameters:
[]
22 6.02 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2023-05-24" AND idspectacle=29024 AND idcontact=4582
Parameters:
[]
23 2.05 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=29024
                  AND idcontact=495  AND date<='2024-03-29'  ORDER BY date
Parameters:
[]
24 4.25 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2023-05-10" AND idspectacle=29024 AND idcontact=495
Parameters:
[]
25 0.95 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2023-05-11" AND idspectacle=29024 AND idcontact=495
Parameters:
[]
26 4.80 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2023-05-12" AND idspectacle=29024 AND idcontact=495
Parameters:
[]
27 1.32 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2023-05-13" AND idspectacle=29024 AND idcontact=495
Parameters:
[]
28 15.42 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_pp'))) AND contacts=1
Parameters:
[]
29 3.22 ms
SELECT *
                FROM object_file of,
                     files f,
                     file_classification fc,
                     classifications cl,typesfiles tf
                   WHERE of.idfile=f.idfile
                   AND f.idfile=fc.idfile
                   AND of.idobject='3234'
                   AND of.object='contacts'
                   AND cl.idclassification=fc.idclassification AND ((cl.classification IN ('class_pp'))) AND f.idtype=tf.idtype ORDER BY f.`range`,f.idfile
Parameters:
[]
30 1.20 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=29024
                  AND idcontact=3234  AND date<='2024-03-29'  ORDER BY date
Parameters:
[]
31 4.29 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2023-04-19" AND idspectacle=29024 AND idcontact=3234
Parameters:
[]
32 1.67 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2023-04-20" AND idspectacle=29024 AND idcontact=3234
Parameters:
[]
33 0.27 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2023-04-21" AND idspectacle=29024 AND idcontact=3234
Parameters:
[]
34 0.50 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=29024
                  AND idcontact=522  AND date<='2024-03-29'  ORDER BY date
Parameters:
[]
35 0.94 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-11-17" AND idspectacle=29024 AND idcontact=522
Parameters:
[]
36 0.62 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-11-18" AND idspectacle=29024 AND idcontact=522
Parameters:
[]
37 1.21 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_pp'))) AND contacts=1
Parameters:
[]
38 2.52 ms
SELECT *
                FROM object_file of,
                     files f,
                     file_classification fc,
                     classifications cl,typesfiles tf
                   WHERE of.idfile=f.idfile
                   AND f.idfile=fc.idfile
                   AND of.idobject='1199'
                   AND of.object='contacts'
                   AND cl.idclassification=fc.idclassification AND ((cl.classification IN ('class_pp'))) AND f.idtype=tf.idtype ORDER BY f.`range`,f.idfile
Parameters:
[]
39 0.89 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=29024
                  AND idcontact=1199  AND date<='2024-03-29'  ORDER BY date
Parameters:
[]
40 4.01 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-05-17" AND idspectacle=29024 AND idcontact=1199
Parameters:
[]
41 5.68 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-05-18" AND idspectacle=29024 AND idcontact=1199
Parameters:
[]
42 4.81 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-05-19" AND idspectacle=29024 AND idcontact=1199
Parameters:
[]
43 1.03 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-05-20" AND idspectacle=29024 AND idcontact=1199
Parameters:
[]
44 0.49 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-05-21" AND idspectacle=29024 AND idcontact=1199
Parameters:
[]
45 3.47 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-05-22" AND idspectacle=29024 AND idcontact=1199
Parameters:
[]
46 0.57 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_pp'))) AND contacts=1
Parameters:
[]
47 1.21 ms
SELECT *
                FROM object_file of,
                     files f,
                     file_classification fc,
                     classifications cl,typesfiles tf
                   WHERE of.idfile=f.idfile
                   AND f.idfile=fc.idfile
                   AND of.idobject='2226'
                   AND of.object='contacts'
                   AND cl.idclassification=fc.idclassification AND ((cl.classification IN ('class_pp'))) AND f.idtype=tf.idtype ORDER BY f.`range`,f.idfile
Parameters:
[]
48 24.33 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=29024
                  AND idcontact=2226  AND date<='2024-03-29'  ORDER BY date
Parameters:
[]
49 3.02 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-05-04" AND idspectacle=29024 AND idcontact=2226
Parameters:
[]
50 1.43 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-05-05" AND idspectacle=29024 AND idcontact=2226
Parameters:
[]
51 1.21 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-05-06" AND idspectacle=29024 AND idcontact=2226
Parameters:
[]
52 0.09 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_pp'))) AND contacts=1
Parameters:
[]
53 20.21 ms
SELECT *
                FROM object_file of,
                     files f,
                     file_classification fc,
                     classifications cl,typesfiles tf
                   WHERE of.idfile=f.idfile
                   AND f.idfile=fc.idfile
                   AND of.idobject='4521'
                   AND of.object='contacts'
                   AND cl.idclassification=fc.idclassification AND ((cl.classification IN ('class_pp'))) AND f.idtype=tf.idtype ORDER BY f.`range`,f.idfile
Parameters:
[]
54 1.50 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=29024
                  AND idcontact=4521  AND date<='2024-03-29'  ORDER BY date
Parameters:
[]
55 1.58 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-04-22" AND idspectacle=29024 AND idcontact=4521
Parameters:
[]
56 0.54 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-04-23" AND idspectacle=29024 AND idcontact=4521
Parameters:
[]
57 1.82 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_pp'))) AND contacts=1
Parameters:
[]
58 1.58 ms
SELECT *
                FROM object_file of,
                     files f,
                     file_classification fc,
                     classifications cl,typesfiles tf
                   WHERE of.idfile=f.idfile
                   AND f.idfile=fc.idfile
                   AND of.idobject='1204'
                   AND of.object='contacts'
                   AND cl.idclassification=fc.idclassification AND ((cl.classification IN ('class_pp'))) AND f.idtype=tf.idtype ORDER BY f.`range`,f.idfile
Parameters:
[]
59 3.99 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=29024
                  AND idcontact=1204  AND date<='2024-03-29'  ORDER BY date
Parameters:
[]
60 0.47 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-03-11" AND idspectacle=29024 AND idcontact=1204
Parameters:
[]
61 0.63 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-03-12" AND idspectacle=29024 AND idcontact=1204
Parameters:
[]
62 1.15 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=29024
                  AND idcontact=476  AND date<='2024-03-29'  ORDER BY date
Parameters:
[]
63 3.17 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-02-11" AND idspectacle=29024 AND idcontact=476
Parameters:
[]
64 0.66 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-02-12" AND idspectacle=29024 AND idcontact=476
Parameters:
[]
65 0.66 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-02-13" AND idspectacle=29024 AND idcontact=476
Parameters:
[]
66 1.41 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-02-15" AND idspectacle=29024 AND idcontact=476
Parameters:
[]
67 0.52 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-02-16" AND idspectacle=29024 AND idcontact=476
Parameters:
[]
68 1.30 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-02-17" AND idspectacle=29024 AND idcontact=476
Parameters:
[]
69 0.39 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-02-18" AND idspectacle=29024 AND idcontact=476
Parameters:
[]
70 0.24 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-02-19" AND idspectacle=29024 AND idcontact=476
Parameters:
[]
71 6.21 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=29024
                  AND idcontact=246  AND date<='2024-03-29'  ORDER BY date
Parameters:
[]
72 1.50 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2021-10-26" AND idspectacle=29024 AND idcontact=246
Parameters:
[]
73 0.74 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2021-10-27" AND idspectacle=29024 AND idcontact=246
Parameters:
[]
74 0.37 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_pp'))) AND contacts=1
Parameters:
[]
75 5.21 ms
SELECT *
                FROM object_file of,
                     files f,
                     file_classification fc,
                     classifications cl,typesfiles tf
                   WHERE of.idfile=f.idfile
                   AND f.idfile=fc.idfile
                   AND of.idobject='5493'
                   AND of.object='contacts'
                   AND cl.idclassification=fc.idclassification AND ((cl.classification IN ('class_pp'))) AND f.idtype=tf.idtype ORDER BY f.`range`,f.idfile
Parameters:
[]
76 2.80 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=29024
                  AND idcontact=5493  AND date<='2024-03-29'  ORDER BY date
Parameters:
[]
77 1.77 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2020-11-20" AND idspectacle=29024 AND idcontact=5493
Parameters:
[]
78 0.65 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2020-11-21" AND idspectacle=29024 AND idcontact=5493
Parameters:
[]
79 0.84 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2020-11-22" AND idspectacle=29024 AND idcontact=5493
Parameters:
[]
80 3.75 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_pp'))) AND contacts=1
Parameters:
[]
81 2.29 ms
SELECT *
                FROM object_file of,
                     files f,
                     file_classification fc,
                     classifications cl,typesfiles tf
                   WHERE of.idfile=f.idfile
                   AND f.idfile=fc.idfile
                   AND of.idobject='26679'
                   AND of.object='contacts'
                   AND cl.idclassification=fc.idclassification AND ((cl.classification IN ('class_pp'))) AND f.idtype=tf.idtype ORDER BY f.`range`,f.idfile
Parameters:
[]
82 6.09 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=29024
                  AND idcontact=26679  AND date<='2024-03-29'  ORDER BY date
Parameters:
[]
83 2.87 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2020-10-15" AND idspectacle=29024 AND idcontact=26679
Parameters:
[]
84 1.20 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2020-10-16" AND idspectacle=29024 AND idcontact=26679
Parameters:
[]
85 14.41 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2020-10-17" AND idspectacle=29024 AND idcontact=26679
Parameters:
[]
86 1.13 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2020-10-18" AND idspectacle=29024 AND idcontact=26679
Parameters:
[]
87 2.31 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=29024
                  AND idcontact=305  AND date<='2024-03-29'  ORDER BY date
Parameters:
[]
88 2.29 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2020-10-07" AND idspectacle=29024 AND idcontact=305
Parameters:
[]
89 1.72 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2020-10-08" AND idspectacle=29024 AND idcontact=305
Parameters:
[]
90 1.21 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2020-10-09" AND idspectacle=29024 AND idcontact=305
Parameters:
[]
91 1.18 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2020-10-10" AND idspectacle=29024 AND idcontact=305
Parameters:
[]
92 0.39 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_pp'))) AND contacts=1
Parameters:
[]
93 1.58 ms
SELECT *
                FROM object_file of,
                     files f,
                     file_classification fc,
                     classifications cl,typesfiles tf
                   WHERE of.idfile=f.idfile
                   AND f.idfile=fc.idfile
                   AND of.idobject='18786'
                   AND of.object='contacts'
                   AND cl.idclassification=fc.idclassification AND ((cl.classification IN ('class_pp'))) AND f.idtype=tf.idtype ORDER BY f.`range`,f.idfile
Parameters:
[]
94 3.34 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=29024
                  AND idcontact=18786  AND date<='2024-03-29'  ORDER BY date
Parameters:
[]
95 0.75 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2020-10-03" AND idspectacle=29024 AND idcontact=18786
Parameters:
[]
96 2.45 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2020-10-04" AND idspectacle=29024 AND idcontact=18786
Parameters:
[]
97 1.18 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_pp'))) AND contacts=1
Parameters:
[]
98 1.16 ms
SELECT *
                FROM object_file of,
                     files f,
                     file_classification fc,
                     classifications cl,typesfiles tf
                   WHERE of.idfile=f.idfile
                   AND f.idfile=fc.idfile
                   AND of.idobject='22935'
                   AND of.object='contacts'
                   AND cl.idclassification=fc.idclassification AND ((cl.classification IN ('class_pp'))) AND f.idtype=tf.idtype ORDER BY f.`range`,f.idfile
Parameters:
[]
99 2.83 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=29024
                  AND idcontact=22935  AND date<='2024-03-29'  ORDER BY date
Parameters:
[]
100 1.71 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2020-06-27" AND idspectacle=29024 AND idcontact=22935
Parameters:
[]
101 0.75 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2020-06-28" AND idspectacle=29024 AND idcontact=22935
Parameters:
[]
102 1.52 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2020-06-30" AND idspectacle=29024 AND idcontact=22935
Parameters:
[]
103 0.60 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2020-07-01" AND idspectacle=29024 AND idcontact=22935
Parameters:
[]
104 12.60 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2020-07-02" AND idspectacle=29024 AND idcontact=22935
Parameters:
[]
105 0.67 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2020-07-03" AND idspectacle=29024 AND idcontact=22935
Parameters:
[]
106 0.73 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2020-07-04" AND idspectacle=29024 AND idcontact=22935
Parameters:
[]
107 0.48 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2020-07-05" AND idspectacle=29024 AND idcontact=22935
Parameters:
[]
108 1.07 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2020-07-07" AND idspectacle=29024 AND idcontact=22935
Parameters:
[]
109 1.15 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2020-07-08" AND idspectacle=29024 AND idcontact=22935
Parameters:
[]
110 0.82 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2020-07-09" AND idspectacle=29024 AND idcontact=22935
Parameters:
[]
111 10.26 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2020-07-10" AND idspectacle=29024 AND idcontact=22935
Parameters:
[]
112 0.74 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2020-07-11" AND idspectacle=29024 AND idcontact=22935
Parameters:
[]
113 1.05 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2020-07-12" AND idspectacle=29024 AND idcontact=22935
Parameters:
[]
114 3.15 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=29024
                  AND idcontact=230  AND date<='2024-03-29'  ORDER BY date
Parameters:
[]
115 1.69 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2020-05-30" AND idspectacle=29024 AND idcontact=230
Parameters:
[]
116 1.04 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2020-05-31" AND idspectacle=29024 AND idcontact=230
Parameters:
[]
117 0.54 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2020-06-01" AND idspectacle=29024 AND idcontact=230
Parameters:
[]
118 0.23 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_pp'))) AND contacts=1
Parameters:
[]
119 1.61 ms
SELECT *
                FROM object_file of,
                     files f,
                     file_classification fc,
                     classifications cl,typesfiles tf
                   WHERE of.idfile=f.idfile
                   AND f.idfile=fc.idfile
                   AND of.idobject='1115'
                   AND of.object='contacts'
                   AND cl.idclassification=fc.idclassification AND ((cl.classification IN ('class_pp'))) AND f.idtype=tf.idtype ORDER BY f.`range`,f.idfile
Parameters:
[]
120 2.68 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=29024
                  AND idcontact=1115  AND date<='2024-03-29'  ORDER BY date
Parameters:
[]
121 0.58 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2020-05-14" AND idspectacle=29024 AND idcontact=1115
Parameters:
[]
122 0.83 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2020-05-15" AND idspectacle=29024 AND idcontact=1115
Parameters:
[]
123 0.91 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2020-05-16" AND idspectacle=29024 AND idcontact=1115
Parameters:
[]
124 0.94 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2020-05-17" AND idspectacle=29024 AND idcontact=1115
Parameters:
[]
125 0.33 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2020-05-19" AND idspectacle=29024 AND idcontact=1115
Parameters:
[]
126 0.32 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2020-05-20" AND idspectacle=29024 AND idcontact=1115
Parameters:
[]
127 0.54 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2020-05-21" AND idspectacle=29024 AND idcontact=1115
Parameters:
[]
128 0.54 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2020-05-22" AND idspectacle=29024 AND idcontact=1115
Parameters:
[]
129 0.41 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2020-05-23" AND idspectacle=29024 AND idcontact=1115
Parameters:
[]
130 0.31 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2020-05-24" AND idspectacle=29024 AND idcontact=1115
Parameters:
[]
131 0.10 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_critique'))) AND spectacles=1
Parameters:
[]
132 1.36 ms
SELECT COUNT(DISTINCT(oc.idcontent)) as total
                FROM object_content oc,
                     contents c,
                     content_classification cc,
                     classifications cl
                   WHERE oc.idcontent=c.idcontent
                   AND c.idcontent=cc.idcontent
                   AND oc.idobject='29024'
                   AND oc.object='spectacles'
                   AND cl.idclassification=cc.idclassification AND c.publish=1 AND c.valid=1  AND ((cl.classification IN ('class_critique')))
Parameters:
[]
133 1.19 ms
SELECT COUNT(DISTINCT(T1.idnew)) as total  FROM news T1 INNER JOIN newschedules T3
                            ON T3.idnew=T1.idnew
                            INNER JOIN extranetusers T2 ON T2.idextranetuser=T1.idextranetuser
                            INNER JOIN contacts T4 ON T4.idcontact=T3.idcontact  LEFT JOIN new_spectacle T5 ON T5.idnew=T1.idnew  WHERE 1  AND (T5.idspectacle=29024 ) AND T1.publish=1 AND T1.publish=1 AND T1.valid=1
Parameters:
[]
134 1.19 ms
SELECT  COUNT(DISTINCT(m.idmultimedia)) 
                FROM object_multimedia om, multimedias m
                WHERE om.idmultimedia=m.idmultimedia
                AND om.idobject=29024
                AND om.object='spectacles'
                AND m.publish=1
Parameters:
[]
135 1.32 ms
SELECT COUNT(DISTINCT(d.`idpodcast`)) as total
                FROM podcasts d, podcast_spectacle do
                WHERE d.`publish`=1
                AND do.`idpodcast`= d.`idpodcast` AND do.`idspectacle`=29024 AND d.code_franceinter IS NOT NULL
Parameters:
[]
136 0.09 ms
SELECT idclassification,classification,public_name FROM classifications WHERE 1 AND type="files" AND spectacles=1 AND lagarce!=1 AND is_public IN (1)
Parameters:
[]
137 0.84 ms
SELECT COUNT(DISTINCT(of.idfile)) as total
                FROM object_file of,
                     files f,
                     file_classification fc,
                     classifications cl,typesfiles tf
                   WHERE of.idfile=f.idfile
                   AND f.idfile=fc.idfile
                   AND of.idobject='29024'
                   AND of.object='spectacles'
                   AND cl.idclassification=fc.idclassification AND ((cl.idclassification IN (33,126,163,164,166,171,172,175))) AND f.valid=1 AND f.publish=1 AND f.idtype=tf.idtype
Parameters:
[]
138 0.46 ms
SELECT oc.idcontent
                            FROM object_content oc, contents c, content_classification cc
                            WHERE oc.idcontent=c.idcontent
                            AND cc.idcontent=c.idcontent
                            AND c.publish=1
                            AND oc.object='spectacles'
                            AND oc.idobject=29024 AND cc.idclassification=6 LIMIT 1
Parameters:
[]
139 0.19 ms
SELECT oc.idcontent
                            FROM object_content oc, contents c, content_classification cc
                            WHERE oc.idcontent=c.idcontent
                            AND cc.idcontent=c.idcontent
                            AND c.publish=1
                            AND oc.object='spectacles'
                            AND oc.idobject=29024 AND cc.idclassification=6 LIMIT 1
Parameters:
[]
140 1.29 ms
SELECT oc.idcontent
                            FROM object_content oc, contents c, content_classification cc
                            WHERE oc.idcontent=c.idcontent
                            AND cc.idcontent=c.idcontent
                            AND c.publish=1
                            AND oc.object='spectacles'
                            AND oc.idobject=29024 AND cc.idclassification=1 LIMIT 1
Parameters:
[]
141 0.07 ms
SELECT oc.idcontent
                            FROM object_content oc, contents c, content_classification cc
                            WHERE oc.idcontent=c.idcontent
                            AND cc.idcontent=c.idcontent
                            AND c.publish=1
                            AND oc.object='spectacles'
                            AND oc.idobject=29024 AND cc.idclassification=1 LIMIT 1
Parameters:
[]
142 0.43 ms
SELECT COUNT(sc.idspectacle)
                                FROM schedules sc
                                WHERE sc.idspectacle=29024
Parameters:
[]
143 0.06 ms
SELECT COUNT(sc.idspectacle)
                                FROM schedules sc
                                WHERE sc.idspectacle=29024
Parameters:
[]
144 0.99 ms
SELECT oc.idcontent
                            FROM object_content oc, contents c, content_classification cc
                            WHERE oc.idcontent=c.idcontent
                            AND cc.idcontent=c.idcontent
                            AND c.publish=1
                            AND oc.object='spectacles'
                            AND oc.idobject=29024 AND cc.idclassification=101 LIMIT 1
Parameters:
[]
145 0.07 ms
SELECT oc.idcontent
                            FROM object_content oc, contents c, content_classification cc
                            WHERE oc.idcontent=c.idcontent
                            AND cc.idcontent=c.idcontent
                            AND c.publish=1
                            AND oc.object='spectacles'
                            AND oc.idobject=29024 AND cc.idclassification=101 LIMIT 1
Parameters:
[]
146 0.52 ms
SELECT oc.idcontent
                            FROM object_content oc, contents c, content_classification cc
                            WHERE oc.idcontent=c.idcontent
                            AND cc.idcontent=c.idcontent
                            AND c.publish=1
                            AND oc.object='spectacles'
                            AND oc.idobject=29024 AND cc.idclassification=125 LIMIT 1
Parameters:
[]
147 0.07 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.idclassification IN (125))) AND texts=1
Parameters:
[]
148 0.44 ms
SELECT COUNT(DISTINCT(oc.idcontent)) as total
                FROM object_content oc,
                     contents c,
                     content_classification cc,
                     classifications cl
                   WHERE oc.idcontent=c.idcontent
                   AND c.idcontent=cc.idcontent
                   AND oc.idobject='35810'
                   AND oc.object='texts'
                   AND cl.idclassification=cc.idclassification AND c.publish=1 AND ((cl.idclassification IN (125)))
Parameters:
[]
149 0.07 ms
SELECT oc.idcontent
                            FROM object_content oc, contents c, content_classification cc
                            WHERE oc.idcontent=c.idcontent
                            AND cc.idcontent=c.idcontent
                            AND c.publish=1
                            AND oc.object='spectacles'
                            AND oc.idobject=29024 AND cc.idclassification=125 LIMIT 1
Parameters:
[]
150 1.07 ms
SELECT * FROM bannieres
                WHERE publish=1
                AND valid=1
                AND is_bottom=1
                AND date_start<=NOW()
                AND date_end>=NOW()
                ORDER BY bannieres.order ASC
                LIMIT 0,10
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

0 Hits
0 Misses
0 Puts