1 |
SET NAMES utf8mb4
|
0.00051 |
2 |
SELECT u.*, g.*, o.logged, o.csrf_token, o.prev_url FROM
oktopusV1_core_users AS u INNER JOIN
oktopusV1_core_users_groups AS g ON g.group_id=u.group_id
LEFT JOIN oktopusV1_core_users_online AS o ON
o.ident='282f583a84347d6e035714a676d2a48d57f63e3e7e6ca4eaae46e12bdba93414'
WHERE u.id=1
|
0.00137 |
3 |
UPDATE oktopusV1_core_users_online SET logged=1728207941,
prev_url='https://www.sl2c-36.fr/galerie-bardage' WHERE
ident='282f583a84347d6e035714a676d2a48d57f63e3e7e6ca4eaae46e12bdba93414'
|
0.00070 |
4 |
UPDATE oktopusV1_mod_news SET active = 1
WHERE active = 3 AND NOW() >
created_at
|
0.00101 |
5 |
UPDATE oktopusV1_mod_news SET active = 0
WHERE active = 1 AND end_at !=
"0000-00-00 00:00:00"
AND NOW() > end_at
|
0.00073 |
6 |
SELECT r.*, rl.*, COUNT(p.id) AS num_items FROM
oktopusV1_mod_galleries AS r LEFT JOIN
oktopusV1_mod_galleries_locales AS rl ON r.id=rl.gallery_id
LEFT JOIN oktopusV1_mod_galleries_items AS p ON
r.id=p.gallery_id WHERE 1 AND rl.slug='bardage' AND
rl.language='fr' AND r.active=1 GROUP BY r.id ORDER BY
nleft asc
|
0.00459 |
7 |
SELECT r.*, rl.*, COUNT(p.id) AS num_items FROM
oktopusV1_mod_galleries AS r LEFT JOIN
oktopusV1_mod_galleries_locales AS rl ON r.id=rl.gallery_id
LEFT JOIN oktopusV1_mod_galleries_items AS p ON
r.id=p.gallery_id WHERE 1 AND rl.language='fr' AND
r.parent_id=4 AND r.active=1 GROUP BY r.id ORDER BY nleft
asc
|
0.00227 |
8 |
SELECT i.id, i.user_id, i.gallery_id, i.active,
i.created_at, i.updated_at, i.image, i.tpl, i.ord,
il.language, il.title, il.subtitle, il.title_tag,
il.title_seo, il.slug, il.content, il.meta_description,
il.meta_keywords, il.words, gl.title AS gallery_title,
gl.slug AS gallery_slug, g.items_tpl AS gallery_items_tpl
FROM oktopusV1_mod_galleries_items AS i INNER JOIN
oktopusV1_mod_galleries_items_locales AS il ON
i.id=il.item_id AND il.language='fr' LEFT OUTER JOIN
oktopusV1_mod_galleries AS g ON g.id=i.gallery_id LEFT
OUTER JOIN oktopusV1_mod_galleries_locales AS gl ON
g.id=gl.gallery_id AND gl.language='fr' WHERE 1 AND
i.gallery_id=4 AND il.language='fr' AND i.active=1 ORDER BY
i.ord ASC
|
0.00611 |
9 |
SELECT t.active, t.ord, t.locked, t.password, t.tpl,
t.items_tpl, t.id, t.parent_id, t.nleft, t.nright, t.level,
l.title, l.title_tag, l.title_seo, l.slug, l.content,
l.meta_description, l.meta_keywords FROM
oktopusV1_mod_galleries AS t JOIN
oktopusV1_mod_galleries_locales AS l ON t.id = l.gallery_id
AND l.language = "fr" WHERE t.id = 4
|
0.00098 |
10 |
SELECT t.active, t.ord, t.locked, t.password, t.tpl,
t.items_tpl, t.id, t.parent_id, t.nleft, t.nright, t.level,
l.title, l.title_tag, l.title_seo, l.slug, l.content,
l.meta_description, l.meta_keywords FROM
oktopusV1_mod_galleries AS t JOIN
oktopusV1_mod_galleries_locales AS l ON t.id = l.gallery_id
AND l.language = "fr" WHERE nleft <= 5 AND nright >= 6 ORDER
BY level
|
0.00288 |
11 |
SELECT DISTINCT sn.*, snl.*
FROM oktopusV1_mod_social_network sn
JOIN
oktopusV1_mod_social_network_locales snl ON
snl.id_social_network = sn.id_social_network AND
snl.language = 'fr' WHERE 1 AND sn.url != '' AND sn.type !=
'' AND type LIKE '%F%' ORDER BY sn.position
|
0.00077 |
12 |
SELECT p.*, pl.*,
DATE_FORMAT(p.debut, '%d/%m/%Y') as
debut_fr,
DATE_FORMAT(p.fin, '%d/%m/%Y') as
fin_fr,
DATE_FORMAT(p.date_creation,
'%d/%m/%Y %H:%i:%s') as date_creation_fr,
DATE_FORMAT(p.date_modification,
'%d/%m/%Y %H:%i:%s') as date_modification_fr
FROM oktopusV1_mod_home_popup p
LEFT JOIN
oktopusV1_mod_home_popup_locales pl ON pl.id_popup =
p.id_popup AND pl.language = 'fr'
WHERE 1 AND (
CURDATE() BETWEEN
p.debut AND p.fin
OR (p.debut =
'0000-00-00 00:00:00' AND p.fin = '0000-00-00 00:00:00')
)AND pl.content <> ''
AND (p.rubrique = '' OR p.rubrique LIKE
'%\'/galerie-bardage\'%') ORDER BY p.rubrique DESC
|
0.00159 |
13 |
SELECT p.*, pl.*,
DATE_FORMAT(p.debut, '%d/%m/%Y') as
debut_fr,
DATE_FORMAT(p.fin, '%d/%m/%Y') as
fin_fr,
DATE_FORMAT(p.date_creation,
'%d/%m/%Y %H:%i:%s') as date_creation_fr,
DATE_FORMAT(p.date_modification,
'%d/%m/%Y %H:%i:%s') as date_modification_fr
FROM oktopusV1_mod_home_popup p
LEFT JOIN
oktopusV1_mod_home_popup_locales pl ON pl.id_popup =
p.id_popup AND pl.language = 'fr'
WHERE 1 AND (
CURDATE() BETWEEN
p.debut AND p.fin
OR (p.debut =
'0000-00-00 00:00:00' AND p.fin = '0000-00-00 00:00:00')
)AND pl.content <> ''
AND (p.rubrique = '' OR p.rubrique LIKE
'%\'/galerie-bardage\'%') ORDER BY p.rubrique DESC
|
0.00096 |