Query Metrics

92 Database Queries
84 Different statements
3591.74 ms Query time
0 Invalid entities
0 Cache hits
0 Cache misses
0 Cache puts

Queries

Group similar statements

# Time Info
1 0.64 ms
SELECT idcontact FROM contacts WHERE url_clean='Gallimard-Editions'
Parameters:
[]
2 0.69 ms
SELECT c0_.idcontact AS idcontact_0, c0_.type AS type_1, c0_.organisation AS organisation_2, c0_.nom_suite AS nom_suite_3, c0_.lastname AS lastname_4, c0_.firstname AS firstname_5, c0_.idtypestructure AS idtypestructure_6, c0_.license AS license_7, c0_.comment AS comment_8, c0_.private_comment AS private_comment_9, c0_.address1 AS address1_10, c0_.address2 AS address2_11, c0_.zip AS zip_12, c0_.city AS city_13, c0_.phone1 AS phone1_14, c0_.phone2 AS phone2_15, c0_.fax AS fax_16, c0_.email1 AS email1_17, c0_.email1_online AS email1_online_18, c0_.email2_online AS email2_online_19, c0_.email2 AS email2_20, c0_.url AS url_21, c0_.url_ticket AS url_ticket_22, c0_.facebook AS facebook_23, c0_.twitter AS twitter_24, c0_.instagram AS instagram_25, c0_.mobile AS mobile_26, c0_.geocodable AS geocodable_27, c0_.x AS x_28, c0_.y AS y_29, c0_.idmultimedia AS idmultimedia_30, c0_.type_view AS type_view_31, c0_.stats_access AS stats_access_32, c0_.ga_tracking_id AS ga_tracking_id_33, c0_.is_festival AS is_festival_34, c0_.link_on_video AS link_on_video_35, c0_.is_partenaire AS is_partenaire_36, c0_.valid_version AS valid_version_37, c0_.other_versions AS other_versions_38, c0_.url_redirect AS url_redirect_39, c0_.url_clean AS url_clean_40, c0_.dateupdate AS dateupdate_41, c0_.dateinsert AS dateinsert_42, c0_.publish AS publish_43, c0_.valid AS valid_44, c1_.id AS id_45, c1_.fr AS fr_46, c1_.en AS en_47, c1_.es AS es_48, c1_.pt AS pt_49, c1_.de AS de_50, c1_.ru AS ru_51, c1_.orderby AS orderby_52 FROM contacts c0_ LEFT JOIN countries c1_ ON c0_.country = c1_.id WHERE c0_.idcontact = ?
Parameters:
[
  "8"
]
3 0.07 ms
SELECT fr FROM countries WHERE id='FR'
Parameters:
[]
4 0.18 ms
SELECT fr FROM countries WHERE id='France'
Parameters:
[]
5 0.16 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.idclassification IN (100))) AND contacts=1
Parameters:
[]
6 1.14 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='8'
                   AND of.object='contacts'
                   AND cl.idclassification=fc.idclassification AND f.publish=1 AND ((cl.idclassification IN (100))) AND f.idtype=tf.idtype ORDER BY f.`range`,f.idfile
Parameters:
[]
7 0.06 ms
SELECT DISTINCT(cl.type) FROM classifications cl WHERE ((cl.classification IN ('class_pp'))) AND contacts=1
Parameters:
[]
8 0.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='8'
                   AND of.object='contacts'
                   AND cl.idclassification=fc.idclassification AND ((cl.classification IN ('class_pp'))) AND f.idtype=tf.idtype ORDER BY f.`range`,f.idfile
Parameters:
[]
9 0.50 ms
SELECT  COUNT(DISTINCT(m.idmultimedia)) 
                FROM object_multimedia om, multimedias m
                WHERE om.idmultimedia=m.idmultimedia
                AND om.idobject=8
                AND om.object='contacts'
                AND m.publish=1  AND m.audio_video=2
Parameters:
[]
10 6.14 ms
SELECT COUNT(DISTINCT(T1.idperson)) as total  FROM persons T1 
                    JOIN text_author T2 ON T2.`idperson` = T1.`idperson`
                    JOIN texts t ON t.`idtext`=T2.`idtext` 
                 WHERE 1  AND t.`idcontact_publisher` IN  ('8')  AND T1.`publish`=1
Parameters:
[]
11 18.82 ms
SELECT idtext, idgenretext FROM texts WHERE type=0 AND idcontact_publisher=8
Parameters:
[]
12 3.42 ms
SELECT idtext FROM texts WHERE type=1 AND idcontact_publisher=8
Parameters:
[]
13 3.38 ms
SELECT tt.idtext FROM text_traduction tt, texts t
                                        WHERE t.idtext=tt.idtext
                                        AND (t.idgenretext=1 OR t.idgenretext IS NULL)
                                        AND tt.idtexttraduction IN (958,1068,1081,1189,1435,1509,1552,1555,1556,1634,1779,1842,1843,1999,2000,2026,2306,2393,2438,2551,2596,2634,2635,2695,3077,3099,3130,3157,3224,3227,3250,3340,3371,3604,3612,3647,3683,3695,4013,4027,4128,4190,4223,4232,4531,4881,5150,5158,5163,5266,6002,6266,6552,6589,6631,6750,6771,6786,6963,7073,7516,7560,7965,8120,8142,8455,8730,8731,8987,9063,9313,9424,9602,9828,9888,10240,10319,10398,10481,10639,10640,10649,11044,11145,11146,11581,12083,12520,12522,14199,15403,15650,16544,16597,16602,17500,17630,18780,19860,20858,20861,21138,21531,22243,22244,22433,23315,23316,23389,23465,23841,23997,24745,24746,25872,26935,27194,27465,27909,29220,31679,32227,32325,34702,35193,35451,37176,37205,37266,37372,38037,38088,38367,39236,39543,39654,40055,40200,40575,41267,41348,41495,41615,41961,43161,43162,43164,43195,43238,43256,44296,45223,45259,45535)
Parameters:
[]
14 2.87 ms
SELECT COUNT(DISTINCT(T1.`idtext`)) as total  FROM texts T1
                                LEFT JOIN contacts T2 ON T2.`idcontact`=T1.`idcontact_publisher`  WHERE 1  AND T1.`idtext` IN (14,19,25,52,56,157,159,288,290,711,902,1140,1171,1232,1311,1477,1630,1780,1802,1909,1910,1940,1983,2027,2073,2135,2143,2187,2258,2278,2313,2387,2433,2434,2462,2480,2541,2621,2640,2641,2642,2875,2963,2972,3024,3031,3085,3111,3124,3143,3175,3184,3232,3356,3386,3508,3580,3627,3745,3787,3934,4116,4117,4380,4439,4634,4635,4637,4638,4640,4762,5116,5175,5222,5223,5224,5225,5380,5549,5589,5802,6031,6052,6055,6056,6057,6113,6225,6281,6333,6346,7087,7254,7636,7947,7949,7967,7991,8046,8096,8153,8233,8239,8503,8599,8629,8647,8656,8657,8658,8659,8808,8862,9025,9096,9197,9230,9231,9517,9622,9775,10004,10005,10006,10007,10102,10320,10917,11042,11065,11143,11189,11239,12159,12819,13137,13651,13939,14280,14792,14812,14877,15046,15047,15664,15666,15736,15853,15854,16296,18012,18142,18564,18650,18721,19176,21091,21286,21311,22675,23806,23829,23859,23988,24649,25671,26208,26238,28003,28102,30296,30340,30396,32176,32561,32929,33383,34389,35445,35766,36125,36379,37039,39927,40424,41318,42492,42715,43181,44997)  ORDER BY CAST(CONCAT(T1.`publication_year`,'-',T1.`publication_month`,'-00') AS DATE) ASC
Parameters:
[]
15 0.36 ms
SELECT COUNT(DISTINCT(T1.`idtext`)) as total  FROM texts T1
                                LEFT JOIN contacts T2 ON T2.`idcontact`=T1.`idcontact_publisher`  WHERE 1  AND T1.`idtext` IN (14,19,25,52,56,157,159,288,290,711,902,1140,1171,1232,1311,1477,1630,1780,1802,1909,1910,1940,1983,2027,2073,2135,2143,2187,2258,2278,2313,2387,2433,2434,2462,2480,2541,2621,2640,2641,2642,2875,2963,2972,3024,3031,3085,3111,3124,3143,3175,3184,3232,3356,3386,3508,3580,3627,3745,3787,3934,4116,4117,4380,4439,4634,4635,4637,4638,4640,4762,5116,5175,5222,5223,5224,5225,5380,5549,5589,5802,6031,6052,6055,6056,6057,6113,6225,6281,6333,6346,7087,7254,7636,7947,7949,7967,7991,8046,8096,8153,8233,8239,8503,8599,8629,8647,8656,8657,8658,8659,8808,8862,9025,9096,9197,9230,9231,9517,9622,9775,10004,10005,10006,10007,10102,10320,10917,11042,11065,11143,11189,11239,12159,12819,13137,13651,13939,14280,14792,14812,14877,15046,15047,15664,15666,15736,15853,15854,16296,18012,18142,18564,18650,18721,19176,21091,21286,21311,22675,23806,23829,23859,23988,24649,25671,26208,26238,28003,28102,30296,30340,30396,32176,32561,32929,33383,34389,35445,35766,36125,36379,37039,39927,40424,41318,42492,42715,43181,44997)  ORDER BY CAST(CONCAT(T1.`publication_year`,'-',T1.`publication_month`,'-00') AS DATE) ASC
Parameters:
[]
16 2.17 ms
SELECT COUNT(DISTINCT(T1.`idtext`)) as total  FROM texts T1
                                LEFT JOIN contacts T2 ON T2.`idcontact`=T1.`idcontact_publisher`  WHERE 1  AND T1.`idtext` IN (958,1068,1081,1189,1435,1509,1552,1555,1556,1634,1779,1842,1843,1999,2000,2026,2306,2393,2438,2551,2596,2634,2635,2695,3077,3099,3130,3157,3224,3227,3250,3340,3371,3604,3612,3647,3683,3695,4013,4027,4128,4190,4223,4232,4531,4881,5150,5158,5163,5266,6002,6266,6552,6589,6631,6750,6771,6786,6963,7073,7516,7560,7965,8120,8142,8455,8730,8731,8987,9063,9313,9424,9602,9828,9888,10240,10319,10398,10481,10639,10640,10649,11044,11145,11146,11581,12083,12520,12522,14199,15403,15650,16544,16597,16602,17500,17630,18780,19860,20858,20861,21138,21531,22243,22244,22433,23315,23316,23389,23465,23841,23997,24745,24746,25872,26935,27194,27465,27909,29220,31679,32227,32325,34702,35193,35451,37176,37205,37266,37372,38037,38088,38367,39236,39543,39654,40055,40200,40575,41267,41348,41495,41615,41961,43161,43162,43164,43195,43238,43256,44296,45223,45259,45535)  ORDER BY CAST(CONCAT(T1.`publication_year`,'-',T1.`publication_month`,'-00') AS DATE) ASC
Parameters:
[]
17 0.06 ms
SELECT COUNT(DISTINCT(T1.`idtext`)) as total  FROM texts T1
                                LEFT JOIN contacts T2 ON T2.`idcontact`=T1.`idcontact_publisher`  WHERE 1  AND T1.`idtext` IN (958,1068,1081,1189,1435,1509,1552,1555,1556,1634,1779,1842,1843,1999,2000,2026,2306,2393,2438,2551,2596,2634,2635,2695,3077,3099,3130,3157,3224,3227,3250,3340,3371,3604,3612,3647,3683,3695,4013,4027,4128,4190,4223,4232,4531,4881,5150,5158,5163,5266,6002,6266,6552,6589,6631,6750,6771,6786,6963,7073,7516,7560,7965,8120,8142,8455,8730,8731,8987,9063,9313,9424,9602,9828,9888,10240,10319,10398,10481,10639,10640,10649,11044,11145,11146,11581,12083,12520,12522,14199,15403,15650,16544,16597,16602,17500,17630,18780,19860,20858,20861,21138,21531,22243,22244,22433,23315,23316,23389,23465,23841,23997,24745,24746,25872,26935,27194,27465,27909,29220,31679,32227,32325,34702,35193,35451,37176,37205,37266,37372,38037,38088,38367,39236,39543,39654,40055,40200,40575,41267,41348,41495,41615,41961,43161,43162,43164,43195,43238,43256,44296,45223,45259,45535)  ORDER BY CAST(CONCAT(T1.`publication_year`,'-',T1.`publication_month`,'-00') AS DATE) ASC
Parameters:
[]
18 6.24 ms
SELECT COUNT(DISTINCT(T1.`idtext`)) as total  FROM texts T1,contacts T2 WHERE 1  AND T2.idcontact=T1.idcontact_publisher AND T1.idcontact_publisher=8  ORDER BY CAST(CONCAT(T1.`publication_year`,'-',T1.`publication_month`,'-00') AS DATE) ASC
Parameters:
[]
19 1.17 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_contact T5 ON T5.idnew=T1.idnew  WHERE 1  AND (T5.idcontact=8 ) AND T1.publish=1 AND T1.publish=1 AND T1.valid=1  AND (( T3.date>='2024-03-28' ))
Parameters:
[]
20 0.60 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_contact T5 ON T5.idnew=T1.idnew  WHERE 1  AND (T5.idcontact=8 ) AND T1.publish=1 AND T1.publish=1 AND T1.valid=1  AND (( T3.date<'2024-03-28' ))
Parameters:
[]
21 31.77 ms
SELECT COUNT(DISTINCT (s0_.idspectacle)) AS sclr_0, MIN(s1_.date) AS sclr_1 FROM spectacles s0_ LEFT JOIN text_spectacle t3_ ON s0_.idspectacle = t3_.idspectacle LEFT JOIN texts t2_ ON t2_.idtext = t3_.idtext LEFT JOIN typesspectacles t4_ ON s0_.idtypespectacle = t4_.idtypespectacle LEFT JOIN schedules s1_ ON s0_.idspectacle = s1_.idspectacle LEFT JOIN spectacle_person s6_ ON s0_.idspectacle = s6_.idspectacle LEFT JOIN persons p5_ ON p5_.idperson = s6_.idperson INNER JOIN contacts c7_ ON s1_.idcontact = c7_.idcontact WHERE s1_.idspectacle = s0_.idspectacle AND (s1_.idcontact = c7_.idcontact OR s1_.idcontact_festival = c7_.idcontact) AND ((s1_.date BETWEEN '2024-03-28' AND '2025-03-28')) AND (s0_.publish = 1 AND s0_.valid = 1) AND t2_.idcontact_publisher = 8 ORDER BY s1_.date ASC
Parameters:
[]
22 743.17 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 (101) AND s0_.idspectacle = o2_.idobject AND c9_.idcontent = o2_.idcontent AND (s0_.publish = 1 AND s0_.valid = 1) AND t3_.idcontact_publisher = 8 ORDER BY s1_.date ASC
Parameters:
[]
23 265.47 ms
SELECT COUNT(DISTINCT (s0_.idspectacle)) AS sclr_0, MIN(s1_.date) AS sclr_1 FROM spectacles s0_ LEFT JOIN text_spectacle t3_ ON s0_.idspectacle = t3_.idspectacle LEFT JOIN texts t2_ ON t2_.idtext = t3_.idtext LEFT JOIN typesspectacles t4_ ON s0_.idtypespectacle = t4_.idtypespectacle LEFT JOIN schedules s1_ ON s0_.idspectacle = s1_.idspectacle LEFT JOIN spectacle_person s6_ ON s0_.idspectacle = s6_.idspectacle LEFT JOIN persons p5_ ON p5_.idperson = s6_.idperson INNER JOIN contacts c7_ ON s1_.idcontact = c7_.idcontact WHERE s1_.idspectacle = s0_.idspectacle AND (s1_.idcontact = c7_.idcontact OR s1_.idcontact_festival = c7_.idcontact) AND (s0_.publish = 1 AND s0_.valid = 1) AND t2_.idcontact_publisher = 8 ORDER BY s1_.date ASC
Parameters:
[]
24 46.05 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 (101) AND s0_.idspectacle = o2_.idobject AND c9_.idcontent = o2_.idcontent AND ((s1_.date BETWEEN '2024-03-28' AND '2025-03-28')) AND (s0_.publish = 1 AND s0_.valid = 1) AND t3_.idcontact_publisher = 8 ORDER BY s1_.date ASC
Parameters:
[]
25 51.72 ms
SELECT COUNT(DISTINCT (s0_.idspectacle)) AS sclr_0, MIN(s1_.date) AS sclr_1 FROM spectacles s0_ LEFT JOIN text_spectacle t3_ ON s0_.idspectacle = t3_.idspectacle LEFT JOIN texts t2_ ON t2_.idtext = t3_.idtext LEFT JOIN typesspectacles t4_ ON s0_.idtypespectacle = t4_.idtypespectacle LEFT JOIN schedules s1_ ON s0_.idspectacle = s1_.idspectacle LEFT JOIN spectacle_person s6_ ON s0_.idspectacle = s6_.idspectacle LEFT JOIN persons p5_ ON p5_.idperson = s6_.idperson INNER JOIN contacts c7_ ON s1_.idcontact = c7_.idcontact LEFT JOIN object_multimedia o8_ ON (s0_.idspectacle = o8_.idobject) LEFT JOIN multimedias m9_ ON (m9_.idmultimedia = o8_.idmultimedia) WHERE s1_.idspectacle = s0_.idspectacle AND (s1_.idcontact = c7_.idcontact OR s1_.idcontact_festival = c7_.idcontact) AND o8_.object = 'spectacles' AND m9_.publish = 1 AND ((s1_.date BETWEEN '2024-03-28' AND '2025-03-28')) AND (s0_.publish = 1 AND s0_.valid = 1) AND t2_.idcontact_publisher = 8 ORDER BY s1_.date ASC
Parameters:
[]
26 2095.84 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_multimedia o9_ ON (s0_.idspectacle = o9_.idobject) LEFT JOIN multimedias m10_ ON (m10_.idmultimedia = o9_.idmultimedia) LEFT JOIN object_content o2_ ON (o2_.object = 'spectacles') LEFT JOIN contents c11_ ON (c11_.idcontent = o2_.idcontent) LEFT JOIN content_classification c13_ ON c11_.idcontent = c13_.idcontent LEFT JOIN classifications c12_ ON c12_.idclassification = c13_.idclassification WHERE s1_.idspectacle = s0_.idspectacle AND (s1_.idcontact = c8_.idcontact OR s1_.idcontact_festival = c8_.idcontact) AND o9_.object = 'spectacles' AND m10_.publish = 1 AND (c11_.valid = 1 AND c11_.publish = 1) AND c12_.idclassification IN (101) AND s0_.idspectacle = o2_.idobject AND c11_.idcontent = o2_.idcontent AND (s0_.publish = 1 AND s0_.valid = 1) AND t3_.idcontact_publisher = 8 ORDER BY s1_.date ASC
Parameters:
[]
27 259.19 ms
SELECT COUNT(DISTINCT (s0_.idspectacle)) AS sclr_0, MIN(s1_.date) AS sclr_1 FROM spectacles s0_ LEFT JOIN text_spectacle t3_ ON s0_.idspectacle = t3_.idspectacle LEFT JOIN texts t2_ ON t2_.idtext = t3_.idtext LEFT JOIN typesspectacles t4_ ON s0_.idtypespectacle = t4_.idtypespectacle LEFT JOIN schedules s1_ ON s0_.idspectacle = s1_.idspectacle LEFT JOIN spectacle_person s6_ ON s0_.idspectacle = s6_.idspectacle LEFT JOIN persons p5_ ON p5_.idperson = s6_.idperson INNER JOIN contacts c7_ ON s1_.idcontact = c7_.idcontact LEFT JOIN object_multimedia o8_ ON (s0_.idspectacle = o8_.idobject) LEFT JOIN multimedias m9_ ON (m9_.idmultimedia = o8_.idmultimedia) WHERE s1_.idspectacle = s0_.idspectacle AND (s1_.idcontact = c7_.idcontact OR s1_.idcontact_festival = c7_.idcontact) AND o8_.object = 'spectacles' AND m9_.publish = 1 AND (s0_.publish = 1 AND s0_.valid = 1) AND t2_.idcontact_publisher = 8 ORDER BY s1_.date ASC
Parameters:
[]
28 0.28 ms
SELECT COUNT(spectacle_aide.`idaide`)
                    FROM aides
                    JOIN spectacle_aide ON spectacle_aide.`idaide`=aides.`idaide`
                    WHERE aides.`idcontact`=8
                    AND aides.`type_aide`=2
Parameters:
[]
29 0.51 ms
SELECT COUNT(text_aide.`idaide`)
                    FROM aides
                    JOIN text_aide ON text_aide.`idaide`=aides.`idaide`
                    WHERE aides.`idcontact`=8
                    AND aides.`type_aide`=2
Parameters:
[]
30 0.82 ms
SELECT COUNT(person_aide.`idaide`)
                    FROM aides
                    JOIN person_aide ON person_aide.`idaide`=aides.`idaide`
                    WHERE aides.`idcontact`=8
                    AND aides.`type_aide`=2
Parameters:
[]
31 0.19 ms
SELECT COUNT(contact_aide.`idaide`)
                    FROM aides
                    JOIN contact_aide ON contact_aide.`idaide`=aides.`idaide`
                    WHERE aides.`idcontact`=8
                    AND aides.`type_aide`=2
Parameters:
[]
32 0.25 ms
SELECT COUNT(spectacle_aide.`idaide`)
                    FROM aides
                    JOIN spectacle_aide ON spectacle_aide.`idaide`=aides.`idaide`
                    WHERE aides.`idcontact`=8
                    AND aides.`type_aide`=3
Parameters:
[]
33 0.24 ms
SELECT COUNT(text_aide.`idaide`)
                    FROM aides
                    JOIN text_aide ON text_aide.`idaide`=aides.`idaide`
                    WHERE aides.`idcontact`=8
                    AND aides.`type_aide`=3
Parameters:
[]
34 0.16 ms
SELECT COUNT(person_aide.`idaide`)
                    FROM aides
                    JOIN person_aide ON person_aide.`idaide`=aides.`idaide`
                    WHERE aides.`idcontact`=8
                    AND aides.`type_aide`=3
Parameters:
[]
35 0.28 ms
SELECT COUNT(contact_aide.`idaide`)
                    FROM aides
                    JOIN contact_aide ON contact_aide.`idaide`=aides.`idaide`
                    WHERE aides.`idcontact`=8
                    AND aides.`type_aide`=3
Parameters:
[]
36 0.20 ms
SELECT COUNT(spectacle_aide.`idaide`)
                    FROM aides
                    JOIN spectacle_aide ON spectacle_aide.`idaide`=aides.`idaide`
                    WHERE aides.`idcontact`=8
                    AND aides.`type_aide`=1
Parameters:
[]
37 0.27 ms
SELECT COUNT(text_aide.`idaide`)
                    FROM aides
                    JOIN text_aide ON text_aide.`idaide`=aides.`idaide`
                    WHERE aides.`idcontact`=8
                    AND aides.`type_aide`=1
Parameters:
[]
38 0.25 ms
SELECT COUNT(person_aide.`idaide`)
                    FROM aides
                    JOIN person_aide ON person_aide.`idaide`=aides.`idaide`
                    WHERE aides.`idcontact`=8
                    AND aides.`type_aide`=1
Parameters:
[]
39 0.16 ms
SELECT COUNT(contact_aide.`idaide`)
                    FROM aides
                    JOIN contact_aide ON contact_aide.`idaide`=aides.`idaide`
                    WHERE aides.`idcontact`=8
                    AND aides.`type_aide`=1
Parameters:
[]
40 0.16 ms
SELECT COUNT(spectacle_aide.`idaide`)
                    FROM aides
                    JOIN spectacle_aide ON spectacle_aide.`idaide`=aides.`idaide`
                    WHERE aides.`idcontact`=8
                    AND aides.`type_aide`=4
Parameters:
[]
41 0.16 ms
SELECT COUNT(text_aide.`idaide`)
                    FROM aides
                    JOIN text_aide ON text_aide.`idaide`=aides.`idaide`
                    WHERE aides.`idcontact`=8
                    AND aides.`type_aide`=4
Parameters:
[]
42 0.15 ms
SELECT COUNT(person_aide.`idaide`)
                    FROM aides
                    JOIN person_aide ON person_aide.`idaide`=aides.`idaide`
                    WHERE aides.`idcontact`=8
                    AND aides.`type_aide`=4
Parameters:
[]
43 0.19 ms
SELECT COUNT(contact_aide.`idaide`)
                    FROM aides
                    JOIN contact_aide ON contact_aide.`idaide`=aides.`idaide`
                    WHERE aides.`idcontact`=8
                    AND aides.`type_aide`=4
Parameters:
[]
44 0.08 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_contact T5 ON T5.idnew=T1.idnew  WHERE 1  AND (T5.idcontact=8 ) AND T1.publish=1 AND T1.publish=1 AND T1.valid=1  AND (( T3.date>='2024-03-28' ))
Parameters:
[]
45 0.06 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_contact T5 ON T5.idnew=T1.idnew  WHERE 1  AND (T5.idcontact=8 ) AND T1.publish=1 AND T1.publish=1 AND T1.valid=1  AND (( T3.date<'2024-03-28' ))
Parameters:
[]
46 1.48 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
                            LEFT JOIN contacts T4 ON T4.idcontact=T3.idcontact  LEFT JOIN new_contact T5 ON T5.idnew=T1.idnew  WHERE 1  AND (T5.idcontact=8 ) AND T1.publish=1 AND T1.publish=1 AND T1.valid=1  AND T1.type_news=0 AND (( T3.date>='2024-03-28' ))  GROUP BY T1.idnew  ORDER BY T3.date ASC
Parameters:
[]
47 1.77 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
                            LEFT JOIN contacts T4 ON T4.idcontact=T3.idcontact  LEFT JOIN new_contact T5 ON T5.idnew=T1.idnew  WHERE 1  AND (T5.idcontact=8 ) AND T1.publish=1 AND T1.publish=1 AND T1.valid=1  AND T1.type_news=0 AND (( T3.date<'2024-03-28' ))  GROUP BY T1.idnew  ORDER BY T3.date DESC
Parameters:
[]
48 0.43 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:
[
  "7540"
]
49 0.66 ms
SELECT url_file FROM news WHERE idnew=7540
Parameters:
[]
50 1.13 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=7540 AND sc.date<'2024-03-28'  ORDER BY sc.date DESC LIMIT 0,1
Parameters:
[]
51 0.83 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=7540 AND sc.date<'2024-03-28'  AND sc.idcontact=360 GROUP BY sc.idcontact
Parameters:
[]
52 0.56 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=7540
Parameters:
[]
53 0.55 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=7540
Parameters:
[]
54 0.46 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=7540
Parameters:
[]
55 1.01 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=7540
Parameters:
[]
56 0.69 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:
[
  "6902"
]
57 0.41 ms
SELECT url_file FROM news WHERE idnew=6902
Parameters:
[]
58 0.58 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=6902 AND sc.date<'2024-03-28'  ORDER BY sc.date DESC LIMIT 0,1
Parameters:
[]
59 1.07 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=6902 AND sc.date<'2024-03-28'  AND sc.idcontact=2007 GROUP BY sc.idcontact
Parameters:
[]
60 0.64 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=6902
Parameters:
[]
61 0.35 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=6902
Parameters:
[]
62 0.23 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=6902
Parameters:
[]
63 0.23 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=6902
Parameters:
[]
64 0.31 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:
[
  "6848"
]
65 0.23 ms
SELECT url_file FROM news WHERE idnew=6848
Parameters:
[]
66 2.08 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=6848 AND sc.date<'2024-03-28'  ORDER BY sc.date DESC LIMIT 0,1
Parameters:
[]
67 2.62 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=6848 AND sc.date<'2024-03-28'  AND sc.idcontact=459 GROUP BY sc.idcontact
Parameters:
[]
68 1.13 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=6848
Parameters:
[]
69 0.67 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=6848
Parameters:
[]
70 0.30 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=6848
Parameters:
[]
71 0.26 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=6848
Parameters:
[]
72 1.98 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:
[
  "6552"
]
73 0.81 ms
SELECT url_file FROM news WHERE idnew=6552
Parameters:
[]
74 4.07 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=6552 AND sc.date<'2024-03-28'  ORDER BY sc.date DESC LIMIT 0,1
Parameters:
[]
75 1.50 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=6552 AND sc.date<'2024-03-28'  AND sc.idcontact=360 GROUP BY sc.idcontact
Parameters:
[]
76 1.74 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=6552
Parameters:
[]
77 0.55 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=6552
Parameters:
[]
78 0.49 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=6552
Parameters:
[]
79 1.67 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=6552
Parameters:
[]
80 0.81 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:
[
  "6551"
]
81 1.02 ms
SELECT url_file FROM news WHERE idnew=6551
Parameters:
[]
82 0.78 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=6551 AND sc.date<'2024-03-28'  ORDER BY sc.date DESC LIMIT 0,1
Parameters:
[]
83 0.57 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=6551 AND sc.date<'2024-03-28'  AND sc.idcontact=360 GROUP BY sc.idcontact
Parameters:
[]
84 0.44 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=6551
Parameters:
[]
85 0.61 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=6551
Parameters:
[]
86 0.38 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=6551
Parameters:
[]
87 0.56 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=6551
Parameters:
[]
88 1.87 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
                            LEFT JOIN contacts T4 ON T4.idcontact=T3.idcontact  LEFT JOIN new_contact T5 ON T5.idnew=T1.idnew  WHERE 1  AND (T5.idcontact=8 ) AND T1.idnew NOT IN (7540,6902,6848,6552,6551)  AND T1.publish=1 AND T1.publish=1 AND T1.valid=1  AND T1.type_news=1 AND (( T3.date>='2024-03-28' ))  GROUP BY T1.idnew  ORDER BY T3.date ASC
Parameters:
[]
89 1.24 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
                            LEFT JOIN contacts T4 ON T4.idcontact=T3.idcontact  LEFT JOIN new_contact T5 ON T5.idnew=T1.idnew  WHERE 1  AND (T5.idcontact=8 ) AND T1.idnew NOT IN (7540,6902,6848,6552,6551)  AND T1.publish=1 AND T1.publish=1 AND T1.valid=1  AND T1.type_news=1 AND (( T3.date<'2024-03-28' ))  GROUP BY T1.idnew  ORDER BY T3.date DESC
Parameters:
[]
90 0.06 ms
SELECT idclassification,classification,public_name FROM classifications WHERE 1 AND type="files" AND contacts=1 AND lagarce!=1 AND is_public IN (1)
Parameters:
[]
91 0.61 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='8'
                   AND of.object='contacts'
                   AND cl.idclassification=fc.idclassification AND ((cl.idclassification IN (112,168))) AND f.valid=1 AND f.publish=1 AND f.idtype=tf.idtype
Parameters:
[]
92 2.06 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