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='18.97.14.90'
WHERE u.id=1
|
0.00074 |
3 |
REPLACE INTO modules_core_users_online (user_id, ident,
logged, csrf_token, prev_url) VALUES (1,'18.97.14.90',
1737061344, 'c3f2008029a451eae7f2263d03d18cfb7e878c06',
'https://www.az-concept.com/galeries')
|
0.00037 |
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.00127 |