1 |
SET NAMES utf8mb4
|
0.00018 |
2 |
SELECT u.*, g.*, o.logged, o.csrf_token, o.prev_url FROM
oktopusV1_core_users AS u INNER JOIN
oktopusV1_core_users_groups AS g ON g.group_id=u.group_id
LEFT JOIN oktopusV1_core_users_online AS o ON
o.ident='216.73.216.99' WHERE u.id=1
|
0.00110 |
3 |
UPDATE oktopusV1_core_users_online SET logged=1761056017,
prev_url='https://www.cavereau-christophe.fr/avis-client'
WHERE ident='216.73.216.99'
|
0.00042 |
4 |
SHOW TABLES LIKE 'oktopusV1_mod_oktopusagent_settings'
|
0.00085 |
5 |
SHOW TABLES LIKE 'oktopusV1_mod_oktopusagent_settings'
|
0.00075 |
6 |
SELECT setting_name, setting_value FROM
oktopusV1_mod_oktopusagent_settings
|
0.00044 |
7 |
SHOW TABLES LIKE 'oktopusV1_mod_oktopusagent_settings'
|
0.00073 |
8 |
SHOW TABLES LIKE 'oktopusV1_mod_oktopusagent_settings'
|
0.00066 |
9 |
SHOW TABLES LIKE 'oktopusV1_mod_oktopusagent_settings'
|
0.00070 |
10 |
SHOW TABLES LIKE 'oktopusV1_mod_oktopusagent_settings'
|
0.00063 |
11 |
SELECT COUNT(id) AS num_sig FROM oktopusV1_mod_guestbook
WHERE 1 AND type='1' AND visible=1 AND (spam_status = "" OR
spam_status IS NULL) AND language='fr' ORDER BY date_sign
DESC
|
0.00187 |
12 |
SELECT id, language, message, nom, email, url, note, ip,
visible_home, date_sign, visible, spam_status, spam_filter,
date_reponse, reponse,type,element,id_user,
DATE_FORMAT(date_sign, "%d/%m/%Y %Hh%i") AS date_sign_fr,
DATE_FORMAT(date_reponse, "%d/%m/%Y %Hh%i") AS
date_reponse_fr FROM oktopusV1_mod_guestbook WHERE 1 AND
type='1' AND visible=1 AND (spam_status = "" OR spam_status
IS NULL) AND language='fr' ORDER BY date_sign DESC LIMIT 0,5
|
0.00087 |
13 |
SELECT COUNT(id) AS num_sig, AVG(note) AS avg_note FROM
oktopusV1_mod_guestbook WHERE 1 AND visible=1 AND
(spam_status = "" OR spam_status IS NULL) AND language='fr'
|
0.00050 |
14 |
SELECT f.id, f.active, f.type, f.category, f.ord, f.html_id,
f.colonne, f.picto, f.options, f.info_personnelle, fl.title,
fl.legend, fl.description, fl.value FROM
oktopusV1_mod_contact_fields f LEFT JOIN
oktopusV1_mod_contact_fields_locales AS fl ON
fl.field_id=f.id AND fl.category=f.category WHERE 1 AND
f.active>0 AND f.category = "insert" AND fl.language='fr'
ORDER BY ord ASC
|
0.00136 |