Console de débogage Joomla!
session.client.forwarded ⇒ 44.212.99.248
session.client.browser ⇒ CCBot/2.0 (https://commoncrawl.org/faq/)
password_clear ⇒
groups ⇒
session.token ⇒ c8b4c568ea77039ca0cab34ea43f0108
Application 0.000 seconds (+0.000); 0.35 MB (+0.352) - afterLoad
Application 0.014 seconds (+0.014); 1.67 MB (+1.321) - afterInitialise
Application 0.051 seconds (+0.037); 15.13 MB (+13.459) - afterRoute
Application 1.335 seconds (+1.283); 19.06 MB (+3.927) - afterDispatch
Application 1.336 seconds (+0.001); 19.19 MB (+0.128) - beforeRenderModule mod_breadcrumbs (Fil d'Ariane (Breadcrumbs))
Application 1.340 seconds (+0.004); 19.19 MB (+0.002) - afterRenderModule mod_breadcrumbs (Fil d'Ariane (Breadcrumbs))
Application 1.340 seconds (+0.000); 19.22 MB (+0.033) - beforeRenderModule mod_menu (La Boutique Africavivre)
Application 1.341 seconds (+0.001); 19.31 MB (+0.089) - afterRenderModule mod_menu (La Boutique Africavivre)
Application 1.341 seconds (+0.000); 19.24 MB (-0.073) - beforeRenderModule mod_menu (Agenda)
Application 1.342 seconds (+0.001); 19.41 MB (+0.171) - afterRenderModule mod_menu (Agenda)
Application 1.342 seconds (+0.000); 19.24 MB (-0.167) - beforeRenderModule mod_menu (Menu principal - pays - New)
Application 1.344 seconds (+0.003); 20.27 MB (+1.024) - afterRenderModule mod_menu (Menu principal - pays - New)
Application 1.345 seconds (+0.001); 19.25 MB (-1.014) - beforeRenderModule mod_menu (Coups de coeur à lire)
Application 1.345 seconds (+0.000); 19.35 MB (+0.101) - afterRenderModule mod_menu (Coups de coeur à lire)
Application 1.346 seconds (+0.000); 19.26 MB (-0.096) - beforeRenderModule mod_menu (Coups de coeur à écouter)
Application 1.347 seconds (+0.001); 19.78 MB (+0.526) - afterRenderModule mod_menu (Coups de coeur à écouter)
Application 1.347 seconds (+0.000); 19.27 MB (-0.513) - beforeRenderModule mod_menu (Coups de coeur à voir)
Application 1.347 seconds (+0.000); 19.35 MB (+0.075) - afterRenderModule mod_menu (Coups de coeur à voir)
Application 1.361 seconds (+0.013); 19.36 MB (+0.013) - afterRender
19.41 MB (20,352,536 Bytes)
241 requêtes exécutées
SELECT `data`
FROM `sj09u_session`
WHERE `session_id` = 'sp9mqieg9l70i08cobrrpf53o4'
DELETE
FROM `sj09u_session`
WHERE `time` < '1674888695'
SELECT `session_id`
FROM `sj09u_session`
WHERE `session_id` = 'sp9mqieg9l70i08cobrrpf53o4'
LIMIT 0, 1
INSERT INTO `sj09u_session`
(`session_id`, `client_id`, `time`)
VALUES
('sp9mqieg9l70i08cobrrpf53o4', 0, '1674910295')
SELECT b.id
FROM sj09u_usergroups AS a
LEFT JOIN sj09u_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 1
SELECT id, rules
FROM `sj09u_viewlevels`
SELECT lft,rgt
FROM sj09u_categories
WHERE id=1
SELECT params
FROM sj09u_extensions
WHERE element = "com_acesef"
AND type = "component"
UPDATE sj09u_acesef_urls
SET hits = (hits+1)
WHERE id = '189930'
SELECT *
FROM sj09u_acesef_metadata
WHERE url_sef = 'coups-de-coeur-a-lire/romans/page-2.html'
AND published = '1'
SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,m.browserNav, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM sj09u_menu AS m
LEFT JOIN sj09u_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
SELECT params
FROM sj09u_categories
WHERE id = 72
SELECT c.*,
CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM sj09u_categories AS c
WHERE c.id = 72
AND c.published = 1
SELECT c.*,
CASE WHEN CHAR_LENGTH( c.alias ) THEN CONCAT_WS( ':', c.id, c.alias ) ELSE c.id END AS slug
FROM sj09u_categories AS c
WHERE c.published = 1
AND c.parent_id = 72
AND c.access IN (1,1)
ORDER BY lft ASC
SELECT c.id
FROM sj09u_categories AS c
WHERE c.published = 1
AND c.access IN (1,1)
AND c.id IN (72)
ORDER BY lft ASC
SELECT a.rules
FROM sj09u_assets AS a
WHERE (a.id = 1)
GROUP BY a.id, a.rules, a.lft
SELECT b.rules
FROM sj09u_assets AS a
LEFT JOIN sj09u_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE (a.name = 'com_flexicontent')
GROUP BY b.id, b.rules, b.lft
ORDER BY b.lft
SELECT fi.*
FROM sj09u_flexicontent_fields AS fi
WHERE fi.published = 1
AND fi.isfilter = 1
AND fi.access IN (1,1)
ORDER BY fi.ordering, fi.name
SELECT DISTINCT i.*, ie.*, u.name as author, ty.name AS typename,
CASE WHEN CHAR_LENGTH(i.alias) THEN CONCAT_WS(':', i.id, i.alias) ELSE i.id END as slug,
CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as categoryslug
FROM sj09u_content AS i
LEFT JOIN sj09u_flexicontent_items_ext AS ie
ON ie.item_id = i.id
LEFT JOIN sj09u_flexicontent_types AS ty
ON ie.type_id = ty.id
LEFT JOIN sj09u_flexicontent_cats_item_relations AS rel
ON rel.itemid = i.id
LEFT JOIN sj09u_categories AS c
ON c.id = i.catid
LEFT JOIN sj09u_users AS u
ON u.id = i.created_by
WHERE 1=1
AND rel.catid IN ('72')
AND ( i.state IN (1, -5) OR i.created_by = 0 )
AND ( ( i.publish_up = '0000-00-00 00:00:00' OR i.publish_up <= '2023-01-28 12:51:35' ) OR i.created_by = 0 )
AND ( ( i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2023-01-28 12:51:35' ) OR i.created_by = 0 )
AND i.access IN (1,1)
ORDER BY i.created DESC, c.title
SELECT DISTINCT i.*, ie.*, u.name as author, ty.name AS typename,
CASE WHEN CHAR_LENGTH(i.alias) THEN CONCAT_WS(':', i.id, i.alias) ELSE i.id END as slug,
CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as categoryslug
FROM sj09u_content AS i
LEFT JOIN sj09u_flexicontent_items_ext AS ie
ON ie.item_id = i.id
LEFT JOIN sj09u_flexicontent_types AS ty
ON ie.type_id = ty.id
LEFT JOIN sj09u_flexicontent_cats_item_relations AS rel
ON rel.itemid = i.id
LEFT JOIN sj09u_categories AS c
ON c.id = i.catid
LEFT JOIN sj09u_users AS u
ON u.id = i.created_by
WHERE 1=1
AND rel.catid IN ('72')
AND ( i.state IN (1, -5) OR i.created_by = 0 )
AND ( ( i.publish_up = '0000-00-00 00:00:00' OR i.publish_up <= '2023-01-28 12:51:35' ) OR i.created_by = 0 )
AND ( ( i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2023-01-28 12:51:35' ) OR i.created_by = 0 )
AND i.access IN (1,1)
ORDER BY i.created DESC, c.title
LIMIT 10, 10
SELECT LOWER(SUBSTRING(i.title
FROM 1 FOR 1)) AS alpha
FROM sj09u_content AS i
LEFT JOIN sj09u_flexicontent_items_ext AS ie
ON ie.item_id = i.id
LEFT JOIN sj09u_flexicontent_types AS ty
ON ie.type_id = ty.id
LEFT JOIN sj09u_flexicontent_cats_item_relations AS rel
ON rel.itemid = i.id
LEFT JOIN sj09u_categories AS c
ON c.id = i.catid
LEFT JOIN sj09u_users AS u
ON u.id = i.created_by
WHERE 1=1
AND rel.catid IN ('72')
AND ( i.state IN (1, -5) OR i.created_by = 0 )
AND ( ( i.publish_up = '0000-00-00 00:00:00' OR i.publish_up <= '2023-01-28 12:51:35' ) OR i.created_by = 0 )
AND ( ( i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2023-01-28 12:51:35' ) OR i.created_by = 0 )
AND i.access IN (1,1)
GROUP BY alpha
ORDER BY alpha ASC
SELECT DISTINCT le.*, le.extension_id as id, lc.image as image_prefix,
CASE WHEN CHAR_LENGTH(lc.title_native) THEN lc.title_native ELSE le.name END as name
FROM sj09u_extensions as le
LEFT JOIN sj09u_languages as lc
ON lc.lang_code=le.element
AND lc.published=1
WHERE le.type="language"
GROUP BY le.element
SELECT DISTINCT t.name, i.itemid,
CASE WHEN CHAR_LENGTH(t.alias) THEN CONCAT_WS(':', t.id, t.alias) ELSE t.id END as slug
FROM sj09u_flexicontent_tags AS t
LEFT JOIN sj09u_flexicontent_tags_item_relations AS i
ON i.tid = t.id
WHERE i.itemid IN ('2332','2326','2325','2321','2309','2288','2294','2280','2262','2263')
AND t.published = 1
ORDER BY i.itemid, t.name
SELECT DISTINCT c.id, c.title, rel.itemid,
CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM sj09u_categories AS c
LEFT JOIN sj09u_flexicontent_cats_item_relations AS rel
ON rel.catid = c.id
WHERE rel.itemid IN ('2332','2326','2325','2321','2309','2288','2294','2280','2262','2263')
SELECT itemid, COUNT(id) AS favs
FROM sj09u_flexicontent_favourites
WHERE itemid IN ('2332','2326','2325','2321','2309','2288','2294','2280','2262','2263')
GROUP BY itemid
SELECT itemid, COUNT(id) AS fav
FROM sj09u_flexicontent_favourites
WHERE itemid IN ('2332','2326','2325','2321','2309','2288','2294','2280','2262','2263')
AND userid = '0'
GROUP BY itemid
SELECT i.id, u.name, u.username, u.email
FROM sj09u_content AS i
LEFT JOIN sj09u_users AS u
ON u.id = i.modified_by
WHERE i.id IN ('2332','2326','2325','2321','2309','2288','2294','2280','2262','2263')
SELECT i.id, u.name, i.created_by_alias as alias, u.username, u.email
FROM sj09u_content AS i
LEFT JOIN sj09u_users AS u
ON u.id = i.created_by
WHERE i.id IN ('2332','2326','2325','2321','2309','2288','2294','2280','2262','2263')
SELECT ie.item_id, t.name
FROM sj09u_flexicontent_items_ext AS ie
LEFT JOIN sj09u_flexicontent_types AS t
ON t.id = ie.type_id
WHERE ie.item_id IN ('2332','2326','2325','2321','2309','2288','2294','2280','2262','2263')
SELECT *
FROM sj09u_content_rating
WHERE content_id IN ('2332','2326','2325','2321','2309','2288','2294','2280','2262','2263')
SELECT *, field_id as extra_id
FROM sj09u_flexicontent_items_extravote
WHERE content_id IN ('2332','2326','2325','2321','2309','2288','2294','2280','2262','2263')
SELECT fi.*
FROM sj09u_flexicontent_fields AS fi
LEFT JOIN sj09u_flexicontent_fields_type_relations AS ftrel
ON ftrel.field_id = fi.id
LEFT JOIN sj09u_flexicontent_items_ext AS ie
ON ftrel.type_id = ie.type_id
WHERE ie.item_id = 2332
AND fi.published = 1
AND fi.access IN (1,1)
GROUP BY fi.id
ORDER BY ftrel.ordering, fi.ordering, fi.name
SELECT field_id, value
FROM sj09u_flexicontent_fields_item_relations
WHERE item_id = 2332
ORDER BY field_id, valueorder
SELECT fi.*
FROM sj09u_flexicontent_fields AS fi
LEFT JOIN sj09u_flexicontent_fields_type_relations AS ftrel
ON ftrel.field_id = fi.id
LEFT JOIN sj09u_flexicontent_items_ext AS ie
ON ftrel.type_id = ie.type_id
WHERE ie.item_id = 2326
AND fi.published = 1
AND fi.access IN (1,1)
GROUP BY fi.id
ORDER BY ftrel.ordering, fi.ordering, fi.name
SELECT field_id, value
FROM sj09u_flexicontent_fields_item_relations
WHERE item_id = 2326
ORDER BY field_id, valueorder
SELECT fi.*
FROM sj09u_flexicontent_fields AS fi
LEFT JOIN sj09u_flexicontent_fields_type_relations AS ftrel
ON ftrel.field_id = fi.id
LEFT JOIN sj09u_flexicontent_items_ext AS ie
ON ftrel.type_id = ie.type_id
WHERE ie.item_id = 2325
AND fi.published = 1
AND fi.access IN (1,1)
GROUP BY fi.id
ORDER BY ftrel.ordering, fi.ordering, fi.name
SELECT field_id, value
FROM sj09u_flexicontent_fields_item_relations
WHERE item_id = 2325
ORDER BY field_id, valueorder
SELECT fi.*
FROM sj09u_flexicontent_fields AS fi
LEFT JOIN sj09u_flexicontent_fields_type_relations AS ftrel
ON ftrel.field_id = fi.id
LEFT JOIN sj09u_flexicontent_items_ext AS ie
ON ftrel.type_id = ie.type_id
WHERE ie.item_id = 2321
AND fi.published = 1
AND fi.access IN (1,1)
GROUP BY fi.id
ORDER BY ftrel.ordering, fi.ordering, fi.name
SELECT field_id, value
FROM sj09u_flexicontent_fields_item_relations
WHERE item_id = 2321
ORDER BY field_id, valueorder
SELECT fi.*
FROM sj09u_flexicontent_fields AS fi
LEFT JOIN sj09u_flexicontent_fields_type_relations AS ftrel
ON ftrel.field_id = fi.id
LEFT JOIN sj09u_flexicontent_items_ext AS ie
ON ftrel.type_id = ie.type_id
WHERE ie.item_id = 2309
AND fi.published = 1
AND fi.access IN (1,1)
GROUP BY fi.id
ORDER BY ftrel.ordering, fi.ordering, fi.name
SELECT field_id, value
FROM sj09u_flexicontent_fields_item_relations
WHERE item_id = 2309
ORDER BY field_id, valueorder
SELECT fi.*
FROM sj09u_flexicontent_fields AS fi
LEFT JOIN sj09u_flexicontent_fields_type_relations AS ftrel
ON ftrel.field_id = fi.id
LEFT JOIN sj09u_flexicontent_items_ext AS ie
ON ftrel.type_id = ie.type_id
WHERE ie.item_id = 2288
AND fi.published = 1
AND fi.access IN (1,1)
GROUP BY fi.id
ORDER BY ftrel.ordering, fi.ordering, fi.name
SELECT field_id, value
FROM sj09u_flexicontent_fields_item_relations
WHERE item_id = 2288
ORDER BY field_id, valueorder
SELECT fi.*
FROM sj09u_flexicontent_fields AS fi
LEFT JOIN sj09u_flexicontent_fields_type_relations AS ftrel
ON ftrel.field_id = fi.id
LEFT JOIN sj09u_flexicontent_items_ext AS ie
ON ftrel.type_id = ie.type_id
WHERE ie.item_id = 2294
AND fi.published = 1
AND fi.access IN (1,1)
GROUP BY fi.id
ORDER BY ftrel.ordering, fi.ordering, fi.name
SELECT field_id, value
FROM sj09u_flexicontent_fields_item_relations
WHERE item_id = 2294
ORDER BY field_id, valueorder
SELECT fi.*
FROM sj09u_flexicontent_fields AS fi
LEFT JOIN sj09u_flexicontent_fields_type_relations AS ftrel
ON ftrel.field_id = fi.id
LEFT JOIN sj09u_flexicontent_items_ext AS ie
ON ftrel.type_id = ie.type_id
WHERE ie.item_id = 2280
AND fi.published = 1
AND fi.access IN (1,1)
GROUP BY fi.id
ORDER BY ftrel.ordering, fi.ordering, fi.name
SELECT field_id, value
FROM sj09u_flexicontent_fields_item_relations
WHERE item_id = 2280
ORDER BY field_id, valueorder
SELECT fi.*
FROM sj09u_flexicontent_fields AS fi
LEFT JOIN sj09u_flexicontent_fields_type_relations AS ftrel
ON ftrel.field_id = fi.id
LEFT JOIN sj09u_flexicontent_items_ext AS ie
ON ftrel.type_id = ie.type_id
WHERE ie.item_id = 2262
AND fi.published = 1
AND fi.access IN (1,1)
GROUP BY fi.id
ORDER BY ftrel.ordering, fi.ordering, fi.name
SELECT field_id, value
FROM sj09u_flexicontent_fields_item_relations
WHERE item_id = 2262
ORDER BY field_id, valueorder
SELECT fi.*
FROM sj09u_flexicontent_fields AS fi
LEFT JOIN sj09u_flexicontent_fields_type_relations AS ftrel
ON ftrel.field_id = fi.id
LEFT JOIN sj09u_flexicontent_items_ext AS ie
ON ftrel.type_id = ie.type_id
WHERE ie.item_id = 2263
AND fi.published = 1
AND fi.access IN (1,1)
GROUP BY fi.id
ORDER BY ftrel.ordering, fi.ordering, fi.name
SELECT field_id, value
FROM sj09u_flexicontent_fields_item_relations
WHERE item_id = 2263
ORDER BY field_id, valueorder
SELECT *
FROM sj09u_flexicontent_templates
WHERE template = 'blog-africavivre-cdc'
AND layout = 'category'
SELECT t.attribs, t.name, t.alias
FROM sj09u_flexicontent_types AS t
WHERE t.id = 1
SELECT attribs, published
FROM sj09u_flexicontent_fields
WHERE name='text_article'
SELECT parent_id
FROM sj09u_categories
WHERE id = 72
AND extension="com_content"
SELECT parent_id
FROM sj09u_categories
WHERE id = 71
AND extension="com_content"
SELECT id, title,
CASE WHEN CHAR_LENGTH(alias) THEN CONCAT_WS(':', id, alias) ELSE id END as categoryslug
FROM sj09u_categories
WHERE id ='71'
AND extension="com_content"
AND published = 1
SELECT id, title,
CASE WHEN CHAR_LENGTH(alias) THEN CONCAT_WS(':', id, alias) ELSE id END as categoryslug
FROM sj09u_categories
WHERE id ='72'
AND extension="com_content"
AND published = 1
SELECT access
FROM sj09u_categories
WHERE id=71
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_flexicontent&Itemid=260&cid=71:livres-d-auteurs-africains-livres-sur-l-afrique&view=category'
AND params LIKE '%notfound=0%'
LIMIT 1
SELECT access
FROM sj09u_categories
WHERE id=72
SELECT m2.language, m2.id
FROM sj09u_menu as m
INNER JOIN sj09u_associations as a
ON a.id=m.id
AND a.context='com_menus.item'
INNER JOIN sj09u_associations as a2
ON a.key=a2.key
INNER JOIN sj09u_menu as m2
ON a2.id=m2.id
WHERE m.id=266
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_flexicontent&cid=72:romans-africains-romans-sur-l-afrique&view=category'
AND params LIKE '%notfound=0%'
LIMIT 1
SELECT access
FROM sj09u_categories
WHERE id=72
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_flexicontent&cid=72:romans-africains-romans-sur-l-afrique&view=category'
AND params LIKE '%notfound=0%'
LIMIT 1
SELECT access
FROM sj09u_categories
WHERE id=72
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_flexicontent&cid=72:romans-africains-romans-sur-l-afrique&view=category'
AND params LIKE '%notfound=0%'
LIMIT 1
SELECT DISTINCT fi.value as value, fi.value as text
FROM sj09u_content AS i
LEFT JOIN sj09u_flexicontent_fields_item_relations AS fi
ON i.id = fi.item_id
LEFT JOIN sj09u_flexicontent_items_ext AS ie
ON ie.item_id = i.id
LEFT JOIN sj09u_flexicontent_types AS ty
ON ie.type_id = ty.id
LEFT JOIN sj09u_flexicontent_cats_item_relations AS rel
ON rel.itemid = i.id
LEFT JOIN sj09u_categories AS c
ON c.id = i.catid
LEFT JOIN sj09u_users AS u
ON u.id = i.created_by
WHERE 1=1
AND fi.field_id =46
SELECT DISTINCT fi.value as value, fi.value as text
FROM sj09u_content AS i
LEFT JOIN sj09u_flexicontent_fields_item_relations AS fi
ON i.id = fi.item_id
LEFT JOIN sj09u_flexicontent_items_ext AS ie
ON ie.item_id = i.id
LEFT JOIN sj09u_flexicontent_types AS ty
ON ie.type_id = ty.id
LEFT JOIN sj09u_flexicontent_cats_item_relations AS rel
ON rel.itemid = i.id
LEFT JOIN sj09u_categories AS c
ON c.id = i.catid
LEFT JOIN sj09u_users AS u
ON u.id = i.created_by
WHERE 1=1
AND fi.field_id =47
SELECT DISTINCT fi.value as value, fi.value as text
FROM sj09u_content AS i
LEFT JOIN sj09u_flexicontent_fields_item_relations AS fi
ON i.id = fi.item_id
LEFT JOIN sj09u_flexicontent_items_ext AS ie
ON ie.item_id = i.id
LEFT JOIN sj09u_flexicontent_types AS ty
ON ie.type_id = ty.id
LEFT JOIN sj09u_flexicontent_cats_item_relations AS rel
ON rel.itemid = i.id
LEFT JOIN sj09u_categories AS c
ON c.id = i.catid
LEFT JOIN sj09u_users AS u
ON u.id = i.created_by
WHERE 1=1
AND fi.field_id =48
SELECT DISTINCT fi.value as value, fi.value as text
FROM sj09u_content AS i
LEFT JOIN sj09u_flexicontent_fields_item_relations AS fi
ON i.id = fi.item_id
LEFT JOIN sj09u_flexicontent_items_ext AS ie
ON ie.item_id = i.id
LEFT JOIN sj09u_flexicontent_types AS ty
ON ie.type_id = ty.id
LEFT JOIN sj09u_flexicontent_cats_item_relations AS rel
ON rel.itemid = i.id
LEFT JOIN sj09u_categories AS c
ON c.id = i.catid
LEFT JOIN sj09u_users AS u
ON u.id = i.created_by
WHERE 1=1
AND fi.field_id =49
SELECT DISTINCT fi.value as value, fi.value as text
FROM sj09u_content AS i
LEFT JOIN sj09u_flexicontent_fields_item_relations AS fi
ON i.id = fi.item_id
LEFT JOIN sj09u_flexicontent_items_ext AS ie
ON ie.item_id = i.id
LEFT JOIN sj09u_flexicontent_types AS ty
ON ie.type_id = ty.id
LEFT JOIN sj09u_flexicontent_cats_item_relations AS rel
ON rel.itemid = i.id
LEFT JOIN sj09u_categories AS c
ON c.id = i.catid
LEFT JOIN sj09u_users AS u
ON u.id = i.created_by
WHERE 1=1
AND fi.field_id =60
SELECT DISTINCT fi.value as value, fi.value as text
FROM sj09u_content AS i
LEFT JOIN sj09u_flexicontent_fields_item_relations AS fi
ON i.id = fi.item_id
LEFT JOIN sj09u_flexicontent_items_ext AS ie
ON ie.item_id = i.id
LEFT JOIN sj09u_flexicontent_types AS ty
ON ie.type_id = ty.id
LEFT JOIN sj09u_flexicontent_cats_item_relations AS rel
ON rel.itemid = i.id
LEFT JOIN sj09u_categories AS c
ON c.id = i.catid
LEFT JOIN sj09u_users AS u
ON u.id = i.created_by
WHERE 1=1
AND fi.field_id =62
SELECT DISTINCT fi.value as value, fi.value as text
FROM sj09u_content AS i
LEFT JOIN sj09u_flexicontent_fields_item_relations AS fi
ON i.id = fi.item_id
LEFT JOIN sj09u_flexicontent_items_ext AS ie
ON ie.item_id = i.id
LEFT JOIN sj09u_flexicontent_types AS ty
ON ie.type_id = ty.id
LEFT JOIN sj09u_flexicontent_cats_item_relations AS rel
ON rel.itemid = i.id
LEFT JOIN sj09u_categories AS c
ON c.id = i.catid
LEFT JOIN sj09u_users AS u
ON u.id = i.created_by
WHERE 1=1
AND fi.field_id =65
SELECT DISTINCT fi.value as value, fi.value as text
FROM sj09u_content AS i
LEFT JOIN sj09u_flexicontent_fields_item_relations AS fi
ON i.id = fi.item_id
LEFT JOIN sj09u_flexicontent_items_ext AS ie
ON ie.item_id = i.id
LEFT JOIN sj09u_flexicontent_types AS ty
ON ie.type_id = ty.id
LEFT JOIN sj09u_flexicontent_cats_item_relations AS rel
ON rel.itemid = i.id
LEFT JOIN sj09u_categories AS c
ON c.id = i.catid
LEFT JOIN sj09u_users AS u
ON u.id = i.created_by
WHERE 1=1
AND fi.field_id =66
SELECT access
FROM sj09u_categories
WHERE id=72
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_flexicontent&cid=72:romans-africains-romans-sur-l-afrique&view=category'
AND params LIKE '%notfound=0%'
LIMIT 1
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_flexicontent&cid=72:romans-africains-romans-sur-l-afrique&limitstart=10&pop=1&tmpl=component&view=category'
AND params LIKE '%notfound=0%'
LIMIT 1
SELECT `id`,`parent_id`,`title`,`alias`
FROM `sj09u_categories`
WHERE `id` = '71'
SELECT `id`,`title`,`alias`
FROM `sj09u_categories`
WHERE `parent_id` = '1'
ORDER BY rgt ASC
SELECT `id`,`title`,`alias`
FROM `sj09u_categories`
WHERE `parent_id` = '1'
and title like "Coups de c%"
ORDER BY rgt ASC
SELECT `id`,`title`,`alias`
FROM `sj09u_categories`
WHERE `parent_id` = '71'
ORDER BY rgt ASC
SELECT `id`,`title`,`alias`
FROM `sj09u_categories`
WHERE `parent_id` = '71'
and title like "Coups de c%"
ORDER BY rgt ASC
SELECT `id`,`title`,`alias`
FROM `sj09u_categories`
WHERE `parent_id` = '72'
ORDER BY rgt ASC
SELECT attribs, published
FROM sj09u_flexicontent_fields
WHERE name='title_article'
SELECT access
FROM sj09u_content
WHERE id=2332
SELECT catid
FROM sj09u_content
WHERE id = 2332
SELECT `id`,`path`
FROM `sj09u_categories`
WHERE `path` LIKE 'coups-de-%'
and `title` LIKE 'Roman'
SELECT `id`,`path`
FROM `sj09u_categories`
WHERE `title` = 'Algérie'
SELECT access
FROM sj09u_content
WHERE id=2332
SELECT access
FROM sj09u_content
WHERE id=2332
SELECT access
FROM sj09u_content
WHERE id=2326
SELECT catid
FROM sj09u_content
WHERE id = 2326
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_flexicontent&cid=286&id=2326&view=item'
AND params LIKE '%notfound=0%'
LIMIT 1
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_flexicontent&cid=286&id=2326&view=item'
AND params LIKE '%notfound=0%'
LIMIT 1
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 286
and extension != 'system'
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 285
and extension != 'system'
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 272
and extension != 'system'
SELECT title, alias, introtext, id
FROM sj09u_content
WHERE id = 2326
SELECT `id`,`path`
FROM `sj09u_categories`
WHERE `path` LIKE 'coups-de-%'
and `title` LIKE 'Roman'
SELECT `id`,`path`
FROM `sj09u_categories`
WHERE `title` = 'Congo-Brazzaville'
SELECT access
FROM sj09u_content
WHERE id=2326
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_flexicontent&cid=286&id=2326&view=item'
AND params LIKE '%notfound=0%'
LIMIT 1
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_flexicontent&cid=286&id=2326&view=item'
AND params LIKE '%notfound=0%'
LIMIT 1
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 286
and extension != 'system'
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 285
and extension != 'system'
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 272
and extension != 'system'
SELECT access
FROM sj09u_content
WHERE id=2326
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_flexicontent&cid=286&id=2326&view=item'
AND params LIKE '%notfound=0%'
LIMIT 1
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_flexicontent&cid=286&id=2326&view=item'
AND params LIKE '%notfound=0%'
LIMIT 1
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 286
and extension != 'system'
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 285
and extension != 'system'
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 272
and extension != 'system'
SELECT access
FROM sj09u_content
WHERE id=2325
SELECT catid
FROM sj09u_content
WHERE id = 2325
SELECT `id`,`path`
FROM `sj09u_categories`
WHERE `path` LIKE 'coups-de-%'
and `title` LIKE 'Roman'
SELECT `id`,`path`
FROM `sj09u_categories`
WHERE `title` = 'Congo-Brazzaville'
SELECT access
FROM sj09u_content
WHERE id=2325
SELECT access
FROM sj09u_content
WHERE id=2325
SELECT access
FROM sj09u_content
WHERE id=2321
SELECT catid
FROM sj09u_content
WHERE id = 2321
SELECT `id`,`path`
FROM `sj09u_categories`
WHERE `path` LIKE 'coups-de-%'
and `title` LIKE 'Romans'
SELECT `id`,`path`
FROM `sj09u_categories`
WHERE `title` = 'Mozambique'
SELECT access
FROM sj09u_content
WHERE id=2321
SELECT access
FROM sj09u_content
WHERE id=2321
SELECT access
FROM sj09u_content
WHERE id=2309
SELECT catid
FROM sj09u_content
WHERE id = 2309
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_flexicontent&cid=310&id=2309&view=item'
AND params LIKE '%notfound=0%'
LIMIT 1
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_flexicontent&cid=310&id=2309&view=item'
AND params LIKE '%notfound=0%'
LIMIT 1
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 310
and extension != 'system'
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 309
and extension != 'system'
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 296
and extension != 'system'
SELECT title, alias, introtext, id
FROM sj09u_content
WHERE id = 2309
SELECT `id`,`path`
FROM `sj09u_categories`
WHERE `path` LIKE 'coups-de-%'
and `title` LIKE 'Romans '
SELECT `id`,`path`
FROM `sj09u_categories`
WHERE `title` = 'Côte d\'Ivoire'
SELECT access
FROM sj09u_content
WHERE id=2309
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_flexicontent&cid=310&id=2309&view=item'
AND params LIKE '%notfound=0%'
LIMIT 1
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_flexicontent&cid=310&id=2309&view=item'
AND params LIKE '%notfound=0%'
LIMIT 1
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 310
and extension != 'system'
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 309
and extension != 'system'
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 296
and extension != 'system'
SELECT access
FROM sj09u_content
WHERE id=2309
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_flexicontent&cid=310&id=2309&view=item'
AND params LIKE '%notfound=0%'
LIMIT 1
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_flexicontent&cid=310&id=2309&view=item'
AND params LIKE '%notfound=0%'
LIMIT 1
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 310
and extension != 'system'
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 309
and extension != 'system'
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 296
and extension != 'system'
SELECT access
FROM sj09u_content
WHERE id=2288
SELECT catid
FROM sj09u_content
WHERE id = 2288
SELECT `id`,`path`
FROM `sj09u_categories`
WHERE `path` LIKE 'coups-de-%'
and `title` LIKE 'Romans '
SELECT `id`,`path`
FROM `sj09u_categories`
WHERE `title` = 'Djibouti'
SELECT access
FROM sj09u_content
WHERE id=2288
SELECT access
FROM sj09u_content
WHERE id=2288
SELECT access
FROM sj09u_content
WHERE id=2294
SELECT catid
FROM sj09u_content
WHERE id = 2294
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_flexicontent&cid=718&id=2294&view=item'
AND params LIKE '%notfound=0%'
LIMIT 1
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_flexicontent&cid=718&id=2294&view=item'
AND params LIKE '%notfound=0%'
LIMIT 1
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 718
and extension != 'system'
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 717
and extension != 'system'
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 704
and extension != 'system'
SELECT title, alias, introtext, id
FROM sj09u_content
WHERE id = 2294
SELECT `id`,`path`
FROM `sj09u_categories`
WHERE `path` LIKE 'coups-de-%'
and `title` LIKE 'Romans'
SELECT `id`,`path`
FROM `sj09u_categories`
WHERE `title` = 'Sénégal'
SELECT access
FROM sj09u_content
WHERE id=2294
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_flexicontent&cid=718&id=2294&view=item'
AND params LIKE '%notfound=0%'
LIMIT 1
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_flexicontent&cid=718&id=2294&view=item'
AND params LIKE '%notfound=0%'
LIMIT 1
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 718
and extension != 'system'
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 717
and extension != 'system'
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 704
and extension != 'system'
SELECT access
FROM sj09u_content
WHERE id=2294
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_flexicontent&cid=718&id=2294&view=item'
AND params LIKE '%notfound=0%'
LIMIT 1
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_flexicontent&cid=718&id=2294&view=item'
AND params LIKE '%notfound=0%'
LIMIT 1
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 718
and extension != 'system'
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 717
and extension != 'system'
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 704
and extension != 'system'
SELECT access
FROM sj09u_content
WHERE id=2280
SELECT catid
FROM sj09u_content
WHERE id = 2280
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_flexicontent&cid=670&id=2280&view=item'
AND params LIKE '%notfound=0%'
LIMIT 1
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_flexicontent&cid=670&id=2280&view=item'
AND params LIKE '%notfound=0%'
LIMIT 1
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 670
and extension != 'system'
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 669
and extension != 'system'
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 656
and extension != 'system'
SELECT title, alias, introtext, id
FROM sj09u_content
WHERE id = 2280
SELECT `id`,`path`
FROM `sj09u_categories`
WHERE `path` LIKE 'coups-de-%'
and `title` LIKE 'Romans'
SELECT `id`,`path`
FROM `sj09u_categories`
WHERE `title` = 'République Démocratique du Congo'
SELECT access
FROM sj09u_content
WHERE id=2280
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_flexicontent&cid=670&id=2280&view=item'
AND params LIKE '%notfound=0%'
LIMIT 1
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_flexicontent&cid=670&id=2280&view=item'
AND params LIKE '%notfound=0%'
LIMIT 1
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 670
and extension != 'system'
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 669
and extension != 'system'
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 656
and extension != 'system'
SELECT access
FROM sj09u_content
WHERE id=2280
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_flexicontent&cid=670&id=2280&view=item'
AND params LIKE '%notfound=0%'
LIMIT 1
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_flexicontent&cid=670&id=2280&view=item'
AND params LIKE '%notfound=0%'
LIMIT 1
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 670
and extension != 'system'
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 669
and extension != 'system'
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 656
and extension != 'system'
SELECT access
FROM sj09u_content
WHERE id=2262
SELECT catid
FROM sj09u_content
WHERE id = 2262
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_flexicontent&cid=718&id=2262&view=item'
AND params LIKE '%notfound=0%'
LIMIT 1
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_flexicontent&cid=718&id=2262&view=item'
AND params LIKE '%notfound=0%'
LIMIT 1
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 718
and extension != 'system'
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 717
and extension != 'system'
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 704
and extension != 'system'
SELECT title, alias, introtext, id
FROM sj09u_content
WHERE id = 2262
SELECT `id`,`path`
FROM `sj09u_categories`
WHERE `path` LIKE 'coups-de-%'
and `title` LIKE 'Romans '
SELECT `id`,`path`
FROM `sj09u_categories`
WHERE `title` = 'Sénégal'
SELECT access
FROM sj09u_content
WHERE id=2262
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_flexicontent&cid=718&id=2262&view=item'
AND params LIKE '%notfound=0%'
LIMIT 1
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_flexicontent&cid=718&id=2262&view=item'
AND params LIKE '%notfound=0%'
LIMIT 1
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 718
and extension != 'system'
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 717
and extension != 'system'
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 704
and extension != 'system'
SELECT access
FROM sj09u_content
WHERE id=2262
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_flexicontent&cid=718&id=2262&view=item'
AND params LIKE '%notfound=0%'
LIMIT 1
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_flexicontent&cid=718&id=2262&view=item'
AND params LIKE '%notfound=0%'
LIMIT 1
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 718
and extension != 'system'
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 717
and extension != 'system'
SELECT title, alias, parent_id, description, id
FROM sj09u_categories
WHERE id = 704
and extension != 'system'
SELECT access
FROM sj09u_content
WHERE id=2263
SELECT catid
FROM sj09u_content
WHERE id = 2263
SELECT `id`,`path`
FROM `sj09u_categories`
WHERE `path` LIKE 'coups-de-%'
and `title` LIKE 'Romans'
SELECT `id`,`path`
FROM `sj09u_categories`
WHERE `title` = 'Sénégal'
SELECT access
FROM sj09u_content
WHERE id=2263
SELECT access
FROM sj09u_content
WHERE id=2263
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_flexicontent&cid=72&limitstart=0&view=category'
AND params LIKE '%notfound=0%'
LIMIT 1
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_flexicontent&cid=72&limitstart=0&view=category'
AND params LIKE '%notfound=0%'
LIMIT 1
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_flexicontent&cid=72&limitstart=0&view=category'
AND params LIKE '%notfound=0%'
LIMIT 1
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_flexicontent&Itemid=101&rootcat=1&view=flexicontent'
AND params LIKE '%notfound=0%'
LIMIT 1
SELECT DISTINCT userid
FROM sj09u_session
WHERE guest=0
SELECT id, checked_out, checked_out_time
FROM sj09u_content
WHERE checked_out > 0
SELECT id, checked_out, checked_out_time
FROM sj09u_categories
WHERE checked_out > 0
SELECT id, checked_out, checked_out_time
FROM sj09u_modules
WHERE checked_out > 0
SELECT id, checked_out, checked_out_time
FROM sj09u_menu
WHERE checked_out > 0
SELECT catid
FROM sj09u_content
WHERE id = 230
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_flexicontent&cid=872&id=230&view=item'
AND params LIKE '%notfound=0%'
LIMIT 1
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_flexicontent&cid=60&view=category'
AND params LIKE '%notfound=0%'
LIMIT 1
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_chronoforms&view=form'
AND params LIKE '%notfound=0%'
LIMIT 1
SELECT catid
FROM sj09u_content
WHERE id = 235
SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
WHERE url_real = 'index.php?option=com_flexicontent&cid=2&id=235&view=item'
AND params LIKE '%notfound=0%'
LIMIT 1
UPDATE `sj09u_session`
SET `data` = '__default|a:9:{s:15:\"session.counter\";i:1;s:19:\"session.timer.start\";i:1674910295;s:18:\"session.timer.last\";i:1674910295;s:17:\"session.timer.now\";i:1674910295;s:24:\"session.client.forwarded\";s:13:\"44.212.99.248\";s:22:\"session.client.browser\";s:40:\"CCBot/2.0 (https://commoncrawl.org/faq/)\";s:8:\"registry\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":1:{s:16:\"com_flexicontent\";O:8:\"stdClass\":1:{s:10:\"category72\";O:8:\"stdClass\":1:{s:9:\"filter_48\";s:0:\"\";}}}}s:4:\"user\";O:5:\"JUser\":25:{s:9:\"\0*\0isRoot\";b:0;s:2:\"id\";i:0;s:4:\"name\";N;s:8:\"username\";N;s:5:\"email\";N;s:8:\"password\";N;s:14:\"password_clear\";s:0:\"\";s:8:\"usertype\";N;s:5:\"block\";N;s:9:\"sendEmail\";i:0;s:12:\"registerDate\";N;s:13:\"lastvisitDate\";N;s:10:\"activation\";N;s:6:\"params\";N;s:6:\"groups\";a:0:{}s:5:\"guest\";i:1;s:13:\"lastResetTime\";N;s:10:\"resetCount\";N;s:10:\"\0*\0_params\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:14:\"\0*\0_authGroups\";a:1:{i:0;i:1;}s:14:\"\0*\0_authLevels\";a:2:{i:0;i:1;i:1;i:1;}s:15:\"\0*\0_authActions\";N;s:12:\"\0*\0_errorMsg\";N;s:10:\"\0*\0_errors\";a:0:{}s:3:\"aid\";i:0;}s:13:\"session.token\";s:32:\"c8b4c568ea77039ca0cab34ea43f0108\";}'
, `time` = '1674910297'
WHERE `session_id` = 'sp9mqieg9l70i08cobrrpf53o4'
54 types de requêtes exécutées, triées par occurrences.
Tables sélectionnées :
45 × SELECT title, alias, parent_id, description, id
FROM sj09u_categories
44 × SELECT id, url_sef, url_real, used, params
FROM sj09u_acesef_urls
30 × SELECT access
FROM sj09u_content
20 × SELECT `id`,`path`
FROM `sj09u_categories`
12 × SELECT catid
FROM sj09u_content
10 × SELECT fi.*
FROM sj09u_flexicontent_fields AS fi
LEFT JOIN sj09u_flexicontent_fields_type_relations AS ftrel
ON ftrel.field_id = fi.id
LEFT JOIN sj09u_flexicontent_items_ext AS ie
ON ftrel.type_id = ie.type_id
10 × SELECT field_id, value
FROM sj09u_flexicontent_fields_item_relations
8 × SELECT DISTINCT fi.value as value, fi.value as text
FROM sj09u_content AS i
LEFT JOIN sj09u_flexicontent_fields_item_relations AS fi
ON i.id = fi.item_id
LEFT JOIN sj09u_flexicontent_items_ext AS ie
ON ie.item_id = i.id
LEFT JOIN sj09u_flexicontent_types AS ty
ON ie.type_id = ty.id
LEFT JOIN sj09u_flexicontent_cats_item_relations AS rel
ON rel.itemid = i.id
LEFT JOIN sj09u_categories AS c
ON c.id = i.catid
LEFT JOIN sj09u_users AS u
ON u.id = i.created_by
5 × SELECT title, alias, introtext, id
FROM sj09u_content
5 × SELECT `id`,`title`,`alias`
FROM `sj09u_categories`
5 × SELECT access
FROM sj09u_categories
2 × SELECT id, title,
CASE WHEN CHAR_LENGTH(alias) THEN CONCAT_WS(':', id, alias) ELSE id END as categoryslug
FROM sj09u_categories
2 × SELECT attribs, published
FROM sj09u_flexicontent_fields
2 × SELECT parent_id
FROM sj09u_categories
2 × SELECT DISTINCT i.*, ie.*, u.name as author, ty.name AS typename,
CASE WHEN CHAR_LENGTH(i.alias) THEN CONCAT_WS(':', i.id, i.alias) ELSE i.id END as slug,
CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as categoryslug
FROM sj09u_content AS i
LEFT JOIN sj09u_flexicontent_items_ext AS ie
ON ie.item_id = i.id
LEFT JOIN sj09u_flexicontent_types AS ty
ON ie.type_id = ty.id
LEFT JOIN sj09u_flexicontent_cats_item_relations AS rel
ON rel.itemid = i.id
LEFT JOIN sj09u_categories AS c
ON c.id = i.catid
LEFT JOIN sj09u_users AS u
ON u.id = i.created_by
1 × SELECT t.attribs, t.name, t.alias
FROM sj09u_flexicontent_types AS t
1 × SELECT *
FROM sj09u_flexicontent_templates
1 × SELECT `id`,`parent_id`,`title`,`alias`
FROM `sj09u_categories`
1 × SELECT id, checked_out, checked_out_time
FROM sj09u_modules
1 × SELECT id, checked_out, checked_out_time
FROM sj09u_menu
1 × SELECT id, checked_out, checked_out_time
FROM sj09u_categories
1 × SELECT id, checked_out, checked_out_time
FROM sj09u_content
1 × SELECT *, field_id as extra_id
FROM sj09u_flexicontent_items_extravote
1 × SELECT DISTINCT userid
FROM sj09u_session
1 × SELECT m2.language, m2.id
FROM sj09u_menu as m
INNER JOIN sj09u_associations as a
ON a.id=m.id
AND a.context='com_menus.item'
INNER JOIN sj09u_associations as a2
ON a.key=a2.key
INNER JOIN sj09u_menu as m2
ON a2.id=m2.id
1 × SELECT ie.item_id, t.name
FROM sj09u_flexicontent_items_ext AS ie
LEFT JOIN sj09u_flexicontent_types AS t
ON t.id = ie.type_id
1 × SELECT params
FROM sj09u_categories
1 × SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,m.browserNav, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM sj09u_menu AS m
LEFT JOIN sj09u_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT c.*,
CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM sj09u_categories AS c
1 × SELECT c.*,
CASE WHEN CHAR_LENGTH( c.alias ) THEN CONCAT_WS( ':', c.id, c.alias ) ELSE c.id END AS slug
FROM sj09u_categories AS c
1 × SELECT c.id
FROM sj09u_categories AS c
1 × SELECT *
FROM sj09u_acesef_metadata
1 × SELECT params
FROM sj09u_extensions
1 × SELECT `session_id`
FROM `sj09u_session`
1 × SELECT b.id
FROM sj09u_usergroups AS a
LEFT JOIN sj09u_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT id, rules
FROM `sj09u_viewlevels
1 × SELECT lft,rgt
FROM sj09u_categories
1 × SELECT a.rules
FROM sj09u_assets AS a
1 × SELECT b.rules
FROM sj09u_assets AS a
LEFT JOIN sj09u_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT itemid, COUNT(id) AS fav
FROM sj09u_flexicontent_favourites
1 × SELECT i.id, u.name, u.username, u.email
FROM sj09u_content AS i
LEFT JOIN sj09u_users AS u
ON u.id = i.modified_by
1 × SELECT i.id, u.name, i.created_by_alias as alias, u.username, u.email
FROM sj09u_content AS i
LEFT JOIN sj09u_users AS u
ON u.id = i.created_by
1 × SELECT `data`
FROM `sj09u_session`
1 × SELECT itemid, COUNT(id) AS favs
FROM sj09u_flexicontent_favourites
1 × SELECT DISTINCT c.id, c.title, rel.itemid,
CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM sj09u_categories AS c
LEFT JOIN sj09u_flexicontent_cats_item_relations AS rel
ON rel.catid = c.id
1 × SELECT fi.*
FROM sj09u_flexicontent_fields AS fi
1 × SELECT LOWER(SUBSTRING(i.title
FROM 1 FOR 1)) AS alpha
FROM sj09u_content AS i
LEFT JOIN sj09u_flexicontent_items_ext AS ie
ON ie.item_id = i.id
LEFT JOIN sj09u_flexicontent_types AS ty
ON ie.type_id = ty.id
LEFT JOIN sj09u_flexicontent_cats_item_relations AS rel
ON rel.itemid = i.id
LEFT JOIN sj09u_categories AS c
ON c.id = i.catid
LEFT JOIN sj09u_users AS u
ON u.id = i.created_by
1 × SELECT DISTINCT le.*, le.extension_id as id, lc.image as image_prefix,
CASE WHEN CHAR_LENGTH(lc.title_native) THEN lc.title_native ELSE le.name END as name
FROM sj09u_extensions as le
LEFT JOIN sj09u_languages as lc
ON lc.lang_code=le.element
AND lc.published=1
1 × SELECT DISTINCT t.name, i.itemid,
CASE WHEN CHAR_LENGTH(t.alias) THEN CONCAT_WS(':', t.id, t.alias) ELSE t.id END as slug
FROM sj09u_flexicontent_tags AS t
LEFT JOIN sj09u_flexicontent_tags_item_relations AS i
ON i.tid = t.id
1 × SELECT *
FROM sj09u_content_rating
Autres tables :
1 × UPDATE `sj09u_session`
SET `data` = '__default|a:9:{s:15:\"session.counter\";i:1;s:19:\"session.timer.start\";i:1674910295;s:18:\"session.timer.last\";i:1674910295;s:17:\"session.timer.now\";i:1674910295;s:24:\"session.client.forwarded\";s:13:\"44.212.99.248\";s:22:\"session.client.browser\";s:40:\"CCBot/2.0 (https://commoncrawl.org/faq/)\";s:8:\"registry\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":1:{s:16:\"com_flexicontent\";O:8:\"stdClass\":1:{s:10:\"category72\";O:8:\"stdClass\":1:{s:9:\"filter_48\";s:0:\"\";}}}}s:4:\"user\";O:5:\"JUser\":25:{s:9:\"\0*\0isRoot\";b:0;s:2:\"id\";i:0;s:4:\"name\";N;s:8:\"username\";N;s:5:\"email\";N;s:8:\"password\";N;s:14:\"password_clear\";s:0:\"\";s:8:\"usertype\";N;s:5:\"block\";N;s:9:\"sendEmail\";i:0;s:12:\"registerDate\";N;s:13:\"lastvisitDate\";N;s:10:\"activation\";N;s:6:\"params\";N;s:6:\"groups\";a:0:{}s:5:\"guest\";i:1;s:13:\"lastResetTime\";N;s:10:\"resetCount\";N;s:10:\"\0*\0_params\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:14:\"\0*\0_authGroups\";a:1:{i:0;i:1;}s:14:\"\0*\0_authLevels\";a:2:{i:0;i:1;i:1;i:1;}s:15:\"\0*\0_authActions\";N;s:12:\"\0*\0_errorMsg\";N;s:10:\"\0*\0_errors\";a:0:{}s:3:\"aid\";i:0;}s:13:\"session.token\";s:32:\"c8b4c568ea77039ca0cab34ea43f0108\";}' , `time` = '1674910297'
1 × UPDATE sj09u_acesef_urls
SET hits = (hits+1)
1 × INSERT INTO `sj09u_session` (`session_id`, `client_id`, `time`)
VALUES ('sp9mqieg9l70i08cobrrpf53o4', 0, '1674910295'
1 × DELETE
FROM `sj09u_session`