Query Metrics

717 Database Queries
318 Different statements
178.89 ms Query time
0 Invalid entities
0 Cache hits
0 Cache misses
0 Cache puts

Queries

Group similar statements

# Time Info
1 0.49 ms
SELECT idspectacle FROM spectacles WHERE url_clean='J-etais-dans-ma-maison-et-j-attendais-que-la-pluie-vienne-20943'
Parameters:
[]
2 1.68 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:
[
  "20943"
]
3 0.60 ms
SELECT t.title FROM texts t, text_spectacle ts
                      WHERE t.idtext=ts.idtext AND ts.idspectacle=20943
Parameters:
[]
4 0.11 ms
SELECT lt.fr 
                    FROM typesspectacles e, langterms lt 
                    WHERE typespectacle=lt.id
                    AND idtypespectacle=4
Parameters:
[]
5 0.93 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=20943  AND r.type_creator=1 ORDER BY sp.`classement`
Parameters:
[]
6 0.08 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=20943  AND r.type_creator=1 ORDER BY sp.`classement`
Parameters:
[]
7 0.42 ms
SELECT t.idtext,t.title,t.type,t.url_clean, t.textfictif FROM texts t, text_spectacle ts
                WHERE 1
                AND ts.idspectacle=20943
                AND t.idtext=ts.idtext
Parameters:
[]
8 0.13 ms
SELECT t0_.type AS type_0 FROM texts t0_ WHERE t0_.idtext = ?
Parameters:
[
  "4"
]
9 0.07 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=4  ORDER BY j2.classement ASC
Parameters:
[]
10 1.90 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:
[
  4
]
11 0.07 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=4  ORDER BY j2.classement ASC
Parameters:
[]
12 0.18 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:
[
  4
]
13 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=4  ORDER BY j2.classement ASC
Parameters:
[]
14 0.22 ms
SELECT COUNT(idspectacle)
                FROM spectacle_classification
                WHERE idspectacle=20943
                AND idclassification=60
Parameters:
[]
15 0.12 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_affiche_spec'))) AND spectacles=1
Parameters:
[]
16 2.23 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='20943'
                   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 0.29 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_spip_accueil'))) AND spectacles=1
Parameters:
[]
18 1.47 ms
SELECT *
                FROM object_content oc,
                     contents c,
                     content_classification cc,
                     classifications cl
                   WHERE oc.idcontent=c.idcontent
                   AND c.idcontent=cc.idcontent
                   AND oc.idobject='20943'
                   AND oc.object='spectacles'
                   AND cl.idclassification=cc.idclassification AND ((cl.classification IN ('class_spip_accueil'))) ORDER BY c.`range`,c.idcontent
Parameters:
[]
19 0.19 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_production'))) AND spectacles=1
Parameters:
[]
20 1.49 ms
SELECT *
                FROM object_content oc,
                     contents c,
                     content_classification cc,
                     classifications cl
                   WHERE oc.idcontent=c.idcontent
                   AND c.idcontent=cc.idcontent
                   AND oc.idobject='20943'
                   AND oc.object='spectacles'
                   AND cl.idclassification=cc.idclassification AND ((cl.classification IN ('class_production'))) ORDER BY c.`range`,c.idcontent
Parameters:
[]
21 1.41 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=20943  AND sp.idrole=5 ORDER BY p.`lastname`
Parameters:
[]
22 1.57 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=20943 AND s.date>='2024-04-30' GROUP BY c.idcontact ORDER BY s.date ASC LIMIT 0,3
Parameters:
[]
23 3.00 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=20943 AND s.date<='2024-04-30' GROUP BY c.idcontact ORDER BY s.date DESC LIMIT 0,1
Parameters:
[]
24 1.52 ms
SELECT DISTINCT(date), note, is_cancelled, url_spectacle, url_booking, idextranetuser, publish, valid
                  FROM schedules 
                  WHERE idspectacle=20943
                  AND idcontact=410  AND date<='2024-04-30'  ORDER BY date
Parameters:
[]
25 0.40 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-01-24" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
26 0.26 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-01-25" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
27 0.22 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-01-26" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
28 0.38 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-01-27" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
29 0.32 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-01-28" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
30 0.27 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-01-30" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
31 0.25 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-01-31" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
32 0.21 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-01" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
33 0.21 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-02" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
34 0.20 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-03" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
35 0.20 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-04" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
36 0.21 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-06" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
37 0.25 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-07" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
38 0.24 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-08" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
39 0.24 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-09" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
40 0.29 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-10" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
41 0.28 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-11" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
42 0.27 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-13" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
43 0.26 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-14" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
44 0.24 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-15" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
45 0.24 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-16" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
46 0.24 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-17" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
47 0.24 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-18" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
48 0.24 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-20" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
49 0.24 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-21" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
50 0.24 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-22" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
51 0.24 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-23" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
52 0.28 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-24" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
53 0.27 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-25" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
54 0.23 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-27" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
55 0.24 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-28" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
56 0.19 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-03-01" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
57 0.16 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-03-02" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
58 0.21 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-03-03" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
59 0.28 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-03-04" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
60 1.38 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=20943 GROUP BY c.idcontact ORDER BY s.date  LIMIT 0,1
Parameters:
[]
61 0.61 ms
SELECT DISTINCT(date), note, is_cancelled, url_spectacle, url_booking, idextranetuser, publish, valid
                  FROM schedules 
                  WHERE idspectacle=20943
                  AND idcontact=410  ORDER BY date
Parameters:
[]
62 0.05 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-01-24" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
63 0.04 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-01-25" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
64 0.03 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-01-26" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
65 0.04 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-01-27" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
66 0.03 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-01-28" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
67 0.03 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-01-30" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
68 0.03 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-01-31" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
69 0.03 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-01" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
70 0.03 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-02" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
71 0.03 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-03" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
72 0.03 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-04" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
73 0.04 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-06" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
74 0.04 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-07" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
75 0.03 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-08" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
76 0.03 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-09" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
77 0.03 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-10" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
78 0.03 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-11" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
79 0.03 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-13" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
80 0.03 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-14" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
81 0.03 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-15" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
82 0.04 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-16" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
83 0.03 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-17" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
84 0.04 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-18" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
85 0.03 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-20" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
86 0.04 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-21" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
87 0.03 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-22" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
88 0.05 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-23" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
89 0.03 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-24" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
90 0.03 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-25" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
91 0.03 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-27" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
92 0.03 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-02-28" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
93 0.03 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-03-01" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
94 0.03 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-03-02" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
95 0.03 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-03-03" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
96 0.03 ms
SELECT hour,note,url_spectacle,url_booking 
                  FROM schedules 
                  WHERE date="2018-03-04" AND idspectacle=20943 AND idcontact=410
Parameters:
[]
97 0.16 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_presentation_spectacle'))) AND spectacles=1
Parameters:
[]
98 1.13 ms
SELECT *
                FROM object_content oc,
                     contents c,
                     content_classification cc,
                     classifications cl
                   WHERE oc.idcontent=c.idcontent
                   AND c.idcontent=cc.idcontent
                   AND oc.idobject='20943'
                   AND oc.object='spectacles'
                   AND cl.idclassification=cc.idclassification AND ((cl.classification IN ('class_presentation_spectacle'))) ORDER BY c.`range`,c.idcontent
Parameters:
[]
99 1.09 ms
SELECT c.title,c.idcontent,c.language,c.deck,c.text,c.display_media, c.markdown
                    FROM object_content oc, contents c, content_classification cc
                       WHERE oc.idcontent=c.idcontent
                       AND cc.idcontent=c.idcontent
                       AND cc.idclassification=6
                       AND oc.idobject='20943'
                       AND oc.object='spectacles'
                       ORDER BY c.`range`,c.dateinsert ASC LIMIT 0,1
Parameters:
[]
100 0.72 ms
SELECT c.`idcontact`, c.`organisation`, c.`lastname`, c.`firstname`, c.`url`, c.`url_clean`, c.`valid`
                    FROM contacts c
                    JOIN spectacle_contact sc ON sc.`idcontact`=c.`idcontact`
                    WHERE sc.`idspectacle`=20943
                    AND sc.`idrole` IN (17)
                    ORDER BY c.`organisation`
Parameters:
[]
101 0.59 ms
SELECT c.`idcontact`, c.`organisation`, c.`lastname`, c.`firstname`, c.`url`, c.`url_clean`, c.`valid`
                    FROM contacts c
                    JOIN spectacle_contact sc ON sc.`idcontact`=c.`idcontact`
                    WHERE sc.`idspectacle`=20943
                    AND sc.`idrole` IN (18)
                    ORDER BY c.`organisation`
Parameters:
[]
102 0.54 ms
SELECT c.`idcontact`, c.`organisation`, c.`lastname`, c.`firstname`, c.`url`, c.`url_clean`, c.`valid`
                    FROM contacts c
                    JOIN spectacle_contact sc ON sc.`idcontact`=c.`idcontact`
                    WHERE sc.`idspectacle`=20943
                    AND sc.`idrole` IN (19)
                    ORDER BY c.`organisation`
Parameters:
[]
103 0.56 ms
SELECT c.`idcontact`, c.`organisation`, c.`lastname`, c.`firstname`, c.`url`, c.`url_clean`, c.`valid`
                    FROM contacts c
                    JOIN spectacle_contact sc ON sc.`idcontact`=c.`idcontact`
                    WHERE sc.`idspectacle`=20943
                    AND sc.`idrole` IN (77)
                    ORDER BY c.`organisation`
Parameters:
[]
104 0.03 ms
SELECT c.`idcontact`, c.`organisation`, c.`lastname`, c.`firstname`, c.`url`, c.`url_clean`, c.`valid`
                    FROM contacts c
                    JOIN spectacle_contact sc ON sc.`idcontact`=c.`idcontact`
                    WHERE sc.`idspectacle`=20943
                    AND sc.`idrole` IN (77)
                    ORDER BY c.`organisation`
Parameters:
[]
105 0.77 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=20943  AND r.type=1 ORDER BY p.`lastname`
Parameters:
[]
106 0.13 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_distribution'))) AND spectacles=1
Parameters:
[]
107 0.98 ms
SELECT *
                FROM object_content oc,
                     contents c,
                     content_classification cc,
                     classifications cl
                   WHERE oc.idcontent=c.idcontent
                   AND c.idcontent=cc.idcontent
                   AND oc.idobject='20943'
                   AND oc.object='spectacles'
                   AND cl.idclassification=cc.idclassification AND ((cl.classification IN ('class_distribution'))) ORDER BY c.`range`,c.idcontent
Parameters:
[]
108 0.80 ms
SELECT c.title,c.idcontent,c.link,c.writer_group,c.writer,c.date_article,c.writer_group_url,c.dateinsert,
            oc.idclassification as group_idclassification, cloc.classification as group_classification,
            c.is_link,c.deck,c.idextranetuser,c.display_media,c.language,cl.classification,cl.idclassification,e.login FROM contents c
                    LEFT JOIN extranetusers e ON c.idextranetuser=e.idextranetuser
                    , content_classification cc, classifications cl, object_content oc
                    LEFT JOIN classifications cloc ON oc.idclassification=cloc.idclassification  WHERE oc.idcontent=c.idcontent
                   AND cc.idcontent=c.idcontent
                   AND cc.idclassification=cl.idclassification
                   AND oc.object='spectacles'  AND c.publish=1 AND oc.idobject=20943 AND cl.classification='class_extrait_spec'  ORDER BY c.`range`,c.dateinsert ASC LIMIT 0,10
Parameters:
[]
109 0.32 ms
SELECT c.*, cl.classification, c.`range` as `range`, e.idextranetuser, e.login
                FROM contents c
                    LEFT JOIN extranetusers e ON c.idextranetuser=e.idextranetuser, classifications cl, content_classification cc
                WHERE cc.idcontent=c.idcontent AND cc.idclassification=cl.idclassification
                AND c.idcontent=0
Parameters:
[]
110 0.86 ms
SELECT  DISTINCT(multimedias.idmultimedia), multimedias.* 
FROM  `object_multimedia` ,
 `multimedias`  
 WHERE 1  AND multimedias.`publish`=1  AND (price='' OR price IS NULL)   AND object_multimedia.`object`='spectacles'  AND object_multimedia.`idobject`=20943 AND multimedias.`idmultimedia`=object_multimedia.`idmultimedia` 
GROUP BY multimedias.idmultimedia 
ORDER BY multimedias.dateinsert 
DESC 
LIMIT 0,1
Parameters:
[]
111 1.15 ms
SELECT c.title,c.idcontent,c.link,c.writer_group,c.writer,c.date_article,c.writer_group_url,c.dateinsert,
            oc.idclassification as group_idclassification, cloc.classification as group_classification,
            c.is_link,c.deck,c.idextranetuser,c.display_media,c.language,cl.classification,cl.idclassification,e.login FROM contents c
                    LEFT JOIN extranetusers e ON c.idextranetuser=e.idextranetuser
                    , content_classification cc, classifications cl, object_content oc
                    LEFT JOIN classifications cloc ON oc.idclassification=cloc.idclassification  WHERE oc.idcontent=c.idcontent
                   AND cc.idcontent=c.idcontent
                   AND cc.idclassification=cl.idclassification
                   AND oc.object='spectacles'  AND c.publish=1 AND oc.idobject=20943 AND cl.classification='class_critique'  ORDER BY c.`date_article` DESC LIMIT 0,10
Parameters:
[]
112 0.22 ms
SELECT j1.idclassification,j1.classification,j1.type,j1.idgroupclassification ,j3.idcontent FROM theatreok_dev.classifications j1, theatreok_dev.content_classification j2, theatreok_dev.contents j3
                        WHERE j3.idcontent=j2.idcontent
                        AND j1.idclassification=j2.idclassification
                        AND j3.idcontent=85180
Parameters:
[]
113 0.97 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='85180'
                   AND of.object='contents'
                   AND cl.idclassification=fc.idclassification AND f.publish=1 AND 1 AND f.idtype=tf.idtype ORDER BY f.`range`,f.idfile
Parameters:
[]
114 0.04 ms
SELECT classification
                            FROM classifications
                            WHERE idclassification=22
Parameters:
[]
115 0.80 ms
SELECT j1.idclassification,j1.classification,j1.type,j1.idgroupclassification ,j3.idcontent FROM theatreok_dev.classifications j1, theatreok_dev.content_classification j2, theatreok_dev.contents j3
                        WHERE j3.idcontent=j2.idcontent
                        AND j1.idclassification=j2.idclassification
                        AND j3.idcontent=84932
Parameters:
[]
116 2.73 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='84932'
                   AND of.object='contents'
                   AND cl.idclassification=fc.idclassification AND f.publish=1 AND 1 AND f.idtype=tf.idtype ORDER BY f.`range`,f.idfile
Parameters:
[]
117 0.12 ms
SELECT classification
                            FROM classifications
                            WHERE idclassification=22
Parameters:
[]
118 0.87 ms
SELECT j1.idclassification,j1.classification,j1.type,j1.idgroupclassification ,j3.idcontent FROM theatreok_dev.classifications j1, theatreok_dev.content_classification j2, theatreok_dev.contents j3
                        WHERE j3.idcontent=j2.idcontent
                        AND j1.idclassification=j2.idclassification
                        AND j3.idcontent=85336
Parameters:
[]
119 2.66 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='85336'
                   AND of.object='contents'
                   AND cl.idclassification=fc.idclassification AND f.publish=1 AND 1 AND f.idtype=tf.idtype ORDER BY f.`range`,f.idfile
Parameters:
[]
120 0.11 ms
SELECT classification
                            FROM classifications
                            WHERE idclassification=22
Parameters:
[]
121 0.62 ms
SELECT j1.idclassification,j1.classification,j1.type,j1.idgroupclassification ,j3.idcontent FROM theatreok_dev.classifications j1, theatreok_dev.content_classification j2, theatreok_dev.contents j3
                        WHERE j3.idcontent=j2.idcontent
                        AND j1.idclassification=j2.idclassification
                        AND j3.idcontent=85325
Parameters:
[]
122 2.52 ms
SELECT *
                FROM object_file of,
                     files f,
                     file_classification fc,
                     classifications cl,typesfiles tf
                   WHERE of.idfile=f.idfile
                   AND f.idfile=fc.idfile
                   AND of.idobject='85325'
                   AND of.object='contents'
                   AND cl.idclassification=fc.idclassification AND f.publish=1 AND 1 AND f.idtype=tf.idtype ORDER BY f.`range`,f.idfile
Parameters:
[]
123 0.07 ms
SELECT classification
                            FROM classifications
                            WHERE idclassification=22
Parameters:
[]
124 0.51 ms
SELECT j1.idclassification,j1.classification,j1.type,j1.idgroupclassification ,j3.idcontent FROM theatreok_dev.classifications j1, theatreok_dev.content_classification j2, theatreok_dev.contents j3
                        WHERE j3.idcontent=j2.idcontent
                        AND j1.idclassification=j2.idclassification
                        AND j3.idcontent=84712
Parameters:
[]
125 1.98 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='84712'
                   AND of.object='contents'
                   AND cl.idclassification=fc.idclassification AND f.publish=1 AND 1 AND f.idtype=tf.idtype ORDER BY f.`range`,f.idfile
Parameters:
[]
126 0.08 ms
SELECT classification
                            FROM classifications
                            WHERE idclassification=22
Parameters:
[]
127 0.68 ms
SELECT j1.idclassification,j1.classification,j1.type,j1.idgroupclassification ,j3.idcontent FROM theatreok_dev.classifications j1, theatreok_dev.content_classification j2, theatreok_dev.contents j3
                        WHERE j3.idcontent=j2.idcontent
                        AND j1.idclassification=j2.idclassification
                        AND j3.idcontent=84526
Parameters:
[]
128 1.34 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='84526'
                   AND of.object='contents'
                   AND cl.idclassification=fc.idclassification AND f.publish=1 AND 1 AND f.idtype=tf.idtype ORDER BY f.`range`,f.idfile
Parameters:
[]
129 0.08 ms
SELECT classification
                            FROM classifications
                            WHERE idclassification=22
Parameters:
[]
130 0.48 ms
SELECT j1.idclassification,j1.classification,j1.type,j1.idgroupclassification ,j3.idcontent FROM theatreok_dev.classifications j1, theatreok_dev.content_classification j2, theatreok_dev.contents j3
                        WHERE j3.idcontent=j2.idcontent
                        AND j1.idclassification=j2.idclassification
                        AND j3.idcontent=84472
Parameters:
[]
131 2.06 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='84472'
                   AND of.object='contents'
                   AND cl.idclassification=fc.idclassification AND f.publish=1 AND 1 AND f.idtype=tf.idtype ORDER BY f.`range`,f.idfile
Parameters:
[]
132 0.11 ms
SELECT classification
                            FROM classifications
                            WHERE idclassification=22
Parameters:
[]
133 0.28 ms
SELECT j1.idclassification,j1.classification,j1.type,j1.idgroupclassification ,j3.idcontent FROM theatreok_dev.classifications j1, theatreok_dev.content_classification j2, theatreok_dev.contents j3
                        WHERE j3.idcontent=j2.idcontent
                        AND j1.idclassification=j2.idclassification
                        AND j3.idcontent=85335
Parameters:
[]
134 1.28 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='85335'
                   AND of.object='contents'
                   AND cl.idclassification=fc.idclassification AND f.publish=1 AND 1 AND f.idtype=tf.idtype ORDER BY f.`range`,f.idfile
Parameters:
[]
135 0.06 ms
SELECT classification
                            FROM classifications
                            WHERE idclassification=22
Parameters:
[]
136 0.41 ms
SELECT j1.idclassification,j1.classification,j1.type,j1.idgroupclassification ,j3.idcontent FROM theatreok_dev.classifications j1, theatreok_dev.content_classification j2, theatreok_dev.contents j3
                        WHERE j3.idcontent=j2.idcontent
                        AND j1.idclassification=j2.idclassification
                        AND j3.idcontent=84357
Parameters:
[]
137 1.32 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='84357'
                   AND of.object='contents'
                   AND cl.idclassification=fc.idclassification AND f.publish=1 AND 1 AND f.idtype=tf.idtype ORDER BY f.`range`,f.idfile
Parameters:
[]
138 0.08 ms
SELECT classification
                            FROM classifications
                            WHERE idclassification=22
Parameters:
[]
139 0.41 ms
SELECT j1.idclassification,j1.classification,j1.type,j1.idgroupclassification ,j3.idcontent FROM theatreok_dev.classifications j1, theatreok_dev.content_classification j2, theatreok_dev.contents j3
                        WHERE j3.idcontent=j2.idcontent
                        AND j1.idclassification=j2.idclassification
                        AND j3.idcontent=85332
Parameters:
[]
140 1.40 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='85332'
                   AND of.object='contents'
                   AND cl.idclassification=fc.idclassification AND f.publish=1 AND 1 AND f.idtype=tf.idtype ORDER BY f.`range`,f.idfile
Parameters:
[]
141 0.08 ms
SELECT classification
                            FROM classifications
                            WHERE idclassification=22
Parameters:
[]
142 0.13 ms
SELECT fr FROM languages WHERE id='fr'
Parameters:
[]
143 0.04 ms
SELECT fr FROM languages WHERE id='fr'
Parameters:
[]
144 0.03 ms
SELECT fr FROM languages WHERE id='fr'
Parameters:
[]
145 0.03 ms
SELECT fr FROM languages WHERE id='fr'
Parameters:
[]
146 0.03 ms
SELECT fr FROM languages WHERE id='fr'
Parameters:
[]
147 0.03 ms
SELECT fr FROM languages WHERE id='fr'
Parameters:
[]
148 0.03 ms
SELECT fr FROM languages WHERE id='fr'
Parameters:
[]
149 0.03 ms
SELECT fr FROM languages WHERE id='fr'
Parameters:
[]
150 0.03 ms
SELECT fr FROM languages WHERE id='fr'
Parameters:
[]
151 0.03 ms
SELECT fr FROM languages WHERE id='fr'
Parameters:
[]
152 0.45 ms
SELECT c.*, cl.classification, c.`range` as `range`, e.idextranetuser, e.login
                FROM contents c
                    LEFT JOIN extranetusers e ON c.idextranetuser=e.idextranetuser, classifications cl, content_classification cc
                WHERE cc.idcontent=c.idcontent AND cc.idclassification=cl.idclassification
                AND c.idcontent=85180
Parameters:
[]
153 0.28 ms
SELECT j1.idcontact,j1.organisation,j1.url,j1.type,j1.city ,j3.idcontent FROM theatreok_dev.contacts j1, theatreok_dev.content_contact j2, theatreok_dev.contents j3
                        WHERE j3.idcontent=j2.idcontent
                        AND j1.idcontact=j2.idcontact
                        AND j3.idcontent=85180
Parameters:
[]
154 0.23 ms
SELECT j1.idperson,j1.lastname,j1.firstname ,j3.idcontent FROM theatreok_dev.persons j1, theatreok_dev.content_person j2, theatreok_dev.contents j3
                        WHERE j3.idcontent=j2.idcontent
                        AND j1.idperson=j2.idperson
                        AND j3.idcontent=85180
Parameters:
[]
155 0.05 ms
SELECT j1.idclassification,j1.classification,j1.type,j1.idgroupclassification ,j3.idcontent FROM theatreok_dev.classifications j1, theatreok_dev.content_classification j2, theatreok_dev.contents j3
                        WHERE j3.idcontent=j2.idcontent
                        AND j1.idclassification=j2.idclassification
                        AND j3.idcontent=85180
Parameters:
[]
156 0.04 ms
SELECT fr FROM languages WHERE id='fr'
Parameters:
[]
157 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='85180'
                   AND of.object='contents'
                   AND cl.idclassification=fc.idclassification AND f.publish=1 AND 1 AND f.idtype=tf.idtype ORDER BY f.`range`,f.idfile
Parameters:
[]
158 0.04 ms
SELECT classification
                            FROM classifications
                            WHERE idclassification=22
Parameters:
[]
159 0.52 ms
SELECT fichier FROM content_template dbo_tpl, templates tpl
                WHERE dbo_tpl.idtemplate=tpl.idtemplate
                AND dbo_tpl.idcontent=85180
Parameters:
[]
160 1.54 ms
SELECT  DISTINCT(aides.idaide), aides.* 
FROM  `contacts` ,
 `spectacle_aide` ,
 `aides`  
 WHERE 1  AND aides.`publish`=1  AND spectacle_aide.`idspectacle`=20943 AND aides.`idcontact`=contacts.`idcontact` AND aides.`idaide`=spectacle_aide.`idaide` 
GROUP BY aides.idaide 
ORDER BY aides.dateinsert 
DESC 
LIMIT 0,10
Parameters:
[]
161 2.15 ms
SELECT DISTINCT(T1.idnew), T1.*,T2.idextranetuser,T2.lastname,T2.firstname,T2.signature,T2.city as city_extranetuser,T2.enseignant_etablissement,T2.enseignant_active,T3.idnewschedule,T3.date,T3.hour,T3.idcontact,T3.note  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=20943 ) AND T1.publish=1 AND T1.publish=1 AND T1.valid=1  AND (( T3.date>='2024-04-30' ))  GROUP BY T1.idnew  ORDER BY T3.date ASC LIMIT 0,5
Parameters:
[]
162 2.26 ms
SELECT DISTINCT(T1.idnew), T1.*,T2.idextranetuser,T2.lastname,T2.firstname,T2.signature,T2.city as city_extranetuser,T2.enseignant_etablissement,T2.enseignant_active,T3.idnewschedule,T3.date,T3.hour,T3.idcontact,T3.note  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=20943 ) AND T1.publish=1 AND T1.publish=1 AND T1.valid=1  AND (( T3.date<'2024-04-30' ))  GROUP BY T1.idnew  ORDER BY T3.date DESC LIMIT 0,5
Parameters:
[]
163 0.47 ms
SELECT t0.idnew AS idnew_1, t0.title AS title_2, t0.type_news AS type_news_3, t0.description AS description_4, t0.markdown AS markdown_5, t0.date_start AS date_start_6, t0.date_end AS date_end_7, t0.hour AS hour_8, t0.location AS location_9, t0.city AS city_10, t0.zip AS zip_11, t0.contacts AS contacts_12, t0.url AS url_13, t0.url_more AS url_more_14, t0.infos_contacts AS infos_contacts_15, t0.url_file AS url_file_16, t0.copyright_file AS copyright_file_17, t0.is_homepage AS is_homepage_18, t0.publish AS publish_19, t0.valid AS valid_20, t0.statut AS statut_21, t0.dateinsert AS dateinsert_22, t0.dateupdate AS dateupdate_23, t0.idextranetuser_lock AS idextranetuser_lock_24, t0.idextranetuser AS idextranetuser_25, t0.idregion AS idregion_26, t0.country AS country_27 FROM news t0 WHERE t0.idnew = ?
Parameters:
[
  "9519"
]
164 0.28 ms
SELECT url_file FROM news WHERE idnew=9519
Parameters:
[]
165 0.41 ms
SELECT sc.date, c.city, c.country, c.zip, c.organisation, c.url_clean, c.idcontact FROM newschedules sc, contacts c
                         WHERE sc.idcontact=c.idcontact
                         AND sc.idnew=9519 AND sc.date<'2024-04-30'  ORDER BY sc.date DESC LIMIT 0,1
Parameters:
[]
166 0.35 ms
SELECT MIN(sc.date) as datestart, MAX(sc.date) as dateend, c.city, c.country FROM newschedules sc, contacts c
                         WHERE sc.idcontact=c.idcontact
                         AND sc.idnew=9519 AND sc.date<'2024-04-30'  AND sc.idcontact=410 GROUP BY sc.idcontact
Parameters:
[]
167 0.39 ms
SELECT j1.idperson,j1.lastname,j1.firstname,j1.url_clean,j1.valid ,j3.idnew FROM theatreok_dev.persons j1, theatreok_dev.new_person j2, theatreok_dev.news j3
                        WHERE j3.idnew=j2.idnew
                        AND j1.idperson=j2.idperson
                        AND j3.idnew=9519
Parameters:
[]
168 0.33 ms
SELECT j1.idcontact,j1.lastname,j1.firstname,j1.organisation,j1.type,j1.url_clean ,j3.idnew FROM theatreok_dev.contacts j1, theatreok_dev.new_contact j2, theatreok_dev.news j3
                        WHERE j3.idnew=j2.idnew
                        AND j1.idcontact=j2.idcontact
                        AND j3.idnew=9519
Parameters:
[]
169 0.31 ms
SELECT j1.idspectacle,j1.title,j1.valid,j1.publish,j1.url_clean ,j3.idnew FROM theatreok_dev.spectacles j1, theatreok_dev.new_spectacle j2, theatreok_dev.news j3
                        WHERE j3.idnew=j2.idnew
                        AND j1.idspectacle=j2.idspectacle
                        AND j3.idnew=9519
Parameters:
[]
170 0.08 ms
SELECT t.title FROM texts t, text_spectacle ts
                      WHERE t.idtext=ts.idtext AND ts.idspectacle=20943
Parameters:
[]
171 0.29 ms
SELECT j1.idtext,j1.title,j1.valid,j1.publish,j1.url_clean ,j3.idnew FROM theatreok_dev.texts j1, theatreok_dev.new_text j2, theatreok_dev.news j3
                        WHERE j3.idnew=j2.idnew
                        AND j1.idtext=j2.idtext
                        AND j3.idnew=9519
Parameters:
[]
172 1.27 ms
SELECT  DISTINCT(podcasts.idpodcast), podcasts.* 
FROM  `podcast_spectacle` ,
 `podcasts`  
 WHERE 1  AND podcasts.`publish`=1  AND podcast_spectacle.`idspectacle` IN (20943)  AND podcasts.`code_ft` IS NOT NULL AND podcasts.`debut_visionnage_ft`<='2024-04-30' AND podcasts.`fin_visionnage_ft`>'2024-04-30' AND (`podcasts`.`type_diffusion` IS NULL OR `podcasts`.`type_diffusion` = 0) AND podcasts.`idpodcast`=podcast_spectacle.`idpodcast` 
GROUP BY podcasts.idpodcast 
ORDER BY podcasts.`date_podcast` 
DESC 
LIMIT 0,1
Parameters:
[]
173 1.16 ms
SELECT  DISTINCT(podcasts.idpodcast), podcasts.* 
FROM  `podcast_spectacle` ,
 `podcasts`  
 WHERE 1  AND podcasts.`publish`=1  AND podcast_spectacle.`idspectacle` IN (20943)  AND podcasts.`code_ft` IS NOT NULL AND podcasts.`debut_visionnage_ft`<='2024-04-30' AND podcasts.`fin_visionnage_ft`>'2024-04-30'  AND podcasts.`type_diffusion`=1 AND podcasts.`idpodcast`=podcast_spectacle.`idpodcast` 
GROUP BY podcasts.idpodcast 
ORDER BY podcasts.`date_podcast` 
DESC 
LIMIT 0,1
Parameters:
[]
174 1.36 ms
SELECT  DISTINCT(podcasts.idpodcast), podcasts.* 
FROM  `podcast_spectacle` ,
 `podcasts`  
 WHERE 1  AND podcasts.`publish`=1  AND podcast_spectacle.`idspectacle`=20943  AND ( `podcasts`.`code_franceinter` IS NOT NULL  OR `podcasts`.`code_soundcloud` IS NOT NULL ) AND (`podcasts`.`type_diffusion` IS NULL OR `podcasts`.`type_diffusion` = 0) AND podcasts.`idpodcast`=podcast_spectacle.`idpodcast` 
GROUP BY podcasts.idpodcast 
ORDER BY podcasts.`date_podcast` 
DESC 
LIMIT 0,1
Parameters:
[]
175 0.38 ms
SELECT p0_.idpodcast AS idpodcast_0, p0_.title AS title_1, p0_.description AS description_2, p0_.title_program AS title_program_3, p0_.name_program AS name_program_4, p0_.date_podcast AS date_podcast_5, p0_.hour_podcast AS hour_podcast_6, p0_.code_franceinter AS code_franceinter_7, p0_.type_franceinter AS type_franceinter_8, p0_.integrate_player AS integrate_player_9, p0_.link AS link_10, p0_.duration AS duration_11, p0_.code_ft AS code_ft_12, p0_.is_integrale AS is_integrale_13, p0_.type_diffusion AS type_diffusion_14, p0_.fin_visionnage_ft AS fin_visionnage_ft_15, p0_.date_captation_ft AS date_captation_ft_16, p0_.debut_visionnage_ft AS debut_visionnage_ft_17, p0_.code_arte AS code_arte_18, p0_.code_soundcloud AS code_soundcloud_19, p0_.code_spotify AS code_spotify_20, p0_.url_file AS url_file_21, p0_.url_clean AS url_clean_22, p0_.dateupdate AS dateupdate_23, p0_.dateinsert AS dateinsert_24, p0_.publish AS publish_25, p0_.valid AS valid_26, p0_.idextranetuser AS idextranetuser_27 FROM podcasts p0_ WHERE p0_.idpodcast = ?
Parameters:
[
  "1537"
]
176 0.36 ms
SELECT j1.idspectacle,j1.title,j1.url_clean ,j3.idpodcast FROM theatreok_dev.spectacles j1, theatreok_dev.podcast_spectacle j2, theatreok_dev.podcasts j3
                        WHERE j3.idpodcast=j2.idpodcast
                        AND j1.idspectacle=j2.idspectacle
                        AND j3.idpodcast=1537
Parameters:
[]
177 0.05 ms
SELECT t.title FROM texts t, text_spectacle ts
                      WHERE t.idtext=ts.idtext AND ts.idspectacle=20943
Parameters:
[]
178 0.25 ms
SELECT t.title FROM texts t, text_spectacle ts
                      WHERE t.idtext=ts.idtext AND ts.idspectacle=23048
Parameters:
[]
179 0.30 ms
SELECT j1.idcontact,j1.organisation,j1.url_clean ,j3.idpodcast FROM theatreok_dev.contacts j1, theatreok_dev.podcast_contact j2, theatreok_dev.podcasts j3
                        WHERE j3.idpodcast=j2.idpodcast
                        AND j1.idcontact=j2.idcontact
                        AND j3.idpodcast=1537
Parameters:
[]
180 0.35 ms
SELECT j1.idperson,j1.lastname,j1.firstname,j1.url_clean ,j3.idpodcast FROM theatreok_dev.persons j1, theatreok_dev.podcast_person j2, theatreok_dev.podcasts j3
                        WHERE j3.idpodcast=j2.idpodcast
                        AND j1.idperson=j2.idperson
                        AND j3.idpodcast=1537
Parameters:
[]
181 0.29 ms
SELECT j1.idtext,j1.title,j1.url_clean ,j3.idpodcast FROM theatreok_dev.texts j1, theatreok_dev.podcast_text j2, theatreok_dev.podcasts j3
                        WHERE j3.idpodcast=j2.idpodcast
                        AND j1.idtext=j2.idtext
                        AND j3.idpodcast=1537
Parameters:
[]
182 0.17 ms
SELECT url_file FROM podcasts WHERE idpodcast=1537
Parameters:
[]
183 0.14 ms
SELECT url_file FROM podcasts WHERE idpodcast=1537
Parameters:
[]
184 0.40 ms
SELECT  COUNT(DISTINCT(podcasts.idpodcast)) as total , podcasts.* 
FROM  `podcast_spectacle` ,
 `podcasts`  
 WHERE 1  AND podcasts.`publish`=1  AND podcast_spectacle.`idspectacle`=20943  AND ( `podcasts`.`code_franceinter` IS NOT NULL  OR `podcasts`.`code_soundcloud` IS NOT NULL ) AND (`podcasts`.`type_diffusion` IS NULL OR `podcasts`.`type_diffusion` = 0) AND podcasts.`idpodcast`=podcast_spectacle.`idpodcast` 
LIMIT 0,1
Parameters:
[]
185 0.57 ms
SELECT  DISTINCT(dvds.iddvd), dvds.* 
FROM  `dvd_spectacle` ,
 `dvds`  
 WHERE 1  AND dvds.`publish`=1  AND dvd_spectacle.`idspectacle` IN (20943) AND dvds.`iddvd`=dvd_spectacle.`iddvd` 
GROUP BY dvds.iddvd 
ORDER BY dvds.dateinsert 
DESC 
LIMIT 0,1
Parameters:
[]
186 0.04 ms
SELECT  DISTINCT(dvds.iddvd), dvds.* 
FROM  `dvd_spectacle` ,
 `dvds`  
 WHERE 1  AND dvds.`publish`=1  AND dvd_spectacle.`idspectacle` IN (20943) AND dvds.`iddvd`=dvd_spectacle.`iddvd` 
GROUP BY dvds.iddvd 
ORDER BY dvds.dateinsert 
DESC 
LIMIT 0,1
Parameters:
[]
187 0.26 ms
SELECT  spectacle_aide.*,aides.*,`spectacle_aide`.`publish` as spectacle_aide_publish 
FROM  `aides` ,
 `spectacle_aide`  
 WHERE 1  AND spectacle_aide.`publish`=1  AND aides.`publish`=1  AND aides.`type_aide` IN (2,3)  AND spectacle_aide.`idspectacle`=20943 AND aides.`idaide`=spectacle_aide.`idaide` 
  
ORDER BY spectacle_aide.`date_start` 
DESC 
LIMIT 0,10
Parameters:
[]
188 0.21 ms
SELECT  spectacle_aide.*,aides.*,`spectacle_aide`.`publish` as spectacle_aide_publish 
FROM  `aides` ,
 `spectacle_aide`  
 WHERE 1  AND spectacle_aide.`publish`=1  AND aides.`publish`=1  AND aides.`type_aide` IN (4)  AND spectacle_aide.`idspectacle`=20943 AND aides.`idaide`=spectacle_aide.`idaide` 
  
ORDER BY spectacle_aide.`date_start` 
DESC 
LIMIT 0,10
Parameters:
[]
189 0.99 ms
SELECT t.`idtext`,t.`title`,t.`date`,t.`type`,t.`language`,t.`country`,t.`idcontact_publisher`,t.`isbn`,t.`ean`,t.`publication_year`,t.`nbpages`,t.`idgenretext`,t.`textorder`,t.`url_clean`,contacts.`organisation`, contacts.`url_clean` as url_clean_publisher 
                        FROM text_traduction tt, texts t
                            LEFT JOIN contacts ON contacts.idcontact=t.idcontact_publisher
                        WHERE 1
                        AND t.idtext=tt.idtexttraduction
                        AND tt.idtext=4
                        AND t.type=1 AND t.publish=1 AND t.textfictif=0 GROUP BY t.idtext ORDER BY date DESC
Parameters:
[]
190 0.28 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=25664  ORDER BY j2.classement ASC
Parameters:
[]
191 0.21 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=25664
                  ORDER BY t.title
Parameters:
[]
192 0.11 ms
SELECT fr FROM languages WHERE id='lv'
Parameters:
[]
193 0.14 ms
SELECT fr FROM countries WHERE id='LV'
Parameters:
[]
194 0.03 ms
SELECT fr FROM languages WHERE id='lv'
Parameters:
[]
195 0.25 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=45615  ORDER BY j2.classement ASC
Parameters:
[]
196 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=45615
                  ORDER BY t.title
Parameters:
[]
197 0.12 ms
SELECT fr FROM languages WHERE id='lt'
Parameters:
[]
198 0.12 ms
SELECT fr FROM countries WHERE id='LT'
Parameters:
[]
199 0.03 ms
SELECT fr FROM languages WHERE id='lt'
Parameters:
[]
200 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_translator j2, theatreok_dev.texts j3
                        WHERE j3.idtext=j2.idtext
                        AND j1.idperson=j2.idperson
                        AND j3.idtext=5995  ORDER BY j2.classement ASC
Parameters:
[]
201 0.19 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=5995
                  ORDER BY t.title
Parameters:
[]
202 0.09 ms
SELECT fr FROM languages WHERE id='tr'
Parameters:
[]
203 0.08 ms
SELECT fr FROM countries WHERE id='TR'
Parameters:
[]
204 0.02 ms
SELECT fr FROM languages WHERE id='tr'
Parameters:
[]
205 0.19 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=6274  ORDER BY j2.classement ASC
Parameters:
[]
206 0.19 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=6274
                  ORDER BY t.title
Parameters:
[]
207 0.04 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
208 0.09 ms
SELECT fr FROM countries WHERE id='AR'
Parameters:
[]
209 0.03 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
210 0.24 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=1957  ORDER BY j2.classement ASC
Parameters:
[]
211 0.33 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=1957
                  ORDER BY t.title
Parameters:
[]
212 0.14 ms
SELECT fr FROM languages WHERE id='et'
Parameters:
[]
213 0.11 ms
SELECT fr FROM countries WHERE id='EE'
Parameters:
[]
214 0.04 ms
SELECT fr FROM languages WHERE id='et'
Parameters:
[]
215 0.26 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=3432  ORDER BY j2.classement ASC
Parameters:
[]
216 0.24 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=3432
                  ORDER BY t.title
Parameters:
[]
217 0.11 ms
SELECT fr FROM languages WHERE id='el'
Parameters:
[]
218 0.10 ms
SELECT fr FROM countries WHERE id='GR'
Parameters:
[]
219 0.03 ms
SELECT fr FROM languages WHERE id='el'
Parameters:
[]
220 0.26 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=3462  ORDER BY j2.classement ASC
Parameters:
[]
221 0.24 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=3462
                  ORDER BY t.title
Parameters:
[]
222 0.11 ms
SELECT fr FROM languages WHERE id='ta'
Parameters:
[]
223 0.14 ms
SELECT fr FROM countries WHERE id='IN'
Parameters:
[]
224 0.03 ms
SELECT fr FROM languages WHERE id='ta'
Parameters:
[]
225 0.30 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=2598  ORDER BY j2.classement ASC
Parameters:
[]
226 0.31 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=2598
                  ORDER BY t.title
Parameters:
[]
227 0.12 ms
SELECT fr FROM languages WHERE id='ko'
Parameters:
[]
228 0.11 ms
SELECT fr FROM countries WHERE id='KR'
Parameters:
[]
229 0.03 ms
SELECT fr FROM languages WHERE id='ko'
Parameters:
[]
230 0.27 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=3373  ORDER BY j2.classement ASC
Parameters:
[]
231 0.25 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=3373
                  ORDER BY t.title
Parameters:
[]
232 0.10 ms
SELECT fr FROM languages WHERE id='fa'
Parameters:
[]
233 0.09 ms
SELECT fr FROM countries WHERE id='IR'
Parameters:
[]
234 0.03 ms
SELECT fr FROM languages WHERE id='fa'
Parameters:
[]
235 0.26 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=1620  ORDER BY j2.classement ASC
Parameters:
[]
236 0.25 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=1620
                  ORDER BY t.title
Parameters:
[]
237 0.16 ms
SELECT fr FROM languages WHERE id='en'
Parameters:
[]
238 0.16 ms
SELECT fr FROM countries WHERE id='AU'
Parameters:
[]
239 0.04 ms
SELECT fr FROM languages WHERE id='en'
Parameters:
[]
240 0.33 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=1699  ORDER BY j2.classement ASC
Parameters:
[]
241 0.29 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=1699
                  ORDER BY t.title
Parameters:
[]
242 0.04 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
243 0.12 ms
SELECT fr FROM countries WHERE id='MX'
Parameters:
[]
244 0.03 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
245 0.28 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=3301  ORDER BY j2.classement ASC
Parameters:
[]
246 0.28 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=3301
                  ORDER BY t.title
Parameters:
[]
247 0.13 ms
SELECT fr FROM languages WHERE id='ro'
Parameters:
[]
248 0.11 ms
SELECT fr FROM countries WHERE id='RO'
Parameters:
[]
249 0.03 ms
SELECT fr FROM languages WHERE id='ro'
Parameters:
[]
250 0.30 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=7188  ORDER BY j2.classement ASC
Parameters:
[]
251 0.27 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=7188
                  ORDER BY t.title
Parameters:
[]
252 0.14 ms
SELECT fr FROM languages WHERE id='cs'
Parameters:
[]
253 0.15 ms
SELECT fr FROM countries WHERE id='CZ'
Parameters:
[]
254 0.03 ms
SELECT fr FROM languages WHERE id='cs'
Parameters:
[]
255 0.30 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=435  ORDER BY j2.classement ASC
Parameters:
[]
256 0.20 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=435
                  ORDER BY t.title
Parameters:
[]
257 0.09 ms
SELECT fr FROM languages WHERE id='pt'
Parameters:
[]
258 0.08 ms
SELECT fr FROM countries WHERE id='BR'
Parameters:
[]
259 0.03 ms
SELECT fr FROM languages WHERE id='pt'
Parameters:
[]
260 0.19 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=1700  ORDER BY j2.classement ASC
Parameters:
[]
261 0.24 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=1700
                  ORDER BY t.title
Parameters:
[]
262 0.09 ms
SELECT fr FROM languages WHERE id='pl'
Parameters:
[]
263 0.08 ms
SELECT fr FROM countries WHERE id='PL'
Parameters:
[]
264 0.03 ms
SELECT fr FROM languages WHERE id='pl'
Parameters:
[]
265 0.19 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=3270  ORDER BY j2.classement ASC
Parameters:
[]
266 0.23 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=3270
                  ORDER BY t.title
Parameters:
[]
267 0.04 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
268 0.03 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
269 0.25 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=1134  ORDER BY j2.classement ASC
Parameters:
[]
270 0.29 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=1134
                  ORDER BY t.title
Parameters:
[]
271 0.14 ms
SELECT fr FROM languages WHERE id='ru'
Parameters:
[]
272 0.13 ms
SELECT fr FROM countries WHERE id='RU'
Parameters:
[]
273 0.04 ms
SELECT fr FROM languages WHERE id='ru'
Parameters:
[]
274 0.22 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=1669  ORDER BY j2.classement ASC
Parameters:
[]
275 0.28 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=1669
                  ORDER BY t.title
Parameters:
[]
276 0.05 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
277 0.04 ms
SELECT fr FROM countries WHERE id='ES'
Parameters:
[]
278 0.04 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
279 0.23 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=4374  ORDER BY j2.classement ASC
Parameters:
[]
280 0.21 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=4374
                  ORDER BY t.title
Parameters:
[]
281 0.11 ms
SELECT fr FROM languages WHERE id='sk'
Parameters:
[]
282 0.09 ms
SELECT fr FROM countries WHERE id='SK'
Parameters:
[]
283 0.04 ms
SELECT fr FROM languages WHERE id='sk'
Parameters:
[]
284 0.24 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=404  ORDER BY j2.classement ASC
Parameters:
[]
285 0.27 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=404
                  ORDER BY t.title
Parameters:
[]
286 0.13 ms
SELECT fr FROM languages WHERE id='bg'
Parameters:
[]
287 0.09 ms
SELECT fr FROM countries WHERE id='BG'
Parameters:
[]
288 0.04 ms
SELECT fr FROM languages WHERE id='bg'
Parameters:
[]
289 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_translator j2, theatreok_dev.texts j3
                        WHERE j3.idtext=j2.idtext
                        AND j1.idperson=j2.idperson
                        AND j3.idtext=406  ORDER BY j2.classement ASC
Parameters:
[]
290 0.19 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=406
                  ORDER BY t.title
Parameters:
[]
291 0.09 ms
SELECT fr FROM languages WHERE id='ja'
Parameters:
[]
292 0.08 ms
SELECT fr FROM countries WHERE id='JP'
Parameters:
[]
293 0.02 ms
SELECT fr FROM languages WHERE id='ja'
Parameters:
[]
294 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_translator j2, theatreok_dev.texts j3
                        WHERE j3.idtext=j2.idtext
                        AND j1.idperson=j2.idperson
                        AND j3.idtext=754  ORDER BY j2.classement ASC
Parameters:
[]
295 0.19 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=754
                  ORDER BY t.title
Parameters:
[]
296 0.12 ms
SELECT fr FROM languages WHERE id='gl'
Parameters:
[]
297 0.04 ms
SELECT fr FROM languages WHERE id='gl'
Parameters:
[]
298 0.23 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=1183  ORDER BY j2.classement ASC
Parameters:
[]
299 0.06 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=1183
                  ORDER BY t.title
Parameters:
[]
300 0.04 ms
SELECT fr FROM languages WHERE id='pt'
Parameters:
[]
301 0.12 ms
SELECT fr FROM countries WHERE id='PT'
Parameters:
[]
302 0.04 ms
SELECT fr FROM languages WHERE id='pt'
Parameters:
[]
303 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_translator j2, theatreok_dev.texts j3
                        WHERE j3.idtext=j2.idtext
                        AND j1.idperson=j2.idperson
                        AND j3.idtext=5  ORDER BY j2.classement ASC
Parameters:
[]
304 0.21 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=5
                  ORDER BY t.title
Parameters:
[]
305 0.05 ms
SELECT fr FROM languages WHERE id='it'
Parameters:
[]
306 0.04 ms
SELECT fr FROM countries WHERE id='IT'
Parameters:
[]
307 0.03 ms
SELECT fr FROM languages WHERE id='it'
Parameters:
[]
308 0.19 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=267  ORDER BY j2.classement ASC
Parameters:
[]
309 0.19 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=267
                  ORDER BY t.title
Parameters:
[]
310 0.10 ms
SELECT fr FROM languages WHERE id='de'
Parameters:
[]
311 0.08 ms
SELECT fr FROM countries WHERE id='DE'
Parameters:
[]
312 0.03 ms
SELECT fr FROM languages WHERE id='de'
Parameters:
[]
313 0.19 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=408  ORDER BY j2.classement ASC
Parameters:
[]
314 0.20 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=408
                  ORDER BY t.title
Parameters:
[]
315 0.04 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
316 0.03 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
317 0.19 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=3397  ORDER BY j2.classement ASC
Parameters:
[]
318 0.25 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=3397
                  ORDER BY t.title
Parameters:
[]
319 0.17 ms
SELECT fr FROM languages WHERE id='ca'
Parameters:
[]
320 0.03 ms
SELECT fr FROM languages WHERE id='ca'
Parameters:
[]
321 0.31 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=191  ORDER BY j2.classement ASC
Parameters:
[]
322 0.30 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=191
                  ORDER BY t.title
Parameters:
[]
323 0.04 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
324 0.03 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
325 0.29 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=4372  ORDER BY j2.classement ASC
Parameters:
[]
326 0.29 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=4372
                  ORDER BY t.title
Parameters:
[]
327 0.04 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
328 0.13 ms
SELECT fr FROM countries WHERE id='UY'
Parameters:
[]
329 0.04 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
330 0.27 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=8  ORDER BY j2.classement ASC
Parameters:
[]
331 0.24 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=8
                  ORDER BY t.title
Parameters:
[]
332 0.04 ms
SELECT fr FROM languages WHERE id='de'
Parameters:
[]
333 0.03 ms
SELECT fr FROM languages WHERE id='de'
Parameters:
[]
334 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_translator j2, theatreok_dev.texts j3
                        WHERE j3.idtext=j2.idtext
                        AND j1.idperson=j2.idperson
                        AND j3.idtext=32552  ORDER BY j2.classement ASC
Parameters:
[]
335 0.19 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=32552
                  ORDER BY t.title
Parameters:
[]
336 0.03 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
337 0.03 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
338 0.37 ms
SELECT DISTINCT t0_.idtext AS idtext_0 FROM texts t1_ INNER JOIN text_adaptation t2_ ON t1_.idtext = t2_.idtextadaptation INNER JOIN texts t0_ ON t0_.idtext = t2_.idtext WHERE t1_.idtext = 4
Parameters:
[]
339 5.37 ms
SELECT DISTINCT MIN(s0_.date) AS sclr_0, t1_.url_clean AS url_clean_1, s2_.idspectacle AS idspectacle_2, s2_.title AS title_3, s2_.language AS language_4, s2_.creation_date AS creation_date_5, s2_.url_page AS url_page_6, s2_.infos AS infos_7, s2_.tag AS tag_8, s2_.id_rubrique AS id_rubrique_9, s2_.duration AS duration_10, s2_.interlude AS interlude_11, s2_.textfictif AS textfictif_12, s2_.url_redirect AS url_redirect_13, s2_.url_clean AS url_clean_14, s2_.dateupdate AS dateupdate_15, s2_.dateinsert AS dateinsert_16, s2_.publish AS publish_17, s2_.statut AS statut_18, s2_.valid AS valid_19, t1_.idtext AS idtext_20, t1_.type AS type_21, t1_.idtypetext AS idtypetext_22, t1_.special_text AS special_text_23, t1_.title AS title_24, t1_.subtitle AS subtitle_25, t1_.date AS date_26, t1_.language AS language_27, t1_.markdown AS markdown_28, t1_.abstract AS abstract_29, t1_.abstract_author AS abstract_author_30, t1_.abstract_date AS abstract_date_31, t1_.abstract_url AS abstract_url_32, t1_.publisher_url_text AS publisher_url_text_33, t1_.publication_year AS publication_year_34, t1_.publication_month AS publication_month_35, t1_.isbn AS isbn_36, t1_.ean AS ean_37, t1_.publishinfos AS publishinfos_38, t1_.urltextaccess AS urltextaccess_39, t1_.emailtextaccess AS emailtextaccess_40, t1_.idfiletextaccess AS idfiletextaccess_41, t1_.filetextaccesssave AS filetextaccesssave_42, t1_.textaccessmore AS textaccessmore_43, t1_.request_translation_text AS request_translation_text_44, t1_.request_performing_text AS request_performing_text_45, t1_.help_translation AS help_translation_46, t1_.help_publishing AS help_publishing_47, t1_.help_other AS help_other_48, t1_.moreinfo AS moreinfo_49, t1_.nmale AS nmale_50, t1_.nfemale AS nfemale_51, t1_.npeople AS npeople_52, t1_.textorder AS textorder_53, t1_.nbpages AS nbpages_54, t1_.price AS price_55, t1_.selection_aneth AS selection_aneth_56, t1_.idtext_aneth AS idtext_aneth_57, t1_.aide_creation AS aide_creation_58, t1_.comments AS comments_59, t1_.url_clean AS url_clean_60, t1_.textfictif AS textfictif_61, t1_.valid_opendata AS valid_opendata_62, t1_.dateupdate AS dateupdate_63, t1_.dateinsert AS dateinsert_64, t1_.publish AS publish_65, t1_.statut AS statut_66, t1_.valid AS valid_67, t3_.idtypespectacle AS idtypespectacle_68 FROM spectacles s2_ LEFT JOIN text_spectacle t4_ ON s2_.idspectacle = t4_.idspectacle LEFT JOIN texts t1_ ON t1_.idtext = t4_.idtext LEFT JOIN typesspectacles t3_ ON s2_.idtypespectacle = t3_.idtypespectacle LEFT JOIN schedules s0_ ON s2_.idspectacle = s0_.idspectacle LEFT JOIN text_spectacle t6_ ON s2_.idspectacle = t6_.idspectacle LEFT JOIN texts t5_ ON t5_.idtext = t6_.idtext LEFT JOIN spectacle_person s8_ ON s2_.idspectacle = s8_.idspectacle LEFT JOIN persons p7_ ON p7_.idperson = s8_.idperson INNER JOIN contacts c9_ ON s0_.idcontact = c9_.idcontact WHERE s2_.language = 'fr' AND s2_.idspectacle NOT IN (20943) AND s0_.date >= '2024-04-30' AND (s2_.publish = 1 AND t1_.idtext = 4) GROUP BY s2_.idspectacle ORDER BY s0_.date ASC LIMIT 4
Parameters:
[]
340 0.06 ms
SELECT t0.idtypespectacle AS idtypespectacle_1, t0.typespectacle AS typespectacle_2 FROM typesspectacles t0 WHERE t0.idtypespectacle IN (?) LIMIT 1
Parameters:
[
  4
]
341 0.04 ms
SELECT t0_.type AS type_0 FROM texts t0_ WHERE t0_.idtext = ?
Parameters:
[
  4
]
342 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=4  ORDER BY j2.classement ASC
Parameters:
[]
343 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=37311  ORDER BY p.`lastname`
Parameters:
[]
344 0.10 ms
SELECT MIN(s0_.date) AS sclr_0, MAX(s0_.date) AS sclr_1, s0_.idschedule AS idschedule_2, s0_.date AS date_3, s0_.hour AS hour_4, s0_.is_creation AS is_creation_5, s0_.is_cancelled AS is_cancelled_6, s0_.idcontact_festival AS idcontact_festival_7, s0_.url_spectacle AS url_spectacle_8, s0_.url_booking AS url_booking_9, s0_.note AS note_10, s0_.dateupdate AS dateupdate_11, s0_.dateinsert AS dateinsert_12, s0_.publish AS publish_13, s0_.valid AS valid_14, c1_.idcontact AS idcontact_15, c1_.type AS type_16, c1_.organisation AS organisation_17, c1_.nom_suite AS nom_suite_18, c1_.lastname AS lastname_19, c1_.firstname AS firstname_20, c1_.idtypestructure AS idtypestructure_21, c1_.license AS license_22, c1_.comment AS comment_23, c1_.private_comment AS private_comment_24, c1_.address1 AS address1_25, c1_.address2 AS address2_26, c1_.zip AS zip_27, c1_.city AS city_28, c1_.phone1 AS phone1_29, c1_.phone2 AS phone2_30, c1_.fax AS fax_31, c1_.email1 AS email1_32, c1_.email1_online AS email1_online_33, c1_.email2_online AS email2_online_34, c1_.email2 AS email2_35, c1_.url AS url_36, c1_.url_ticket AS url_ticket_37, c1_.facebook AS facebook_38, c1_.twitter AS twitter_39, c1_.instagram AS instagram_40, c1_.mobile AS mobile_41, c1_.geocodable AS geocodable_42, c1_.x AS x_43, c1_.y AS y_44, c1_.idmultimedia AS idmultimedia_45, c1_.type_view AS type_view_46, c1_.stats_access AS stats_access_47, c1_.ga_tracking_id AS ga_tracking_id_48, c1_.is_festival AS is_festival_49, c1_.link_on_video AS link_on_video_50, c1_.is_partenaire AS is_partenaire_51, c1_.valid_version AS valid_version_52, c1_.other_versions AS other_versions_53, c1_.url_redirect AS url_redirect_54, c1_.url_clean AS url_clean_55, c1_.dateupdate AS dateupdate_56, c1_.dateinsert AS dateinsert_57, c1_.publish AS publish_58, c1_.valid AS valid_59, s0_.idspectacle AS idspectacle_60, s0_.idcontact AS idcontact_61, s0_.idextranetuser AS idextranetuser_62, c1_.country AS country_63, c1_.idextranetuser AS idextranetuser_64 FROM schedules s0_ LEFT JOIN contacts c1_ ON s0_.idcontact = c1_.idcontact WHERE s0_.idspectacle = ? AND s0_.date >= ? GROUP BY s0_.idcontact ORDER BY s0_.date ASC LIMIT 1
Parameters:
[
  37311
  "2024-04-30"
]
345 0.40 ms
SELECT  COUNT(DISTINCT(m.idmultimedia)) 
                FROM object_multimedia om, multimedias m
                WHERE om.idmultimedia=m.idmultimedia
                AND om.idobject=37311
                AND om.object='spectacles'
                AND m.publish=1
Parameters:
[]
346 0.20 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`=37311 AND d.code_franceinter IS NOT NULL
Parameters:
[]
347 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:
[]
348 0.38 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='37311'
                   AND of.object='spectacles'
                   AND cl.idclassification=fc.idclassification AND f.publish=1 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:
[]
349 0.48 ms
SELECT COUNT(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=37311 AND cc.idclassification=6 LIMIT 1
Parameters:
[]
350 0.59 ms
SELECT COUNT(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=37311 AND cc.idclassification=125 LIMIT 1
Parameters:
[]
351 0.38 ms
SELECT COUNT(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=37311 AND cc.idclassification=101 LIMIT 1
Parameters:
[]
352 0.10 ms
SELECT t.`idtext`,t.`title`,t.`date`,t.`type`,t.`language`,t.`country`,t.`idcontact_publisher`,t.`isbn`,t.`ean`,t.`publication_year`,t.`nbpages`,t.`idgenretext`,t.`textorder`,t.`url_clean`,contacts.`organisation`, contacts.`url_clean` as url_clean_publisher 
                        FROM text_traduction tt, texts t
                            LEFT JOIN contacts ON contacts.idcontact=t.idcontact_publisher
                        WHERE 1
                        AND t.idtext=tt.idtexttraduction
                        AND tt.idtext=4
                        AND t.type=1 AND t.publish=1 AND t.textfictif=0 GROUP BY t.idtext ORDER BY date DESC
Parameters:
[]
353 0.05 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=25664  ORDER BY j2.classement ASC
Parameters:
[]
354 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=25664
                  ORDER BY t.title
Parameters:
[]
355 0.04 ms
SELECT fr FROM languages WHERE id='lv'
Parameters:
[]
356 0.03 ms
SELECT fr FROM languages WHERE id='lv'
Parameters:
[]
357 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=45615  ORDER BY j2.classement ASC
Parameters:
[]
358 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=45615
                  ORDER BY t.title
Parameters:
[]
359 0.04 ms
SELECT fr FROM languages WHERE id='lt'
Parameters:
[]
360 0.03 ms
SELECT fr FROM languages WHERE id='lt'
Parameters:
[]
361 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=5995  ORDER BY j2.classement ASC
Parameters:
[]
362 0.06 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=5995
                  ORDER BY t.title
Parameters:
[]
363 0.04 ms
SELECT fr FROM languages WHERE id='tr'
Parameters:
[]
364 0.03 ms
SELECT fr FROM languages WHERE id='tr'
Parameters:
[]
365 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=6274  ORDER BY j2.classement ASC
Parameters:
[]
366 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=6274
                  ORDER BY t.title
Parameters:
[]
367 0.04 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
368 0.03 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
369 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=1957  ORDER BY j2.classement ASC
Parameters:
[]
370 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=1957
                  ORDER BY t.title
Parameters:
[]
371 0.04 ms
SELECT fr FROM languages WHERE id='et'
Parameters:
[]
372 0.03 ms
SELECT fr FROM languages WHERE id='et'
Parameters:
[]
373 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=3432  ORDER BY j2.classement ASC
Parameters:
[]
374 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=3432
                  ORDER BY t.title
Parameters:
[]
375 0.03 ms
SELECT fr FROM languages WHERE id='el'
Parameters:
[]
376 0.03 ms
SELECT fr FROM languages WHERE id='el'
Parameters:
[]
377 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=3462  ORDER BY j2.classement ASC
Parameters:
[]
378 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=3462
                  ORDER BY t.title
Parameters:
[]
379 0.04 ms
SELECT fr FROM languages WHERE id='ta'
Parameters:
[]
380 0.03 ms
SELECT fr FROM languages WHERE id='ta'
Parameters:
[]
381 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=2598  ORDER BY j2.classement ASC
Parameters:
[]
382 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=2598
                  ORDER BY t.title
Parameters:
[]
383 0.03 ms
SELECT fr FROM languages WHERE id='ko'
Parameters:
[]
384 0.03 ms
SELECT fr FROM languages WHERE id='ko'
Parameters:
[]
385 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=3373  ORDER BY j2.classement ASC
Parameters:
[]
386 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=3373
                  ORDER BY t.title
Parameters:
[]
387 0.03 ms
SELECT fr FROM languages WHERE id='fa'
Parameters:
[]
388 0.03 ms
SELECT fr FROM languages WHERE id='fa'
Parameters:
[]
389 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=1620  ORDER BY j2.classement ASC
Parameters:
[]
390 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=1620
                  ORDER BY t.title
Parameters:
[]
391 0.04 ms
SELECT fr FROM languages WHERE id='en'
Parameters:
[]
392 0.03 ms
SELECT fr FROM languages WHERE id='en'
Parameters:
[]
393 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=1699  ORDER BY j2.classement ASC
Parameters:
[]
394 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=1699
                  ORDER BY t.title
Parameters:
[]
395 0.04 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
396 0.03 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
397 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=3301  ORDER BY j2.classement ASC
Parameters:
[]
398 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=3301
                  ORDER BY t.title
Parameters:
[]
399 0.03 ms
SELECT fr FROM languages WHERE id='ro'
Parameters:
[]
400 0.03 ms
SELECT fr FROM languages WHERE id='ro'
Parameters:
[]
401 0.05 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=7188  ORDER BY j2.classement ASC
Parameters:
[]
402 0.07 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=7188
                  ORDER BY t.title
Parameters:
[]
403 0.04 ms
SELECT fr FROM languages WHERE id='cs'
Parameters:
[]
404 0.04 ms
SELECT fr FROM languages WHERE id='cs'
Parameters:
[]
405 0.05 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=435  ORDER BY j2.classement ASC
Parameters:
[]
406 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=435
                  ORDER BY t.title
Parameters:
[]
407 0.04 ms
SELECT fr FROM languages WHERE id='pt'
Parameters:
[]
408 0.03 ms
SELECT fr FROM languages WHERE id='pt'
Parameters:
[]
409 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=1700  ORDER BY j2.classement ASC
Parameters:
[]
410 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=1700
                  ORDER BY t.title
Parameters:
[]
411 0.04 ms
SELECT fr FROM languages WHERE id='pl'
Parameters:
[]
412 0.03 ms
SELECT fr FROM languages WHERE id='pl'
Parameters:
[]
413 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=3270  ORDER BY j2.classement ASC
Parameters:
[]
414 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=3270
                  ORDER BY t.title
Parameters:
[]
415 0.04 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
416 0.03 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
417 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=1134  ORDER BY j2.classement ASC
Parameters:
[]
418 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=1134
                  ORDER BY t.title
Parameters:
[]
419 0.04 ms
SELECT fr FROM languages WHERE id='ru'
Parameters:
[]
420 0.03 ms
SELECT fr FROM languages WHERE id='ru'
Parameters:
[]
421 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=1669  ORDER BY j2.classement ASC
Parameters:
[]
422 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=1669
                  ORDER BY t.title
Parameters:
[]
423 0.04 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
424 0.04 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
425 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=4374  ORDER BY j2.classement ASC
Parameters:
[]
426 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=4374
                  ORDER BY t.title
Parameters:
[]
427 0.04 ms
SELECT fr FROM languages WHERE id='sk'
Parameters:
[]
428 0.03 ms
SELECT fr FROM languages WHERE id='sk'
Parameters:
[]
429 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=404  ORDER BY j2.classement ASC
Parameters:
[]
430 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=404
                  ORDER BY t.title
Parameters:
[]
431 0.04 ms
SELECT fr FROM languages WHERE id='bg'
Parameters:
[]
432 0.03 ms
SELECT fr FROM languages WHERE id='bg'
Parameters:
[]
433 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=406  ORDER BY j2.classement ASC
Parameters:
[]
434 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=406
                  ORDER BY t.title
Parameters:
[]
435 0.04 ms
SELECT fr FROM languages WHERE id='ja'
Parameters:
[]
436 0.03 ms
SELECT fr FROM languages WHERE id='ja'
Parameters:
[]
437 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=754  ORDER BY j2.classement ASC
Parameters:
[]
438 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=754
                  ORDER BY t.title
Parameters:
[]
439 0.04 ms
SELECT fr FROM languages WHERE id='gl'
Parameters:
[]
440 0.03 ms
SELECT fr FROM languages WHERE id='gl'
Parameters:
[]
441 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=1183  ORDER BY j2.classement ASC
Parameters:
[]
442 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=1183
                  ORDER BY t.title
Parameters:
[]
443 0.04 ms
SELECT fr FROM languages WHERE id='pt'
Parameters:
[]
444 0.03 ms
SELECT fr FROM languages WHERE id='pt'
Parameters:
[]
445 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=5  ORDER BY j2.classement ASC
Parameters:
[]
446 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=5
                  ORDER BY t.title
Parameters:
[]
447 0.04 ms
SELECT fr FROM languages WHERE id='it'
Parameters:
[]
448 0.03 ms
SELECT fr FROM languages WHERE id='it'
Parameters:
[]
449 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=267  ORDER BY j2.classement ASC
Parameters:
[]
450 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=267
                  ORDER BY t.title
Parameters:
[]
451 0.04 ms
SELECT fr FROM languages WHERE id='de'
Parameters:
[]
452 0.03 ms
SELECT fr FROM languages WHERE id='de'
Parameters:
[]
453 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=408  ORDER BY j2.classement ASC
Parameters:
[]
454 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=408
                  ORDER BY t.title
Parameters:
[]
455 0.04 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
456 0.03 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
457 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=3397  ORDER BY j2.classement ASC
Parameters:
[]
458 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=3397
                  ORDER BY t.title
Parameters:
[]
459 0.04 ms
SELECT fr FROM languages WHERE id='ca'
Parameters:
[]
460 0.03 ms
SELECT fr FROM languages WHERE id='ca'
Parameters:
[]
461 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=191  ORDER BY j2.classement ASC
Parameters:
[]
462 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=191
                  ORDER BY t.title
Parameters:
[]
463 0.04 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
464 0.03 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
465 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=4372  ORDER BY j2.classement ASC
Parameters:
[]
466 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=4372
                  ORDER BY t.title
Parameters:
[]
467 0.04 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
468 0.03 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
469 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=8  ORDER BY j2.classement ASC
Parameters:
[]
470 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=8
                  ORDER BY t.title
Parameters:
[]
471 0.04 ms
SELECT fr FROM languages WHERE id='de'
Parameters:
[]
472 0.04 ms
SELECT fr FROM languages WHERE id='de'
Parameters:
[]
473 0.05 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=32552  ORDER BY j2.classement ASC
Parameters:
[]
474 0.06 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=32552
                  ORDER BY t.title
Parameters:
[]
475 0.04 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
476 0.04 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
477 0.05 ms
SELECT DISTINCT t0_.idtext AS idtext_0 FROM texts t1_ INNER JOIN text_adaptation t2_ ON t1_.idtext = t2_.idtextadaptation INNER JOIN texts t0_ ON t0_.idtext = t2_.idtext WHERE t1_.idtext = 4
Parameters:
[]
478 11.40 ms
SELECT DISTINCT MIN(s0_.date) AS sclr_0, t1_.url_clean AS url_clean_1, s2_.idspectacle AS idspectacle_2, s2_.title AS title_3, s2_.language AS language_4, s2_.creation_date AS creation_date_5, s2_.url_page AS url_page_6, s2_.infos AS infos_7, s2_.tag AS tag_8, s2_.id_rubrique AS id_rubrique_9, s2_.duration AS duration_10, s2_.interlude AS interlude_11, s2_.textfictif AS textfictif_12, s2_.url_redirect AS url_redirect_13, s2_.url_clean AS url_clean_14, s2_.dateupdate AS dateupdate_15, s2_.dateinsert AS dateinsert_16, s2_.publish AS publish_17, s2_.statut AS statut_18, s2_.valid AS valid_19, t1_.idtext AS idtext_20, t1_.type AS type_21, t1_.idtypetext AS idtypetext_22, t1_.special_text AS special_text_23, t1_.title AS title_24, t1_.subtitle AS subtitle_25, t1_.date AS date_26, t1_.language AS language_27, t1_.markdown AS markdown_28, t1_.abstract AS abstract_29, t1_.abstract_author AS abstract_author_30, t1_.abstract_date AS abstract_date_31, t1_.abstract_url AS abstract_url_32, t1_.publisher_url_text AS publisher_url_text_33, t1_.publication_year AS publication_year_34, t1_.publication_month AS publication_month_35, t1_.isbn AS isbn_36, t1_.ean AS ean_37, t1_.publishinfos AS publishinfos_38, t1_.urltextaccess AS urltextaccess_39, t1_.emailtextaccess AS emailtextaccess_40, t1_.idfiletextaccess AS idfiletextaccess_41, t1_.filetextaccesssave AS filetextaccesssave_42, t1_.textaccessmore AS textaccessmore_43, t1_.request_translation_text AS request_translation_text_44, t1_.request_performing_text AS request_performing_text_45, t1_.help_translation AS help_translation_46, t1_.help_publishing AS help_publishing_47, t1_.help_other AS help_other_48, t1_.moreinfo AS moreinfo_49, t1_.nmale AS nmale_50, t1_.nfemale AS nfemale_51, t1_.npeople AS npeople_52, t1_.textorder AS textorder_53, t1_.nbpages AS nbpages_54, t1_.price AS price_55, t1_.selection_aneth AS selection_aneth_56, t1_.idtext_aneth AS idtext_aneth_57, t1_.aide_creation AS aide_creation_58, t1_.comments AS comments_59, t1_.url_clean AS url_clean_60, t1_.textfictif AS textfictif_61, t1_.valid_opendata AS valid_opendata_62, t1_.dateupdate AS dateupdate_63, t1_.dateinsert AS dateinsert_64, t1_.publish AS publish_65, t1_.statut AS statut_66, t1_.valid AS valid_67, t3_.idtypespectacle AS idtypespectacle_68 FROM spectacles s2_ LEFT JOIN text_spectacle t4_ ON s2_.idspectacle = t4_.idspectacle LEFT JOIN texts t1_ ON t1_.idtext = t4_.idtext LEFT JOIN typesspectacles t3_ ON s2_.idtypespectacle = t3_.idtypespectacle LEFT JOIN schedules s0_ ON s2_.idspectacle = s0_.idspectacle LEFT JOIN text_spectacle t6_ ON s2_.idspectacle = t6_.idspectacle LEFT JOIN texts t5_ ON t5_.idtext = t6_.idtext LEFT JOIN spectacle_person s8_ ON s2_.idspectacle = s8_.idspectacle LEFT JOIN persons p7_ ON p7_.idperson = s8_.idperson INNER JOIN contacts c9_ ON s0_.idcontact = c9_.idcontact WHERE s2_.language = 'fr' AND s2_.idspectacle NOT IN (20943, 37311) AND (s2_.publish = 1 AND t1_.idtext = 4) GROUP BY s2_.idspectacle ORDER BY sclr_0 DESC LIMIT 6
Parameters:
[]
479 0.07 ms
SELECT t0.idtypespectacle AS idtypespectacle_1, t0.typespectacle AS typespectacle_2 FROM typesspectacles t0 WHERE t0.idtypespectacle IN (?) LIMIT 1
Parameters:
[
  4
]
480 0.44 ms
SELECT DISTINCT(p.`idperson`),p.`lastname`,p.`firstname`,p.`url_clean`
                FROM persons p
                    JOIN text_author ta ON ta.`idperson`=p.`idperson`
                    JOIN text_spectacle ts ON ts.`idtext`=ta.`idtext`
                WHERE ts.`idspectacle`=31709
Parameters:
[]
481 0.91 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=31709  ORDER BY p.`lastname`
Parameters:
[]
482 1.10 ms
SELECT MIN(s0_.date) AS sclr_0, MAX(s0_.date) AS sclr_1, s0_.idschedule AS idschedule_2, s0_.date AS date_3, s0_.hour AS hour_4, s0_.is_creation AS is_creation_5, s0_.is_cancelled AS is_cancelled_6, s0_.idcontact_festival AS idcontact_festival_7, s0_.url_spectacle AS url_spectacle_8, s0_.url_booking AS url_booking_9, s0_.note AS note_10, s0_.dateupdate AS dateupdate_11, s0_.dateinsert AS dateinsert_12, s0_.publish AS publish_13, s0_.valid AS valid_14, c1_.idcontact AS idcontact_15, c1_.type AS type_16, c1_.organisation AS organisation_17, c1_.nom_suite AS nom_suite_18, c1_.lastname AS lastname_19, c1_.firstname AS firstname_20, c1_.idtypestructure AS idtypestructure_21, c1_.license AS license_22, c1_.comment AS comment_23, c1_.private_comment AS private_comment_24, c1_.address1 AS address1_25, c1_.address2 AS address2_26, c1_.zip AS zip_27, c1_.city AS city_28, c1_.phone1 AS phone1_29, c1_.phone2 AS phone2_30, c1_.fax AS fax_31, c1_.email1 AS email1_32, c1_.email1_online AS email1_online_33, c1_.email2_online AS email2_online_34, c1_.email2 AS email2_35, c1_.url AS url_36, c1_.url_ticket AS url_ticket_37, c1_.facebook AS facebook_38, c1_.twitter AS twitter_39, c1_.instagram AS instagram_40, c1_.mobile AS mobile_41, c1_.geocodable AS geocodable_42, c1_.x AS x_43, c1_.y AS y_44, c1_.idmultimedia AS idmultimedia_45, c1_.type_view AS type_view_46, c1_.stats_access AS stats_access_47, c1_.ga_tracking_id AS ga_tracking_id_48, c1_.is_festival AS is_festival_49, c1_.link_on_video AS link_on_video_50, c1_.is_partenaire AS is_partenaire_51, c1_.valid_version AS valid_version_52, c1_.other_versions AS other_versions_53, c1_.url_redirect AS url_redirect_54, c1_.url_clean AS url_clean_55, c1_.dateupdate AS dateupdate_56, c1_.dateinsert AS dateinsert_57, c1_.publish AS publish_58, c1_.valid AS valid_59, s0_.idspectacle AS idspectacle_60, s0_.idcontact AS idcontact_61, s0_.idextranetuser AS idextranetuser_62, c1_.country AS country_63, c1_.idextranetuser AS idextranetuser_64 FROM schedules s0_ LEFT JOIN contacts c1_ ON s0_.idcontact = c1_.idcontact WHERE s0_.idspectacle = ? AND s0_.date >= ? GROUP BY s0_.idcontact ORDER BY s0_.date ASC LIMIT 1
Parameters:
[
  31709
  "2024-04-30"
]
483 0.36 ms
SELECT  COUNT(DISTINCT(m.idmultimedia)) 
                FROM object_multimedia om, multimedias m
                WHERE om.idmultimedia=m.idmultimedia
                AND om.idobject=31709
                AND om.object='spectacles'
                AND m.publish=1
Parameters:
[]
484 0.32 ms
SELECT COUNT(DISTINCT(d.`idpodcast`)) as total
                FROM podcasts d, podcast_spectacle do
                WHERE d.`publish`=1
                AND do.`idpodcast`= d.`idpodcast` AND do.`idspectacle`=31709 AND d.code_franceinter IS NOT NULL
Parameters:
[]
485 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:
[]
486 0.44 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='31709'
                   AND of.object='spectacles'
                   AND cl.idclassification=fc.idclassification AND f.publish=1 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:
[]
487 0.32 ms
SELECT COUNT(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=31709 AND cc.idclassification=6 LIMIT 1
Parameters:
[]
488 0.46 ms
SELECT COUNT(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=31709 AND cc.idclassification=125 LIMIT 1
Parameters:
[]
489 0.22 ms
SELECT COUNT(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=31709 AND cc.idclassification=101 LIMIT 1
Parameters:
[]
490 0.05 ms
SELECT t0.idtypespectacle AS idtypespectacle_1, t0.typespectacle AS typespectacle_2 FROM typesspectacles t0 WHERE t0.idtypespectacle IN (?) LIMIT 1
Parameters:
[
  4
]
491 0.29 ms
SELECT DISTINCT(p.`idperson`),p.`lastname`,p.`firstname`,p.`url_clean`
                FROM persons p
                    JOIN text_author ta ON ta.`idperson`=p.`idperson`
                    JOIN text_spectacle ts ON ts.`idtext`=ta.`idtext`
                WHERE ts.`idspectacle`=30448
Parameters:
[]
492 0.80 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=30448  ORDER BY p.`lastname`
Parameters:
[]
493 1.00 ms
SELECT MIN(s0_.date) AS sclr_0, MAX(s0_.date) AS sclr_1, s0_.idschedule AS idschedule_2, s0_.date AS date_3, s0_.hour AS hour_4, s0_.is_creation AS is_creation_5, s0_.is_cancelled AS is_cancelled_6, s0_.idcontact_festival AS idcontact_festival_7, s0_.url_spectacle AS url_spectacle_8, s0_.url_booking AS url_booking_9, s0_.note AS note_10, s0_.dateupdate AS dateupdate_11, s0_.dateinsert AS dateinsert_12, s0_.publish AS publish_13, s0_.valid AS valid_14, c1_.idcontact AS idcontact_15, c1_.type AS type_16, c1_.organisation AS organisation_17, c1_.nom_suite AS nom_suite_18, c1_.lastname AS lastname_19, c1_.firstname AS firstname_20, c1_.idtypestructure AS idtypestructure_21, c1_.license AS license_22, c1_.comment AS comment_23, c1_.private_comment AS private_comment_24, c1_.address1 AS address1_25, c1_.address2 AS address2_26, c1_.zip AS zip_27, c1_.city AS city_28, c1_.phone1 AS phone1_29, c1_.phone2 AS phone2_30, c1_.fax AS fax_31, c1_.email1 AS email1_32, c1_.email1_online AS email1_online_33, c1_.email2_online AS email2_online_34, c1_.email2 AS email2_35, c1_.url AS url_36, c1_.url_ticket AS url_ticket_37, c1_.facebook AS facebook_38, c1_.twitter AS twitter_39, c1_.instagram AS instagram_40, c1_.mobile AS mobile_41, c1_.geocodable AS geocodable_42, c1_.x AS x_43, c1_.y AS y_44, c1_.idmultimedia AS idmultimedia_45, c1_.type_view AS type_view_46, c1_.stats_access AS stats_access_47, c1_.ga_tracking_id AS ga_tracking_id_48, c1_.is_festival AS is_festival_49, c1_.link_on_video AS link_on_video_50, c1_.is_partenaire AS is_partenaire_51, c1_.valid_version AS valid_version_52, c1_.other_versions AS other_versions_53, c1_.url_redirect AS url_redirect_54, c1_.url_clean AS url_clean_55, c1_.dateupdate AS dateupdate_56, c1_.dateinsert AS dateinsert_57, c1_.publish AS publish_58, c1_.valid AS valid_59, s0_.idspectacle AS idspectacle_60, s0_.idcontact AS idcontact_61, s0_.idextranetuser AS idextranetuser_62, c1_.country AS country_63, c1_.idextranetuser AS idextranetuser_64 FROM schedules s0_ LEFT JOIN contacts c1_ ON s0_.idcontact = c1_.idcontact WHERE s0_.idspectacle = ? AND s0_.date >= ? GROUP BY s0_.idcontact ORDER BY s0_.date ASC LIMIT 1
Parameters:
[
  30448
  "2024-04-30"
]
494 0.33 ms
SELECT  COUNT(DISTINCT(m.idmultimedia)) 
                FROM object_multimedia om, multimedias m
                WHERE om.idmultimedia=m.idmultimedia
                AND om.idobject=30448
                AND om.object='spectacles'
                AND m.publish=1
Parameters:
[]
495 0.19 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`=30448 AND d.code_franceinter IS NOT NULL
Parameters:
[]
496 0.04 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:
[]
497 0.40 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='30448'
                   AND of.object='spectacles'
                   AND cl.idclassification=fc.idclassification AND f.publish=1 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:
[]
498 0.32 ms
SELECT COUNT(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=30448 AND cc.idclassification=6 LIMIT 1
Parameters:
[]
499 1.44 ms
SELECT COUNT(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=30448 AND cc.idclassification=125 LIMIT 1
Parameters:
[]
500 0.41 ms
SELECT COUNT(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=30448 AND cc.idclassification=101 LIMIT 1
Parameters:
[]
501 0.06 ms
SELECT t0.idtypespectacle AS idtypespectacle_1, t0.typespectacle AS typespectacle_2 FROM typesspectacles t0 WHERE t0.idtypespectacle IN (?) LIMIT 1
Parameters:
[
  4
]
502 0.05 ms
SELECT t0_.type AS type_0 FROM texts t0_ WHERE t0_.idtext = ?
Parameters:
[
  4
]
503 0.05 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=4  ORDER BY j2.classement ASC
Parameters:
[]
504 0.80 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=24800  ORDER BY p.`lastname`
Parameters:
[]
505 1.11 ms
SELECT MIN(s0_.date) AS sclr_0, MAX(s0_.date) AS sclr_1, s0_.idschedule AS idschedule_2, s0_.date AS date_3, s0_.hour AS hour_4, s0_.is_creation AS is_creation_5, s0_.is_cancelled AS is_cancelled_6, s0_.idcontact_festival AS idcontact_festival_7, s0_.url_spectacle AS url_spectacle_8, s0_.url_booking AS url_booking_9, s0_.note AS note_10, s0_.dateupdate AS dateupdate_11, s0_.dateinsert AS dateinsert_12, s0_.publish AS publish_13, s0_.valid AS valid_14, c1_.idcontact AS idcontact_15, c1_.type AS type_16, c1_.organisation AS organisation_17, c1_.nom_suite AS nom_suite_18, c1_.lastname AS lastname_19, c1_.firstname AS firstname_20, c1_.idtypestructure AS idtypestructure_21, c1_.license AS license_22, c1_.comment AS comment_23, c1_.private_comment AS private_comment_24, c1_.address1 AS address1_25, c1_.address2 AS address2_26, c1_.zip AS zip_27, c1_.city AS city_28, c1_.phone1 AS phone1_29, c1_.phone2 AS phone2_30, c1_.fax AS fax_31, c1_.email1 AS email1_32, c1_.email1_online AS email1_online_33, c1_.email2_online AS email2_online_34, c1_.email2 AS email2_35, c1_.url AS url_36, c1_.url_ticket AS url_ticket_37, c1_.facebook AS facebook_38, c1_.twitter AS twitter_39, c1_.instagram AS instagram_40, c1_.mobile AS mobile_41, c1_.geocodable AS geocodable_42, c1_.x AS x_43, c1_.y AS y_44, c1_.idmultimedia AS idmultimedia_45, c1_.type_view AS type_view_46, c1_.stats_access AS stats_access_47, c1_.ga_tracking_id AS ga_tracking_id_48, c1_.is_festival AS is_festival_49, c1_.link_on_video AS link_on_video_50, c1_.is_partenaire AS is_partenaire_51, c1_.valid_version AS valid_version_52, c1_.other_versions AS other_versions_53, c1_.url_redirect AS url_redirect_54, c1_.url_clean AS url_clean_55, c1_.dateupdate AS dateupdate_56, c1_.dateinsert AS dateinsert_57, c1_.publish AS publish_58, c1_.valid AS valid_59, s0_.idspectacle AS idspectacle_60, s0_.idcontact AS idcontact_61, s0_.idextranetuser AS idextranetuser_62, c1_.country AS country_63, c1_.idextranetuser AS idextranetuser_64 FROM schedules s0_ LEFT JOIN contacts c1_ ON s0_.idcontact = c1_.idcontact WHERE s0_.idspectacle = ? AND s0_.date >= ? GROUP BY s0_.idcontact ORDER BY s0_.date ASC LIMIT 1
Parameters:
[
  24800
  "2024-04-30"
]
506 0.28 ms
SELECT  COUNT(DISTINCT(m.idmultimedia)) 
                FROM object_multimedia om, multimedias m
                WHERE om.idmultimedia=m.idmultimedia
                AND om.idobject=24800
                AND om.object='spectacles'
                AND m.publish=1
Parameters:
[]
507 0.22 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`=24800 AND d.code_franceinter IS NOT NULL
Parameters:
[]
508 0.13 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:
[]
509 0.36 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='24800'
                   AND of.object='spectacles'
                   AND cl.idclassification=fc.idclassification AND f.publish=1 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:
[]
510 0.26 ms
SELECT COUNT(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=24800 AND cc.idclassification=6 LIMIT 1
Parameters:
[]
511 0.23 ms
SELECT COUNT(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=24800 AND cc.idclassification=125 LIMIT 1
Parameters:
[]
512 0.25 ms
SELECT COUNT(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=24800 AND cc.idclassification=101 LIMIT 1
Parameters:
[]
513 0.06 ms
SELECT t0.idtypespectacle AS idtypespectacle_1, t0.typespectacle AS typespectacle_2 FROM typesspectacles t0 WHERE t0.idtypespectacle IN (?) LIMIT 1
Parameters:
[
  4
]
514 0.05 ms
SELECT t0_.type AS type_0 FROM texts t0_ WHERE t0_.idtext = ?
Parameters:
[
  4
]
515 0.15 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=4  ORDER BY j2.classement ASC
Parameters:
[]
516 0.96 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=23671  ORDER BY p.`lastname`
Parameters:
[]
517 1.33 ms
SELECT MIN(s0_.date) AS sclr_0, MAX(s0_.date) AS sclr_1, s0_.idschedule AS idschedule_2, s0_.date AS date_3, s0_.hour AS hour_4, s0_.is_creation AS is_creation_5, s0_.is_cancelled AS is_cancelled_6, s0_.idcontact_festival AS idcontact_festival_7, s0_.url_spectacle AS url_spectacle_8, s0_.url_booking AS url_booking_9, s0_.note AS note_10, s0_.dateupdate AS dateupdate_11, s0_.dateinsert AS dateinsert_12, s0_.publish AS publish_13, s0_.valid AS valid_14, c1_.idcontact AS idcontact_15, c1_.type AS type_16, c1_.organisation AS organisation_17, c1_.nom_suite AS nom_suite_18, c1_.lastname AS lastname_19, c1_.firstname AS firstname_20, c1_.idtypestructure AS idtypestructure_21, c1_.license AS license_22, c1_.comment AS comment_23, c1_.private_comment AS private_comment_24, c1_.address1 AS address1_25, c1_.address2 AS address2_26, c1_.zip AS zip_27, c1_.city AS city_28, c1_.phone1 AS phone1_29, c1_.phone2 AS phone2_30, c1_.fax AS fax_31, c1_.email1 AS email1_32, c1_.email1_online AS email1_online_33, c1_.email2_online AS email2_online_34, c1_.email2 AS email2_35, c1_.url AS url_36, c1_.url_ticket AS url_ticket_37, c1_.facebook AS facebook_38, c1_.twitter AS twitter_39, c1_.instagram AS instagram_40, c1_.mobile AS mobile_41, c1_.geocodable AS geocodable_42, c1_.x AS x_43, c1_.y AS y_44, c1_.idmultimedia AS idmultimedia_45, c1_.type_view AS type_view_46, c1_.stats_access AS stats_access_47, c1_.ga_tracking_id AS ga_tracking_id_48, c1_.is_festival AS is_festival_49, c1_.link_on_video AS link_on_video_50, c1_.is_partenaire AS is_partenaire_51, c1_.valid_version AS valid_version_52, c1_.other_versions AS other_versions_53, c1_.url_redirect AS url_redirect_54, c1_.url_clean AS url_clean_55, c1_.dateupdate AS dateupdate_56, c1_.dateinsert AS dateinsert_57, c1_.publish AS publish_58, c1_.valid AS valid_59, s0_.idspectacle AS idspectacle_60, s0_.idcontact AS idcontact_61, s0_.idextranetuser AS idextranetuser_62, c1_.country AS country_63, c1_.idextranetuser AS idextranetuser_64 FROM schedules s0_ LEFT JOIN contacts c1_ ON s0_.idcontact = c1_.idcontact WHERE s0_.idspectacle = ? AND s0_.date >= ? GROUP BY s0_.idcontact ORDER BY s0_.date ASC LIMIT 1
Parameters:
[
  23671
  "2024-04-30"
]
518 0.39 ms
SELECT  COUNT(DISTINCT(m.idmultimedia)) 
                FROM object_multimedia om, multimedias m
                WHERE om.idmultimedia=m.idmultimedia
                AND om.idobject=23671
                AND om.object='spectacles'
                AND m.publish=1
Parameters:
[]
519 0.23 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`=23671 AND d.code_franceinter IS NOT NULL
Parameters:
[]
520 0.04 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:
[]
521 0.45 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='23671'
                   AND of.object='spectacles'
                   AND cl.idclassification=fc.idclassification AND f.publish=1 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:
[]
522 0.33 ms
SELECT COUNT(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=23671 AND cc.idclassification=6 LIMIT 1
Parameters:
[]
523 0.25 ms
SELECT COUNT(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=23671 AND cc.idclassification=125 LIMIT 1
Parameters:
[]
524 0.31 ms
SELECT COUNT(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=23671 AND cc.idclassification=101 LIMIT 1
Parameters:
[]
525 0.13 ms
SELECT t0.idtypespectacle AS idtypespectacle_1, t0.typespectacle AS typespectacle_2 FROM typesspectacles t0 WHERE t0.idtypespectacle IN (?) LIMIT 1
Parameters:
[
  3
]
526 0.06 ms
SELECT t0_.type AS type_0 FROM texts t0_ WHERE t0_.idtext = ?
Parameters:
[
  4
]
527 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=4  ORDER BY j2.classement ASC
Parameters:
[]
528 0.99 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=23307  ORDER BY p.`lastname`
Parameters:
[]
529 1.31 ms
SELECT MIN(s0_.date) AS sclr_0, MAX(s0_.date) AS sclr_1, s0_.idschedule AS idschedule_2, s0_.date AS date_3, s0_.hour AS hour_4, s0_.is_creation AS is_creation_5, s0_.is_cancelled AS is_cancelled_6, s0_.idcontact_festival AS idcontact_festival_7, s0_.url_spectacle AS url_spectacle_8, s0_.url_booking AS url_booking_9, s0_.note AS note_10, s0_.dateupdate AS dateupdate_11, s0_.dateinsert AS dateinsert_12, s0_.publish AS publish_13, s0_.valid AS valid_14, c1_.idcontact AS idcontact_15, c1_.type AS type_16, c1_.organisation AS organisation_17, c1_.nom_suite AS nom_suite_18, c1_.lastname AS lastname_19, c1_.firstname AS firstname_20, c1_.idtypestructure AS idtypestructure_21, c1_.license AS license_22, c1_.comment AS comment_23, c1_.private_comment AS private_comment_24, c1_.address1 AS address1_25, c1_.address2 AS address2_26, c1_.zip AS zip_27, c1_.city AS city_28, c1_.phone1 AS phone1_29, c1_.phone2 AS phone2_30, c1_.fax AS fax_31, c1_.email1 AS email1_32, c1_.email1_online AS email1_online_33, c1_.email2_online AS email2_online_34, c1_.email2 AS email2_35, c1_.url AS url_36, c1_.url_ticket AS url_ticket_37, c1_.facebook AS facebook_38, c1_.twitter AS twitter_39, c1_.instagram AS instagram_40, c1_.mobile AS mobile_41, c1_.geocodable AS geocodable_42, c1_.x AS x_43, c1_.y AS y_44, c1_.idmultimedia AS idmultimedia_45, c1_.type_view AS type_view_46, c1_.stats_access AS stats_access_47, c1_.ga_tracking_id AS ga_tracking_id_48, c1_.is_festival AS is_festival_49, c1_.link_on_video AS link_on_video_50, c1_.is_partenaire AS is_partenaire_51, c1_.valid_version AS valid_version_52, c1_.other_versions AS other_versions_53, c1_.url_redirect AS url_redirect_54, c1_.url_clean AS url_clean_55, c1_.dateupdate AS dateupdate_56, c1_.dateinsert AS dateinsert_57, c1_.publish AS publish_58, c1_.valid AS valid_59, s0_.idspectacle AS idspectacle_60, s0_.idcontact AS idcontact_61, s0_.idextranetuser AS idextranetuser_62, c1_.country AS country_63, c1_.idextranetuser AS idextranetuser_64 FROM schedules s0_ LEFT JOIN contacts c1_ ON s0_.idcontact = c1_.idcontact WHERE s0_.idspectacle = ? AND s0_.date >= ? GROUP BY s0_.idcontact ORDER BY s0_.date ASC LIMIT 1
Parameters:
[
  23307
  "2024-04-30"
]
530 0.33 ms
SELECT  COUNT(DISTINCT(m.idmultimedia)) 
                FROM object_multimedia om, multimedias m
                WHERE om.idmultimedia=m.idmultimedia
                AND om.idobject=23307
                AND om.object='spectacles'
                AND m.publish=1
Parameters:
[]
531 0.22 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`=23307 AND d.code_franceinter IS NOT NULL
Parameters:
[]
532 0.04 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:
[]
533 0.44 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='23307'
                   AND of.object='spectacles'
                   AND cl.idclassification=fc.idclassification AND f.publish=1 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:
[]
534 0.40 ms
SELECT COUNT(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=23307 AND cc.idclassification=6 LIMIT 1
Parameters:
[]
535 0.35 ms
SELECT COUNT(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=23307 AND cc.idclassification=125 LIMIT 1
Parameters:
[]
536 0.37 ms
SELECT COUNT(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=23307 AND cc.idclassification=101 LIMIT 1
Parameters:
[]
537 0.05 ms
SELECT t0.idtypespectacle AS idtypespectacle_1, t0.typespectacle AS typespectacle_2 FROM typesspectacles t0 WHERE t0.idtypespectacle IN (?) LIMIT 1
Parameters:
[
  4
]
538 0.04 ms
SELECT t0_.type AS type_0 FROM texts t0_ WHERE t0_.idtext = ?
Parameters:
[
  4
]
539 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=4  ORDER BY j2.classement ASC
Parameters:
[]
540 0.90 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=22479  ORDER BY p.`lastname`
Parameters:
[]
541 1.24 ms
SELECT MIN(s0_.date) AS sclr_0, MAX(s0_.date) AS sclr_1, s0_.idschedule AS idschedule_2, s0_.date AS date_3, s0_.hour AS hour_4, s0_.is_creation AS is_creation_5, s0_.is_cancelled AS is_cancelled_6, s0_.idcontact_festival AS idcontact_festival_7, s0_.url_spectacle AS url_spectacle_8, s0_.url_booking AS url_booking_9, s0_.note AS note_10, s0_.dateupdate AS dateupdate_11, s0_.dateinsert AS dateinsert_12, s0_.publish AS publish_13, s0_.valid AS valid_14, c1_.idcontact AS idcontact_15, c1_.type AS type_16, c1_.organisation AS organisation_17, c1_.nom_suite AS nom_suite_18, c1_.lastname AS lastname_19, c1_.firstname AS firstname_20, c1_.idtypestructure AS idtypestructure_21, c1_.license AS license_22, c1_.comment AS comment_23, c1_.private_comment AS private_comment_24, c1_.address1 AS address1_25, c1_.address2 AS address2_26, c1_.zip AS zip_27, c1_.city AS city_28, c1_.phone1 AS phone1_29, c1_.phone2 AS phone2_30, c1_.fax AS fax_31, c1_.email1 AS email1_32, c1_.email1_online AS email1_online_33, c1_.email2_online AS email2_online_34, c1_.email2 AS email2_35, c1_.url AS url_36, c1_.url_ticket AS url_ticket_37, c1_.facebook AS facebook_38, c1_.twitter AS twitter_39, c1_.instagram AS instagram_40, c1_.mobile AS mobile_41, c1_.geocodable AS geocodable_42, c1_.x AS x_43, c1_.y AS y_44, c1_.idmultimedia AS idmultimedia_45, c1_.type_view AS type_view_46, c1_.stats_access AS stats_access_47, c1_.ga_tracking_id AS ga_tracking_id_48, c1_.is_festival AS is_festival_49, c1_.link_on_video AS link_on_video_50, c1_.is_partenaire AS is_partenaire_51, c1_.valid_version AS valid_version_52, c1_.other_versions AS other_versions_53, c1_.url_redirect AS url_redirect_54, c1_.url_clean AS url_clean_55, c1_.dateupdate AS dateupdate_56, c1_.dateinsert AS dateinsert_57, c1_.publish AS publish_58, c1_.valid AS valid_59, s0_.idspectacle AS idspectacle_60, s0_.idcontact AS idcontact_61, s0_.idextranetuser AS idextranetuser_62, c1_.country AS country_63, c1_.idextranetuser AS idextranetuser_64 FROM schedules s0_ LEFT JOIN contacts c1_ ON s0_.idcontact = c1_.idcontact WHERE s0_.idspectacle = ? AND s0_.date >= ? GROUP BY s0_.idcontact ORDER BY s0_.date ASC LIMIT 1
Parameters:
[
  22479
  "2024-04-30"
]
542 0.35 ms
SELECT  COUNT(DISTINCT(m.idmultimedia)) 
                FROM object_multimedia om, multimedias m
                WHERE om.idmultimedia=m.idmultimedia
                AND om.idobject=22479
                AND om.object='spectacles'
                AND m.publish=1
Parameters:
[]
543 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`=22479 AND d.code_franceinter IS NOT NULL
Parameters:
[]
544 0.15 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:
[]
545 0.42 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='22479'
                   AND of.object='spectacles'
                   AND cl.idclassification=fc.idclassification AND f.publish=1 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:
[]
546 0.33 ms
SELECT COUNT(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=22479 AND cc.idclassification=6 LIMIT 1
Parameters:
[]
547 0.28 ms
SELECT COUNT(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=22479 AND cc.idclassification=125 LIMIT 1
Parameters:
[]
548 0.33 ms
SELECT COUNT(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=22479 AND cc.idclassification=101 LIMIT 1
Parameters:
[]
549 0.42 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 (4)  AND c.`classification`='class_texte_parauteur'
Parameters:
[]
550 0.08 ms
SELECT t.`idtext`,t.`title`,t.`date`,t.`type`,t.`language`,t.`country`,t.`idcontact_publisher`,t.`isbn`,t.`ean`,t.`publication_year`,t.`nbpages`,t.`idgenretext`,t.`textorder`,t.`url_clean`,contacts.`organisation`, contacts.`url_clean` as url_clean_publisher 
                        FROM text_traduction tt, texts t
                            LEFT JOIN contacts ON contacts.idcontact=t.idcontact_publisher
                        WHERE 1
                        AND t.idtext=tt.idtexttraduction
                        AND tt.idtext=4
                        AND t.type=1 AND t.publish=1 AND t.textfictif=0 GROUP BY t.idtext ORDER BY date DESC
Parameters:
[]
551 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=25664  ORDER BY j2.classement ASC
Parameters:
[]
552 0.04 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=25664
                  ORDER BY t.title
Parameters:
[]
553 0.03 ms
SELECT fr FROM languages WHERE id='lv'
Parameters:
[]
554 0.03 ms
SELECT fr FROM languages WHERE id='lv'
Parameters:
[]
555 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=45615  ORDER BY j2.classement ASC
Parameters:
[]
556 0.06 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=45615
                  ORDER BY t.title
Parameters:
[]
557 0.03 ms
SELECT fr FROM languages WHERE id='lt'
Parameters:
[]
558 0.03 ms
SELECT fr FROM languages WHERE id='lt'
Parameters:
[]
559 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=5995  ORDER BY j2.classement ASC
Parameters:
[]
560 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=5995
                  ORDER BY t.title
Parameters:
[]
561 0.03 ms
SELECT fr FROM languages WHERE id='tr'
Parameters:
[]
562 0.03 ms
SELECT fr FROM languages WHERE id='tr'
Parameters:
[]
563 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=6274  ORDER BY j2.classement ASC
Parameters:
[]
564 0.04 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=6274
                  ORDER BY t.title
Parameters:
[]
565 0.03 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
566 0.03 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
567 0.03 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=1957  ORDER BY j2.classement ASC
Parameters:
[]
568 0.04 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=1957
                  ORDER BY t.title
Parameters:
[]
569 0.03 ms
SELECT fr FROM languages WHERE id='et'
Parameters:
[]
570 0.03 ms
SELECT fr FROM languages WHERE id='et'
Parameters:
[]
571 0.03 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=3432  ORDER BY j2.classement ASC
Parameters:
[]
572 0.04 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=3432
                  ORDER BY t.title
Parameters:
[]
573 0.03 ms
SELECT fr FROM languages WHERE id='el'
Parameters:
[]
574 0.03 ms
SELECT fr FROM languages WHERE id='el'
Parameters:
[]
575 0.03 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=3462  ORDER BY j2.classement ASC
Parameters:
[]
576 0.04 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=3462
                  ORDER BY t.title
Parameters:
[]
577 0.03 ms
SELECT fr FROM languages WHERE id='ta'
Parameters:
[]
578 0.03 ms
SELECT fr FROM languages WHERE id='ta'
Parameters:
[]
579 0.03 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=2598  ORDER BY j2.classement ASC
Parameters:
[]
580 0.04 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=2598
                  ORDER BY t.title
Parameters:
[]
581 0.03 ms
SELECT fr FROM languages WHERE id='ko'
Parameters:
[]
582 0.03 ms
SELECT fr FROM languages WHERE id='ko'
Parameters:
[]
583 0.03 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=3373  ORDER BY j2.classement ASC
Parameters:
[]
584 0.04 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=3373
                  ORDER BY t.title
Parameters:
[]
585 0.03 ms
SELECT fr FROM languages WHERE id='fa'
Parameters:
[]
586 0.03 ms
SELECT fr FROM languages WHERE id='fa'
Parameters:
[]
587 0.03 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=1620  ORDER BY j2.classement ASC
Parameters:
[]
588 0.04 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=1620
                  ORDER BY t.title
Parameters:
[]
589 0.04 ms
SELECT fr FROM languages WHERE id='en'
Parameters:
[]
590 0.03 ms
SELECT fr FROM languages WHERE id='en'
Parameters:
[]
591 0.03 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=1699  ORDER BY j2.classement ASC
Parameters:
[]
592 0.04 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=1699
                  ORDER BY t.title
Parameters:
[]
593 0.03 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
594 0.03 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
595 0.03 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=3301  ORDER BY j2.classement ASC
Parameters:
[]
596 0.04 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=3301
                  ORDER BY t.title
Parameters:
[]
597 0.03 ms
SELECT fr FROM languages WHERE id='ro'
Parameters:
[]
598 0.03 ms
SELECT fr FROM languages WHERE id='ro'
Parameters:
[]
599 0.03 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=7188  ORDER BY j2.classement ASC
Parameters:
[]
600 0.04 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=7188
                  ORDER BY t.title
Parameters:
[]
601 0.03 ms
SELECT fr FROM languages WHERE id='cs'
Parameters:
[]
602 0.03 ms
SELECT fr FROM languages WHERE id='cs'
Parameters:
[]
603 0.03 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=435  ORDER BY j2.classement ASC
Parameters:
[]
604 0.04 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=435
                  ORDER BY t.title
Parameters:
[]
605 0.03 ms
SELECT fr FROM languages WHERE id='pt'
Parameters:
[]
606 0.03 ms
SELECT fr FROM languages WHERE id='pt'
Parameters:
[]
607 0.03 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=1700  ORDER BY j2.classement ASC
Parameters:
[]
608 0.04 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=1700
                  ORDER BY t.title
Parameters:
[]
609 0.03 ms
SELECT fr FROM languages WHERE id='pl'
Parameters:
[]
610 0.03 ms
SELECT fr FROM languages WHERE id='pl'
Parameters:
[]
611 0.03 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=3270  ORDER BY j2.classement ASC
Parameters:
[]
612 0.04 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=3270
                  ORDER BY t.title
Parameters:
[]
613 0.03 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
614 0.03 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
615 0.03 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=1134  ORDER BY j2.classement ASC
Parameters:
[]
616 0.04 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=1134
                  ORDER BY t.title
Parameters:
[]
617 0.03 ms
SELECT fr FROM languages WHERE id='ru'
Parameters:
[]
618 0.03 ms
SELECT fr FROM languages WHERE id='ru'
Parameters:
[]
619 0.03 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=1669  ORDER BY j2.classement ASC
Parameters:
[]
620 0.04 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=1669
                  ORDER BY t.title
Parameters:
[]
621 0.03 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
622 0.03 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
623 0.03 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=4374  ORDER BY j2.classement ASC
Parameters:
[]
624 0.04 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=4374
                  ORDER BY t.title
Parameters:
[]
625 0.03 ms
SELECT fr FROM languages WHERE id='sk'
Parameters:
[]
626 0.06 ms
SELECT fr FROM languages WHERE id='sk'
Parameters:
[]
627 0.03 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=404  ORDER BY j2.classement ASC
Parameters:
[]
628 0.04 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=404
                  ORDER BY t.title
Parameters:
[]
629 0.03 ms
SELECT fr FROM languages WHERE id='bg'
Parameters:
[]
630 0.03 ms
SELECT fr FROM languages WHERE id='bg'
Parameters:
[]
631 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=406  ORDER BY j2.classement ASC
Parameters:
[]
632 0.04 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=406
                  ORDER BY t.title
Parameters:
[]
633 0.03 ms
SELECT fr FROM languages WHERE id='ja'
Parameters:
[]
634 0.03 ms
SELECT fr FROM languages WHERE id='ja'
Parameters:
[]
635 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=754  ORDER BY j2.classement ASC
Parameters:
[]
636 0.04 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=754
                  ORDER BY t.title
Parameters:
[]
637 0.03 ms
SELECT fr FROM languages WHERE id='gl'
Parameters:
[]
638 0.08 ms
SELECT fr FROM languages WHERE id='gl'
Parameters:
[]
639 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=1183  ORDER BY j2.classement ASC
Parameters:
[]
640 0.04 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=1183
                  ORDER BY t.title
Parameters:
[]
641 0.03 ms
SELECT fr FROM languages WHERE id='pt'
Parameters:
[]
642 0.03 ms
SELECT fr FROM languages WHERE id='pt'
Parameters:
[]
643 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=5  ORDER BY j2.classement ASC
Parameters:
[]
644 0.04 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=5
                  ORDER BY t.title
Parameters:
[]
645 0.03 ms
SELECT fr FROM languages WHERE id='it'
Parameters:
[]
646 0.03 ms
SELECT fr FROM languages WHERE id='it'
Parameters:
[]
647 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=267  ORDER BY j2.classement ASC
Parameters:
[]
648 0.04 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=267
                  ORDER BY t.title
Parameters:
[]
649 0.03 ms
SELECT fr FROM languages WHERE id='de'
Parameters:
[]
650 0.03 ms
SELECT fr FROM languages WHERE id='de'
Parameters:
[]
651 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=408  ORDER BY j2.classement ASC
Parameters:
[]
652 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=408
                  ORDER BY t.title
Parameters:
[]
653 0.03 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
654 0.03 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
655 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=3397  ORDER BY j2.classement ASC
Parameters:
[]
656 0.04 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=3397
                  ORDER BY t.title
Parameters:
[]
657 0.03 ms
SELECT fr FROM languages WHERE id='ca'
Parameters:
[]
658 0.03 ms
SELECT fr FROM languages WHERE id='ca'
Parameters:
[]
659 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=191  ORDER BY j2.classement ASC
Parameters:
[]
660 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=191
                  ORDER BY t.title
Parameters:
[]
661 0.03 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
662 0.02 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
663 0.03 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=4372  ORDER BY j2.classement ASC
Parameters:
[]
664 0.03 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=4372
                  ORDER BY t.title
Parameters:
[]
665 0.03 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
666 0.02 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
667 0.03 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=8  ORDER BY j2.classement ASC
Parameters:
[]
668 0.04 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=8
                  ORDER BY t.title
Parameters:
[]
669 0.04 ms
SELECT fr FROM languages WHERE id='de'
Parameters:
[]
670 0.03 ms
SELECT fr FROM languages WHERE id='de'
Parameters:
[]
671 0.03 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=32552  ORDER BY j2.classement ASC
Parameters:
[]
672 0.04 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=32552
                  ORDER BY t.title
Parameters:
[]
673 0.03 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
674 0.03 ms
SELECT fr FROM languages WHERE id='es'
Parameters:
[]
675 0.04 ms
SELECT DISTINCT t0_.idtext AS idtext_0 FROM texts t1_ INNER JOIN text_adaptation t2_ ON t1_.idtext = t2_.idtextadaptation INNER JOIN texts t0_ ON t0_.idtext = t2_.idtext WHERE t1_.idtext = 4
Parameters:
[]
676 2.34 ms
SELECT DISTINCT MIN(s0_.date) AS sclr_0, t1_.url_clean AS url_clean_1, s2_.idspectacle AS idspectacle_2, s2_.title AS title_3, s2_.language AS language_4, s2_.creation_date AS creation_date_5, s2_.url_page AS url_page_6, s2_.infos AS infos_7, s2_.tag AS tag_8, s2_.id_rubrique AS id_rubrique_9, s2_.duration AS duration_10, s2_.interlude AS interlude_11, s2_.textfictif AS textfictif_12, s2_.url_redirect AS url_redirect_13, s2_.url_clean AS url_clean_14, s2_.dateupdate AS dateupdate_15, s2_.dateinsert AS dateinsert_16, s2_.publish AS publish_17, s2_.statut AS statut_18, s2_.valid AS valid_19, t1_.idtext AS idtext_20, t1_.type AS type_21, t1_.idtypetext AS idtypetext_22, t1_.special_text AS special_text_23, t1_.title AS title_24, t1_.subtitle AS subtitle_25, t1_.date AS date_26, t1_.language AS language_27, t1_.markdown AS markdown_28, t1_.abstract AS abstract_29, t1_.abstract_author AS abstract_author_30, t1_.abstract_date AS abstract_date_31, t1_.abstract_url AS abstract_url_32, t1_.publisher_url_text AS publisher_url_text_33, t1_.publication_year AS publication_year_34, t1_.publication_month AS publication_month_35, t1_.isbn AS isbn_36, t1_.ean AS ean_37, t1_.publishinfos AS publishinfos_38, t1_.urltextaccess AS urltextaccess_39, t1_.emailtextaccess AS emailtextaccess_40, t1_.idfiletextaccess AS idfiletextaccess_41, t1_.filetextaccesssave AS filetextaccesssave_42, t1_.textaccessmore AS textaccessmore_43, t1_.request_translation_text AS request_translation_text_44, t1_.request_performing_text AS request_performing_text_45, t1_.help_translation AS help_translation_46, t1_.help_publishing AS help_publishing_47, t1_.help_other AS help_other_48, t1_.moreinfo AS moreinfo_49, t1_.nmale AS nmale_50, t1_.nfemale AS nfemale_51, t1_.npeople AS npeople_52, t1_.textorder AS textorder_53, t1_.nbpages AS nbpages_54, t1_.price AS price_55, t1_.selection_aneth AS selection_aneth_56, t1_.idtext_aneth AS idtext_aneth_57, t1_.aide_creation AS aide_creation_58, t1_.comments AS comments_59, t1_.url_clean AS url_clean_60, t1_.textfictif AS textfictif_61, t1_.valid_opendata AS valid_opendata_62, t1_.dateupdate AS dateupdate_63, t1_.dateinsert AS dateinsert_64, t1_.publish AS publish_65, t1_.statut AS statut_66, t1_.valid AS valid_67, t3_.idtypespectacle AS idtypespectacle_68 FROM spectacles s2_ LEFT JOIN text_spectacle t4_ ON s2_.idspectacle = t4_.idspectacle LEFT JOIN texts t1_ ON t1_.idtext = t4_.idtext LEFT JOIN typesspectacles t3_ ON s2_.idtypespectacle = t3_.idtypespectacle LEFT JOIN schedules s0_ ON s2_.idspectacle = s0_.idspectacle LEFT JOIN text_spectacle t6_ ON s2_.idspectacle = t6_.idspectacle LEFT JOIN texts t5_ ON t5_.idtext = t6_.idtext LEFT JOIN spectacle_person s8_ ON s2_.idspectacle = s8_.idspectacle LEFT JOIN persons p7_ ON p7_.idperson = s8_.idperson INNER JOIN contacts c9_ ON s0_.idcontact = c9_.idcontact LEFT JOIN spectacle_aide s10_ ON s2_.idspectacle = s10_.idspectacle AND (s10_.idspectacle = s2_.idspectacle) INNER JOIN aides a11_ ON s10_.idaide = a11_.idaide WHERE s2_.language = 'fr' AND s10_.idaide = a11_.idaide AND a11_.idcontact IN (28366) AND (s2_.publish = 1 AND t1_.idtext = 4) GROUP BY s2_.idspectacle ORDER BY sclr_0 DESC LIMIT 4
Parameters:
[]
677 1.28 ms
SELECT c.title,c.idcontent,c.link,c.writer_group,c.writer,c.date_article,c.writer_group_url,c.dateinsert,
            oc.idclassification as group_idclassification, cloc.classification as group_classification,
            c.is_link,c.deck,c.idextranetuser,c.display_media,c.language,cl.classification,cl.idclassification,e.login FROM contents c
                    LEFT JOIN extranetusers e ON c.idextranetuser=e.idextranetuser
                    , content_classification cc, classifications cl, object_content oc
                    LEFT JOIN classifications cloc ON oc.idclassification=cloc.idclassification  WHERE oc.idcontent=c.idcontent
                   AND cc.idcontent=c.idcontent
                   AND cc.idclassification=cl.idclassification
                   AND oc.object='spectacles'  AND c.publish=1 AND oc.idobject=20943 AND cl.classification='class_article'  ORDER BY c.`range`,c.dateinsert ASC LIMIT 3
Parameters:
[]
678 0.29 ms
SELECT j1.idclassification,j1.classification,j1.type,j1.idgroupclassification ,j3.idcontent FROM theatreok_dev.classifications j1, theatreok_dev.content_classification j2, theatreok_dev.contents j3
                        WHERE j3.idcontent=j2.idcontent
                        AND j1.idclassification=j2.idclassification
                        AND j3.idcontent=78078
Parameters:
[]
679 1.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='78078'
                   AND of.object='contents'
                   AND cl.idclassification=fc.idclassification AND f.publish=1 AND 1 AND f.idtype=tf.idtype ORDER BY f.`range`,f.idfile
Parameters:
[]
680 0.26 ms
SELECT j1.idclassification,j1.classification,j1.type,j1.idgroupclassification ,j3.idcontent FROM theatreok_dev.classifications j1, theatreok_dev.content_classification j2, theatreok_dev.contents j3
                        WHERE j3.idcontent=j2.idcontent
                        AND j1.idclassification=j2.idclassification
                        AND j3.idcontent=83653
Parameters:
[]
681 1.01 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='83653'
                   AND of.object='contents'
                   AND cl.idclassification=fc.idclassification AND f.publish=1 AND 1 AND f.idtype=tf.idtype ORDER BY f.`range`,f.idfile
Parameters:
[]
682 0.04 ms
SELECT fr FROM languages WHERE id='fr'
Parameters:
[]
683 0.03 ms
SELECT fr FROM languages WHERE id='fr'
Parameters:
[]
684 0.44 ms
SELECT c.*, cl.classification, c.`range` as `range`, e.idextranetuser, e.login
                FROM contents c
                    LEFT JOIN extranetusers e ON c.idextranetuser=e.idextranetuser, classifications cl, content_classification cc
                WHERE cc.idcontent=c.idcontent AND cc.idclassification=cl.idclassification
                AND c.idcontent=78078
Parameters:
[]
685 0.24 ms
SELECT j1.idcontact,j1.organisation,j1.url,j1.type,j1.city ,j3.idcontent FROM theatreok_dev.contacts j1, theatreok_dev.content_contact j2, theatreok_dev.contents j3
                        WHERE j3.idcontent=j2.idcontent
                        AND j1.idcontact=j2.idcontact
                        AND j3.idcontent=78078
Parameters:
[]
686 0.21 ms
SELECT j1.idperson,j1.lastname,j1.firstname ,j3.idcontent FROM theatreok_dev.persons j1, theatreok_dev.content_person j2, theatreok_dev.contents j3
                        WHERE j3.idcontent=j2.idcontent
                        AND j1.idperson=j2.idperson
                        AND j3.idcontent=78078
Parameters:
[]
687 0.04 ms
SELECT j1.idclassification,j1.classification,j1.type,j1.idgroupclassification ,j3.idcontent FROM theatreok_dev.classifications j1, theatreok_dev.content_classification j2, theatreok_dev.contents j3
                        WHERE j3.idcontent=j2.idcontent
                        AND j1.idclassification=j2.idclassification
                        AND j3.idcontent=78078
Parameters:
[]
688 0.03 ms
SELECT fr FROM languages WHERE id='fr'
Parameters:
[]
689 0.05 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='78078'
                   AND of.object='contents'
                   AND cl.idclassification=fc.idclassification AND f.publish=1 AND 1 AND f.idtype=tf.idtype ORDER BY f.`range`,f.idfile
Parameters:
[]
690 0.19 ms
SELECT fichier FROM content_template dbo_tpl, templates tpl
                WHERE dbo_tpl.idtemplate=tpl.idtemplate
                AND dbo_tpl.idcontent=78078
Parameters:
[]
691 0.75 ms
SELECT COUNT(DISTINCT(c.idcontent))  FROM contents c
                    LEFT JOIN extranetusers e ON c.idextranetuser=e.idextranetuser
                    , content_classification cc, classifications cl, object_content oc
                    LEFT JOIN classifications cloc ON oc.idclassification=cloc.idclassification  WHERE oc.idcontent=c.idcontent
                   AND cc.idcontent=c.idcontent
                   AND cc.idclassification=cl.idclassification
                   AND oc.object='spectacles'  AND c.publish=1 AND oc.idobject=20943 AND cl.classification='class_article'  ORDER BY c.`range`,c.dateinsert ASC LIMIT 0,10
Parameters:
[]
692 0.12 ms
SELECT  spectacle_aide.*,aides.*,`spectacle_aide`.`publish` as spectacle_aide_publish 
FROM  `aides` ,
 `spectacle_aide`  
 WHERE 1  AND spectacle_aide.`publish`=1  AND aides.`publish`=1  AND aides.`type_aide` IN (2,3)  AND spectacle_aide.`idspectacle`=20943 AND aides.`idaide`=spectacle_aide.`idaide` 
  
ORDER BY spectacle_aide.`date_start` 
DESC 
LIMIT 0,10
Parameters:
[]
693 0.08 ms
SELECT  spectacle_aide.*,aides.*,`spectacle_aide`.`publish` as spectacle_aide_publish 
FROM  `aides` ,
 `spectacle_aide`  
 WHERE 1  AND spectacle_aide.`publish`=1  AND aides.`publish`=1  AND aides.`type_aide` IN (4)  AND spectacle_aide.`idspectacle`=20943 AND aides.`idaide`=spectacle_aide.`idaide` 
  
ORDER BY spectacle_aide.`date_start` 
DESC 
LIMIT 0,10
Parameters:
[]
694 0.14 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_critique'))) AND spectacles=1
Parameters:
[]
695 0.60 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='20943'
                   AND oc.object='spectacles'
                   AND cl.idclassification=cc.idclassification AND c.publish=1 AND c.publish=1 AND c.valid=1  AND ((cl.classification IN ('class_critique')))
Parameters:
[]
696 0.42 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=20943 ) AND T1.publish=1 AND T1.publish=1 AND T1.valid=1
Parameters:
[]
697 0.28 ms
SELECT  COUNT(DISTINCT(m.idmultimedia)) 
                FROM object_multimedia om, multimedias m
                WHERE om.idmultimedia=m.idmultimedia
                AND om.idobject=20943
                AND om.object='spectacles'
                AND m.publish=1
Parameters:
[]
698 0.28 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 ('4')  AND c.`classification`='class_texte_parauteur'
Parameters:
[]
699 0.23 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 ('4')  AND c.`classification`='class_texte_par_traducteur'
Parameters:
[]
700 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`=20943 AND d.code_franceinter IS NOT NULL
Parameters:
[]
701 0.07 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:
[]
702 0.39 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='20943'
                   AND of.object='spectacles'
                   AND cl.idclassification=fc.idclassification AND f.publish=1 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:
[]
703 0.25 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=20943 AND cc.idclassification=6 LIMIT 1
Parameters:
[]
704 0.05 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=20943 AND cc.idclassification=6 LIMIT 1
Parameters:
[]
705 0.33 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=20943 AND cc.idclassification=1 LIMIT 1
Parameters:
[]
706 0.05 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=20943 AND cc.idclassification=1 LIMIT 1
Parameters:
[]
707 0.24 ms
SELECT COUNT(sc.idspectacle)
                                FROM schedules sc
                                WHERE sc.idspectacle=20943
Parameters:
[]
708 0.05 ms
SELECT COUNT(sc.idspectacle)
                                FROM schedules sc
                                WHERE sc.idspectacle=20943
Parameters:
[]
709 0.26 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=20943 AND cc.idclassification=101 LIMIT 1
Parameters:
[]
710 0.06 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=20943 AND cc.idclassification=101 LIMIT 1
Parameters:
[]
711 0.33 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=20943 AND cc.idclassification=125 LIMIT 1
Parameters:
[]
712 0.05 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.idclassification IN (125))) AND texts=1
Parameters:
[]
713 0.34 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='4'
                   AND oc.object='texts'
                   AND cl.idclassification=cc.idclassification AND c.publish=1 AND ((cl.idclassification IN (125)))
Parameters:
[]
714 0.05 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=20943 AND cc.idclassification=125 LIMIT 1
Parameters:
[]
715 0.24 ms
SELECT t0.idstat AS idstat_1, t0.type AS type_2, t0.module AS module_3, t0.url AS url_4, t0.idcontent AS idcontent_5, t0.object AS object_6, t0.idobject AS idobject_7, t0.video AS video_8, t0.remote_addr AS remote_addr_9, t0.lng AS lng_10, t0.source AS source_11, t0.md5url AS md5url_12, t0.dateinsert AS dateinsert_13 FROM stats t0 WHERE t0.remote_addr = ? AND t0.idcontent = ? AND t0.md5url = ?
Parameters:
[
  "e48aab53787123abc3ca02543a1c6d87-d3f3"
  0
  "72637e8359eca9a30f447fb6e11b5b22"
]
716 0.78 ms
INSERT INTO stats (type, module, url, md5url, idcontent, object, idobject, video, lng, remote_addr, source) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "article"
  "thnet"
  "/spectacles/J-etais-dans-ma-maison-et-j-attendais-que-la-pluie-vienne-20943/"
  "72637e8359eca9a30f447fb6e11b5b22"
  0
  "spectacles"
  20943
  0
  "fr"
  "e48aab53787123abc3ca02543a1c6d87-d3f3"
  "/home/web/theatre-contemporain.net/dev/src/Controller/SpectacleController.php:518"
]
717 0.71 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