1 |
SET NAMES utf8mb4
|
0.00034 |
2 |
SELECT u.*, g.*, o.logged, o.csrf_token, o.prev_url FROM
oktopusV2_core_users AS u INNER JOIN
oktopusV2_core_users_groups AS g ON g.group_id=u.group_id
LEFT JOIN oktopusV2_core_users_online AS o ON
o.ident='3.233.219.103' WHERE u.id=1
|
0.00091 |
3 |
UPDATE oktopusV2_core_users_online SET logged=1686202057,
prev_url='https://www.abc-construction-bois.com/galerie-maisons-style-contemporain/maison-nord-est-toulousain'
WHERE ident='3.233.219.103'
|
0.00043 |
4 |
UPDATE oktopusV2_mod_news SET active = 1
WHERE active = 3 AND NOW() >
created_at
|
0.00069 |
5 |
UPDATE oktopusV2_mod_news SET active = 0
WHERE active = 1 AND end_at !=
"0000-00-00 00:00:00"
AND NOW() > end_at
|
0.00051 |
6 |
SELECT r.*, rl.*, COUNT(p.id) AS num_items FROM
oktopusV2_mod_galleries AS r LEFT JOIN
oktopusV2_mod_galleries_locales AS rl ON r.id=rl.gallery_id
LEFT JOIN oktopusV2_mod_galleries_items AS p ON
r.id=p.gallery_id WHERE 1 AND
rl.slug='maisons-style-contemporain/maison-nord-est-toulousain'
AND rl.language='fr' AND r.active=1 GROUP BY r.id ORDER BY
nleft asc
|
0.00175 |
7 |
SELECT r.*, rl.*, COUNT(p.id) AS num_items FROM
oktopusV2_mod_galleries AS r LEFT JOIN
oktopusV2_mod_galleries_locales AS rl ON r.id=rl.gallery_id
LEFT JOIN oktopusV2_mod_galleries_items AS p ON
r.id=p.gallery_id WHERE 1 AND rl.language='fr' AND
r.parent_id=3 AND r.active=1 GROUP BY r.id ORDER BY nleft
asc
|
0.00141 |
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 oktopusV2_mod_galleries_items AS i INNER JOIN
oktopusV2_mod_galleries_items_locales AS il ON
i.id=il.item_id AND il.language='fr' LEFT OUTER JOIN
oktopusV2_mod_galleries AS g ON g.id=i.gallery_id LEFT
OUTER JOIN oktopusV2_mod_galleries_locales AS gl ON
g.id=gl.gallery_id AND gl.language='fr' WHERE 1 AND
i.gallery_id=3 AND il.language='fr' AND i.active=1 ORDER BY
i.ord ASC
|
0.00152 |
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
oktopusV2_mod_galleries AS t JOIN
oktopusV2_mod_galleries_locales AS l ON t.id = l.gallery_id
AND l.language = "fr" WHERE t.id = 3
|
0.00069 |
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
oktopusV2_mod_galleries AS t JOIN
oktopusV2_mod_galleries_locales AS l ON t.id = l.gallery_id
AND l.language = "fr" WHERE nleft <= 2 AND nright >= 3 ORDER
BY level
|
0.00071 |