2 |
SELECT u.*, g.*, o.logged, o.csrf_token, o.prev_url FROM
modules_core_users AS u INNER JOIN modules_core_users_groups
AS g ON g.group_id=u.group_id LEFT JOIN
modules_core_users_online AS o ON o.ident='3.149.251.22'
WHERE u.id=1
|
0.00078 |
3 |
REPLACE INTO modules_core_users_online (user_id, ident,
logged, csrf_token, prev_url) VALUES (1,'3.149.251.22',
1736918518, 'f19031f2117af47daef555c4218759aed0e1f270',
'https://www.az-concept.com/galeries')
|
0.00045 |
4 |
SELECT r.*, rl.*, COUNT(p.id) AS num_items FROM
modules_mod_galleries AS r LEFT JOIN
modules_mod_galleries_locales AS rl ON r.id=rl.gallery_id
LEFT JOIN modules_mod_galleries_items AS p ON
r.id=p.gallery_id WHERE 1 AND rl.language='fr' AND
r.parent_id=0 AND r.active=1 GROUP BY r.id ORDER BY nleft
asc
|
0.00133 |