Query Metrics

251 Database Queries
176 Different statements
624.39 ms Query time
0 Invalid entities
0 Cache hits
0 Cache misses
0 Cache puts

Queries

Group similar statements

# Time Info
1 0.50 ms
SELECT idperson FROM persons WHERE url_clean='Claude-Porcell'
Parameters:
[]
2 0.81 ms
SELECT p0_.idperson AS idperson_0, p0_.lastname AS lastname_1, p0_.firstname AS firstname_2, p0_.sexe AS sexe_3, p0_.datestart AS datestart_4, p0_.dateend AS dateend_5, p0_.language AS language_6, p0_.language2 AS language2_7, p0_.email AS email_8, p0_.comment AS comment_9, p0_.cname AS cname_10, p0_.caddress AS caddress_11, p0_.czip AS czip_12, p0_.ccity AS ccity_13, p0_.ccountry AS ccountry_14, p0_.cphone AS cphone_15, p0_.cfax AS cfax_16, p0_.cemail AS cemail_17, p0_.cmobile AS cmobile_18, p0_.url_redirect AS url_redirect_19, p0_.url_clean AS url_clean_20, p0_.url_mav AS url_mav_21, p0_.dateupdate AS dateupdate_22, p0_.dateinsert AS dateinsert_23, p0_.publish AS publish_24, p0_.valid AS valid_25, p0_.idcorvin AS idcorvin_26, p0_.country AS country_27, p0_.idrole AS idrole_28, p0_.idextranetuser AS idextranetuser_29 FROM persons p0_ WHERE p0_.idperson = ?
Parameters:
[
  143
]
3 0.76 ms
SELECT COUNT(DISTINCT(t.idtext))
                FROM text_author ta, texts t
                WHERE t.idtext=ta.idtext AND t.textfictif=0
                AND ta.idperson=143 AND t.publish=1 AND t.type IN (0,2)
Parameters:
[]
4 0.93 ms
SELECT COUNT(DISTINCT(tt.idtext)) as total
                FROM text_translator tt, texts t
                WHERE 1
                AND t.idtext=tt.idtext
                AND t.textfictif=0
                AND tt.idperson=143 AND t.publish=1
Parameters:
[]
5 0.67 ms
SELECT COUNT(DISTINCT(sp.idspectacle)) as total
                FROM spectacle_person sp, spectacles s
                WHERE 1
                AND sp.idspectacle=s.idspectacle
                AND sp.idperson=143
                AND sp.idrole=1 AND s.publish=1
Parameters:
[]
6 0.15 ms
SELECT fr FROM countries WHERE id='FR'
Parameters:
[]
7 0.06 ms
SELECT fr FROM languages WHERE id='fr'
Parameters:
[]
8 0.72 ms
SELECT j1.idcontact,j1.organisation,j1.url_clean,j2.idoffice,j2.date_start,j2.date_end ,j3.idperson FROM theatreok_dev.contacts j1, theatreok_dev.contact_person j2, theatreok_dev.persons j3
                        WHERE j3.idperson=j2.idperson
                        AND j1.idcontact=j2.idcontact
                        AND j3.idperson=143  AND j2.idoffice=1
Parameters:
[]
9 0.08 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_biotxt'))) AND persons=1
Parameters:
[]
10 2.26 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='143'
                   AND oc.object='persons'
                   AND cl.idclassification=cc.idclassification AND c.publish=1 AND ((cl.classification IN ('class_biotxt'))) ORDER BY c.`range`,c.idcontent
Parameters:
[]
11 0.07 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_photo_person'))) AND persons=1
Parameters:
[]
12 1.62 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='143'
                   AND of.object='persons'
                   AND cl.idclassification=fc.idclassification AND f.publish=1 AND ((cl.classification IN ('class_photo_person'))) AND f.idtype=tf.idtype ORDER BY f.`range`,f.idfile
Parameters:
[]
13 0.48 ms
SELECT t.`idtext`
                           FROM text_author ta
                           JOIN texts t ON ta.`idtext`=t.`idtext`
                           WHERE ta.`idperson` IN (143)
Parameters:
[]
14 0.72 ms
SELECT tad.`idtextadaptation`
                               FROM text_adaptation tad
                               JOIN texts t ON t.`idtext`=tad.`idtext`
                               JOIN text_author ta ON t.`idtext`=ta.`idtext`
                               WHERE ta.`idperson` IN (143)
Parameters:
[]
15 0.68 ms
SELECT t.`idtext`
                               FROM text_translator tt
                               JOIN texts t ON tt.`idtext`=t.`idtext`
                               WHERE
                               tt.`idperson` IN (143)
Parameters:
[]
16 0.39 ms
SELECT tt.`idtexttraduction`
                                FROM text_traduction tt
                                JOIN text_author ta ON tt.`idtext`=ta.`idtext`
                                JOIN texts t ON tt.`idtext`=t.`idtext`
                                WHERE ta.`idperson` IN (143)
Parameters:
[]
17 546.33 ms
SELECT s.`idspectacle`
                               FROM spectacles s
                               LEFT JOIN spectacle_person sp ON sp.`idspectacle`=s.`idspectacle`
                               LEFT JOIN text_spectacle ts ON ts.`idspectacle`=s.`idspectacle`
                               WHERE s.`publish`=1 AND s.`valid`=1
                               AND (sp.`idperson`=143 OR ts.`idtext` IN (274,1175,1613,1641,1749,1999,2044,2994,3174,3966,5598,5625,5627,11669,14120,16600,18780,23997) )
Parameters:
[]
18 0.33 ms
SELECT  DISTINCT(multimedias.idmultimedia) 
FROM  `object_multimedia` ,
 `multimedias`  
 WHERE 1 AND object_multimedia.`idrole`=25  AND multimedias.`publish`=1  AND object_multimedia.`object`='persons'  AND object_multimedia.`idobject`=143 AND multimedias.`idmultimedia`=object_multimedia.`idmultimedia` 
GROUP BY multimedias.idmultimedia 
ORDER BY multimedias.dateinsert 
DESC 
LIMIT 0,10
Parameters:
[]
19 1.79 ms
SELECT COUNT(DISTINCT(ct.`idcontent`))
            FROM spectacles s
            JOIN object_content oc ON s.`idspectacle`=oc.`idobject`
            JOIN contents ct ON oc.`idcontent`=ct.`idcontent`
            JOIN content_classification cc ON ct.`idcontent`=cc.`idcontent`
            WHERE s.`publish`=1 AND s.`valid`=1
            AND ct.`publish`=1 AND ct.`valid`=1
            AND cc.`idclassification`=101
            AND s.`idspectacle` IN (919,1235,1260,1336,1601,2407,2417,2592,2705,3076,3096,3138,3208,3781,3845,3939,4044,4058,6053,7668,10692,10720,12869,14679,14805,15235,16267,21653,25052,26868,29202,29859)
Parameters:
[]
20 1.07 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, text_translator ttr, texts t
                            LEFT JOIN contacts ON contacts.idcontact=t.idcontact_publisher
                         WHERE 1
                         AND t.idtext=tt.idtexttraduction
                         AND t.idtext=ttr.idtext
                         AND ttr.idperson=143
                         AND t.type=1 AND t.publish=1 AND t.textfictif=0 GROUP BY t.idtext ORDER BY date DESC
Parameters:
[]
21 0.13 ms
SELECT t0_.type AS type_0 FROM texts t0_ WHERE t0_.idtext = ?
Parameters:
[
  "1175"
]
22 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=1175
                  ORDER BY t.title
Parameters:
[]
23 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_author j2, theatreok_dev.texts j3
                        WHERE j3.idtext=j2.idtext
                        AND j1.idperson=j2.idperson
                        AND j3.idtext=1174  ORDER BY j2.classement ASC
Parameters:
[]
24 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=1175  ORDER BY j2.classement ASC
Parameters:
[]
25 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=1175
                  ORDER BY t.title
Parameters:
[]
26 0.03 ms
SELECT fr FROM languages WHERE id='fr'
Parameters:
[]
27 0.03 ms
SELECT fr FROM countries WHERE id='FR'
Parameters:
[]
28 0.10 ms
SELECT t0_.type AS type_0 FROM texts t0_ WHERE t0_.idtext = ?
Parameters:
[
  "2994"
]
29 0.18 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=2994
                  ORDER BY t.title
Parameters:
[]
30 0.21 ms
SELECT j1.idperson,j1.lastname,j1.firstname,j1.url_clean,j1.valid ,j3.idtext FROM theatreok_dev.persons j1, theatreok_dev.text_author j2, theatreok_dev.texts j3
                        WHERE j3.idtext=j2.idtext
                        AND j1.idperson=j2.idperson
                        AND j3.idtext=2993  ORDER BY j2.classement ASC
Parameters:
[]
31 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=2994  ORDER BY j2.classement ASC
Parameters:
[]
32 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=2994
                  ORDER BY t.title
Parameters:
[]
33 0.03 ms
SELECT fr FROM languages WHERE id='fr'
Parameters:
[]
34 0.10 ms
SELECT t0_.type AS type_0 FROM texts t0_ WHERE t0_.idtext = ?
Parameters:
[
  "14120"
]
35 0.17 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=14120
                  ORDER BY t.title
Parameters:
[]
36 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_author j2, theatreok_dev.texts j3
                        WHERE j3.idtext=j2.idtext
                        AND j1.idperson=j2.idperson
                        AND j3.idtext=14119  ORDER BY j2.classement ASC
Parameters:
[]
37 0.18 ms
SELECT j1.idperson,j1.lastname,j1.firstname,j1.url_clean,j1.valid ,j3.idtext FROM theatreok_dev.persons j1, theatreok_dev.text_translator j2, theatreok_dev.texts j3
                        WHERE j3.idtext=j2.idtext
                        AND j1.idperson=j2.idperson
                        AND j3.idtext=14120  ORDER BY j2.classement ASC
Parameters:
[]
38 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=14120
                  ORDER BY t.title
Parameters:
[]
39 0.03 ms
SELECT fr FROM languages WHERE id='fr'
Parameters:
[]
40 0.11 ms
SELECT t0_.type AS type_0 FROM texts t0_ WHERE t0_.idtext = ?
Parameters:
[
  "274"
]
41 0.32 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=274
                  ORDER BY t.title
Parameters:
[]
42 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_author j2, theatreok_dev.texts j3
                        WHERE j3.idtext=j2.idtext
                        AND j1.idperson=j2.idperson
                        AND j3.idtext=273  ORDER BY j2.classement ASC
Parameters:
[]
43 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=274  ORDER BY j2.classement ASC
Parameters:
[]
44 0.13 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=274
                  ORDER BY t.title
Parameters:
[]
45 0.07 ms
SELECT fr FROM languages WHERE id='fr'
Parameters:
[]
46 0.21 ms
SELECT t0_.type AS type_0 FROM texts t0_ WHERE t0_.idtext = ?
Parameters:
[
  "11669"
]
47 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=11669
                  ORDER BY t.title
Parameters:
[]
48 0.39 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=11668  ORDER BY j2.classement ASC
Parameters:
[]
49 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=11669  ORDER BY j2.classement ASC
Parameters:
[]
50 0.09 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=11669
                  ORDER BY t.title
Parameters:
[]
51 0.07 ms
SELECT fr FROM languages WHERE id='fr'
Parameters:
[]
52 0.16 ms
SELECT t0_.type AS type_0 FROM texts t0_ WHERE t0_.idtext = ?
Parameters:
[
  "3174"
]
53 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=3174
                  ORDER BY t.title
Parameters:
[]
54 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_author j2, theatreok_dev.texts j3
                        WHERE j3.idtext=j2.idtext
                        AND j1.idperson=j2.idperson
                        AND j3.idtext=3173  ORDER BY j2.classement ASC
Parameters:
[]
55 0.32 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=3174  ORDER BY j2.classement ASC
Parameters:
[]
56 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=3174
                  ORDER BY t.title
Parameters:
[]
57 0.07 ms
SELECT fr FROM languages WHERE id='fr'
Parameters:
[]
58 0.15 ms
SELECT t0_.type AS type_0 FROM texts t0_ WHERE t0_.idtext = ?
Parameters:
[
  "1749"
]
59 0.32 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=1749
                  ORDER BY t.title
Parameters:
[]
60 0.38 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=1748  ORDER BY j2.classement ASC
Parameters:
[]
61 0.47 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=1749  ORDER BY j2.classement ASC
Parameters:
[]
62 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=1749
                  ORDER BY t.title
Parameters:
[]
63 0.06 ms
SELECT fr FROM languages WHERE id='fr'
Parameters:
[]
64 0.13 ms
SELECT t0_.type AS type_0 FROM texts t0_ WHERE t0_.idtext = ?
Parameters:
[
  "5598"
]
65 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=5598
                  ORDER BY t.title
Parameters:
[]
66 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_author j2, theatreok_dev.texts j3
                        WHERE j3.idtext=j2.idtext
                        AND j1.idperson=j2.idperson
                        AND j3.idtext=5126  ORDER BY j2.classement ASC
Parameters:
[]
67 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=5598  ORDER BY j2.classement ASC
Parameters:
[]
68 0.05 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_couv'))) AND texts=1
Parameters:
[]
69 0.88 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='5598'
                   AND of.object='texts'
                   AND cl.idclassification=fc.idclassification AND f.publish=1 AND ((cl.classification IN ('class_couv'))) AND f.idtype=tf.idtype ORDER BY f.`range`,f.idfile
Parameters:
[]
70 0.05 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_couv'))) AND texts=1
Parameters:
[]
71 0.07 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='5598'
                   AND of.object='texts'
                   AND cl.idclassification=fc.idclassification AND f.publish=1 AND ((cl.classification IN ('class_couv'))) AND f.idtype=tf.idtype ORDER BY f.`range`,f.idfile
Parameters:
[]
72 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=5598
                  ORDER BY t.title
Parameters:
[]
73 0.03 ms
SELECT fr FROM languages WHERE id='fr'
Parameters:
[]
74 0.13 ms
SELECT t0_.type AS type_0 FROM texts t0_ WHERE t0_.idtext = ?
Parameters:
[
  "5625"
]
75 0.22 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=5625
                  ORDER BY t.title
Parameters:
[]
76 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_author j2, theatreok_dev.texts j3
                        WHERE j3.idtext=j2.idtext
                        AND j1.idperson=j2.idperson
                        AND j3.idtext=5624  ORDER BY j2.classement ASC
Parameters:
[]
77 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=5625  ORDER BY j2.classement ASC
Parameters:
[]
78 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=5625
                  ORDER BY t.title
Parameters:
[]
79 0.04 ms
SELECT fr FROM languages WHERE id='fr'
Parameters:
[]
80 0.13 ms
SELECT t0_.type AS type_0 FROM texts t0_ WHERE t0_.idtext = ?
Parameters:
[
  "1613"
]
81 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=1613
                  ORDER BY t.title
Parameters:
[]
82 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_author j2, theatreok_dev.texts j3
                        WHERE j3.idtext=j2.idtext
                        AND j1.idperson=j2.idperson
                        AND j3.idtext=1612  ORDER BY j2.classement ASC
Parameters:
[]
83 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=1613  ORDER BY j2.classement ASC
Parameters:
[]
84 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=1613
                  ORDER BY t.title
Parameters:
[]
85 0.04 ms
SELECT fr FROM languages WHERE id='fr'
Parameters:
[]
86 0.12 ms
SELECT t0_.type AS type_0 FROM texts t0_ WHERE t0_.idtext = ?
Parameters:
[
  "2044"
]
87 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=2044
                  ORDER BY t.title
Parameters:
[]
88 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_author j2, theatreok_dev.texts j3
                        WHERE j3.idtext=j2.idtext
                        AND j1.idperson=j2.idperson
                        AND j3.idtext=2043  ORDER BY j2.classement ASC
Parameters:
[]
89 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=2044  ORDER BY j2.classement ASC
Parameters:
[]
90 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=2044
                  ORDER BY t.title
Parameters:
[]
91 0.05 ms
SELECT fr FROM languages WHERE id='fr'
Parameters:
[]
92 0.13 ms
SELECT t0_.type AS type_0 FROM texts t0_ WHERE t0_.idtext = ?
Parameters:
[
  "23997"
]
93 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=23997
                  ORDER BY t.title
Parameters:
[]
94 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_author j2, theatreok_dev.texts j3
                        WHERE j3.idtext=j2.idtext
                        AND j1.idperson=j2.idperson
                        AND j3.idtext=23996  ORDER BY j2.classement ASC
Parameters:
[]
95 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=23997  ORDER BY j2.classement ASC
Parameters:
[]
96 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=23997
                  ORDER BY t.title
Parameters:
[]
97 0.04 ms
SELECT fr FROM languages WHERE id='fr'
Parameters:
[]
98 0.16 ms
SELECT t0_.type AS type_0 FROM texts t0_ WHERE t0_.idtext = ?
Parameters:
[
  "1999"
]
99 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=1999
                  ORDER BY t.title
Parameters:
[]
100 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_author j2, theatreok_dev.texts j3
                        WHERE j3.idtext=j2.idtext
                        AND j1.idperson=j2.idperson
                        AND j3.idtext=1998  ORDER BY j2.classement ASC
Parameters:
[]
101 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=1999  ORDER BY j2.classement ASC
Parameters:
[]
102 0.04 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_couv'))) AND texts=1
Parameters:
[]
103 0.89 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='1999'
                   AND of.object='texts'
                   AND cl.idclassification=fc.idclassification AND f.publish=1 AND ((cl.classification IN ('class_couv'))) AND f.idtype=tf.idtype ORDER BY f.`range`,f.idfile
Parameters:
[]
104 0.04 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_couv'))) AND texts=1
Parameters:
[]
105 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='1999'
                   AND of.object='texts'
                   AND cl.idclassification=fc.idclassification AND f.publish=1 AND ((cl.classification IN ('class_couv'))) AND f.idtype=tf.idtype ORDER BY f.`range`,f.idfile
Parameters:
[]
106 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=1999
                  ORDER BY t.title
Parameters:
[]
107 0.03 ms
SELECT fr FROM languages WHERE id='fr'
Parameters:
[]
108 0.17 ms
SELECT t0_.type AS type_0 FROM texts t0_ WHERE t0_.idtext = ?
Parameters:
[
  "1641"
]
109 0.44 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=1641
                  ORDER BY t.title
Parameters:
[]
110 0.39 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=1640  ORDER BY j2.classement ASC
Parameters:
[]
111 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=1641  ORDER BY j2.classement ASC
Parameters:
[]
112 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=1641
                  ORDER BY t.title
Parameters:
[]
113 0.05 ms
SELECT fr FROM languages WHERE id='fr'
Parameters:
[]
114 0.17 ms
SELECT t0_.type AS type_0 FROM texts t0_ WHERE t0_.idtext = ?
Parameters:
[
  "3966"
]
115 0.26 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=3966
                  ORDER BY t.title
Parameters:
[]
116 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_author j2, theatreok_dev.texts j3
                        WHERE j3.idtext=j2.idtext
                        AND j1.idperson=j2.idperson
                        AND j3.idtext=3965  ORDER BY j2.classement ASC
Parameters:
[]
117 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=3966  ORDER BY j2.classement ASC
Parameters:
[]
118 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=3966
                  ORDER BY t.title
Parameters:
[]
119 0.04 ms
SELECT fr FROM languages WHERE id='fr'
Parameters:
[]
120 0.17 ms
SELECT t0_.type AS type_0 FROM texts t0_ WHERE t0_.idtext = ?
Parameters:
[
  "18780"
]
121 0.37 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=18780
                  ORDER BY t.title
Parameters:
[]
122 0.41 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=18779  ORDER BY j2.classement ASC
Parameters:
[]
123 0.32 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=18780  ORDER BY j2.classement ASC
Parameters:
[]
124 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=18780
                  ORDER BY t.title
Parameters:
[]
125 0.03 ms
SELECT fr FROM languages WHERE id='fr'
Parameters:
[]
126 0.16 ms
SELECT t0_.type AS type_0 FROM texts t0_ WHERE t0_.idtext = ?
Parameters:
[
  "5627"
]
127 0.36 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=5627
                  ORDER BY t.title
Parameters:
[]
128 0.42 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=5626  ORDER BY j2.classement ASC
Parameters:
[]
129 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=5627  ORDER BY j2.classement ASC
Parameters:
[]
130 0.04 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_couv'))) AND texts=1
Parameters:
[]
131 0.86 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='5627'
                   AND of.object='texts'
                   AND cl.idclassification=fc.idclassification AND f.publish=1 AND ((cl.classification IN ('class_couv'))) AND f.idtype=tf.idtype ORDER BY f.`range`,f.idfile
Parameters:
[]
132 0.04 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_couv'))) AND texts=1
Parameters:
[]
133 0.04 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='5627'
                   AND of.object='texts'
                   AND cl.idclassification=fc.idclassification AND f.publish=1 AND ((cl.classification IN ('class_couv'))) AND f.idtype=tf.idtype ORDER BY f.`range`,f.idfile
Parameters:
[]
134 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=5627
                  ORDER BY t.title
Parameters:
[]
135 0.02 ms
SELECT fr FROM languages WHERE id='fr'
Parameters:
[]
136 0.17 ms
SELECT t0_.type AS type_0 FROM texts t0_ WHERE t0_.idtext = ?
Parameters:
[
  "16600"
]
137 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=16600
                  ORDER BY t.title
Parameters:
[]
138 0.34 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=16580  ORDER BY j2.classement ASC
Parameters:
[]
139 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=16600  ORDER BY j2.classement ASC
Parameters:
[]
140 0.04 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_couv'))) AND texts=1
Parameters:
[]
141 0.90 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='16600'
                   AND of.object='texts'
                   AND cl.idclassification=fc.idclassification AND f.publish=1 AND ((cl.classification IN ('class_couv'))) AND f.idtype=tf.idtype ORDER BY f.`range`,f.idfile
Parameters:
[]
142 0.03 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_couv'))) AND texts=1
Parameters:
[]
143 0.04 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='16600'
                   AND of.object='texts'
                   AND cl.idclassification=fc.idclassification AND f.publish=1 AND ((cl.classification IN ('class_couv'))) AND f.idtype=tf.idtype ORDER BY f.`range`,f.idfile
Parameters:
[]
144 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=16600
                  ORDER BY t.title
Parameters:
[]
145 0.03 ms
SELECT fr FROM languages WHERE id='fr'
Parameters:
[]
146 0.20 ms
SELECT idgenretext,genretext FROM genretexts  ORDER BY ordergenre
Parameters:
[]
147 0.23 ms
SELECT DISTINCT(ta.idtextadaptation) FROM text_adaptation ta WHERE ta.idtext=1175
Parameters:
[]
148 0.16 ms
SELECT t.idtext FROM texts t WHERE t.idtext=1175
Parameters:
[]
149 0.39 ms
SELECT COUNT(DISTINCT(s.idspectacle)) as total
            FROM text_spectacle ts, spectacles s
            WHERE ts.idspectacle=s.idspectacle AND s.publish=1 AND (ts.idtext=1175
                OR ts.idtext IN (
                    1175
                ))
Parameters:
[]
150 0.25 ms
SELECT COUNT(DISTINCT(t.`idtext`)) as total
                    FROM text_traduction tt, texts t
                    WHERE tt.`idtexttraduction`=t.`idtext` AND tt.`idtext`=1175 AND t.publish=1
Parameters:
[]
151 0.26 ms
SELECT DISTINCT(ta.idtextadaptation) FROM text_adaptation ta WHERE ta.idtext=2994
Parameters:
[]
152 0.16 ms
SELECT t.idtext FROM texts t WHERE t.idtext=2994
Parameters:
[]
153 0.36 ms
SELECT COUNT(DISTINCT(s.idspectacle)) as total
            FROM text_spectacle ts, spectacles s
            WHERE ts.idspectacle=s.idspectacle AND s.publish=1 AND (ts.idtext=2994
                OR ts.idtext IN (
                    2994
                ))
Parameters:
[]
154 0.42 ms
SELECT COUNT(DISTINCT(t.`idtext`)) as total
                    FROM text_traduction tt, texts t
                    WHERE tt.`idtexttraduction`=t.`idtext` AND tt.`idtext`=2994 AND t.publish=1
Parameters:
[]
155 0.34 ms
SELECT DISTINCT(ta.idtextadaptation) FROM text_adaptation ta WHERE ta.idtext=14120
Parameters:
[]
156 0.19 ms
SELECT t.idtext FROM texts t WHERE t.idtext=14120
Parameters:
[]
157 0.35 ms
SELECT COUNT(DISTINCT(s.idspectacle)) as total
            FROM text_spectacle ts, spectacles s
            WHERE ts.idspectacle=s.idspectacle AND s.publish=1 AND (ts.idtext=14120
                OR ts.idtext IN (
                    14120
                ))
Parameters:
[]
158 0.42 ms
SELECT COUNT(DISTINCT(t.`idtext`)) as total
                    FROM text_traduction tt, texts t
                    WHERE tt.`idtexttraduction`=t.`idtext` AND tt.`idtext`=14120 AND t.publish=1
Parameters:
[]
159 0.36 ms
SELECT DISTINCT(ta.idtextadaptation) FROM text_adaptation ta WHERE ta.idtext=274
Parameters:
[]
160 0.26 ms
SELECT t.idtext FROM texts t WHERE t.idtext=274
Parameters:
[]
161 0.27 ms
SELECT COUNT(DISTINCT(s.idspectacle)) as total
            FROM text_spectacle ts, spectacles s
            WHERE ts.idspectacle=s.idspectacle AND s.publish=1 AND (ts.idtext=274
                OR ts.idtext IN (
                    274
                ))
Parameters:
[]
162 0.21 ms
SELECT COUNT(DISTINCT(t.`idtext`)) as total
                    FROM text_traduction tt, texts t
                    WHERE tt.`idtexttraduction`=t.`idtext` AND tt.`idtext`=274 AND t.publish=1
Parameters:
[]
163 0.26 ms
SELECT DISTINCT(ta.idtextadaptation) FROM text_adaptation ta WHERE ta.idtext=11669
Parameters:
[]
164 0.17 ms
SELECT t.idtext FROM texts t WHERE t.idtext=11669
Parameters:
[]
165 0.29 ms
SELECT COUNT(DISTINCT(s.idspectacle)) as total
            FROM text_spectacle ts, spectacles s
            WHERE ts.idspectacle=s.idspectacle AND s.publish=1 AND (ts.idtext=11669
                OR ts.idtext IN (
                    11669
                ))
Parameters:
[]
166 0.19 ms
SELECT COUNT(DISTINCT(t.`idtext`)) as total
                    FROM text_traduction tt, texts t
                    WHERE tt.`idtexttraduction`=t.`idtext` AND tt.`idtext`=11669 AND t.publish=1
Parameters:
[]
167 0.25 ms
SELECT DISTINCT(ta.idtextadaptation) FROM text_adaptation ta WHERE ta.idtext=3174
Parameters:
[]
168 0.16 ms
SELECT t.idtext FROM texts t WHERE t.idtext=3174
Parameters:
[]
169 0.31 ms
SELECT COUNT(DISTINCT(s.idspectacle)) as total
            FROM text_spectacle ts, spectacles s
            WHERE ts.idspectacle=s.idspectacle AND s.publish=1 AND (ts.idtext=3174
                OR ts.idtext IN (
                    3174
                ))
Parameters:
[]
170 0.23 ms
SELECT COUNT(DISTINCT(t.`idtext`)) as total
                    FROM text_traduction tt, texts t
                    WHERE tt.`idtexttraduction`=t.`idtext` AND tt.`idtext`=3174 AND t.publish=1
Parameters:
[]
171 0.24 ms
SELECT DISTINCT(ta.idtextadaptation) FROM text_adaptation ta WHERE ta.idtext=1749
Parameters:
[]
172 0.16 ms
SELECT t.idtext FROM texts t WHERE t.idtext=1749
Parameters:
[]
173 0.33 ms
SELECT COUNT(DISTINCT(s.idspectacle)) as total
            FROM text_spectacle ts, spectacles s
            WHERE ts.idspectacle=s.idspectacle AND s.publish=1 AND (ts.idtext=1749
                OR ts.idtext IN (
                    1749
                ))
Parameters:
[]
174 0.25 ms
SELECT COUNT(DISTINCT(t.`idtext`)) as total
                    FROM text_traduction tt, texts t
                    WHERE tt.`idtexttraduction`=t.`idtext` AND tt.`idtext`=1749 AND t.publish=1
Parameters:
[]
175 0.26 ms
SELECT DISTINCT(ta.idtextadaptation) FROM text_adaptation ta WHERE ta.idtext=5598
Parameters:
[]
176 0.16 ms
SELECT t.idtext FROM texts t WHERE t.idtext=5598
Parameters:
[]
177 0.32 ms
SELECT COUNT(DISTINCT(s.idspectacle)) as total
            FROM text_spectacle ts, spectacles s
            WHERE ts.idspectacle=s.idspectacle AND s.publish=1 AND (ts.idtext=5598
                OR ts.idtext IN (
                    5598
                ))
Parameters:
[]
178 0.22 ms
SELECT COUNT(DISTINCT(t.`idtext`)) as total
                    FROM text_traduction tt, texts t
                    WHERE tt.`idtexttraduction`=t.`idtext` AND tt.`idtext`=5598 AND t.publish=1
Parameters:
[]
179 0.25 ms
SELECT DISTINCT(ta.idtextadaptation) FROM text_adaptation ta WHERE ta.idtext=5625
Parameters:
[]
180 0.16 ms
SELECT t.idtext FROM texts t WHERE t.idtext=5625
Parameters:
[]
181 0.32 ms
SELECT COUNT(DISTINCT(s.idspectacle)) as total
            FROM text_spectacle ts, spectacles s
            WHERE ts.idspectacle=s.idspectacle AND s.publish=1 AND (ts.idtext=5625
                OR ts.idtext IN (
                    5625
                ))
Parameters:
[]
182 0.24 ms
SELECT COUNT(DISTINCT(t.`idtext`)) as total
                    FROM text_traduction tt, texts t
                    WHERE tt.`idtexttraduction`=t.`idtext` AND tt.`idtext`=5625 AND t.publish=1
Parameters:
[]
183 0.23 ms
SELECT DISTINCT(ta.idtextadaptation) FROM text_adaptation ta WHERE ta.idtext=1613
Parameters:
[]
184 0.16 ms
SELECT t.idtext FROM texts t WHERE t.idtext=1613
Parameters:
[]
185 0.33 ms
SELECT COUNT(DISTINCT(s.idspectacle)) as total
            FROM text_spectacle ts, spectacles s
            WHERE ts.idspectacle=s.idspectacle AND s.publish=1 AND (ts.idtext=1613
                OR ts.idtext IN (
                    1613
                ))
Parameters:
[]
186 0.23 ms
SELECT COUNT(DISTINCT(t.`idtext`)) as total
                    FROM text_traduction tt, texts t
                    WHERE tt.`idtexttraduction`=t.`idtext` AND tt.`idtext`=1613 AND t.publish=1
Parameters:
[]
187 0.34 ms
SELECT DISTINCT(ta.idtextadaptation) FROM text_adaptation ta WHERE ta.idtext=2044
Parameters:
[]
188 0.21 ms
SELECT t.idtext FROM texts t WHERE t.idtext=2044
Parameters:
[]
189 0.33 ms
SELECT COUNT(DISTINCT(s.idspectacle)) as total
            FROM text_spectacle ts, spectacles s
            WHERE ts.idspectacle=s.idspectacle AND s.publish=1 AND (ts.idtext=2044
                OR ts.idtext IN (
                    2044
                ))
Parameters:
[]
190 0.35 ms
SELECT COUNT(DISTINCT(t.`idtext`)) as total
                    FROM text_traduction tt, texts t
                    WHERE tt.`idtexttraduction`=t.`idtext` AND tt.`idtext`=2044 AND t.publish=1
Parameters:
[]
191 0.35 ms
SELECT DISTINCT(ta.idtextadaptation) FROM text_adaptation ta WHERE ta.idtext=23997
Parameters:
[]
192 0.17 ms
SELECT t.idtext FROM texts t WHERE t.idtext=23997
Parameters:
[]
193 0.30 ms
SELECT COUNT(DISTINCT(s.idspectacle)) as total
            FROM text_spectacle ts, spectacles s
            WHERE ts.idspectacle=s.idspectacle AND s.publish=1 AND (ts.idtext=23997
                OR ts.idtext IN (
                    23997
                ))
Parameters:
[]
194 0.26 ms
SELECT COUNT(DISTINCT(t.`idtext`)) as total
                    FROM text_traduction tt, texts t
                    WHERE tt.`idtexttraduction`=t.`idtext` AND tt.`idtext`=23997 AND t.publish=1
Parameters:
[]
195 0.34 ms
SELECT DISTINCT(ta.idtextadaptation) FROM text_adaptation ta WHERE ta.idtext=1999
Parameters:
[]
196 0.25 ms
SELECT t.idtext FROM texts t WHERE t.idtext=1999
Parameters:
[]
197 0.37 ms
SELECT COUNT(DISTINCT(s.idspectacle)) as total
            FROM text_spectacle ts, spectacles s
            WHERE ts.idspectacle=s.idspectacle AND s.publish=1 AND (ts.idtext=1999
                OR ts.idtext IN (
                    1999
                ))
Parameters:
[]
198 0.28 ms
SELECT COUNT(DISTINCT(t.`idtext`)) as total
                    FROM text_traduction tt, texts t
                    WHERE tt.`idtexttraduction`=t.`idtext` AND tt.`idtext`=1999 AND t.publish=1
Parameters:
[]
199 0.39 ms
SELECT DISTINCT(ta.idtextadaptation) FROM text_adaptation ta WHERE ta.idtext=1641
Parameters:
[]
200 0.34 ms
SELECT t.idtext FROM texts t WHERE t.idtext=1641
Parameters:
[]
201 0.33 ms
SELECT COUNT(DISTINCT(s.idspectacle)) as total
            FROM text_spectacle ts, spectacles s
            WHERE ts.idspectacle=s.idspectacle AND s.publish=1 AND (ts.idtext=1641
                OR ts.idtext IN (
                    1641
                ))
Parameters:
[]
202 0.28 ms
SELECT COUNT(DISTINCT(t.`idtext`)) as total
                    FROM text_traduction tt, texts t
                    WHERE tt.`idtexttraduction`=t.`idtext` AND tt.`idtext`=1641 AND t.publish=1
Parameters:
[]
203 0.39 ms
SELECT DISTINCT(ta.idtextadaptation) FROM text_adaptation ta WHERE ta.idtext=3966
Parameters:
[]
204 0.26 ms
SELECT t.idtext FROM texts t WHERE t.idtext=3966
Parameters:
[]
205 0.43 ms
SELECT COUNT(DISTINCT(s.idspectacle)) as total
            FROM text_spectacle ts, spectacles s
            WHERE ts.idspectacle=s.idspectacle AND s.publish=1 AND (ts.idtext=3966
                OR ts.idtext IN (
                    3966
                ))
Parameters:
[]
206 0.26 ms
SELECT COUNT(DISTINCT(t.`idtext`)) as total
                    FROM text_traduction tt, texts t
                    WHERE tt.`idtexttraduction`=t.`idtext` AND tt.`idtext`=3966 AND t.publish=1
Parameters:
[]
207 0.45 ms
SELECT DISTINCT(ta.idtextadaptation) FROM text_adaptation ta WHERE ta.idtext=18780
Parameters:
[]
208 0.40 ms
SELECT t.idtext FROM texts t WHERE t.idtext=18780
Parameters:
[]
209 0.80 ms
SELECT COUNT(DISTINCT(s.idspectacle)) as total
            FROM text_spectacle ts, spectacles s
            WHERE ts.idspectacle=s.idspectacle AND s.publish=1 AND (ts.idtext=18780
                OR ts.idtext IN (
                    18780
                ))
Parameters:
[]
210 0.33 ms
SELECT COUNT(DISTINCT(t.`idtext`)) as total
                    FROM text_traduction tt, texts t
                    WHERE tt.`idtexttraduction`=t.`idtext` AND tt.`idtext`=18780 AND t.publish=1
Parameters:
[]
211 0.43 ms
SELECT DISTINCT(ta.idtextadaptation) FROM text_adaptation ta WHERE ta.idtext=5627
Parameters:
[]
212 0.34 ms
SELECT t.idtext FROM texts t WHERE t.idtext=5627
Parameters:
[]
213 0.54 ms
SELECT COUNT(DISTINCT(s.idspectacle)) as total
            FROM text_spectacle ts, spectacles s
            WHERE ts.idspectacle=s.idspectacle AND s.publish=1 AND (ts.idtext=5627
                OR ts.idtext IN (
                    5627
                ))
Parameters:
[]
214 0.42 ms
SELECT COUNT(DISTINCT(t.`idtext`)) as total
                    FROM text_traduction tt, texts t
                    WHERE tt.`idtexttraduction`=t.`idtext` AND tt.`idtext`=5627 AND t.publish=1
Parameters:
[]
215 0.60 ms
SELECT DISTINCT(ta.idtextadaptation) FROM text_adaptation ta WHERE ta.idtext=16600
Parameters:
[]
216 0.17 ms
SELECT t.idtext FROM texts t WHERE t.idtext=16600
Parameters:
[]
217 0.39 ms
SELECT COUNT(DISTINCT(s.idspectacle)) as total
            FROM text_spectacle ts, spectacles s
            WHERE ts.idspectacle=s.idspectacle AND s.publish=1 AND (ts.idtext=16600
                OR ts.idtext IN (
                    16600
                ))
Parameters:
[]
218 0.23 ms
SELECT COUNT(DISTINCT(t.`idtext`)) as total
                    FROM text_traduction tt, texts t
                    WHERE tt.`idtexttraduction`=t.`idtext` AND tt.`idtext`=16600 AND t.publish=1
Parameters:
[]
219 0.13 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_biotextes'))) AND persons=1
Parameters:
[]
220 0.33 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='143'
                   AND oc.object='persons'
                   AND cl.idclassification=cc.idclassification AND c.publish=1 AND ((cl.classification IN ('class_biotextes')))
Parameters:
[]
221 0.78 ms
SELECT  DISTINCT(playlists.idplaylist), playlists.* 
FROM  `playlist_classification` ,
 `playlists`  
 WHERE 1  AND playlists.`publish`=1  AND playlists.`idtext` IN (274,1175,1613,1641,1749,1999,2044,2994,3174,3966,5598,5625,5627,11669,14120,16600,18780,23997)  AND playlist_classification.`idclassification`=144 AND playlists.`idplaylist`=playlist_classification.`idplaylist` 
GROUP BY playlists.idplaylist 
ORDER BY playlists.dateinsert 
DESC 
LIMIT 0,10
Parameters:
[]
222 0.17 ms
SELECT  DISTINCT(playlists.idplaylist), playlists.* 
FROM  `playlist_classification` ,
 `playlists`  
 WHERE 1  AND playlists.`publish`=1  AND playlists.`idtext` IN (274,1175,1613,1641,1749,1999,2044,2994,3174,3966,5598,5625,5627,11669,14120,16600,18780,23997)  AND playlist_classification.`idclassification`=144 AND playlists.`idplaylist`=playlist_classification.`idplaylist` 
GROUP BY playlists.idplaylist 
ORDER BY playlists.dateinsert 
DESC 
LIMIT 0,10
Parameters:
[]
223 0.25 ms
SELECT COUNT(*) ,j3.idperson FROM theatreok_dev.text_classification j1, theatreok_dev.text_person j2, theatreok_dev.persons j3
                        WHERE j3.idperson=j2.idperson
                        AND j1.idtext=j2.idtext
                        AND j3.idperson=143
Parameters:
[]
224 0.43 ms
SELECT COUNT(t.`idtext`) AS total
                         FROM text_traduction tt, text_translator ttr, texts t
                            LEFT JOIN contacts ON contacts.idcontact=t.idcontact_publisher
                         WHERE 1
                         AND t.idtext=tt.idtexttraduction
                         AND t.idtext=ttr.idtext
                         AND ttr.idperson=143
                         AND t.type=1
Parameters:
[]
225 0.42 ms
SELECT COUNT(DISTINCT(t.idtext))
                        FROM text_traduction tt, texts t
                        LEFT OUTER JOIN contacts ON contacts.idcontact=t.idcontact_publisher
                        WHERE 1
                        AND tt.idtexttraduction=t.idtext
                        AND t.publish=1
                        AND tt.idtext IN (
                            SELECT idtext
                            FROM text_author
                            WHERE idperson=143
                        )
Parameters:
[]
226 0.06 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_biotextes'))) AND persons=1
Parameters:
[]
227 0.04 ms
SELECT COUNT(DISTINCT(oc.idcontent)) as total
                FROM object_content oc,
                     contents c,
                     content_classification cc,
                     classifications cl
                   WHERE oc.idcontent=c.idcontent
                   AND c.idcontent=cc.idcontent
                   AND oc.idobject='143'
                   AND oc.object='persons'
                   AND cl.idclassification=cc.idclassification AND c.publish=1 AND ((cl.classification IN ('class_biotextes')))
Parameters:
[]
228 0.05 ms
SELECT  DISTINCT(playlists.idplaylist), playlists.* 
FROM  `playlist_classification` ,
 `playlists`  
 WHERE 1  AND playlists.`publish`=1  AND playlists.`idtext` IN (274,1175,1613,1641,1749,1999,2044,2994,3174,3966,5598,5625,5627,11669,14120,16600,18780,23997)  AND playlist_classification.`idclassification`=144 AND playlists.`idplaylist`=playlist_classification.`idplaylist` 
GROUP BY playlists.idplaylist 
ORDER BY playlists.dateinsert 
DESC 
LIMIT 0,10
Parameters:
[]
229 0.04 ms
SELECT  DISTINCT(playlists.idplaylist), playlists.* 
FROM  `playlist_classification` ,
 `playlists`  
 WHERE 1  AND playlists.`publish`=1  AND playlists.`idtext` IN (274,1175,1613,1641,1749,1999,2044,2994,3174,3966,5598,5625,5627,11669,14120,16600,18780,23997)  AND playlist_classification.`idclassification`=144 AND playlists.`idplaylist`=playlist_classification.`idplaylist` 
GROUP BY playlists.idplaylist 
ORDER BY playlists.dateinsert 
DESC 
LIMIT 0,10
Parameters:
[]
230 0.04 ms
SELECT COUNT(*) ,j3.idperson FROM theatreok_dev.text_classification j1, theatreok_dev.text_person j2, theatreok_dev.persons j3
                        WHERE j3.idperson=j2.idperson
                        AND j1.idtext=j2.idtext
                        AND j3.idperson=143
Parameters:
[]
231 0.04 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.idclassification IN (6))) AND persons=1
Parameters:
[]
232 0.42 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='143'
                   AND oc.object='persons'
                   AND cl.idclassification=cc.idclassification AND c.publish=1 AND ((cl.idclassification IN (6)))
Parameters:
[]
233 0.83 ms
SELECT  COUNT(DISTINCT(text_aide.idtextaide)) as total , text_aide.*,aides.*,`text_aide`.`publish` as text_aide_publish 
FROM  `aides` ,
 `text_aide`  
 WHERE 1  AND aides.`publish`=1  AND aides.`type_aide` IN (2,3)  AND text_aide.`idtext` IN (274,1175,1613,1641,1749,1999,2044,2994,3174,3966,5598,5625,5627,11669,14120,16600,18780,23997) AND aides.`idaide`=text_aide.`idaide` 
LIMIT 0,100
Parameters:
[]
234 0.33 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.`idperson` IN (143)  AND c.`classification`='class_auteur_meme'
Parameters:
[]
235 1.36 ms
SELECT DISTINCT(s.idschedule),hour,date,s.note,s.url_spectacle,s.url_booking,s.idcontact_festival,s.hour,s.idspectacle,
                    c.idcontact,c.organisation,c.phone1,c.phone2,c.city,c.url_clean,
                    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 1 AND s.idspectacle IN (919,1235,1260,1336,1601,2407,2417,2592,2705,3076,3096,3138,3208,3781,3845,3939,4044,4058,6053,7668,10692,10720,12869,14679,14805,15235,16267,21653,25052,26868,29202,29859) AND s.date>='2024-04-18' ORDER BY s.date ASC LIMIT 0,1
Parameters:
[]
236 0.05 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_biotextes'))) AND persons=1
Parameters:
[]
237 0.09 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='143'
                   AND oc.object='persons'
                   AND cl.idclassification=cc.idclassification AND c.publish=1 AND ((cl.classification IN ('class_biotextes')))
Parameters:
[]
238 1.15 ms
SELECT schedules.`date`, YEAR(schedules.`date`) as annee
            FROM schedules, spectacles
            WHERE schedules.`idspectacle`=spectacles.`idspectacle`
            AND spectacles.`publish`=1
            AND schedules.`idspectacle` IN (919,1235,1260,1336,1601,2407,2417,2592,2705,3076,3096,3138,3208,3781,3845,3939,4044,4058,6053,7668,10692,10720,12869,14679,14805,15235,16267,21653,25052,26868,29202,29859)
            GROUP BY spectacles.`idspectacle`
            ORDER BY schedules.`date`
Parameters:
[]
239 0.37 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
                            LEFT JOIN contacts T4 ON T4.idcontact=T3.idcontact  LEFT JOIN new_person T5 ON T5.idnew=T1.idnew  WHERE 1  AND (T5.idperson=143 ) AND T1.publish=1
Parameters:
[]
240 0.31 ms
SELECT  COUNT(DISTINCT(m.idmultimedia)) 
                FROM object_multimedia om, multimedias m
                WHERE om.idmultimedia=m.idmultimedia
                AND om.idobject=143
                AND om.object='persons'
                AND m.publish=1
Parameters:
[]
241 0.23 ms
SELECT COUNT(DISTINCT(d.`idpodcast`)) as total
                FROM podcasts d, podcast_person do
                WHERE d.`publish`=1
                AND do.`idpodcast`= d.`idpodcast` AND do.`idperson`=143 AND d.code_franceinter IS NOT NULL
Parameters:
[]
242 0.22 ms
SELECT COUNT(DISTINCT(d.`idpodcast`)) as total
                FROM podcasts d, podcast_person do
                WHERE d.`publish`=1
                AND do.`idpodcast`= d.`idpodcast` AND do.`idperson`=143 AND d.code_soundcloud IS NOT NULL
Parameters:
[]
243 0.67 ms
SELECT COUNT(DISTINCT(T1.`idtext`)) as total  FROM texts T1
                                LEFT JOIN contacts T2 ON T2.`idcontact`=T1.`idcontact_publisher`  ,object_content oc2, contents c2, content_classification cc2  WHERE 1  AND oc2.idcontent=c2.idcontent
                            AND cc2.idcontent=c2.idcontent
                            AND oc2.idobject=T1.idtext
                            AND cc2.idclassification IN (125)
                            AND oc2.object='texts'  AND T1.`idtext` IN (274,1175,1613,1641,1749,1999,2044,2994,3174,3966,5598,5625,5627,11669,14120,16600,18780,23997)  ORDER BY publication_year DESC
Parameters:
[]
244 2.65 ms
SELECT COUNT(DISTINCT (s0_.idspectacle)) AS sclr_0, MIN(s1_.date) AS sclr_1, o2_.idobject AS idobject_2, o2_.object AS object_3, o2_.`range` AS range_4, o2_.idcontent AS idcontent_5 FROM spectacles s0_ LEFT JOIN text_spectacle t4_ ON s0_.idspectacle = t4_.idspectacle LEFT JOIN texts t3_ ON t3_.idtext = t4_.idtext LEFT JOIN typesspectacles t5_ ON s0_.idtypespectacle = t5_.idtypespectacle LEFT JOIN schedules s1_ ON s0_.idspectacle = s1_.idspectacle LEFT JOIN spectacle_person s7_ ON s0_.idspectacle = s7_.idspectacle LEFT JOIN persons p6_ ON p6_.idperson = s7_.idperson INNER JOIN contacts c8_ ON s1_.idcontact = c8_.idcontact LEFT JOIN object_content o2_ ON (o2_.object = 'spectacles') LEFT JOIN contents c9_ ON (c9_.idcontent = o2_.idcontent) LEFT JOIN content_classification c11_ ON c9_.idcontent = c11_.idcontent LEFT JOIN classifications c10_ ON c10_.idclassification = c11_.idclassification WHERE s1_.idspectacle = s0_.idspectacle AND (s1_.idcontact = c8_.idcontact OR s1_.idcontact_festival = c8_.idcontact) AND (c9_.valid = 1 AND c9_.publish = 1) AND c10_.idclassification IN (125) AND s0_.idspectacle = o2_.idobject AND c9_.idcontent = o2_.idcontent AND s0_.idspectacle IN (919, 1235, 1260, 1336, 1601, 2407, 2417, 2592, 2705, 3076, 3096, 3138, 3208, 3781, 3845, 3939, 4044, 4058, 6053, 7668, 10692, 10720, 12869, 14679, 14805, 15235, 16267, 21653, 25052, 26868, 29202, 29859) ORDER BY sclr_1 DESC
Parameters:
[]
245 2.33 ms
SELECT COUNT(DISTINCT (s0_.idspectacle)) AS sclr_0, MIN(s1_.date) AS sclr_1, o2_.idobject AS idobject_2, o2_.object AS object_3, o2_.`range` AS range_4, o2_.idcontent AS idcontent_5 FROM spectacles s0_ LEFT JOIN text_spectacle t4_ ON s0_.idspectacle = t4_.idspectacle LEFT JOIN texts t3_ ON t3_.idtext = t4_.idtext LEFT JOIN typesspectacles t5_ ON s0_.idtypespectacle = t5_.idtypespectacle LEFT JOIN schedules s1_ ON s0_.idspectacle = s1_.idspectacle LEFT JOIN spectacle_person s7_ ON s0_.idspectacle = s7_.idspectacle LEFT JOIN persons p6_ ON p6_.idperson = s7_.idperson INNER JOIN contacts c8_ ON s1_.idcontact = c8_.idcontact LEFT JOIN object_content o2_ ON (o2_.object = 'spectacles') LEFT JOIN contents c9_ ON (c9_.idcontent = o2_.idcontent) LEFT JOIN content_classification c11_ ON c9_.idcontent = c11_.idcontent LEFT JOIN classifications c10_ ON c10_.idclassification = c11_.idclassification WHERE s1_.idspectacle = s0_.idspectacle AND (s1_.idcontact = c8_.idcontact OR s1_.idcontact_festival = c8_.idcontact) AND (c9_.valid = 1 AND c9_.publish = 1) AND c10_.idclassification IN (82) AND s0_.idspectacle = o2_.idobject AND c9_.idcontent = o2_.idcontent AND s0_.idspectacle IN (919, 1235, 1260, 1336, 1601, 2407, 2417, 2592, 2705, 3076, 3096, 3138, 3208, 3781, 3845, 3939, 4044, 4058, 6053, 7668, 10692, 10720, 12869, 14679, 14805, 15235, 16267, 21653, 25052, 26868, 29202, 29859) ORDER BY sclr_1 DESC
Parameters:
[]
246 2.07 ms
SELECT  DISTINCT(multimedias.idmultimedia), multimedias.*,spectacles.`idspectacle`,schedules.`idcontact` 
FROM  `object_multimedia` ,
 `schedules` ,
 `spectacles` ,
 `contacts` ,
 `multimedias` ,
 `multimedia_classification`  
 WHERE 1  AND multimedias.`publish`=1  AND object_multimedia.`object`='spectacles'  AND object_multimedia.`idrole` IS NULL  AND schedules.`date` BETWEEN '1999-01-01' AND '2030-01-01'   AND object_multimedia.`object`='spectacles'  AND object_multimedia.`idobject` IN (919,1235,1260,1336,1601,2407,2417,2592,2705,3076,3096,3138,3208,3781,3845,3939,4044,4058,6053,7668,10692,10720,12869,14679,14805,15235,16267,21653,25052,26868,29202,29859)  AND multimedia_classification.`idclassification`=145 AND multimedias.`idmultimedia`=object_multimedia.`idmultimedia` AND schedules.`idspectacle`=spectacles.`idspectacle` AND spectacles.`idspectacle`=object_multimedia.`idobject` AND contacts.`idcontact`=schedules.`idcontact` AND multimedias.`idmultimedia`=object_multimedia.`idmultimedia` AND multimedias.`idmultimedia`=multimedia_classification.`idmultimedia` 
 GROUP BY object_multimedia.`idobject` 
ORDER BY schedules.`date` 
ASC 
LIMIT 0,100
Parameters:
[]
247 0.66 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:
[
  "8c6aebb50b13b4dd958e7efcd9250909-c869"
  0
  "cb8dd3f5ad9c6c976606319ef6e7efda"
]
248 1.38 ms
INSERT INTO stats (type, module, url, md5url, idcontent, object, idobject, video, lng, remote_addr, source) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "article"
  "thnet"
  "/biographies/Claude-Porcell/traductions/"
  "cb8dd3f5ad9c6c976606319ef6e7efda"
  0
  "persons"
  143
  0
  "fr"
  "8c6aebb50b13b4dd958e7efcd9250909-c869"
  "/home/web/theatre-contemporain.net/dev/src/Controller/BiographieController.php:553"
]
249 0.05 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_photo_person'))) AND persons=1
Parameters:
[]
250 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='143'
                   AND of.object='persons'
                   AND cl.idclassification=fc.idclassification AND f.publish=1 AND ((cl.classification IN ('class_photo_person'))) AND f.idtype=tf.idtype ORDER BY f.`range`,f.idfile
Parameters:
[]
251 0.65 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