0.00031 |
SET NAMES 'utf8' |
0.00521 |
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.117.166.193' WHERE u.id=1 |
0.00052 |
REPLACE INTO forum_online (user_id, ident, logged, csrf_token, prev_url) VALUES(1, '18.117.166.193', 1732183527, '58cbd16cd1a9f24f77c354db4e307128066ebda8', 'https://oldforum.hermannhuppen.be//viewtopic.php?id=401') |
0.00144 |
SELECT o.* FROM forum_online AS o WHERE o.logged < 1732183227 |
0.00588 |
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=401 AND t.moved_to IS NULL |
0.00277 |
SELECT p.id FROM forum_posts AS p WHERE p.topic_id=401 ORDER BY p.id LIMIT 0,25 |
0.00321 |
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 (9556,9563,9573,9575,9576,10507,10511,10532,10538,20367,20368,20369) ORDER BY p.id |
0.00146 |
UPDATE forum_topics SET num_views=num_views+1 WHERE id=401 |
0.02080 |
Temps total d'interrogation |