![]() |
![]() |
![]() |
![]() |
LISTADO Y PLANO EXPOSITORES ENF 2022
![]() |
![]() |
![]() |
![]() |
SELECT `data`
FROM `op4k6_session`
WHERE `session_id` = 'vsuelkg6dkp6csa6ifr7egias4'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | op4k6_session | const | PRIMARY | PRIMARY | 602 | const | 1 | 100.00 |
DELETE
FROM `op4k6_session`
WHERE `time` < '1750371913'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | op4k6_session | range | time | time | 45 | NULL | 4 | 100.00 | Using where |
SELECT `session_id`
FROM `op4k6_session`
WHERE `session_id` = 'vsuelkg6dkp6csa6ifr7egias4'
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | op4k6_session | const | PRIMARY | PRIMARY | 602 | const | 1 | 100.00 | Using index |
INSERT INTO `op4k6_session` (`session_id`, `client_id`, `time`)
VALUES ('vsuelkg6dkp6csa6ifr7egias4', 0, '1750372813')
SELECT extension_id AS id, element AS "option", params, enabled
FROM op4k6_extensions
WHERE `type` = 'component'
AND `element` = 'com_users'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | op4k6_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | 100.00 | Using index condition; Using where |
SELECT b.id
FROM op4k6_usergroups AS a
LEFT JOIN op4k6_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | |
1 | SIMPLE | b | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 1 | 100.00 | Using where; Using index |
SELECT id, rules
FROM `op4k6_viewlevels`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | op4k6_viewlevels | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 100.00 |
SELECT folder AS type, element AS name, params
FROM op4k6_extensions
WHERE enabled >= 1
AND type ='plugin'
AND state >= 0
AND access IN (1,1)
ORDER BY ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | op4k6_extensions | ALL | extension | NO INDEX KEY COULD BE USED | NULL | NULL | 207 | 42.51 | Using where; Using filesort |
SELECT extension_id AS id, element AS "option", params, enabled
FROM op4k6_extensions
WHERE `type` = 'component'
AND `element` = 'com_languages'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | op4k6_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | 100.00 | Using index condition; Using where |
SELECT template
FROM op4k6_template_styles as s
WHERE s.client_id = 0
AND s.home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | s | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 100.00 | Using where |
SELECT template
FROM op4k6_template_styles as s
WHERE s.client_id = 0
AND s.home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | s | ALL | idx_home | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 100.00 | Using where |
SELECT extension, file, type
FROM op4k6_rokcommon_configs
ORDER BY priority
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | op4k6_rokcommon_configs | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 100.00 | Using filesort |
SELECT extension_id AS id, element AS "option", params, enabled
FROM op4k6_extensions
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | op4k6_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 364 | const,const | 1 | 100.00 | Using index condition |
UPDATE `op4k6_extensions`
SET `params` = '{\"mediaversion\":\"e5e573be491dd7288044b35d934787ef\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | op4k6_extensions | range | element_clientid,element_folder_clientid,extension | extension | 364 | NULL | 1 | 100.00 | Using where |
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 op4k6_menu AS m
LEFT JOIN op4k6_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
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | m | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 95 | 64.19 | Using index condition; Using where; Using filesort |
1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | u944685417_mundoferretero.m.component_id | 1 | 100.00 | Using where |
SELECT id, home, template, s.params
FROM op4k6_template_styles as s
LEFT JOIN op4k6_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid,extension | extension | 62 | const | 5 | 100.00 | Using index condition; Using where |
1 | SIMPLE | s | ALL | idx_template | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 100.00 | Using where; Using join buffer (flat, BNL join) |
SELECT extension_id AS id, element AS "option", params, enabled
FROM op4k6_extensions
WHERE `type` = 'component'
AND `element` = 'com_k2'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | op4k6_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 302 | const | 1 | 100.00 | Using index condition; Using where |
SHOW FULL COLUMNS
FROM `op4k6_extensions`
SELECT `extension_id`
FROM `op4k6_extensions`
WHERE type = 'component'
AND element = 'com_roksprocket'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | op4k6_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 364 | const,const | 1 | 100.00 | Using where; Using index |
SELECT *
FROM op4k6_extensions
WHERE `extension_id` = '10009'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | op4k6_extensions | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 |
SELECT `extension_id`
FROM `op4k6_extensions`
WHERE type = 'module'
AND element = 'mod_roksprocket'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | op4k6_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 364 | const,const | 1 | 100.00 | Using where; Using index |
SELECT *
FROM op4k6_extensions
WHERE `extension_id` = '10009'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | op4k6_extensions | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 |
SELECT *
FROM op4k6_languages
WHERE published=1
ORDER BY ordering ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | op4k6_languages | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | 100.00 | Using where; Using filesort |
SELECT a.rules
FROM op4k6_assets AS a
WHERE (a.id = 1)
GROUP BY a.id, a.rules, a.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 |
SELECT b.rules
FROM op4k6_assets AS a
LEFT JOIN op4k6_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE (a.name = 'com_k2')
GROUP BY b.id, b.rules, b.lft
ORDER BY b.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | a | const | idx_asset_name | idx_asset_name | 152 | const | 1 | 100.00 | Using temporary; Using filesort |
1 | SIMPLE | b | ALL | idx_lft_rgt | NO INDEX KEY COULD BE USED | NULL | NULL | 241 | 96.27 | Using where |
SELECT id
FROM op4k6_k2_categories
WHERE published=1
AND trash=0
AND access IN(1,1)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | op4k6_k2_categories | index_merge | category,published,access,trash | trash,published | 2,2 | NULL | 14 | 100.00 | Using intersect(trash,published); Using where |
SELECT *
FROM op4k6_k2_items
WHERE id=1364
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | op4k6_k2_items | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 |
SHOW FULL COLUMNS
FROM `op4k6_k2_categories`
SELECT *
FROM op4k6_k2_categories
WHERE id = '6'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | op4k6_k2_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 |
SELECT *
FROM op4k6_k2_categories
WHERE id = '1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | op4k6_k2_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 |
Status | Duration |
---|---|
Starting | 0.0 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.0 ms |
Optimizing | 0.0 ms |
Statistics | 0.0 ms |
Preparing | 0.0 ms |
Unlocking tables | 0.0 ms |
Preparing | 0.0 ms |
Executing | 0.0 ms |
Sending data | 0.0 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.0 ms |
Query end | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Query end | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
SELECT tag.*
FROM op4k6_k2_tags AS tag JOIN op4k6_k2_tags_xref AS xref
ON tag.id = xref.tagID
WHERE tag.published=1
AND xref.itemID = 1364
ORDER BY xref.id ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | xref | ref | tagID,itemID | itemID | 4 | const | 6 | 100.00 | Using where; Using filesort |
1 | SIMPLE | tag | eq_ref | PRIMARY,published | PRIMARY | 4 | u944685417_mundoferretero.xref.tagID | 1 | 99.52 | Using where |
Status | Duration |
---|---|
Starting | 0.0 ms |
checking permissions | 0.0 ms |
closing tables | 0.0 ms |
checking permissions | 0.0 ms |
Opening tables | 0.5 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.0 ms |
Optimizing | 0.0 ms |
Statistics | 0.0 ms |
Preparing | 0.0 ms |
Executing | 0.0 ms |
Filling schema table | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
checking permissions | 0.1 ms |
closing tables | 0.0 ms |
checking permissions | 0.0 ms |
Executing | 0.0 ms |
Sending data | 0.1 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
closing tables | 0.0 ms |
Removing tmp table | 0.1 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Query end | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
SELECT *
FROM op4k6_k2_attachments
WHERE itemID=1364
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|---|
Starting | 0.0 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init for update | 0.0 ms |
Updating | 0.1 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.3 ms |
closing tables | 0.0 ms |
Query end | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
SELECT *
FROM op4k6_k2_rating
WHERE itemID = 1364
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|---|
Starting | 0.0 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.0 ms |
Optimizing | 0.0 ms |
Statistics | 0.0 ms |
Preparing | 0.0 ms |
Sorting result | 0.0 ms |
Executing | 0.0 ms |
Sending data | 0.0 ms |
Creating sort index | 0.0 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Query end | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
SHOW FULL COLUMNS
FROM `op4k6_users`
Status | Duration |
---|---|
Starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.0 ms |
Optimizing | 0.0 ms |
Statistics | 0.1 ms |
Preparing | 0.0 ms |
Sorting result | 0.0 ms |
Executing | 0.0 ms |
Sending data | 0.3 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Query end | 0.1 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
SELECT *
FROM `op4k6_users`
WHERE `id` = 936
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | op4k6_users | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 |
Status | Duration |
---|---|
Starting | 0.0 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.0 ms |
Optimizing | 0.0 ms |
Statistics | 0.1 ms |
Preparing | 0.0 ms |
Creating tmp table | 0.0 ms |
Executing | 0.0 ms |
Sending data | 5.1 ms |
Removing tmp table | 0.1 ms |
Sending data | 0.0 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Query end | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
SELECT `g`.`id`,`g`.`title`
FROM `op4k6_usergroups` AS g
INNER JOIN `op4k6_user_usergroup_map` AS m
ON m.group_id = g.id
WHERE `m`.`user_id` = 936
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | m | ref | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index |
1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | u944685417_mundoferretero.m.group_id | 1 | 100.00 |
Status | Duration |
---|---|
Starting | 0.2 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.1 ms |
Optimizing | 0.1 ms |
Statistics | 0.5 ms |
Preparing | 0.1 ms |
Sorting result | 0.0 ms |
Executing | 0.0 ms |
Sending data | 0.8 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Query end | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
SELECT id, gender, description, image, url, `
group`, plugins
FROM op4k6_k2_users
WHERE userID=936
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | op4k6_k2_users | ref | userID | userID | 4 | const | 1 | 100.00 |
Status | Duration |
---|---|
Starting | 0.0 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.0 ms |
Optimizing | 0.0 ms |
Statistics | 0.0 ms |
Preparing | 0.0 ms |
Unlocking tables | 0.0 ms |
Preparing | 0.0 ms |
Executing | 0.0 ms |
Sending data | 0.0 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Query end | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
SELECT id, gender, description, image, url, `
group`, plugins
FROM op4k6_k2_users
WHERE userID=936
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | op4k6_k2_users | ref | userID | userID | 4 | const | 1 | 100.00 |
Status | Duration |
---|---|
Starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.0 ms |
Optimizing | 0.0 ms |
Statistics | 0.0 ms |
Preparing | 0.0 ms |
Unlocking tables | 0.0 ms |
Preparing | 0.0 ms |
Executing | 0.0 ms |
Sending data | 0.0 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Query end | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
SHOW FULL COLUMNS
FROM `op4k6_k2_items`
Status | Duration |
---|---|
Starting | 0.0 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.0 ms |
Optimizing | 0.0 ms |
Statistics | 0.0 ms |
Preparing | 0.0 ms |
Unlocking tables | 0.0 ms |
Preparing | 0.0 ms |
Executing | 0.0 ms |
Sending data | 0.0 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Query end | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
UPDATE op4k6_k2_items
SET `hits` = (`hits` + 1)
WHERE `id` = '1364'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | op4k6_k2_items | range | PRIMARY | PRIMARY | 4 | NULL | 1 | 100.00 | Using where |
Status | Duration |
---|---|
Starting | 0.0 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.0 ms |
Optimizing | 0.0 ms |
Statistics | 0.0 ms |
Preparing | 0.0 ms |
Executing | 0.0 ms |
Sending data | 0.0 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Query end | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
SELECT *
FROM op4k6_k2_comments
WHERE itemID=1364
AND published=1
ORDER BY commentDate DESC
LIMIT 0, 10
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | op4k6_k2_comments | ref | itemID,published,latestComments | itemID | 4 | const | 1 | 100.00 | Using where; Using filesort |
Status | Duration |
---|---|
Starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.0 ms |
Optimizing | 0.0 ms |
Statistics | 0.1 ms |
Preparing | 0.5 ms |
Sorting result | 0.0 ms |
Executing | 0.0 ms |
Sending data | 0.6 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Query end | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
SELECT i.*, c.alias as categoryalias
FROM op4k6_k2_items as i
LEFT JOIN op4k6_k2_categories c
ON c.id = i.catid
WHERE i.id != 1364
AND i.published = 1
AND ( i.publish_up = '0000-00-00 00:00:00' OR i.publish_up <= '2025-06-19 22:40:13' )
AND ( i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2025-06-19 22:40:13' )
AND i.access IN(1,1)
AND i.trash = 0
AND i.created_by = 936
AND i.created_by_alias=''
AND c.published = 1
AND c.access IN(1,1)
AND c.trash = 0
ORDER BY i.created DESC
LIMIT 0, 5
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | i | index | PRIMARY,item,catid,created_by | created | 5 | NULL | 18 | 81.17 | Using where |
1 | SIMPLE | c | eq_ref | PRIMARY,category,published,access,trash | PRIMARY | 4 | u944685417_mundoferretero.i.catid | 1 | 51.52 | Using index condition; Using where |
Status | Duration |
---|---|
Starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.0 ms |
Optimizing | 0.0 ms |
Statistics | 0.1 ms |
Preparing | 0.0 ms |
Sorting result | 0.0 ms |
Executing | 0.0 ms |
Sending data | 0.2 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Query end | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
SELECT id, name, parent
FROM op4k6_k2_categories
WHERE published=1
AND trash=0
AND access IN(1,1)
ORDER BY parent
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | op4k6_k2_categories | index_merge | category,published,access,trash | trash,published | 2,2 | NULL | 14 | 100.00 | Using intersect(trash,published); Using where; Using filesort |
Status | Duration |
---|---|
Starting | 0.1 ms |
checking permissions | 0.0 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init for update | 0.0 ms |
Updating | 0.1 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
Commit | 0.0 ms |
Query end | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Query end | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
SELECT DISTINCT itemID
FROM op4k6_k2_tags_xref
WHERE tagID IN (89,188,4,64,62,187)
AND itemID!=1364
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | op4k6_k2_tags_xref | range | tagID,itemID | tagID | 4 | NULL | 762 | 99.88 | Using index condition; Using where; Using temporary |
Status | Duration |
---|---|
Starting | 0.1 ms |
Opening tables | 0.0 ms |
After opening tables | 0.0 ms |
System lock | 0.0 ms |
table lock | 0.0 ms |
init | 0.1 ms |
Optimizing | 0.0 ms |
Statistics | 0.0 ms |
Preparing | 0.0 ms |
Executing | 0.0 ms |
Filling schema table | 0.6 ms |
Executing | 0.0 ms |
Sending data | 0.0 ms |
End of update loop | 0.0 ms |
Query end | 0.0 ms |
closing tables | 0.0 ms |
Removing tmp table | 0.0 ms |
closing tables | 0.0 ms |
Unlocking tables | 0.0 ms |
closing tables | 0.0 ms |
Query end | 0.0 ms |
Starting cleanup | 0.0 ms |
Freeing items | 0.0 ms |
Updating status | 0.0 ms |
Reset for next command | 0.0 ms |
SELECT i.*, c.alias as categoryalias
FROM op4k6_k2_items as i
LEFT JOIN op4k6_k2_categories c
ON c.id = i.catid
WHERE i.published = 1
AND ( i.publish_up = '0000-00-00 00:00:00' OR i.publish_up <= '2025-06-19 22:40:13' )
AND ( i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2025-06-19 22:40:13' )
AND i.access IN(1,1)
AND i.trash = 0
AND c.published = 1
AND c.access IN(1,1)
AND c.trash = 0
AND (i.id) IN (13,41,44,24,15,220,259,368,373,432,452,455,466,471,493,515,535,549,550,551,557,575,582,589,590,594,595,596,597,598,602,627,628,626,629,630,631,632,633,636,648,649,654,660,668,667,671,678,682,683,684,685,686,692,696,713,746,772,773,778,796,815,818,820,837,844,847,861,895,898,899,900,916,919,921,926,948,949,952,954,956,957,958,959,965,966,967,968,969,970,971,972,978,980,981,984,993,1005,1007,1009,1011,1012,1014,1015,1016,1017,1018,1019,1025,1038,1039,1048,1058,1059,1060,1061,1066,1067,1068,1069,1075,1076,1086,1087,1091,1096,1099,1103,1109,1110,1112,1114,1116,1120,1130,1131,1133,1132,1137,1139,1141,1159,1162,1165,1171,1177,1192,1198,1202,1215,1221,1222,1225,1241,1244,1262,1276,1277,1281,1308,1311,1313,1315,1328,1329,1343,1349,1360,1361,1365,1366,1369,1374,1378,1380,1381,1389,1394,1395,1398,1400,1403,1405,1404,1407,1408,1409,1412,1414,1425,1426,1436,1440,1444,1456,1461,1469,1474,1475,1476,1477,1490,1494,1500,1501,1505,1506,1507,1509,1530,1535,1545,1550,1551,1558,1559,1563,1567,1572,1573,1574,1577,7,6,109,163,219,268,322,344,363,513,517,566,586,722,723,834,897,938,939,1097,1153,1185,1191,1321,1358,1399,1452,1454,1467,1468,1503,1539,1569,81,21,142,199,201,206,308,342,523,528,750,751,753,782,793,814,1031,1293,1334,1397,1578,221,223,228,230,239,240,241,243,248,250,264,273,281,288,291,292,293,294,295,314,326,329,336,340,345,348,354,355,371,372,375,376,377,378,382,386,387,388,389,394,395,396,397,406,407,408,412,429,430,439,440,441,442,443,444,445,446,449,450,454,457,467,468,486,488,496,499,500,501,502,503,504,506,508,509,520,524,525,526,527,531,532,533,534,540,541,542,543,544,552,559,558,562,564,565,584,593,599,601,603,604,605,608,606,621,622,623,624,625,634,635,637,638,639,640,641,643,644,647,651,652,655,656,657,658,663,664,666,669,672,673,674,676,677,679,680,681,688,689,690,693,694,695,697,698,699,700,709,711,710,712,716,717,720,721,726,727,738,739,744,749,752,771,774,775,776,780,779,783,784,785,786,787,789,788,791,794,803,806,807,808,809,810,816,817,819,821,835,839,841,842,846,859,860,863,880,881,882,884,883,889,901,903,906,911,913,915,917,918,920,924,923,922,928,927,929,936,944,946,947,955,973,974,975,976,977,979,992,994,998,999,1003,1004,1008,1032,1040,1043,1052,1062,1073,1082,1088,1092,1094,1095,1121,1122,1136,1152,1154,1155,1156,1157,1158,1160,1163,1164,1169,1170,1187,1188,1189,1197,1203,1206,1207,1208,1209,1213,1214,1220,1228,1235,1236,1237,1238,1239,1243,1248,1249,1253,1259,1261,1263,1266,1268,1269,1287,1301,1306,1307,1312,1322,1323,1324,1325,1327,1333,1339,1335,1346,1347,1363,1371,1383,1393,1401,1415,1429,1432,1434,1435,1439,1438,1441,1448,1449,1470,1484,1487,1495,1496,1502,1517,1521,1523,1524,1525,1527,1526,1529,1532,1536,1537,1538,1540,1541,1548,1557,1560,1566,1570,1571,1581,1486,1489,1587,1588,1352,1353,1354,1356,1355,1357,1359,1362,1367,1368,1382)
ORDER BY i.created DESC
LIMIT 0, 5
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | i | index | PRIMARY,item,catid | created | 5 | NULL | 24 | 37.41 | Using where |
1 | SIMPLE | c | eq_ref | PRIMARY,category,published,access,trash | PRIMARY | 4 | u944685417_mundoferretero.i.catid | 1 | 51.52 | Using index condition; Using where |
SELECT *
FROM op4k6_k2_categories
WHERE id = '31'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | op4k6_k2_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 |
SELECT id, gender, description, image, url, `
group`, plugins
FROM op4k6_k2_users
WHERE userID=936
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | op4k6_k2_users | ref | userID | userID | 4 | const | 1 | 100.00 |
SELECT id, gender, description, image, url, `
group`, plugins
FROM op4k6_k2_users
WHERE userID=936
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | op4k6_k2_users | ref | userID | userID | 4 | const | 1 | 100.00 |
SELECT id, gender, description, image, url, `
group`, plugins
FROM op4k6_k2_users
WHERE userID=936
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | op4k6_k2_users | ref | userID | userID | 4 | const | 1 | 100.00 |
SELECT id, gender, description, image, url, `
group`, plugins
FROM op4k6_k2_users
WHERE userID=936
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | op4k6_k2_users | ref | userID | userID | 4 | const | 1 | 100.00 |
SELECT id, gender, description, image, url, `
group`, plugins
FROM op4k6_k2_users
WHERE userID=936
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | op4k6_k2_users | ref | userID | userID | 4 | const | 1 | 100.00 |
SELECT id, gender, description, image, url, `
group`, plugins
FROM op4k6_k2_users
WHERE userID=936
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | op4k6_k2_users | ref | userID | userID | 4 | const | 1 | 100.00 |
SELECT *
FROM op4k6_k2_categories
WHERE id = '19'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | op4k6_k2_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 |
SELECT id, gender, description, image, url, `
group`, plugins
FROM op4k6_k2_users
WHERE userID=936
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | op4k6_k2_users | ref | userID | userID | 4 | const | 1 | 100.00 |
SELECT id, gender, description, image, url, `
group`, plugins
FROM op4k6_k2_users
WHERE userID=936
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | op4k6_k2_users | ref | userID | userID | 4 | const | 1 | 100.00 |
SELECT *
FROM op4k6_k2_categories
WHERE id = '18'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | op4k6_k2_categories | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 |
SELECT id, gender, description, image, url, `
group`, plugins
FROM op4k6_k2_users
WHERE userID=936
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | op4k6_k2_users | ref | userID | userID | 4 | const | 1 | 100.00 |
SELECT id, gender, description, image, url, `
group`, plugins
FROM op4k6_k2_users
WHERE userID=936
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | op4k6_k2_users | ref | userID | userID | 4 | const | 1 | 100.00 |
SELECT *
FROM op4k6_k2_items
WHERE id != 1364
AND catid=6
AND ordering > 21
AND published=1
AND ( publish_up = '0000-00-00 00:00:00' OR publish_up <= '2025-06-19 22:40:13' )
AND ( publish_down = '0000-00-00 00:00:00' OR publish_down >= '2025-06-19 22:40:13' )
AND access IN(1,1)
AND trash=0
ORDER BY ordering ASC
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | op4k6_k2_items | range | PRIMARY,item,catid,ordering | ordering | 4 | NULL | 909 | 53.55 | Using where |
SELECT *
FROM op4k6_k2_items
WHERE id != 1364
AND catid=6
AND ordering < 21
AND published=1
AND ( publish_up = '0000-00-00 00:00:00' OR publish_up <= '2025-06-19 22:40:13' )
AND ( publish_down = '0000-00-00 00:00:00' OR publish_down >= '2025-06-19 22:40:13' )
AND access IN(1,1)
AND trash=0
ORDER BY ordering DESC
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | op4k6_k2_items | range | PRIMARY,item,catid,ordering | ordering | 4 | NULL | 672 | 39.58 | Using where |
UPDATE `op4k6_session`
SET `data` = '__default|a:8:{s:15:\"session.counter\";i:1;s:19:\"session.timer.start\";i:1750372813;s:18:\"session.timer.last\";i:1750372813;s:17:\"session.timer.now\";i:1750372813;s:22:\"session.client.browser\";s:103:\"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)\";s:8:\"registry\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\\0\\0\\0data\";O:8:\"stdClass\":0:{}}s:4:\"user\";O:5:\"JUser\":26:{s:9:\"\\0\\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: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:1:{i:0;s:1:\"1\";}s:5:\"guest\";i:1;s:13:\"lastResetTime\";N;s:10:\"resetCount\";N;s:12:\"requireReset\";N;s:10:\"\\0\\0\\0_params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\\0\\0\\0data\";O:8:\"stdClass\":0:{}}s:14:\"\\0\\0\\0_authGroups\";a:1:{i:0;i:1;}s:14:\"\\0\\0\\0_authLevels\";a:2:{i:0;i:1;i:1;i:1;}s:15:\"\\0\\0\\0_authActions\";N;s:12:\"\\0\\0\\0_errorMsg\";N;s:10:\"\\0\\0\\0_errors\";a:0:{}s:3:\"aid\";i:0;s:3:\"gid\";i:1;}s:16:\"com_mailto.links\";a:1:{s:40:\"eb738148854364f4eb29e060ba5915b8e75c747b\";O:8:\"stdClass\":2:{s:4:\"link\";s:124:\"https://mundoferretero.mx/index.php/ferreteria/item/1364-listado-y-plano-expo-nacional-ferretera-2022?print=1&tmpl=component\";s:6:\"expiry\";i:1750372813;}}}' , `time` = '1750372813'
WHERE `session_id` = 'vsuelkg6dkp6csa6ifr7egias4'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | op4k6_session | range | PRIMARY | PRIMARY | 602 | NULL | 1 | 100.00 | Using where |
12 × SELECT id, gender, description, image, url, `
group`, plugins
FROM op4k6_k2_users
5 × SELECT *
FROM op4k6_k2_categories
4 × SELECT extension_id AS id, element AS "option", params, enabled
FROM op4k6_extensions
3 × SELECT *
FROM op4k6_k2_items
2 × SELECT template
FROM op4k6_template_styles as s
2 × SELECT `extension_id`
FROM `op4k6_extensions`
2 × SELECT i.*, c.alias as categoryalias
FROM op4k6_k2_items as i
LEFT JOIN op4k6_k2_categories c
ON c.id = i.catid
2 × SELECT *
FROM op4k6_extensions
1 × SELECT *
FROM op4k6_k2_rating
1 × SELECT tag.*
FROM op4k6_k2_tags AS tag JOIN op4k6_k2_tags_xref AS xref
ON tag.id = xref.tagID
1 × SELECT *
FROM op4k6_k2_attachments
1 × SELECT `g`.`id`,`g`.`title`
FROM `op4k6_usergroups` AS g
INNER JOIN `op4k6_user_usergroup_map` AS m
ON m.group_id = g.id
1 × SELECT id, name, parent
FROM op4k6_k2_categories
1 × SELECT *
FROM op4k6_k2_comments
1 × SELECT DISTINCT itemID
FROM op4k6_k2_tags_xref
1 × SELECT *
FROM `op4k6_users`
1 × SELECT a.rules
FROM op4k6_assets AS a
1 × SELECT folder AS type, element AS name, params
FROM op4k6_extensions
1 × SELECT id, rules
FROM `op4k6_viewlevels
1 × SELECT b.id
FROM op4k6_usergroups AS a
LEFT JOIN op4k6_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT `session_id`
FROM `op4k6_session`
1 × SELECT extension, file, type
FROM op4k6_rokcommon_configs
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 op4k6_menu AS m
LEFT JOIN op4k6_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT b.rules
FROM op4k6_assets AS a
LEFT JOIN op4k6_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT `data`
FROM `op4k6_session`
1 × SELECT *
FROM op4k6_languages
1 × SELECT id, home, template, s.params
FROM op4k6_template_styles as s
LEFT JOIN op4k6_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT id
FROM op4k6_k2_categories
1 × SHOW FULL COLUMNS
FROM `op4k6_k2_items
1 × UPDATE op4k6_k2_items
SET `hits` = (`hits` + 1)
1 × UPDATE `op4k6_session`
SET `data` = '__default|a:8:{s:15:\"session.counter\";i:1;s:19:\"session.timer.start\";i:1750372813;s:18:\"session.timer.last\";i:1750372813;s:17:\"session.timer.now\";i:1750372813;s:22:\"session.client.browser\";s:103:\"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)\";s:8:\"registry\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\\0\\0\\0data\";O:8:\"stdClass\":0:{}}s:4:\"user\";O:5:\"JUser\":26:{s:9:\"\\0\\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: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:1:{i:0;s:1:\"1\";}s:5:\"guest\";i:1;s:13:\"lastResetTime\";N;s:10:\"resetCount\";N;s:12:\"requireReset\";N;s:10:\"\\0\\0\\0_params\";O:24:\"Joomla\\Registry\\Registry\":1:{s:7:\"\\0\\0\\0data\";O:8:\"stdClass\":0:{}}s:14:\"\\0\\0\\0_authGroups\";a:1:{i:0;i:1;}s:14:\"\\0\\0\\0_authLevels\";a:2:{i:0;i:1;i:1;i:1;}s:15:\"\\0\\0\\0_authActions\";N;s:12:\"\\0\\0\\0_errorMsg\";N;s:10:\"\\0\\0\\0_errors\";a:0:{}s:3:\"aid\";i:0;s:3:\"gid\";i:1;}s:16:\"com_mailto.links\";a:1:{s:40:\"eb738148854364f4eb29e060ba5915b8e75c747b\";O:8:\"stdClass\":2:{s:4:\"link\";s:124:\"https://mundoferretero.mx/index.php/ferreteria/item/1364-listado-y-plano-expo-nacional-ferretera-2022?print=1&tmpl=component\";s:6:\"expiry\";i:1750372813;}}}' , `time` = '1750372813'
1 × SHOW FULL COLUMNS
FROM `op4k6_users
1 × SHOW FULL COLUMNS
FROM `op4k6_k2_categories
1 × INSERT INTO `op4k6_session` (`session_id`, `client_id`, `time`)
VALUES ('vsuelkg6dkp6csa6ifr7egias4', 0, '1750372813'
1 × UPDATE `op4k6_extensions`
SET `params` = '{\"mediaversion\":\"e5e573be491dd7288044b35d934787ef\"}'
1 × SHOW FULL COLUMNS
FROM `op4k6_extensions
1 × DELETE
FROM `op4k6_session`