Query Metrics

130 Database Queries
105 Different statements
8.98 ms Query time
0 Invalid entities
0 Cache hits
0 Cache misses
0 Cache puts

Queries

Group similar statements

# Time Info
1 0.10 ms
SELECT idspectacle FROM spectacles WHERE url_clean='J-appelle-mes-freres-25360'
Parameters:
[]
2 0.18 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:
[
  "25360"
]
3 0.07 ms
SELECT t.title FROM texts t, text_spectacle ts
                      WHERE t.idtext=ts.idtext AND ts.idspectacle=25360
Parameters:
[]
4 0.05 ms
SELECT lt.fr 
                    FROM typesspectacles e, langterms lt 
                    WHERE typespectacle=lt.id
                    AND idtypespectacle=4
Parameters:
[]
5 0.05 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=25360  AND r.type_creator=1 ORDER BY sp.`classement`
Parameters:
[]
6 0.07 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=25360  AND r.type_creator=1 ORDER BY sp.`classement`
Parameters:
[]
7 0.04 ms
SELECT t.idtext,t.title,t.type,t.url_clean, t.textfictif FROM texts t, text_spectacle ts
                WHERE 1
                AND ts.idspectacle=25360
                AND t.idtext=ts.idtext
Parameters:
[]
8 0.06 ms
SELECT t0_.type AS type_0 FROM texts t0_ WHERE t0_.idtext = ?
Parameters:
[
  "12848"
]
9 0.05 ms
SELECT t.idtext, t.title, t.type, t.language, t.date, t.url_clean
                  FROM texts t, text_traduction tt
                  WHERE t.idtext=tt.idtext
                  AND tt.idtexttraduction=12848
                  ORDER BY t.title
Parameters:
[]
10 0.06 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=12847  ORDER BY j2.classement ASC
Parameters:
[]
11 0.23 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:
[
  12848
]
12 0.05 ms
SELECT t.idtext, t.title, t.type, t.language, t.date, t.url_clean
                  FROM texts t, text_traduction tt
                  WHERE t.idtext=tt.idtext
                  AND tt.idtexttraduction=12848
                  ORDER BY t.title
Parameters:
[]
13 0.04 ms
SELECT j1.idperson,j1.lastname,j1.firstname,j1.url_clean,j1.valid ,j3.idtext FROM theatreok_dev.persons j1, theatreok_dev.text_translator j2, theatreok_dev.texts j3
                        WHERE j3.idtext=j2.idtext
                        AND j1.idperson=j2.idperson
                        AND j3.idtext=12848  ORDER BY j2.classement ASC
Parameters:
[]
14 0.04 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=12847  ORDER BY j2.classement ASC
Parameters:
[]
15 0.17 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:
[
  12848
]
16 0.05 ms
SELECT t.idtext, t.title, t.type, t.language, t.date, t.url_clean
                  FROM texts t, text_traduction tt
                  WHERE t.idtext=tt.idtext
                  AND tt.idtexttraduction=12848
                  ORDER BY t.title
Parameters:
[]
17 0.04 ms
SELECT j1.idperson,j1.lastname,j1.firstname,j1.url_clean,j1.valid ,j3.idtext FROM theatreok_dev.persons j1, theatreok_dev.text_translator j2, theatreok_dev.texts j3
                        WHERE j3.idtext=j2.idtext
                        AND j1.idperson=j2.idperson
                        AND j3.idtext=12848  ORDER BY j2.classement ASC
Parameters:
[]
18 0.04 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=12847  ORDER BY j2.classement ASC
Parameters:
[]
19 0.16 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:
[
  12848
]
20 0.05 ms
SELECT t.idtext, t.title, t.type, t.language, t.date, t.url_clean
                  FROM texts t, text_traduction tt
                  WHERE t.idtext=tt.idtext
                  AND tt.idtexttraduction=12848
                  ORDER BY t.title
Parameters:
[]
21 0.04 ms
SELECT j1.idperson,j1.lastname,j1.firstname,j1.url_clean,j1.valid ,j3.idtext FROM theatreok_dev.persons j1, theatreok_dev.text_translator j2, theatreok_dev.texts j3
                        WHERE j3.idtext=j2.idtext
                        AND j1.idperson=j2.idperson
                        AND j3.idtext=12848  ORDER BY j2.classement ASC
Parameters:
[]
22 0.04 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=12847  ORDER BY j2.classement ASC
Parameters:
[]
23 0.04 ms
SELECT COUNT(idspectacle)
                FROM spectacle_classification
                WHERE idspectacle=25360
                AND idclassification=60
Parameters:
[]
24 0.05 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_affiche_spec'))) AND spectacles=1
Parameters:
[]
25 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='25360'
                   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:
[]
26 0.14 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=25360 AND s.date>='2024-04-27' GROUP BY c.idcontact ORDER BY s.date ASC
Parameters:
[]
27 0.30 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=25360 AND s.date<='2024-04-27' GROUP BY c.idcontact ORDER BY s.date DESC
Parameters:
[]
28 0.06 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_pp'))) AND contacts=1
Parameters:
[]
29 0.10 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='1381'
                   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 0.13 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=25360
                  AND idcontact=1381  AND date<='2024-04-27'  ORDER BY date
Parameters:
[]
31 0.06 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2023-11-27" AND idspectacle=25360 AND idcontact=1381
Parameters:
[]
32 0.06 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2023-11-28" AND idspectacle=25360 AND idcontact=1381
Parameters:
[]
33 0.06 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_pp'))) AND contacts=1
Parameters:
[]
34 0.08 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='11665'
                   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:
[]
35 0.04 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=25360
                  AND idcontact=11665  AND date<='2024-04-27'  ORDER BY date
Parameters:
[]
36 0.04 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2023-11-13" AND idspectacle=25360 AND idcontact=11665
Parameters:
[]
37 0.04 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_pp'))) AND contacts=1
Parameters:
[]
38 0.08 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='4272'
                   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.05 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=25360
                  AND idcontact=4272  AND date<='2024-04-27'  ORDER BY date
Parameters:
[]
40 0.04 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2023-07-06" AND idspectacle=25360 AND idcontact=4272
Parameters:
[]
41 0.04 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2023-07-07" AND idspectacle=25360 AND idcontact=4272
Parameters:
[]
42 0.05 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2023-07-08" AND idspectacle=25360 AND idcontact=4272
Parameters:
[]
43 0.04 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2023-07-09" AND idspectacle=25360 AND idcontact=4272
Parameters:
[]
44 0.04 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2023-07-10" AND idspectacle=25360 AND idcontact=4272
Parameters:
[]
45 0.09 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2023-07-12" AND idspectacle=25360 AND idcontact=4272
Parameters:
[]
46 0.05 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2023-07-13" AND idspectacle=25360 AND idcontact=4272
Parameters:
[]
47 0.10 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2023-07-14" AND idspectacle=25360 AND idcontact=4272
Parameters:
[]
48 0.06 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2023-07-15" AND idspectacle=25360 AND idcontact=4272
Parameters:
[]
49 0.21 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2023-07-16" AND idspectacle=25360 AND idcontact=4272
Parameters:
[]
50 0.06 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2023-07-17" AND idspectacle=25360 AND idcontact=4272
Parameters:
[]
51 0.06 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2023-07-19" AND idspectacle=25360 AND idcontact=4272
Parameters:
[]
52 0.06 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2023-07-20" AND idspectacle=25360 AND idcontact=4272
Parameters:
[]
53 0.06 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2023-07-21" AND idspectacle=25360 AND idcontact=4272
Parameters:
[]
54 0.06 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2023-07-22" AND idspectacle=25360 AND idcontact=4272
Parameters:
[]
55 0.06 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2023-07-23" AND idspectacle=25360 AND idcontact=4272
Parameters:
[]
56 0.06 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2023-07-24" AND idspectacle=25360 AND idcontact=4272
Parameters:
[]
57 0.06 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2023-07-26" AND idspectacle=25360 AND idcontact=4272
Parameters:
[]
58 0.06 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2023-07-27" AND idspectacle=25360 AND idcontact=4272
Parameters:
[]
59 0.05 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2023-07-28" AND idspectacle=25360 AND idcontact=4272
Parameters:
[]
60 0.06 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2023-07-29" AND idspectacle=25360 AND idcontact=4272
Parameters:
[]
61 0.06 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_pp'))) AND contacts=1
Parameters:
[]
62 0.10 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='34021'
                   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:
[]
63 0.06 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=25360
                  AND idcontact=34021  AND date<='2024-04-27'  ORDER BY date
Parameters:
[]
64 0.06 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-12-10" AND idspectacle=25360 AND idcontact=34021
Parameters:
[]
65 0.06 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_pp'))) AND contacts=1
Parameters:
[]
66 0.11 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='34019'
                   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:
[]
67 0.08 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=25360
                  AND idcontact=34019  AND date<='2024-04-27'  ORDER BY date
Parameters:
[]
68 0.05 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-10-20" AND idspectacle=25360 AND idcontact=34019
Parameters:
[]
69 0.04 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-10-21" AND idspectacle=25360 AND idcontact=34019
Parameters:
[]
70 0.04 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-10-21" AND idspectacle=25360 AND idcontact=34019
Parameters:
[]
71 0.04 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_pp'))) AND contacts=1
Parameters:
[]
72 0.08 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='34018'
                   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:
[]
73 0.04 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=25360
                  AND idcontact=34018  AND date<='2024-04-27'  ORDER BY date
Parameters:
[]
74 0.04 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-09-26" AND idspectacle=25360 AND idcontact=34018
Parameters:
[]
75 0.04 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_pp'))) AND contacts=1
Parameters:
[]
76 0.08 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='10294'
                   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:
[]
77 0.05 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=25360
                  AND idcontact=10294  AND date<='2024-04-27'  ORDER BY date
Parameters:
[]
78 0.04 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-07-07" AND idspectacle=25360 AND idcontact=10294
Parameters:
[]
79 0.05 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-07-08" AND idspectacle=25360 AND idcontact=10294
Parameters:
[]
80 0.07 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-07-09" AND idspectacle=25360 AND idcontact=10294
Parameters:
[]
81 0.06 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-07-10" AND idspectacle=25360 AND idcontact=10294
Parameters:
[]
82 0.04 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-07-11" AND idspectacle=25360 AND idcontact=10294
Parameters:
[]
83 0.04 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-07-13" AND idspectacle=25360 AND idcontact=10294
Parameters:
[]
84 0.04 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-07-14" AND idspectacle=25360 AND idcontact=10294
Parameters:
[]
85 0.04 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-07-15" AND idspectacle=25360 AND idcontact=10294
Parameters:
[]
86 0.04 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-07-16" AND idspectacle=25360 AND idcontact=10294
Parameters:
[]
87 0.04 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-07-17" AND idspectacle=25360 AND idcontact=10294
Parameters:
[]
88 0.04 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-07-18" AND idspectacle=25360 AND idcontact=10294
Parameters:
[]
89 0.03 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-07-20" AND idspectacle=25360 AND idcontact=10294
Parameters:
[]
90 0.04 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-07-21" AND idspectacle=25360 AND idcontact=10294
Parameters:
[]
91 0.04 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-07-22" AND idspectacle=25360 AND idcontact=10294
Parameters:
[]
92 0.31 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-07-23" AND idspectacle=25360 AND idcontact=10294
Parameters:
[]
93 0.04 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-07-24" AND idspectacle=25360 AND idcontact=10294
Parameters:
[]
94 0.03 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-07-25" AND idspectacle=25360 AND idcontact=10294
Parameters:
[]
95 0.04 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-07-27" AND idspectacle=25360 AND idcontact=10294
Parameters:
[]
96 0.04 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-07-28" AND idspectacle=25360 AND idcontact=10294
Parameters:
[]
97 0.04 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-07-29" AND idspectacle=25360 AND idcontact=10294
Parameters:
[]
98 0.04 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2022-07-30" AND idspectacle=25360 AND idcontact=10294
Parameters:
[]
99 0.04 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_pp'))) AND contacts=1
Parameters:
[]
100 0.08 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='6083'
                   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.04 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=25360
                  AND idcontact=6083  AND date<='2024-04-27'  ORDER BY date
Parameters:
[]
102 0.04 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2020-09-20" AND idspectacle=25360 AND idcontact=6083
Parameters:
[]
103 0.04 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_pp'))) AND contacts=1
Parameters:
[]
104 0.08 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='28788'
                   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:
[]
105 0.04 ms
SELECT DISTINCT(date), note, url_spectacle, url_booking, idextranetuser, publish, valid, is_cancelled
                  FROM schedules 
                  WHERE idspectacle=25360
                  AND idcontact=28788  AND date<='2024-04-27'  ORDER BY date
Parameters:
[]
106 0.06 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2019-07-22" AND idspectacle=25360 AND idcontact=28788
Parameters:
[]
107 0.05 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2019-07-23" AND idspectacle=25360 AND idcontact=28788
Parameters:
[]
108 0.04 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2019-07-25" AND idspectacle=25360 AND idcontact=28788
Parameters:
[]
109 0.06 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_critique'))) AND spectacles=1
Parameters:
[]
110 0.05 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='25360'
                   AND oc.object='spectacles'
                   AND cl.idclassification=cc.idclassification AND c.publish=1 AND c.valid=1  AND ((cl.classification IN ('class_critique')))
Parameters:
[]
111 0.07 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=25360 ) AND T1.publish=1 AND T1.publish=1 AND T1.valid=1
Parameters:
[]
112 0.05 ms
SELECT  COUNT(DISTINCT(m.idmultimedia)) 
                FROM object_multimedia om, multimedias m
                WHERE om.idmultimedia=m.idmultimedia
                AND om.idobject=25360
                AND om.object='spectacles'
                AND m.publish=1
Parameters:
[]
113 0.05 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 ('12848')  AND c.`classification`='class_texte_parauteur'
Parameters:
[]
114 0.04 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 ('12848')  AND c.`classification`='class_texte_par_traducteur'
Parameters:
[]
115 0.08 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`=25360 AND d.code_franceinter IS NOT NULL
Parameters:
[]
116 0.06 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:
[]
117 0.05 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='25360'
                   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:
[]
118 0.04 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=25360 AND cc.idclassification=6 LIMIT 1
Parameters:
[]
119 0.04 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=25360 AND cc.idclassification=6 LIMIT 1
Parameters:
[]
120 0.04 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=25360 AND cc.idclassification=1 LIMIT 1
Parameters:
[]
121 0.04 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=25360 AND cc.idclassification=1 LIMIT 1
Parameters:
[]
122 0.03 ms
SELECT COUNT(sc.idspectacle)
                                FROM schedules sc
                                WHERE sc.idspectacle=25360
Parameters:
[]
123 0.03 ms
SELECT COUNT(sc.idspectacle)
                                FROM schedules sc
                                WHERE sc.idspectacle=25360
Parameters:
[]
124 0.04 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=25360 AND cc.idclassification=101 LIMIT 1
Parameters:
[]
125 0.04 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=25360 AND cc.idclassification=101 LIMIT 1
Parameters:
[]
126 0.03 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=25360 AND cc.idclassification=125 LIMIT 1
Parameters:
[]
127 0.04 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.idclassification IN (125))) AND texts=1
Parameters:
[]
128 0.04 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='12848'
                   AND oc.object='texts'
                   AND cl.idclassification=cc.idclassification AND c.publish=1 AND ((cl.idclassification IN (125)))
Parameters:
[]
129 0.03 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=25360 AND cc.idclassification=125 LIMIT 1
Parameters:
[]
130 0.98 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