0.00032 |
SET NAMES 'utf8' |
0.00504 |
SELECT u.*, g.*, o.logged, o.csrf_token, o.prev_url, o.last_post, o.last_search FROM forum_users AS u INNER JOIN forum_groups AS g ON g.g_id=u.group_id LEFT JOIN forum_online AS o ON o.ident='18.119.137.175' WHERE u.id=1 |
0.00082 |
REPLACE INTO forum_online (user_id, ident, logged, csrf_token, prev_url) VALUES(1, '18.119.137.175', 1732192465, '47880a864413adfacec527073da8c9e82ece1e4d', 'https://oldforum.hermannhuppen.be//viewtopic.php?id=214') |
0.00039 |
SELECT o.* FROM forum_online AS o WHERE o.logged < 1732192165 |
0.00517 |
SELECT t.subject, t.first_post_id, t.closed, t.num_replies, t.sticky, f.id AS forum_id, f.forum_name, f.moderators, fp.post_replies FROM forum_topics AS t INNER JOIN forum_forums AS f ON f.id=t.forum_id LEFT JOIN forum_forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id=2) WHERE (fp.read_forum IS NULL OR fp.read_forum=1) AND t.id=214 AND t.moved_to IS NULL |
0.00488 |
SELECT p.id FROM forum_posts AS p WHERE p.topic_id=214 ORDER BY p.id LIMIT 0,25 |
0.00081 |
SELECT u.email, u.title, u.url, u.location, u.signature, u.email_setting, u.num_posts, u.registered, u.admin_note, u.avatar, u.avatar_width, u.avatar_height, p.id, p.poster AS username, p.poster_id, p.poster_ip, p.poster_email, p.message, p.hide_smilies, p.posted, p.edited, p.edited_by, g.g_id, g.g_user_title, o.user_id AS is_online FROM forum_posts AS p INNER JOIN forum_users AS u ON u.id=p.poster_id INNER JOIN forum_groups AS g ON g.g_id=u.group_id LEFT JOIN forum_online AS o ON (o.user_id=u.id AND o.user_id!=1 AND o.idle=0) WHERE p.id IN (2112,2114,2116,2117,2122) ORDER BY p.id |
0.00043 |
UPDATE forum_topics SET num_views=num_views+1 WHERE id=214 |
0.01786 |
Temps total d'interrogation |