https://preprod.theatre-contemporain.net/spectacles/Les-Marchands/lesdates/?path=spectacles%2FLes-Marchands%2Flesdates%2F

Query Metrics

293 Database Queries
268 Different statements
91.04 ms Query time
0 Invalid entities
0 Cache hits
0 Cache misses
0 Cache puts

Queries

Group similar statements

# Time Info
1 0.44 ms
SELECT idspectacle FROM spectacles WHERE url_clean='Les-Marchands'
Parameters:
[]
2 1.73 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:
[
  "1778"
]
3 0.56 ms
SELECT t.title FROM texts t, text_spectacle ts
                      WHERE t.idtext=ts.idtext AND ts.idspectacle=1778
Parameters:
[]
4 0.08 ms
SELECT lt.fr 
                    FROM typesspectacles e, langterms lt 
                    WHERE typespectacle=lt.id
                    AND idtypespectacle=4
Parameters:
[]
5 1.38 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=1778  AND r.type_creator=1 ORDER BY sp.`classement`
Parameters:
[]
6 0.16 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=1778  AND r.type_creator=1 ORDER BY sp.`classement`
Parameters:
[]
7 0.54 ms
SELECT t.idtext,t.title,t.type,t.url_clean, t.textfictif FROM texts t, text_spectacle ts
                WHERE 1
                AND ts.idspectacle=1778
                AND t.idtext=ts.idtext
Parameters:
[]
8 0.21 ms
SELECT t0_.type AS type_0 FROM texts t0_ WHERE t0_.idtext = ?
Parameters:
[
  "2253"
]
9 0.21 ms
SELECT j1.idperson,j1.lastname,j1.firstname,j1.url_clean,j1.valid ,j3.idtext FROM theatreok_dev.persons j1, theatreok_dev.text_author j2, theatreok_dev.texts j3
                        WHERE j3.idtext=j2.idtext
                        AND j1.idperson=j2.idperson
                        AND j3.idtext=2253  ORDER BY j2.classement ASC
Parameters:
[]
10 2.36 ms
SELECT t0_.idtext AS idtext_0, t0_.type AS type_1, t0_.idtypetext AS idtypetext_2, t0_.special_text AS special_text_3, t0_.title AS title_4, t0_.subtitle AS subtitle_5, t0_.date AS date_6, t0_.language AS language_7, t0_.markdown AS markdown_8, t0_.abstract AS abstract_9, t0_.abstract_author AS abstract_author_10, t0_.abstract_date AS abstract_date_11, t0_.abstract_url AS abstract_url_12, t0_.publisher_url_text AS publisher_url_text_13, t0_.publication_year AS publication_year_14, t0_.publication_month AS publication_month_15, t0_.isbn AS isbn_16, t0_.ean AS ean_17, t0_.publishinfos AS publishinfos_18, t0_.urltextaccess AS urltextaccess_19, t0_.emailtextaccess AS emailtextaccess_20, t0_.idfiletextaccess AS idfiletextaccess_21, t0_.filetextaccesssave AS filetextaccesssave_22, t0_.textaccessmore AS textaccessmore_23, t0_.request_translation_text AS request_translation_text_24, t0_.request_performing_text AS request_performing_text_25, t0_.help_translation AS help_translation_26, t0_.help_publishing AS help_publishing_27, t0_.help_other AS help_other_28, t0_.moreinfo AS moreinfo_29, t0_.nmale AS nmale_30, t0_.nfemale AS nfemale_31, t0_.npeople AS npeople_32, t0_.textorder AS textorder_33, t0_.nbpages AS nbpages_34, t0_.price AS price_35, t0_.selection_aneth AS selection_aneth_36, t0_.idtext_aneth AS idtext_aneth_37, t0_.aide_creation AS aide_creation_38, t0_.comments AS comments_39, t0_.url_clean AS url_clean_40, t0_.textfictif AS textfictif_41, t0_.valid_opendata AS valid_opendata_42, t0_.dateupdate AS dateupdate_43, t0_.dateinsert AS dateinsert_44, t0_.publish AS publish_45, t0_.statut AS statut_46, t0_.valid AS valid_47, e1_.idextranetuser AS idextranetuser_48, e1_.lastname AS lastname_49, e1_.firstname AS firstname_50, e1_.avatar AS avatar_51, e1_.signature AS signature_52, e1_.email AS email_53, e1_.token AS token_54, e1_.public_api_token AS public_api_token_55, e1_.public_api_desc AS public_api_desc_56, e1_.address AS address_57, e1_.zip AS zip_58, e1_.city AS city_59, e1_.secteur AS secteur_60, e1_.structure AS structure_61, e1_.fonction AS fonction_62, e1_.phone AS phone_63, e1_.enseignant_fonction AS enseignant_fonction_64, e1_.enseignant_matiere AS enseignant_matiere_65, e1_.enseignant_etablissement AS enseignant_etablissement_66, e1_.enseignant_qualite AS enseignant_qualite_67, e1_.enseignant_precision_qualite AS enseignant_precision_qualite_68, e1_.enseignant_active AS enseignant_active_69, e1_.stats_acces AS stats_acces_70, e1_.alerte_bac AS alerte_bac_71, e1_.email_validation AS email_validation_72, e1_.connexion_theduc AS connexion_theduc_73, e1_.inscription_from AS inscription_from_74, e1_.private_comment AS private_comment_75, e1_.login AS login_76, e1_.other_email AS other_email_77, e1_.code_chge_email AS code_chge_email_78, e1_.old_login AS old_login_79, e1_.password AS password_80, e1_.thnetuser AS thnetuser_81, e1_.last_visit_annonces AS last_visit_annonces_82, e1_.address_ip AS address_ip_83, e1_.verified AS verified_84, e1_.activekey AS activekey_85, e1_.token_cookie AS token_cookie_86, e1_.date_resend AS date_resend_87, e1_.tokenpass AS tokenpass_88, e1_.sub_subscriber_id AS sub_subscriber_id_89, e1_.userrights AS userrights_90, e1_.special_user AS special_user_91, e1_.pseudo_streaming AS pseudo_streaming_92, e1_.contact_owner AS contact_owner_93, e1_.justification AS justification_94, e1_.sent AS sent_95, e1_.dateupdate AS dateupdate_96, e1_.dateinsert AS dateinsert_97, e1_.active AS active_98, c2_.idcontact AS idcontact_99, c2_.type AS type_100, c2_.organisation AS organisation_101, c2_.nom_suite AS nom_suite_102, c2_.lastname AS lastname_103, c2_.firstname AS firstname_104, c2_.idtypestructure AS idtypestructure_105, c2_.license AS license_106, c2_.comment AS comment_107, c2_.private_comment AS private_comment_108, c2_.address1 AS address1_109, c2_.address2 AS address2_110, c2_.zip AS zip_111, c2_.city AS city_112, c2_.phone1 AS phone1_113, c2_.phone2 AS phone2_114, c2_.fax AS fax_115, c2_.email1 AS email1_116, c2_.email1_online AS email1_online_117, c2_.email2_online AS email2_online_118, c2_.email2 AS email2_119, c2_.url AS url_120, c2_.url_ticket AS url_ticket_121, c2_.facebook AS facebook_122, c2_.twitter AS twitter_123, c2_.instagram AS instagram_124, c2_.mobile AS mobile_125, c2_.geocodable AS geocodable_126, c2_.x AS x_127, c2_.y AS y_128, c2_.idmultimedia AS idmultimedia_129, c2_.type_view AS type_view_130, c2_.stats_access AS stats_access_131, c2_.ga_tracking_id AS ga_tracking_id_132, c2_.is_festival AS is_festival_133, c2_.link_on_video AS link_on_video_134, c2_.is_partenaire AS is_partenaire_135, c2_.valid_version AS valid_version_136, c2_.other_versions AS other_versions_137, c2_.url_redirect AS url_redirect_138, c2_.url_clean AS url_clean_139, c2_.dateupdate AS dateupdate_140, c2_.dateinsert AS dateinsert_141, c2_.publish AS publish_142, c2_.valid AS valid_143, g3_.idgenretext AS idgenretext_144, g3_.genretext AS genretext_145, g3_.ordergenre AS ordergenre_146, g3_.visibility AS visibility_147, c4_.id AS id_148, c4_.fr AS fr_149, c4_.en AS en_150, c4_.es AS es_151, c4_.pt AS pt_152, c4_.de AS de_153, c4_.ru AS ru_154, c4_.orderby AS orderby_155 FROM texts t0_ LEFT JOIN extranetusers e1_ ON t0_.idextranetuser = e1_.idextranetuser LEFT JOIN contacts c2_ ON t0_.idcontact_publisher = c2_.idcontact LEFT JOIN genretexts g3_ ON t0_.idgenretext = g3_.idgenretext LEFT JOIN contacts c5_ ON t0_.idcontact_performing = c5_.idcontact LEFT JOIN countries c4_ ON t0_.country = c4_.id WHERE t0_.idtext = ?
Parameters:
[
  2253
]
11 0.20 ms
SELECT j1.idperson,j1.lastname,j1.firstname,j1.url_clean,j1.valid ,j3.idtext FROM theatreok_dev.persons j1, theatreok_dev.text_author j2, theatreok_dev.texts j3
                        WHERE j3.idtext=j2.idtext
                        AND j1.idperson=j2.idperson
                        AND j3.idtext=2253  ORDER BY j2.classement ASC
Parameters:
[]
12 0.35 ms
SELECT t0_.idtext AS idtext_0, t0_.type AS type_1, t0_.idtypetext AS idtypetext_2, t0_.special_text AS special_text_3, t0_.title AS title_4, t0_.subtitle AS subtitle_5, t0_.date AS date_6, t0_.language AS language_7, t0_.markdown AS markdown_8, t0_.abstract AS abstract_9, t0_.abstract_author AS abstract_author_10, t0_.abstract_date AS abstract_date_11, t0_.abstract_url AS abstract_url_12, t0_.publisher_url_text AS publisher_url_text_13, t0_.publication_year AS publication_year_14, t0_.publication_month AS publication_month_15, t0_.isbn AS isbn_16, t0_.ean AS ean_17, t0_.publishinfos AS publishinfos_18, t0_.urltextaccess AS urltextaccess_19, t0_.emailtextaccess AS emailtextaccess_20, t0_.idfiletextaccess AS idfiletextaccess_21, t0_.filetextaccesssave AS filetextaccesssave_22, t0_.textaccessmore AS textaccessmore_23, t0_.request_translation_text AS request_translation_text_24, t0_.request_performing_text AS request_performing_text_25, t0_.help_translation AS help_translation_26, t0_.help_publishing AS help_publishing_27, t0_.help_other AS help_other_28, t0_.moreinfo AS moreinfo_29, t0_.nmale AS nmale_30, t0_.nfemale AS nfemale_31, t0_.npeople AS npeople_32, t0_.textorder AS textorder_33, t0_.nbpages AS nbpages_34, t0_.price AS price_35, t0_.selection_aneth AS selection_aneth_36, t0_.idtext_aneth AS idtext_aneth_37, t0_.aide_creation AS aide_creation_38, t0_.comments AS comments_39, t0_.url_clean AS url_clean_40, t0_.textfictif AS textfictif_41, t0_.valid_opendata AS valid_opendata_42, t0_.dateupdate AS dateupdate_43, t0_.dateinsert AS dateinsert_44, t0_.publish AS publish_45, t0_.statut AS statut_46, t0_.valid AS valid_47, e1_.idextranetuser AS idextranetuser_48, e1_.lastname AS lastname_49, e1_.firstname AS firstname_50, e1_.avatar AS avatar_51, e1_.signature AS signature_52, e1_.email AS email_53, e1_.token AS token_54, e1_.public_api_token AS public_api_token_55, e1_.public_api_desc AS public_api_desc_56, e1_.address AS address_57, e1_.zip AS zip_58, e1_.city AS city_59, e1_.secteur AS secteur_60, e1_.structure AS structure_61, e1_.fonction AS fonction_62, e1_.phone AS phone_63, e1_.enseignant_fonction AS enseignant_fonction_64, e1_.enseignant_matiere AS enseignant_matiere_65, e1_.enseignant_etablissement AS enseignant_etablissement_66, e1_.enseignant_qualite AS enseignant_qualite_67, e1_.enseignant_precision_qualite AS enseignant_precision_qualite_68, e1_.enseignant_active AS enseignant_active_69, e1_.stats_acces AS stats_acces_70, e1_.alerte_bac AS alerte_bac_71, e1_.email_validation AS email_validation_72, e1_.connexion_theduc AS connexion_theduc_73, e1_.inscription_from AS inscription_from_74, e1_.private_comment AS private_comment_75, e1_.login AS login_76, e1_.other_email AS other_email_77, e1_.code_chge_email AS code_chge_email_78, e1_.old_login AS old_login_79, e1_.password AS password_80, e1_.thnetuser AS thnetuser_81, e1_.last_visit_annonces AS last_visit_annonces_82, e1_.address_ip AS address_ip_83, e1_.verified AS verified_84, e1_.activekey AS activekey_85, e1_.token_cookie AS token_cookie_86, e1_.date_resend AS date_resend_87, e1_.tokenpass AS tokenpass_88, e1_.sub_subscriber_id AS sub_subscriber_id_89, e1_.userrights AS userrights_90, e1_.special_user AS special_user_91, e1_.pseudo_streaming AS pseudo_streaming_92, e1_.contact_owner AS contact_owner_93, e1_.justification AS justification_94, e1_.sent AS sent_95, e1_.dateupdate AS dateupdate_96, e1_.dateinsert AS dateinsert_97, e1_.active AS active_98, c2_.idcontact AS idcontact_99, c2_.type AS type_100, c2_.organisation AS organisation_101, c2_.nom_suite AS nom_suite_102, c2_.lastname AS lastname_103, c2_.firstname AS firstname_104, c2_.idtypestructure AS idtypestructure_105, c2_.license AS license_106, c2_.comment AS comment_107, c2_.private_comment AS private_comment_108, c2_.address1 AS address1_109, c2_.address2 AS address2_110, c2_.zip AS zip_111, c2_.city AS city_112, c2_.phone1 AS phone1_113, c2_.phone2 AS phone2_114, c2_.fax AS fax_115, c2_.email1 AS email1_116, c2_.email1_online AS email1_online_117, c2_.email2_online AS email2_online_118, c2_.email2 AS email2_119, c2_.url AS url_120, c2_.url_ticket AS url_ticket_121, c2_.facebook AS facebook_122, c2_.twitter AS twitter_123, c2_.instagram AS instagram_124, c2_.mobile AS mobile_125, c2_.geocodable AS geocodable_126, c2_.x AS x_127, c2_.y AS y_128, c2_.idmultimedia AS idmultimedia_129, c2_.type_view AS type_view_130, c2_.stats_access AS stats_access_131, c2_.ga_tracking_id AS ga_tracking_id_132, c2_.is_festival AS is_festival_133, c2_.link_on_video AS link_on_video_134, c2_.is_partenaire AS is_partenaire_135, c2_.valid_version AS valid_version_136, c2_.other_versions AS other_versions_137, c2_.url_redirect AS url_redirect_138, c2_.url_clean AS url_clean_139, c2_.dateupdate AS dateupdate_140, c2_.dateinsert AS dateinsert_141, c2_.publish AS publish_142, c2_.valid AS valid_143, g3_.idgenretext AS idgenretext_144, g3_.genretext AS genretext_145, g3_.ordergenre AS ordergenre_146, g3_.visibility AS visibility_147, c4_.id AS id_148, c4_.fr AS fr_149, c4_.en AS en_150, c4_.es AS es_151, c4_.pt AS pt_152, c4_.de AS de_153, c4_.ru AS ru_154, c4_.orderby AS orderby_155 FROM texts t0_ LEFT JOIN extranetusers e1_ ON t0_.idextranetuser = e1_.idextranetuser LEFT JOIN contacts c2_ ON t0_.idcontact_publisher = c2_.idcontact LEFT JOIN genretexts g3_ ON t0_.idgenretext = g3_.idgenretext LEFT JOIN contacts c5_ ON t0_.idcontact_performing = c5_.idcontact LEFT JOIN countries c4_ ON t0_.country = c4_.id WHERE t0_.idtext = ?
Parameters:
[
  2253
]
13 0.18 ms
SELECT j1.idperson,j1.lastname,j1.firstname,j1.url_clean,j1.valid ,j3.idtext FROM theatreok_dev.persons j1, theatreok_dev.text_author j2, theatreok_dev.texts j3
                        WHERE j3.idtext=j2.idtext
                        AND j1.idperson=j2.idperson
                        AND j3.idtext=2253  ORDER BY j2.classement ASC
Parameters:
[]
14 0.32 ms
SELECT COUNT(idspectacle)
                FROM spectacle_classification
                WHERE idspectacle=1778
                AND idclassification=60
Parameters:
[]
15 0.16 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_affiche_spec'))) AND spectacles=1
Parameters:
[]
16 2.71 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='1778'
                   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:
[]
17 1.82 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=1778 AND s.date>='2024-05-03' GROUP BY c.idcontact ORDER BY s.date ASC
Parameters:
[]
18 6.26 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=1778 AND s.date<='2024-05-03' GROUP BY c.idcontact ORDER BY s.date DESC
Parameters:
[]
19 0.09 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_pp'))) AND contacts=1
Parameters:
[]
20 2.49 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='2105'
                   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:
[]
21 0.80 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=1778
                  AND idcontact=2105  AND date<='2024-05-03'  ORDER BY date
Parameters:
[]
22 0.69 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2015-04-15" AND idspectacle=1778 AND idcontact=2105
Parameters:
[]
23 0.36 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2015-04-16" AND idspectacle=1778 AND idcontact=2105
Parameters:
[]
24 0.35 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2015-04-17" AND idspectacle=1778 AND idcontact=2105
Parameters:
[]
25 0.39 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=1778
                  AND idcontact=529  AND date<='2024-05-03'  ORDER BY date
Parameters:
[]
26 0.38 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2015-04-07" AND idspectacle=1778 AND idcontact=529
Parameters:
[]
27 0.26 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2015-04-08" AND idspectacle=1778 AND idcontact=529
Parameters:
[]
28 0.21 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2015-04-09" AND idspectacle=1778 AND idcontact=529
Parameters:
[]
29 0.05 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_pp'))) AND contacts=1
Parameters:
[]
30 0.80 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='2885'
                   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:
[]
31 0.78 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=1778
                  AND idcontact=2885  AND date<='2024-05-03'  ORDER BY date
Parameters:
[]
32 0.47 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2015-03-11" AND idspectacle=1778 AND idcontact=2885
Parameters:
[]
33 0.16 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2015-03-12" AND idspectacle=1778 AND idcontact=2885
Parameters:
[]
34 0.39 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=1778
                  AND idcontact=586  AND date<='2024-05-03'  ORDER BY date
Parameters:
[]
35 0.19 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2014-11-04" AND idspectacle=1778 AND idcontact=586
Parameters:
[]
36 0.16 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2014-11-05" AND idspectacle=1778 AND idcontact=586
Parameters:
[]
37 0.17 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2014-11-06" AND idspectacle=1778 AND idcontact=586
Parameters:
[]
38 0.15 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2014-11-07" AND idspectacle=1778 AND idcontact=586
Parameters:
[]
39 0.14 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2014-11-08" AND idspectacle=1778 AND idcontact=586
Parameters:
[]
40 0.25 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=1778
                  AND idcontact=581  AND date<='2024-05-03'  ORDER BY date
Parameters:
[]
41 0.24 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2014-02-13" AND idspectacle=1778 AND idcontact=581
Parameters:
[]
42 0.16 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2014-02-14" AND idspectacle=1778 AND idcontact=581
Parameters:
[]
43 0.15 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2014-02-15" AND idspectacle=1778 AND idcontact=581
Parameters:
[]
44 0.20 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2014-02-16" AND idspectacle=1778 AND idcontact=581
Parameters:
[]
45 0.23 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=1778
                  AND idcontact=877  AND date<='2024-05-03'  ORDER BY date
Parameters:
[]
46 0.15 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2013-11-05" AND idspectacle=1778 AND idcontact=877
Parameters:
[]
47 0.13 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2013-11-06" AND idspectacle=1778 AND idcontact=877
Parameters:
[]
48 0.04 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_pp'))) AND contacts=1
Parameters:
[]
49 0.84 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='1296'
                   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:
[]
50 0.35 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=1778
                  AND idcontact=1296  AND date<='2024-05-03'  ORDER BY date
Parameters:
[]
51 0.17 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2013-10-01" AND idspectacle=1778 AND idcontact=1296
Parameters:
[]
52 0.15 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2013-10-02" AND idspectacle=1778 AND idcontact=1296
Parameters:
[]
53 0.15 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2013-10-03" AND idspectacle=1778 AND idcontact=1296
Parameters:
[]
54 0.24 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2014-01-16" AND idspectacle=1778 AND idcontact=1296
Parameters:
[]
55 0.29 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2014-01-17" AND idspectacle=1778 AND idcontact=1296
Parameters:
[]
56 0.21 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2014-01-18" AND idspectacle=1778 AND idcontact=1296
Parameters:
[]
57 0.14 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2014-01-19" AND idspectacle=1778 AND idcontact=1296
Parameters:
[]
58 0.15 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2014-01-21" AND idspectacle=1778 AND idcontact=1296
Parameters:
[]
59 0.14 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2014-01-22" AND idspectacle=1778 AND idcontact=1296
Parameters:
[]
60 0.14 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2014-01-23" AND idspectacle=1778 AND idcontact=1296
Parameters:
[]
61 0.14 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2014-01-24" AND idspectacle=1778 AND idcontact=1296
Parameters:
[]
62 0.17 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2014-01-25" AND idspectacle=1778 AND idcontact=1296
Parameters:
[]
63 0.42 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=1778
                  AND idcontact=360  AND date<='2024-05-03'  ORDER BY date
Parameters:
[]
64 0.18 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2013-09-18" AND idspectacle=1778 AND idcontact=360
Parameters:
[]
65 0.16 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2013-09-19" AND idspectacle=1778 AND idcontact=360
Parameters:
[]
66 0.25 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2013-09-21" AND idspectacle=1778 AND idcontact=360
Parameters:
[]
67 0.15 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2013-09-22" AND idspectacle=1778 AND idcontact=360
Parameters:
[]
68 0.17 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2013-09-24" AND idspectacle=1778 AND idcontact=360
Parameters:
[]
69 0.15 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2013-09-25" AND idspectacle=1778 AND idcontact=360
Parameters:
[]
70 0.15 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2013-09-28" AND idspectacle=1778 AND idcontact=360
Parameters:
[]
71 0.15 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2013-09-29" AND idspectacle=1778 AND idcontact=360
Parameters:
[]
72 0.28 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2013-10-01" AND idspectacle=1778 AND idcontact=360
Parameters:
[]
73 0.16 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2013-10-02" AND idspectacle=1778 AND idcontact=360
Parameters:
[]
74 0.30 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2013-10-05" AND idspectacle=1778 AND idcontact=360
Parameters:
[]
75 0.17 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2013-10-06" AND idspectacle=1778 AND idcontact=360
Parameters:
[]
76 0.15 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2013-10-08" AND idspectacle=1778 AND idcontact=360
Parameters:
[]
77 0.15 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2013-10-09" AND idspectacle=1778 AND idcontact=360
Parameters:
[]
78 0.16 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2013-10-12" AND idspectacle=1778 AND idcontact=360
Parameters:
[]
79 0.14 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2013-10-13" AND idspectacle=1778 AND idcontact=360
Parameters:
[]
80 0.13 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2013-10-15" AND idspectacle=1778 AND idcontact=360
Parameters:
[]
81 0.15 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2013-10-16" AND idspectacle=1778 AND idcontact=360
Parameters:
[]
82 0.15 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2013-10-19" AND idspectacle=1778 AND idcontact=360
Parameters:
[]
83 0.05 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_pp'))) AND contacts=1
Parameters:
[]
84 0.87 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='532'
                   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:
[]
85 0.28 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=1778
                  AND idcontact=532  AND date<='2024-05-03'  ORDER BY date
Parameters:
[]
86 0.18 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2011-05-03" AND idspectacle=1778 AND idcontact=532
Parameters:
[]
87 0.15 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2011-05-04" AND idspectacle=1778 AND idcontact=532
Parameters:
[]
88 0.05 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_pp'))) AND contacts=1
Parameters:
[]
89 0.79 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='637'
                   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:
[]
90 0.29 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=1778
                  AND idcontact=637  AND date<='2024-05-03'  ORDER BY date
Parameters:
[]
91 0.29 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2011-04-21" AND idspectacle=1778 AND idcontact=637
Parameters:
[]
92 0.15 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2011-04-22" AND idspectacle=1778 AND idcontact=637
Parameters:
[]
93 0.04 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_pp'))) AND contacts=1
Parameters:
[]
94 0.82 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='599'
                   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:
[]
95 0.38 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=1778
                  AND idcontact=599  AND date<='2024-05-03'  ORDER BY date
Parameters:
[]
96 0.19 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2010-12-16" AND idspectacle=1778 AND idcontact=599
Parameters:
[]
97 0.15 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2010-12-17" AND idspectacle=1778 AND idcontact=599
Parameters:
[]
98 0.19 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2010-12-18" AND idspectacle=1778 AND idcontact=599
Parameters:
[]
99 0.05 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_pp'))) AND contacts=1
Parameters:
[]
100 0.79 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='26698'
                   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:
[]
101 0.38 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=1778
                  AND idcontact=26698  AND date<='2024-05-03'  ORDER BY date
Parameters:
[]
102 0.33 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2009-01-23" AND idspectacle=1778 AND idcontact=26698
Parameters:
[]
103 0.19 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2009-01-24" AND idspectacle=1778 AND idcontact=26698
Parameters:
[]
104 0.05 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_pp'))) AND contacts=1
Parameters:
[]
105 0.78 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='1046'
                   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:
[]
106 0.25 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=1778
                  AND idcontact=1046  AND date<='2024-05-03'  ORDER BY date
Parameters:
[]
107 0.14 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2009-01-08" AND idspectacle=1778 AND idcontact=1046
Parameters:
[]
108 0.14 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2009-01-09" AND idspectacle=1778 AND idcontact=1046
Parameters:
[]
109 0.14 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2009-01-10" AND idspectacle=1778 AND idcontact=1046
Parameters:
[]
110 0.04 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_pp'))) AND contacts=1
Parameters:
[]
111 0.78 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='2140'
                   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:
[]
112 1.48 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=1778
                  AND idcontact=2140  AND date<='2024-05-03'  ORDER BY date
Parameters:
[]
113 0.40 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2008-05-27" AND idspectacle=1778 AND idcontact=2140
Parameters:
[]
114 0.15 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2008-05-28" AND idspectacle=1778 AND idcontact=2140
Parameters:
[]
115 0.05 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_pp'))) AND contacts=1
Parameters:
[]
116 0.70 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='264'
                   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:
[]
117 0.26 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=1778
                  AND idcontact=264  AND date<='2024-05-03'  ORDER BY date
Parameters:
[]
118 0.17 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2008-05-19" AND idspectacle=1778 AND idcontact=264
Parameters:
[]
119 0.16 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2008-05-20" AND idspectacle=1778 AND idcontact=264
Parameters:
[]
120 0.28 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2008-05-21" AND idspectacle=1778 AND idcontact=264
Parameters:
[]
121 0.25 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=1778
                  AND idcontact=538  AND date<='2024-05-03'  ORDER BY date
Parameters:
[]
122 0.18 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2008-03-28" AND idspectacle=1778 AND idcontact=538
Parameters:
[]
123 0.18 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2008-03-29" AND idspectacle=1778 AND idcontact=538
Parameters:
[]
124 0.15 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2008-03-31" AND idspectacle=1778 AND idcontact=538
Parameters:
[]
125 0.23 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=1778
                  AND idcontact=2962  AND date<='2024-05-03'  ORDER BY date
Parameters:
[]
126 0.16 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2008-03-06" AND idspectacle=1778 AND idcontact=2962
Parameters:
[]
127 0.14 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2008-03-07" AND idspectacle=1778 AND idcontact=2962
Parameters:
[]
128 0.15 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2008-03-08" AND idspectacle=1778 AND idcontact=2962
Parameters:
[]
129 0.24 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2008-04-01" AND idspectacle=1778 AND idcontact=2962
Parameters:
[]
130 0.27 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=1778
                  AND idcontact=577  AND date<='2024-05-03'  ORDER BY date
Parameters:
[]
131 0.15 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2008-02-25" AND idspectacle=1778 AND idcontact=577
Parameters:
[]
132 0.21 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2008-02-26" AND idspectacle=1778 AND idcontact=577
Parameters:
[]
133 0.34 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=1778
                  AND idcontact=3247  AND date<='2024-05-03'  ORDER BY date
Parameters:
[]
134 0.37 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2008-01-19" AND idspectacle=1778 AND idcontact=3247
Parameters:
[]
135 0.15 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2008-01-20" AND idspectacle=1778 AND idcontact=3247
Parameters:
[]
136 0.21 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2008-01-25" AND idspectacle=1778 AND idcontact=3247
Parameters:
[]
137 0.18 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2008-01-26" AND idspectacle=1778 AND idcontact=3247
Parameters:
[]
138 0.20 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2008-01-27" AND idspectacle=1778 AND idcontact=3247
Parameters:
[]
139 0.23 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2008-02-03" AND idspectacle=1778 AND idcontact=3247
Parameters:
[]
140 0.25 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2008-02-06" AND idspectacle=1778 AND idcontact=3247
Parameters:
[]
141 0.24 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2008-02-07" AND idspectacle=1778 AND idcontact=3247
Parameters:
[]
142 0.22 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2008-02-15" AND idspectacle=1778 AND idcontact=3247
Parameters:
[]
143 0.24 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2008-02-16" AND idspectacle=1778 AND idcontact=3247
Parameters:
[]
144 0.31 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=1778
                  AND idcontact=1021  AND date<='2024-05-03'  ORDER BY date
Parameters:
[]
145 0.24 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2008-01-08" AND idspectacle=1778 AND idcontact=1021
Parameters:
[]
146 0.15 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2008-01-09" AND idspectacle=1778 AND idcontact=1021
Parameters:
[]
147 0.30 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2008-01-10" AND idspectacle=1778 AND idcontact=1021
Parameters:
[]
148 0.27 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=1778
                  AND idcontact=578  AND date<='2024-05-03'  ORDER BY date
Parameters:
[]
149 0.26 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2007-12-12" AND idspectacle=1778 AND idcontact=578
Parameters:
[]
150 0.23 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2007-12-13" AND idspectacle=1778 AND idcontact=578
Parameters:
[]
151 0.19 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2007-12-14" AND idspectacle=1778 AND idcontact=578
Parameters:
[]
152 0.13 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2007-12-15" AND idspectacle=1778 AND idcontact=578
Parameters:
[]
153 0.26 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2007-12-16" AND idspectacle=1778 AND idcontact=578
Parameters:
[]
154 0.25 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2007-12-18" AND idspectacle=1778 AND idcontact=578
Parameters:
[]
155 0.14 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2007-12-19" AND idspectacle=1778 AND idcontact=578
Parameters:
[]
156 0.13 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2007-12-20" AND idspectacle=1778 AND idcontact=578
Parameters:
[]
157 0.05 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_pp'))) AND contacts=1
Parameters:
[]
158 0.79 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='3107'
                   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:
[]
159 0.69 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=1778
                  AND idcontact=3107  AND date<='2024-05-03'  ORDER BY date
Parameters:
[]
160 0.36 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2007-11-23" AND idspectacle=1778 AND idcontact=3107
Parameters:
[]
161 0.15 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2007-11-24" AND idspectacle=1778 AND idcontact=3107
Parameters:
[]
162 0.21 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=1778
                  AND idcontact=671  AND date<='2024-05-03'  ORDER BY date
Parameters:
[]
163 0.33 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2007-09-28" AND idspectacle=1778 AND idcontact=671
Parameters:
[]
164 0.05 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_pp'))) AND contacts=1
Parameters:
[]
165 0.82 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='583'
                   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:
[]
166 0.24 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=1778
                  AND idcontact=583  AND date<='2024-05-03'  ORDER BY date
Parameters:
[]
167 0.15 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2007-04-17" AND idspectacle=1778 AND idcontact=583
Parameters:
[]
168 0.04 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_pp'))) AND contacts=1
Parameters:
[]
169 0.87 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='439'
                   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:
[]
170 0.27 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=1778
                  AND idcontact=439  AND date<='2024-05-03'  ORDER BY date
Parameters:
[]
171 0.37 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2007-03-13" AND idspectacle=1778 AND idcontact=439
Parameters:
[]
172 0.04 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_pp'))) AND contacts=1
Parameters:
[]
173 0.72 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='507'
                   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:
[]
174 0.78 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=1778
                  AND idcontact=507  AND date<='2024-05-03'  ORDER BY date
Parameters:
[]
175 0.19 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-09-25" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
176 0.24 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-09-26" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
177 0.17 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-09-27" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
178 0.15 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-09-28" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
179 0.15 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-09-29" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
180 0.15 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-09-30" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
181 0.29 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-10-02" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
182 0.14 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-10-03" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
183 0.14 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-10-04" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
184 0.23 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-10-05" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
185 0.19 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-10-06" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
186 0.17 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-10-07" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
187 0.15 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-10-09" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
188 0.12 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-10-10" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
189 0.12 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-10-11" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
190 0.13 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-10-12" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
191 0.13 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-10-13" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
192 0.21 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-10-14" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
193 0.24 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-10-16" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
194 0.23 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-10-17" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
195 0.22 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-10-18" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
196 0.18 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-10-19" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
197 0.16 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-10-20" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
198 0.17 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-10-21" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
199 0.14 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-10-23" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
200 0.12 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-10-24" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
201 0.12 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-10-25" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
202 0.12 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-10-26" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
203 0.16 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-10-27" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
204 0.12 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-10-28" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
205 0.16 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-10-30" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
206 0.15 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-10-31" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
207 0.14 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-11-01" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
208 0.15 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-11-02" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
209 0.14 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-11-03" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
210 0.13 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-11-04" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
211 0.14 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-11-06" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
212 0.14 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-11-07" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
213 0.20 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-11-08" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
214 0.16 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-11-09" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
215 0.35 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-11-10" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
216 0.21 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-11-11" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
217 0.25 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-11-13" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
218 0.17 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-11-14" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
219 0.24 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-11-15" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
220 0.18 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-11-16" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
221 0.12 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-11-17" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
222 0.13 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-11-18" AND idspectacle=1778 AND idcontact=507
Parameters:
[]
223 0.24 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=1778
                  AND idcontact=233  AND date<='2024-05-03'  ORDER BY date
Parameters:
[]
224 0.14 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-07-20" AND idspectacle=1778 AND idcontact=233
Parameters:
[]
225 0.13 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-07-21" AND idspectacle=1778 AND idcontact=233
Parameters:
[]
226 0.13 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-07-22" AND idspectacle=1778 AND idcontact=233
Parameters:
[]
227 0.26 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-07-24" AND idspectacle=1778 AND idcontact=233
Parameters:
[]
228 0.21 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-07-25" AND idspectacle=1778 AND idcontact=233
Parameters:
[]
229 0.33 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=1778
                  AND idcontact=509  AND date<='2024-05-03'  ORDER BY date
Parameters:
[]
230 0.30 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-04-06" AND idspectacle=1778 AND idcontact=509
Parameters:
[]
231 0.25 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-04-07" AND idspectacle=1778 AND idcontact=509
Parameters:
[]
232 0.07 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_pp'))) AND contacts=1
Parameters:
[]
233 0.09 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='911'
                   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:
[]
234 0.31 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=1778
                  AND idcontact=911  AND date<='2024-05-03'  ORDER BY date
Parameters:
[]
235 0.20 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-03-31" AND idspectacle=1778 AND idcontact=911
Parameters:
[]
236 0.19 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-04-01" AND idspectacle=1778 AND idcontact=911
Parameters:
[]
237 0.04 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_pp'))) AND contacts=1
Parameters:
[]
238 0.95 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='617'
                   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:
[]
239 0.41 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=1778
                  AND idcontact=617  AND date<='2024-05-03'  ORDER BY date
Parameters:
[]
240 0.29 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-03-23" AND idspectacle=1778 AND idcontact=617
Parameters:
[]
241 0.17 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-03-24" AND idspectacle=1778 AND idcontact=617
Parameters:
[]
242 0.27 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=1778
                  AND idcontact=522  AND date<='2024-05-03'  ORDER BY date
Parameters:
[]
243 0.24 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-02-28" AND idspectacle=1778 AND idcontact=522
Parameters:
[]
244 0.23 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-03-01" AND idspectacle=1778 AND idcontact=522
Parameters:
[]
245 0.22 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-03-02" AND idspectacle=1778 AND idcontact=522
Parameters:
[]
246 0.22 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-03-03" AND idspectacle=1778 AND idcontact=522
Parameters:
[]
247 0.26 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-03-04" AND idspectacle=1778 AND idcontact=522
Parameters:
[]
248 0.17 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-03-05" AND idspectacle=1778 AND idcontact=522
Parameters:
[]
249 0.33 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=1778
                  AND idcontact=971  AND date<='2024-05-03'  ORDER BY date
Parameters:
[]
250 0.16 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-01-20" AND idspectacle=1778 AND idcontact=971
Parameters:
[]
251 0.13 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-01-21" AND idspectacle=1778 AND idcontact=971
Parameters:
[]
252 0.13 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-01-24" AND idspectacle=1778 AND idcontact=971
Parameters:
[]
253 0.13 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-01-25" AND idspectacle=1778 AND idcontact=971
Parameters:
[]
254 0.21 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-01-26" AND idspectacle=1778 AND idcontact=971
Parameters:
[]
255 0.29 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-01-27" AND idspectacle=1778 AND idcontact=971
Parameters:
[]
256 0.15 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-01-28" AND idspectacle=1778 AND idcontact=971
Parameters:
[]
257 0.14 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-01-29" AND idspectacle=1778 AND idcontact=971
Parameters:
[]
258 0.14 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-01-31" AND idspectacle=1778 AND idcontact=971
Parameters:
[]
259 0.13 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-02-01" AND idspectacle=1778 AND idcontact=971
Parameters:
[]
260 0.13 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-02-02" AND idspectacle=1778 AND idcontact=971
Parameters:
[]
261 0.13 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-02-03" AND idspectacle=1778 AND idcontact=971
Parameters:
[]
262 0.14 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-02-04" AND idspectacle=1778 AND idcontact=971
Parameters:
[]
263 0.29 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-02-05" AND idspectacle=1778 AND idcontact=971
Parameters:
[]
264 0.30 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-02-07" AND idspectacle=1778 AND idcontact=971
Parameters:
[]
265 0.13 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-02-08" AND idspectacle=1778 AND idcontact=971
Parameters:
[]
266 0.04 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_pp'))) AND contacts=1
Parameters:
[]
267 0.68 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='1023'
                   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:
[]
268 1.09 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=1778
                  AND idcontact=1023  AND date<='2024-05-03'  ORDER BY date
Parameters:
[]
269 0.36 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2005-10-04" AND idspectacle=1778 AND idcontact=1023
Parameters:
[]
270 0.17 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2005-10-05" AND idspectacle=1778 AND idcontact=1023
Parameters:
[]
271 0.15 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-02-14" AND idspectacle=1778 AND idcontact=1023
Parameters:
[]
272 0.15 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-02-15" AND idspectacle=1778 AND idcontact=1023
Parameters:
[]
273 0.14 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2006-02-16" AND idspectacle=1778 AND idcontact=1023
Parameters:
[]
274 0.11 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_critique'))) AND spectacles=1
Parameters:
[]
275 0.69 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='1778'
                   AND oc.object='spectacles'
                   AND cl.idclassification=cc.idclassification AND c.publish=1 AND c.valid=1  AND ((cl.classification IN ('class_critique')))
Parameters:
[]
276 0.43 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=1778 ) AND T1.publish=1 AND T1.publish=1 AND T1.valid=1
Parameters:
[]
277 0.38 ms
SELECT  COUNT(DISTINCT(m.idmultimedia)) 
                FROM object_multimedia om, multimedias m
                WHERE om.idmultimedia=m.idmultimedia
                AND om.idobject=1778
                AND om.object='spectacles'
                AND m.publish=1
Parameters:
[]
278 0.49 ms
SELECT COUNT(DISTINCT(p.`idplaylist`)) as total
                FROM playlists p
                    LEFT JOIN playlist_classification pc ON pc.`idplaylist`=p.`idplaylist`
                    LEFT JOIN classifications c ON pc.`idclassification`=c.`idclassification`
                WHERE p.`publish`=1
                AND p.`idtext` IN ('2253')  AND c.`classification`='class_texte_parauteur'
Parameters:
[]
279 0.27 ms
SELECT COUNT(DISTINCT(p.`idplaylist`)) as total
                FROM playlists p
                    LEFT JOIN playlist_classification pc ON pc.`idplaylist`=p.`idplaylist`
                    LEFT JOIN classifications c ON pc.`idclassification`=c.`idclassification`
                WHERE p.`publish`=1
                AND p.`idtext` IN ('2253')  AND c.`classification`='class_texte_par_traducteur'
Parameters:
[]
280 0.24 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`=1778 AND d.code_franceinter IS NOT NULL
Parameters:
[]
281 0.05 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:
[]
282 0.37 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='1778'
                   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:
[]
283 0.28 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=1778 AND cc.idclassification=6 LIMIT 1
Parameters:
[]
284 0.08 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=1778 AND cc.idclassification=6 LIMIT 1
Parameters:
[]
285 0.35 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=1778 AND cc.idclassification=1 LIMIT 1
Parameters:
[]
286 0.13 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=1778 AND cc.idclassification=1 LIMIT 1
Parameters:
[]
287 0.30 ms
SELECT COUNT(sc.idspectacle)
                                FROM schedules sc
                                WHERE sc.idspectacle=1778
Parameters:
[]
288 0.03 ms
SELECT COUNT(sc.idspectacle)
                                FROM schedules sc
                                WHERE sc.idspectacle=1778
Parameters:
[]
289 0.28 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=1778 AND cc.idclassification=101 LIMIT 1
Parameters:
[]
290 0.10 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=1778 AND cc.idclassification=101 LIMIT 1
Parameters:
[]
291 0.30 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=1778 AND cc.idclassification=125 LIMIT 1
Parameters:
[]
292 0.16 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=1778 AND cc.idclassification=125 LIMIT 1
Parameters:
[]
293 0.60 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