Query Time: 0.23 ms Query memory: 0.020 MB Memory before query: 3.643 MB Rows returned: 0
SELECT `session_id`
  FROM `n4xq3_session`
  WHERE `session_id` = X'753732763736713469736537626c70393364346d727231306c39' 
  LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | n4xq3_session | const | PRIMARY | PRIMARY | 194 | const | 1 | Using index | 
| Status | Duration | 
|---|
| Starting | 0.03 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.01 ms | 
| System lock | 0.00 ms | 
| table lock | 0.00 ms | 
| init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.02 ms | 
| Preparing | 0.00 ms | 
| Executing | 0.01 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| closing tables | 0.00 ms | 
| Query end | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 | 
| 8 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Session/MetadataManager.php:74 | 
| 7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 | 
| 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 | 
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 | 
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 | 
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 | 
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 | 
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 | 
Query Time: 0.21 ms After last query: 0.06 ms Query memory: 0.004 MB Memory before query: 3.648 MB
INSERT INTO `n4xq3_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) 
  VALUES 
(X'753732763736713469736537626c70393364346d727231306c39', 1, 1762213607, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `n4xq3_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES 
(X'753732763736713469736537626c70393364346d727231306c39', 1, 1762213607, 0, '', 0)
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| table lock | 0.00 ms | 
| init for update | 0.01 ms | 
| Update | 0.04 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.02 ms | 
| Query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| closing tables | 0.00 ms | 
| Query end | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Session/MetadataManager.php:116 | 
| 7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 | 
| 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 | 
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 | 
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 | 
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 | 
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 | 
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 | 
Query Time: 0.21 ms After last query: 6.49 ms Query memory: 0.021 MB Memory before query: 4.163 MB Rows returned: 5
SELECT id, rules
  FROM `n4xq3_viewlevels`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | n4xq3_viewlevels | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 |  | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| table lock | 0.00 ms | 
| init | 0.01 ms | 
| Optimizing | 0.00 ms | 
| Statistics | 0.01 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| closing tables | 0.00 ms | 
| Query end | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 | 
| 9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Access/Access.php:1063 | 
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 | 
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 | 
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 | 
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 | 
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 | 
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.24 ms After last query: 0.06 ms Query memory: 0.021 MB Memory before query: 4.175 MB Rows returned: 1
SELECT b.id
  FROM n4xq3_usergroups AS a
  LEFT JOIN n4xq3_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 | Extra | 
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 |  | 
| 1 | SIMPLE | b | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 1 | Using where; Using index | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| table lock | 0.00 ms | 
| init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.03 ms | 
| Preparing | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| closing tables | 0.00 ms | 
| Query end | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 | 
| 10 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 | 
| 9 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/Access/Access.php:1095 | 
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 | 
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 | 
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 | 
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 | 
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 | 
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.29 ms After last query: 36.65 ms Query memory: 0.025 MB Memory before query: 6.236 MB Rows returned: 1
SELECT id,template 
  FROM n4xq3_template_styles 
  WHERE client_id=0 
  AND home=1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | n4xq3_template_styles | ALL | idx_client_id,idx_client_id_home | NO INDEX KEY COULD BE USED | NULL | NULL | 7 | Using where | 
| Status | Duration | 
|---|
| Starting | 0.04 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| table lock | 0.00 ms | 
| init | 0.02 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.03 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| closing tables | 0.00 ms | 
| Query end | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 | 
| 17 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_widgetkit/widgetkit.php:28 | 
| 16 | plgSystemWidgetkit->{closure}() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/src/Container.php:240 | 
| 15 | YOOtheme\Framework\Container->offsetGet() | JROOT/administrator/components/com_widgetkit/src/Application.php:49 | 
| 14 | YOOtheme\Widgetkit\Application->YOOtheme\Widgetkit\{closure}() | Same as call in the line below. | 
| 13 | call_user_func_array() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/src/Event/EventDispatcher.php:113 | 
| 12 | YOOtheme\Framework\Event\EventDispatcher->trigger() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/src/Application.php:149 | 
| 11 | YOOtheme\Framework\Application->boot() | JROOT/administrator/components/com_widgetkit/widgetkit.php:113 | 
| 10 | include JROOT/administrator/components/com_widgetkit/widgetkit.php | JROOT/administrator/components/com_widgetkit/widgetkit-app.php:8 | 
| 9 | include JROOT/administrator/components/com_widgetkit/widgetkit-app.php | JROOT/plugins/system/widgetkit/widgetkit.php:16 | 
| 8 | plgSystemWidgetkit->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 | 
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 | 
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 | 
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 | 
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.33 ms After last query: 44.38 ms Query memory: 0.006 MB Memory before query: 9.587 MB
UPDATE `n4xq3_extensions`
  SET `params` = '{\"mediaversion\":\"0069649007bccf03a7b4a1afc3edb916\"}'
  WHERE `type` = 'library' 
  AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `n4xq3_extensions`
SET `params` = '{\"mediaversion\":\"0069649007bccf03a7b4a1afc3edb916\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
| Status | Duration | 
|---|
| Starting | 0.04 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.01 ms | 
| System lock | 0.00 ms | 
| table lock | 0.00 ms | 
| init for update | 0.06 ms | 
| Updating | 0.04 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.02 ms | 
| Query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| closing tables | 0.01 ms | 
| Query end | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.01 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 | 
| 13 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 | 
| 12 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 | 
| 11 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 | 
| 10 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 | 
| 9 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/k2/k2.php:374 | 
| 8 | plgSystemK2->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 | 
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 | 
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 | 
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 | 
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.48 ms After last query: 25.41 ms Query memory: 0.028 MB Memory before query: 10.680 MB Rows returned: 41
SELECT `id`,`name`,`rules`,`parent_id`
  FROM `n4xq3_assets`
  WHERE `name` IN ('root.1','com_actionlogs','com_admin','com_ajax','com_associations','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_fields','com_installer','com_j2xml','com_joomlaupdate','com_joomsport','com_k2','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_phocagallery','com_phocamaps','com_plugins','com_postinstall','com_privacy','com_redirect','com_search','com_tags','com_templates','com_users','com_vikappointments','com_weblinks','com_widgetkit','com_wrapper')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | n4xq3_assets | range | idx_asset_name | idx_asset_name | 202 | NULL | 42 | Using index condition | 
| Status | Duration | 
|---|
| Starting | 0.05 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| table lock | 0.00 ms | 
| init | 0.03 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.06 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.13 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| closing tables | 0.00 ms | 
| Query end | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 | 
| 16 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 | 
| 15 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 | 
| 14 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 | 
| 13 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 | 
| 12 | Joomla\CMS\User\User->authorise() | JROOT/components/com_content/models/article.php:58 | 
| 11 | ContentModelArticle->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:457 | 
| 10 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/components/com_content/models/article.php:251 | 
| 9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:113 | 
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 | 
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 | 
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 | 
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 | 
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.42 ms After last query: 0.13 ms Query memory: 0.067 MB Memory before query: 10.731 MB Rows returned: 311
SELECT `id`,`name`,`rules`,`parent_id`
  FROM `n4xq3_assets`
  WHERE `name` LIKE 'com_content.%' OR `name` = 'com_content' OR `parent_id` = 0
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | n4xq3_assets | ALL | idx_asset_name,idx_parent_id | NO INDEX KEY COULD BE USED | NULL | NULL | 407 | Using where | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| table lock | 0.00 ms | 
| init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.02 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.17 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| closing tables | 0.00 ms | 
| Query end | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:359 | 
| 16 | Joomla\CMS\Access\Access::preloadPermissions() | JROOT/libraries/src/Access/Access.php:226 | 
| 15 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:540 | 
| 14 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 | 
| 13 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 | 
| 12 | Joomla\CMS\User\User->authorise() | JROOT/components/com_content/models/article.php:58 | 
| 11 | ContentModelArticle->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:457 | 
| 10 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/components/com_content/models/article.php:251 | 
| 9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:113 | 
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 | 
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 | 
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 | 
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 | 
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 15.77 ms After last query: 2.91 ms Query memory: 0.032 MB Memory before query: 11.041 MB Rows returned: 31
SHOW FULL COLUMNS 
  FROM `n4xq3_content`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `n4xq3_content`
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| checking permissions | 0.00 ms | 
| closing tables | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 15.41 ms | 
| After opening tables | 0.01 ms | 
| System lock | 0.00 ms | 
| table lock | 0.01 ms | 
| init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.01 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Filling schema table | 0.01 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| checking permissions | 0.06 ms | 
| closing tables | 0.00 ms | 
| checking permissions | 0.00 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.03 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| Removing tmp table | 0.06 ms | 
| closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| closing tables | 0.00 ms | 
| Query end | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 | 
| 14 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 | 
| 13 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 | 
| 12 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/Content.php:39 | 
| 11 | Joomla\CMS\Table\Content->__construct() | JROOT/libraries/src/Table/Table.php:328 | 
| 10 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_content/models/article.php:253 | 
| 9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:113 | 
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 | 
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 | 
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 | 
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 | 
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.28 ms After last query: 5.36 ms Query memory: 0.005 MB Memory before query: 11.260 MB
UPDATE n4xq3_content
  SET `hits` = (`hits` + 1)
  WHERE `id` = '275'
EXPLAIN not possible on query: UPDATE n4xq3_content
SET `hits` = (`hits` + 1)
WHERE `id` = '275'
| Status | Duration | 
|---|
| Starting | 0.04 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.01 ms | 
| System lock | 0.00 ms | 
| table lock | 0.00 ms | 
| init for update | 0.04 ms | 
| Updating | 0.05 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.02 ms | 
| Query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| closing tables | 0.01 ms | 
| Query end | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Table/Table.php:1264 | 
| 10 | Joomla\CMS\Table\Table->hit() | JROOT/components/com_content/models/article.php:254 | 
| 9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:113 | 
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 | 
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 | 
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 | 
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 | 
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.42 ms After last query: 1.91 ms Query memory: 0.023 MB Memory before query: 11.359 MB Rows returned: 1
SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias, 
  CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
  FROM n4xq3_content AS a
  INNER JOIN n4xq3_categories AS c 
  on c.id = a.catid
  LEFT JOIN n4xq3_users AS u 
  on u.id = a.created_by
  LEFT JOIN n4xq3_categories as parent 
  ON parent.id = c.parent_id
  LEFT JOIN n4xq3_content_rating AS v 
  ON a.id = v.content_id
  WHERE a.id = 275 
  AND c.published > 0 
  AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-11-03 23:46:47') 
  AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-11-03 23:46:47') 
  AND (a.state = 1 OR a.state =2)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | a | const | PRIMARY,idx_state,idx_catid | PRIMARY | 4 | const | 1 |  | 
| 1 | SIMPLE | c | const | PRIMARY | PRIMARY | 4 | const | 1 |  | 
| 1 | SIMPLE | u | const | PRIMARY | PRIMARY | 4 | const | 1 |  | 
| 1 | SIMPLE | parent | const | PRIMARY | PRIMARY | 4 | const | 1 |  | 
| 1 | SIMPLE | v | const | PRIMARY | PRIMARY | 4 | const | 0 | Unique row not found | 
| Status | Duration | 
|---|
| Starting | 0.07 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.07 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| table lock | 0.00 ms | 
| init | 0.03 ms | 
| Optimizing | 0.02 ms | 
| Statistics | 0.05 ms | 
| Preparing | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| closing tables | 0.00 ms | 
| Query end | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.01 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.01 ms | 
| # | Caller | File and line number | 
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 | 
| 14 | JDatabaseDriver->loadObject() | JROOT/components/com_content/models/article.php:151 | 
| 13 | ContentModelArticle->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 | 
| 12 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_content/views/article/view.html.php:42 | 
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 | 
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 | 
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 | 
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 | 
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 | 
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 | 
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 | 
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.38 ms After last query: 4.01 ms Query memory: 0.028 MB Memory before query: 11.564 MB Rows returned: 2
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
				c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
				c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
				c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version, 
  CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
  FROM `n4xq3_categories` AS `s`
  INNER JOIN `n4xq3_categories` AS `c` 
  ON (s.lft <= c.lft 
  AND c.lft < s.rgt) OR (c.lft < s.lft 
  AND s.rgt < c.rgt)
  WHERE (c.extension='com_content' OR c.extension='system') 
  AND c.access IN (1,1) 
  AND c.published = 1 
  AND s.id = 2
  ORDER BY c.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 |  | 
| 1 | SIMPLE | c | range | cat_idx,idx_access,idx_left_right | idx_left_right | 4 | NULL | 2 | Using index condition; Using where | 
| Status | Duration | 
|---|
| Starting | 0.06 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| table lock | 0.00 ms | 
| init | 0.03 ms | 
| Optimizing | 0.02 ms | 
| Statistics | 0.06 ms | 
| Preparing | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Preparing | 0.02 ms | 
| Sorting result | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.04 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| closing tables | 0.00 ms | 
| Query end | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.01 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.01 ms | 
| # | Caller | File and line number | 
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 24 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 | 
| 23 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 | 
| 22 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 | 
| 21 | ContentRouter->getCategorySegment() | Same as call in the line below. | 
| 20 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 | 
| 19 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 | 
| 18 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 | 
| 17 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 | 
| 16 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 | 
| 15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 | 
| 14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 | 
| 13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 | 
| 12 | Joomla\CMS\Router\Route::_() | JROOT/components/com_content/views/article/view.html.php:71 | 
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 | 
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 | 
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 | 
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 | 
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 | 
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 | 
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 | 
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.27 ms After last query: 0.81 ms Query memory: 0.022 MB Memory before query: 11.608 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
  FROM `n4xq3_contentitem_tag_map` AS m 
  INNER JOIN `n4xq3_tags` AS t  
  ON `m`.`tag_id` = `t`.`id`
  WHERE `m`.`type_alias` = 'com_content.article' 
  AND `m`.`content_item_id` = 275 
  AND `t`.`published` = 1 
  AND t.access IN (1,1)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | t | ALL | PRIMARY,tag_idx,idx_access | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | Using where | 
| 1 | SIMPLE | m | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 4 | Using where; Using join buffer (flat, BNL join) | 
| Status | Duration | 
|---|
| Starting | 0.03 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| table lock | 0.00 ms | 
| init | 0.02 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.03 ms | 
| Preparing | 0.02 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.03 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| closing tables | 0.00 ms | 
| Query end | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 | 
| 12 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/views/article/view.html.php:184 | 
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 | 
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 | 
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 | 
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 | 
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 | 
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 | 
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 | 
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.30 ms After last query: 3.57 ms Query memory: 0.023 MB Memory before query: 11.848 MB Rows returned: 1
SELECT MAX(ordering)
  FROM `n4xq3_extensions`
  WHERE `type` = 'plugin' 
  AND `folder` = 'content'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | n4xq3_extensions | ALL | extension | NO INDEX KEY COULD BE USED | NULL | NULL | 273 | Using where | 
| Status | Duration | 
|---|
| Starting | 0.03 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| table lock | 0.00 ms | 
| init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.03 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.09 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| closing tables | 0.00 ms | 
| Query end | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 | 
| 15 | JDatabaseDriver->loadResult() | JROOT/plugins/content/perfect_everything_in_everyway/perfect_everything_in_everyway.php:54 | 
| 14 | PlgContentPerfect_everything_in_everyway->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 | 
| 13 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 | 
| 12 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/components/com_content/views/article/view.html.php:192 | 
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 | 
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 | 
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 | 
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 | 
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 | 
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 | 
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 | 
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.20 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 11.855 MB Rows returned: 1
SELECT `ordering`
  FROM `n4xq3_extensions`
  WHERE `type` = 'plugin' 
  AND `folder` = 'content' 
  AND `element` = 'perfect_everything_in_everyway'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | n4xq3_extensions | ref | element_clientid,element_folder_clientid,extension | element_folder_clientid | 804 | const,const | 1 | Using index condition; Using where | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| table lock | 0.00 ms | 
| init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.03 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.02 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| closing tables | 0.00 ms | 
| Query end | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 | 
| 15 | JDatabaseDriver->loadResult() | JROOT/plugins/content/perfect_everything_in_everyway/perfect_everything_in_everyway.php:73 | 
| 14 | PlgContentPerfect_everything_in_everyway->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 | 
| 13 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 | 
| 12 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/components/com_content/views/article/view.html.php:192 | 
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 | 
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 | 
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 | 
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 | 
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 | 
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 | 
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 | 
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.80 ms After last query: 3.51 ms Query memory: 0.025 MB Memory before query: 12.062 MB Rows returned: 0
SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
  FROM n4xq3_fields AS a
  LEFT JOIN `n4xq3_languages` AS l 
  ON l.lang_code = a.language
  LEFT JOIN n4xq3_users AS uc 
  ON uc.id=a.checked_out
  LEFT JOIN n4xq3_viewlevels AS ag 
  ON ag.id = a.access
  LEFT JOIN n4xq3_users AS ua 
  ON ua.id = a.created_user_id
  LEFT JOIN n4xq3_fields_groups AS g 
  ON g.id = a.group_id
  LEFT JOIN `n4xq3_fields_categories` AS fc 
  ON fc.field_id = a.id
  WHERE a.context = 'com_content.article' 
  AND (fc.category_id IS NULL OR fc.category_id IN (2,0)) 
  AND a.access IN (1,1) 
  AND (a.group_id = 0 OR g.access IN (1,1)) 
  AND a.state = 1 
  AND (a.group_id = 0 OR g.state = 1)
  ORDER BY a.ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | a | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | Using where; Using temporary; Using filesort | 
| 1 | SIMPLE | l | eq_ref | idx_langcode | idx_langcode | 28 | cdtribadeo_web.a.language | 1 | Using where | 
| 1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | cdtribadeo_web.a.checked_out | 1 |  | 
| 1 | SIMPLE | ag | const | PRIMARY | PRIMARY | 4 | const | 1 |  | 
| 1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | cdtribadeo_web.a.created_user_id | 1 | Using where | 
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | cdtribadeo_web.a.group_id | 1 | Using where | 
| 1 | SIMPLE | fc | ref | PRIMARY | PRIMARY | 4 | cdtribadeo_web.a.id | 1 | Using where; Using index; Distinct | 
| Status | Duration | 
|---|
| Starting | 0.08 ms | 
| checking permissions | 0.01 ms | 
| Opening tables | 0.04 ms | 
| After opening tables | 0.01 ms | 
| System lock | 0.00 ms | 
| table lock | 0.01 ms | 
| init | 0.04 ms | 
| Optimizing | 0.03 ms | 
| Statistics | 0.07 ms | 
| Preparing | 0.03 ms | 
| Creating tmp table | 0.03 ms | 
| Sorting result | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.20 ms | 
| Creating sort index | 0.02 ms | 
| Removing tmp table | 0.08 ms | 
| Creating sort index | 0.01 ms | 
| End of update loop | 0.02 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| closing tables | 0.01 ms | 
| Query end | 0.01 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.01 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.01 ms | 
| # | Caller | File and line number | 
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 19 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 | 
| 18 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 | 
| 17 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 | 
| 16 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 | 
| 15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 | 
| 14 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 | 
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 | 
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 | 
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 | 
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 | 
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 | 
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 | 
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 | 
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 | 
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.26 ms After last query: 3.74 ms Query memory: 0.028 MB Memory before query: 12.476 MB Rows returned: 1
SELECT * 
  FROM n4xq3_widgetkit 
  WHERE id = "3"
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | n4xq3_widgetkit | const | PRIMARY | PRIMARY | 4 | const | 1 |  | 
| Status | Duration | 
|---|
| Starting | 0.03 ms | 
| checking permissions | 0.02 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| table lock | 0.02 ms | 
| init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.02 ms | 
| Preparing | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| closing tables | 0.01 ms | 
| Query end | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 | 
| 25 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/plugins/joomla/src/Database.php:35 | 
| 24 | YOOtheme\Framework\Joomla\Database->fetchAssoc() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/src/Database/Database.php:88 | 
| 23 | YOOtheme\Framework\Database\Database->fetchObject() | JROOT/administrator/components/com_widgetkit/src/Content/ContentProvider.php:47 | 
| 22 | YOOtheme\Widgetkit\Content\ContentProvider->find() | JROOT/administrator/components/com_widgetkit/src/Content/ContentProvider.php:30 | 
| 21 | YOOtheme\Widgetkit\Content\ContentProvider->get() | JROOT/administrator/components/com_widgetkit/src/Application.php:162 | 
| 20 | YOOtheme\Widgetkit\Application->renderWidget() | JROOT/plugins/content/widgetkit/widgetkit.php:16 | 
| 19 | plgContentWidgetkit->{closure}() | Same as call in the line below. | 
| 18 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:35 | 
| 17 | YOOtheme\Widgetkit\Helper\Shortcode->YOOtheme\Widgetkit\Helper\{closure}() | Same as call in the line below. | 
| 16 | preg_replace_callback() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:23 | 
| 15 | YOOtheme\Widgetkit\Helper\Shortcode->parse() | JROOT/plugins/content/widgetkit/widgetkit.php:17 | 
| 14 | plgContentWidgetkit->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 | 
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 | 
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 | 
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 | 
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 | 
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 | 
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 | 
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 | 
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 | 
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.51 ms After last query: 2.24 ms Query memory: 0.012 MB Memory before query: 12.564 MB
UPDATE n4xq3_widgetkit 
  SET id = "3", name = "Centro Social", type = "folder", data = "{\"_widget\":{\"name\":\"gallery\",\"data\":{\"grid\":\"masonry\",\"parallax\":false,\"parallax_translate\":\"\",\"gutter\":\"small\",\"gutter_dynamic\":\"20\",\"gutter_v_dynamic\":\"\",\"filter\":\"none\",\"filter_tags\":[],\"filter_align\":\"
  left\",\"filter_all\":true,\"columns\":\"1\",\"columns_small\":\"2\",\"columns_medium\":\"3\",\"columns_large\":\"4\",\"columns_xlarge\":\"5\",\"animation\":\"fade\",\"image_width\":\"auto\",\"image_height\":\"auto\",\"media_border\":\"none\",\"overlay\":\"default\",\"panel\":\"blank\",\"overlay_center\":\"icon\",\"overlay_background\":\"hover\",\"overlay_image\":false,\"hover_overlay\":true,\"overlay_animation\":\"fade\",\"image_animation\":\"scale-up\",\"title\":false,\"content\":false,\"title_size\":\"h3\",\"link\":false,\"link_style\":\"button\",\"link_icon\":\"forward\",\"link_text\":\"View\",\"lightbox\":\"default\",\"lightbox_caption\":\"title\",\"lightbox_nav_width\":\"70\",\"lightbox_nav_height\":\"70\",\"lightbox_nav_contrast\":true,\"lightbox_title_size\":\"h3\",\"lightbox_content_size\":\"\",\"lightbox_content_width\":\"\",\"lightbox_width\":\"auto\",\"lightbox_height\":\"auto\",\"lightbox_alt\":false,\"lightbox_link\":false,\"lightbox_style\":\"button\",\"lightbox_icon\":\"forward\",\"lightbox_text\":\"Details\",\"link_target\":false,\"class\":\"\"}},\"folder\":\"images\\/CentroSocial\",\"sort_by\":\"date_desc\",\"strip_leading_numbers\":true,\"strip_trailing_numbers\":true,\"prepared\":\"[{\\\"title\\\":\\\"FARI\\\",\\\"media\\\":\\\"images\\\\\\/CentroSocial\\\\\\/FARI5028.jpg\\\"},{\\\"title\\\":\\\"FARI\\\",\\\"media\\\":\\\"images\\\\\\/CentroSocial\\\\\\/FARI5027.jpg\\\"},{\\\"title\\\":\\\"FARI\\\",\\\"media\\\":\\\"images\\\\\\/CentroSocial\\\\\\/FARI5026.jpg\\\"},{\\\"title\\\":\\\"FARI\\\",\\\"media\\\":\\\"images\\\\\\/CentroSocial\\\\\\/FARI5021.jpg\\\"},{\\\"title\\\":\\\"FARI\\\",\\\"media\\\":\\\"images\\\\\\/CentroSocial\\\\\\/FARI5020.jpg\\\"},{\\\"title\\\":\\\"FARI\\\",\\\"media\\\":\\\"images\\\\\\/CentroSocial\\\\\\/FARI5019.jpg\\\"},{\\\"title\\\":\\\"FARI\\\",\\\"media\\\":\\\"images\\\\\\/CentroSocial\\\\\\/FARI5018.jpg\\\"},{\\\"title\\\":\\\"FARI\\\",\\\"media\\\":\\\"images\\\\\\/CentroSocial\\\\\\/FARI5017.jpg\\\"},{\\\"title\\\":\\\"FARI\\\",\\\"media\\\":\\\"images\\\\\\/CentroSocial\\\\\\/FARI5016.jpg\\\"},{\\\"title\\\":\\\"FARI\\\",\\\"media\\\":\\\"images\\\\\\/CentroSocial\\\\\\/FARI4988.jpg\\\"}]\",\"hash\":\"9a11a8de84884751be4cf48d4be6ea58\",\"hashed\":1762213607}" 
  WHERE id = "3"
EXPLAIN not possible on query: UPDATE n4xq3_widgetkit SET id = "3", name = "Centro Social", type = "folder", data = "{\"_widget\":{\"name\":\"gallery\",\"data\":{\"grid\":\"masonry\",\"parallax\":false,\"parallax_translate\":\"\",\"gutter\":\"small\",\"gutter_dynamic\":\"20\",\"gutter_v_dynamic\":\"\",\"filter\":\"none\",\"filter_tags\":[],\"filter_align\":\"left\",\"filter_all\":true,\"columns\":\"1\",\"columns_small\":\"2\",\"columns_medium\":\"3\",\"columns_large\":\"4\",\"columns_xlarge\":\"5\",\"animation\":\"fade\",\"image_width\":\"auto\",\"image_height\":\"auto\",\"media_border\":\"none\",\"overlay\":\"default\",\"panel\":\"blank\",\"overlay_center\":\"icon\",\"overlay_background\":\"hover\",\"overlay_image\":false,\"hover_overlay\":true,\"overlay_animation\":\"fade\",\"image_animation\":\"scale-up\",\"title\":false,\"content\":false,\"title_size\":\"h3\",\"link\":false,\"link_style\":\"button\",\"link_icon\":\"forward\",\"link_text\":\"View\",\"lightbox\":\"default\",\"lightbox_caption\":\"title\",\"lightbox_nav_width\":\"70\",\"lightbox_nav_height\":\"70\",\"lightbox_nav_contrast\":true,\"lightbox_title_size\":\"h3\",\"lightbox_content_size\":\"\",\"lightbox_content_width\":\"\",\"lightbox_width\":\"auto\",\"lightbox_height\":\"auto\",\"lightbox_alt\":false,\"lightbox_link\":false,\"lightbox_style\":\"button\",\"lightbox_icon\":\"forward\",\"lightbox_text\":\"Details\",\"link_target\":false,\"class\":\"\"}},\"folder\":\"images\\/CentroSocial\",\"sort_by\":\"date_desc\",\"strip_leading_numbers\":true,\"strip_trailing_numbers\":true,\"prepared\":\"[{\\\"title\\\":\\\"FARI\\\",\\\"media\\\":\\\"images\\\\\\/CentroSocial\\\\\\/FARI5028.jpg\\\"},{\\\"title\\\":\\\"FARI\\\",\\\"media\\\":\\\"images\\\\\\/CentroSocial\\\\\\/FARI5027.jpg\\\"},{\\\"title\\\":\\\"FARI\\\",\\\"media\\\":\\\"images\\\\\\/CentroSocial\\\\\\/FARI5026.jpg\\\"},{\\\"title\\\":\\\"FARI\\\",\\\"media\\\":\\\"images\\\\\\/CentroSocial\\\\\\/FARI5021.jpg\\\"},{\\\"title\\\":\\\"FARI\\\",\\\"media\\\":\\\"images\\\\\\/CentroSocial\\\\\\/FARI5020.jpg\\\"},{\\\"title\\\":\\\"FARI\\\",\\\"media\\\":\\\"images\\\\\\/CentroSocial\\\\\\/FARI5019.jpg\\\"},{\\\"title\\\":\\\"FARI\\\",\\\"media\\\":\\\"images\\\\\\/CentroSocial\\\\\\/FARI5018.jpg\\\"},{\\\"title\\\":\\\"FARI\\\",\\\"media\\\":\\\"images\\\\\\/CentroSocial\\\\\\/FARI5017.jpg\\\"},{\\\"title\\\":\\\"FARI\\\",\\\"media\\\":\\\"images\\\\\\/CentroSocial\\\\\\/FARI5016.jpg\\\"},{\\\"title\\\":\\\"FARI\\\",\\\"media\\\":\\\"images\\\\\\/CentroSocial\\\\\\/FARI4988.jpg\\\"}]\",\"hash\":\"9a11a8de84884751be4cf48d4be6ea58\",\"hashed\":1762213607}" WHERE id = "3"
| Status | Duration | 
|---|
| Starting | 0.04 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| table lock | 0.00 ms | 
| init for update | 0.02 ms | 
| Updating | 0.04 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.28 ms | 
| Query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| closing tables | 0.00 ms | 
| Query end | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 29 | JDatabaseDriverMysqli->execute() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/plugins/joomla/src/Database.php:51 | 
| 28 | YOOtheme\Framework\Joomla\Database->executeQuery() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/plugins/joomla/src/Database.php:79 | 
| 27 | YOOtheme\Framework\Joomla\Database->update() | JROOT/administrator/components/com_widgetkit/src/Content/ContentProvider.php:86 | 
| 26 | YOOtheme\Widgetkit\Content\ContentProvider->save() | JROOT/administrator/components/com_widgetkit/plugins/content/folder/plugin.php:100 | 
| 25 | YOOtheme\Framework\Plugin\PluginManager->{closure}() | Same as call in the line below. | 
| 24 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Content/Type.php:49 | 
| 23 | YOOtheme\Widgetkit\Content\Type->getItems() | JROOT/administrator/components/com_widgetkit/src/Content/Content.php:102 | 
| 22 | YOOtheme\Widgetkit\Content\Content->getItems() | JROOT/administrator/components/com_widgetkit/src/Widget/Widget.php:48 | 
| 21 | YOOtheme\Widgetkit\Widget\Widget->render() | JROOT/administrator/components/com_widgetkit/src/Application.php:174 | 
| 20 | YOOtheme\Widgetkit\Application->renderWidget() | JROOT/plugins/content/widgetkit/widgetkit.php:16 | 
| 19 | plgContentWidgetkit->{closure}() | Same as call in the line below. | 
| 18 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:35 | 
| 17 | YOOtheme\Widgetkit\Helper\Shortcode->YOOtheme\Widgetkit\Helper\{closure}() | Same as call in the line below. | 
| 16 | preg_replace_callback() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:23 | 
| 15 | YOOtheme\Widgetkit\Helper\Shortcode->parse() | JROOT/plugins/content/widgetkit/widgetkit.php:17 | 
| 14 | plgContentWidgetkit->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 | 
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 | 
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 | 
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 | 
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 | 
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 | 
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 | 
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 | 
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 | 
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.46 ms After last query: 10.89 ms Query memory: 0.023 MB Memory before query: 12.634 MB Rows returned: 5
SELECT a.id, a.title, a.catid, a.language, 
  CASE WHEN CHAR_LENGTH(a.alias) != 0 THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END as slug, 
  CASE WHEN CHAR_LENGTH(cc.alias) != 0 THEN CONCAT_WS(':', cc.id, cc.alias) ELSE cc.id END as catslug
  FROM n4xq3_content AS a
  LEFT JOIN n4xq3_categories AS cc 
  ON cc.id = a.catid
  WHERE a.catid = 2 
  AND a.state = 1 
  AND a.access IN (1,1)  
  AND (a.state = 1 OR a.state = -1) 
  AND (publish_up = '0000-00-00 00:00:00' OR publish_up <= '2025-11-03 23:46:47') 
  AND (publish_down = '0000-00-00 00:00:00' OR publish_down >= '2025-11-03 23:46:47')
  ORDER BY  
  CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END  DESC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | a | index_merge | idx_access,idx_state,idx_catid | idx_catid,idx_state | 4,1 | NULL | 1 | Using intersect(idx_catid,idx_state); Using where; Using filesort | 
| 1 | SIMPLE | cc | const | PRIMARY | PRIMARY | 4 | const | 1 |  | 
| Status | Duration | 
|---|
| Starting | 0.06 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.02 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| table lock | 0.00 ms | 
| init | 0.03 ms | 
| Optimizing | 0.05 ms | 
| Statistics | 0.06 ms | 
| Preparing | 0.02 ms | 
| Sorting result | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| Creating sort index | 0.10 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| closing tables | 0.00 ms | 
| Query end | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.01 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.01 ms | 
| # | Caller | File and line number | 
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 15 | JDatabaseDriver->loadObjectList() | JROOT/plugins/content/pagenavigation/pagenavigation.php:161 | 
| 14 | PlgContentPagenavigation->onContentBeforeDisplay() | JROOT/libraries/joomla/event/event.php:70 | 
| 13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 | 
| 12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:199 | 
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 | 
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 | 
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 | 
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 | 
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 | 
| 6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:402 | 
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 | 
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 | 
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 | 
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.18 ms After last query: 10.98 ms Query memory: 0.021 MB Memory before query: 13.028 MB Rows returned: 1
SELECT template 
  FROM n4xq3_template_styles 
  WHERE client_id = 1 
  AND home = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | n4xq3_template_styles | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 2 | Using where | 
| Status | Duration | 
|---|
| Starting | 0.02 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| table lock | 0.00 ms | 
| init | 0.01 ms | 
| Optimizing | 0.01 ms | 
| Statistics | 0.02 ms | 
| Preparing | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| Unlocking tables | 0.00 ms | 
| closing tables | 0.00 ms | 
| Query end | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.00 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 | 
| 9 | JDatabaseDriver->loadResult() | JROOT/templates/as002085free/includes/includes.php:31 | 
| 8 | include_once JROOT/templates/as002085free/includes/includes.php | JROOT/templates/as002085free/index.php:15 | 
| 7 | require JROOT/templates/as002085free/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 | 
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 | 
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 | 
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 | 
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 | 
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
Query Time: 0.36 ms After last query: 1.23 ms Query memory: 0.024 MB Memory before query: 13.132 MB Rows returned: 7
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
  FROM n4xq3_modules AS m
  LEFT JOIN n4xq3_modules_menu AS mm 
  ON mm.moduleid = m.id
  LEFT JOIN n4xq3_extensions AS e 
  ON e.element = m.module 
  AND e.client_id = m.client_id
  WHERE m.published = 1 
  AND e.enabled = 1 
  AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2025-11-03 23:46:47') 
  AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-11-03 23:46:47') 
  AND m.access IN (1,1) 
  AND m.client_id = 0 
  AND (mm.menuid = 297 OR mm.menuid <= 0)
  ORDER BY m.position, m.ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra | 
|---|
| 1 | SIMPLE | m | ref | PRIMARY,published,newsfeeds | published | 5 | const,const | 14 | Using where; Using filesort | 
| 1 | SIMPLE | mm | ref | PRIMARY | PRIMARY | 4 | cdtribadeo_web.m.id | 1 | Using where; Using index | 
| 1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 403 | cdtribadeo_web.m.module,const | 1 | Using index condition; Using where | 
| Status | Duration | 
|---|
| Starting | 0.04 ms | 
| checking permissions | 0.00 ms | 
| Opening tables | 0.01 ms | 
| After opening tables | 0.00 ms | 
| System lock | 0.00 ms | 
| table lock | 0.00 ms | 
| init | 0.02 ms | 
| Optimizing | 0.02 ms | 
| Statistics | 0.03 ms | 
| Preparing | 0.02 ms | 
| Sorting result | 0.01 ms | 
| Executing | 0.00 ms | 
| Sending data | 0.01 ms | 
| Creating sort index | 0.10 ms | 
| End of update loop | 0.00 ms | 
| Query end | 0.00 ms | 
| Commit | 0.00 ms | 
| Query end | 0.00 ms | 
| closing tables | 0.00 ms | 
| Unlocking tables | 0.01 ms | 
| closing tables | 0.00 ms | 
| Query end | 0.00 ms | 
| Starting cleanup | 0.00 ms | 
| Freeing items | 0.01 ms | 
| Updating status | 0.01 ms | 
| Reset for next command | 0.00 ms | 
| # | Caller | File and line number | 
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 | 
| 15 | JDatabaseDriver->loadObjectList() | Same as call in the line below. | 
| 14 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 | 
| 13 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:441 | 
| 12 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:371 | 
| 11 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 | 
| 10 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:601 | 
| 9 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/as002085free/includes/includes.php:94 | 
| 8 | include_once JROOT/templates/as002085free/includes/includes.php | JROOT/templates/as002085free/index.php:15 | 
| 7 | require JROOT/templates/as002085free/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 | 
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 | 
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 | 
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 | 
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 | 
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 | 
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 | 
2 × SELECT `id`,`name`,`rules`,`parent_id` 
  FROM `n4xq3_assets`
1 × SELECT `session_id` 
  FROM `n4xq3_session`
1 × SELECT id, rules 
  FROM `n4xq3_viewlevels
1 × SELECT b.id 
  FROM n4xq3_usergroups AS a 
  LEFT JOIN n4xq3_usergroups AS b 
  ON b.lft <= a.lft 
  AND b.rgt >= a.rgt
1 × SELECT id,template 
  FROM n4xq3_template_styles
1 × SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias, 
  CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count 
  FROM n4xq3_content AS a 
  INNER JOIN n4xq3_categories AS c 
  on c.id = a.catid 
  LEFT JOIN n4xq3_users AS u 
  on u.id = a.created_by 
  LEFT JOIN n4xq3_categories as parent 
  ON parent.id = c.parent_id 
  LEFT JOIN n4xq3_content_rating AS v 
  ON a.id = v.content_id
1 × SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,     c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,     c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,     c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version, 
  CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug 
  FROM `n4xq3_categories` AS `s` 
  INNER JOIN `n4xq3_categories` AS `c` 
  ON (s.lft <= c.lft 
  AND c.lft < s.rgt) OR (c.lft < s.lft 
  AND s.rgt < c.rgt)
1 × SELECT `m`.`tag_id`,`t`.* 
  FROM `n4xq3_contentitem_tag_map` AS m  
  INNER JOIN `n4xq3_tags` AS t  
  ON `m`.`tag_id` = `t`.`id`
1 × SELECT MAX(ordering) 
  FROM `n4xq3_extensions`
1 × SELECT `ordering` 
  FROM `n4xq3_extensions`
1 × SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note 
  FROM n4xq3_fields AS a 
  LEFT JOIN `n4xq3_languages` AS l 
  ON l.lang_code = a.language 
  LEFT JOIN n4xq3_users AS uc 
  ON uc.id=a.checked_out 
  LEFT JOIN n4xq3_viewlevels AS ag 
  ON ag.id = a.access 
  LEFT JOIN n4xq3_users AS ua 
  ON ua.id = a.created_user_id 
  LEFT JOIN n4xq3_fields_groups AS g 
  ON g.id = a.group_id 
  LEFT JOIN `n4xq3_fields_categories` AS fc 
  ON fc.field_id = a.id
1 × SELECT * 
  FROM n4xq3_widgetkit
1 × SELECT a.id, a.title, a.catid, a.language, 
  CASE WHEN CHAR_LENGTH(a.alias) != 0 THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END as slug, 
  CASE WHEN CHAR_LENGTH(cc.alias) != 0 THEN CONCAT_WS(':', cc.id, cc.alias) ELSE cc.id END as catslug 
  FROM n4xq3_content AS a 
  LEFT JOIN n4xq3_categories AS cc 
  ON cc.id = a.catid
1 × SELECT template 
  FROM n4xq3_template_styles
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid 
  FROM n4xq3_modules AS m 
  LEFT JOIN n4xq3_modules_menu AS mm 
  ON mm.moduleid = m.id 
  LEFT JOIN n4xq3_extensions AS e 
  ON e.element = m.module 
  AND e.client_id = m.client_id
1 × INSERT INTO `n4xq3_session` (`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) 
  VALUES  (X'753732763736713469736537626c70393364346d727231306c39', 1, 1762213607, 0, '', 0
1 × UPDATE `n4xq3_extensions` 
  SET `params` = '{\"mediaversion\":\"0069649007bccf03a7b4a1afc3edb916\"}'
1 × SHOW FULL COLUMNS 
  FROM `n4xq3_content
1 × UPDATE n4xq3_content 
  SET `hits` = (`hits` + 1)
1 × UPDATE n4xq3_widgetkit 
  SET id = "3", name = "Centro Social", type = "folder", data = "{\"_widget\":{\"name\":\"gallery\",\"data\":{\"grid\":\"masonry\",\"parallax\":false,\"parallax_translate\":\"\",\"gutter\":\"small\",\"gutter_dynamic\":\"20\",\"gutter_v_dynamic\":\"\",\"filter\":\"none\",\"filter_tags\":[],\"filter_align\":\"
  left\",\"filter_all\":true,\"columns\":\"1\",\"columns_small\":\"2\",\"columns_medium\":\"3\",\"columns_large\":\"4\",\"columns_xlarge\":\"5\",\"animation\":\"fade\",\"image_width\":\"auto\",\"image_height\":\"auto\",\"media_border\":\"none\",\"overlay\":\"default\",\"panel\":\"blank\",\"overlay_center\":\"icon\",\"overlay_background\":\"hover\",\"overlay_image\":false,\"hover_overlay\":true,\"overlay_animation\":\"fade\",\"image_animation\":\"scale-up\",\"title\":false,\"content\":false,\"title_size\":\"h3\",\"link\":false,\"link_style\":\"button\",\"link_icon\":\"forward\",\"link_text\":\"View\",\"lightbox\":\"default\",\"lightbox_caption\":\"title\",\"lightbox_nav_width\":\"70\",\"lightbox_nav_height\":\"70\",\"lightbox_nav_contrast\":true,\"lightbox_title_size\":\"h3\",\"lightbox_content_size\":\"\",\"lightbox_content_width\":\"\",\"lightbox_width\":\"auto\",\"lightbox_height\":\"auto\",\"lightbox_alt\":false,\"lightbox_link\":false,\"lightbox_style\":\"button\",\"lightbox_icon\":\"forward\",\"lightbox_text\":\"Details\",\"link_target\":false,\"class\":\"\"}},\"folder\":\"images\\/CentroSocial\",\"sort_by\":\"date_desc\",\"strip_leading_numbers\":true,\"strip_trailing_numbers\":true,\"prepared\":\"[{\\\"title\\\":\\\"FARI\\\",\\\"media\\\":\\\"images\\\\\\/CentroSocial\\\\\\/FARI5028.jpg\\\"},{\\\"title\\\":\\\"FARI\\\",\\\"media\\\":\\\"images\\\\\\/CentroSocial\\\\\\/FARI5027.jpg\\\"},{\\\"title\\\":\\\"FARI\\\",\\\"media\\\":\\\"images\\\\\\/CentroSocial\\\\\\/FARI5026.jpg\\\"},{\\\"title\\\":\\\"FARI\\\",\\\"media\\\":\\\"images\\\\\\/CentroSocial\\\\\\/FARI5021.jpg\\\"},{\\\"title\\\":\\\"FARI\\\",\\\"media\\\":\\\"images\\\\\\/CentroSocial\\\\\\/FARI5020.jpg\\\"},{\\\"title\\\":\\\"FARI\\\",\\\"media\\\":\\\"images\\\\\\/CentroSocial\\\\\\/FARI5019.jpg\\\"},{\\\"title\\\":\\\"FARI\\\",\\\"media\\\":\\\"images\\\\\\/CentroSocial\\\\\\/FARI5018.jpg\\\"},{\\\"title\\\":\\\"FARI\\\",\\\"media\\\":\\\"images\\\\\\/CentroSocial\\\\\\/FARI5017.jpg\\\"},{\\\"title\\\":\\\"FARI\\\",\\\"media\\\":\\\"images\\\\\\/CentroSocial\\\\\\/FARI5016.jpg\\\"},{\\\"title\\\":\\\"FARI\\\",\\\"media\\\":\\\"images\\\\\\/CentroSocial\\\\\\/FARI4988.jpg\\\"}]\",\"hash\":\"9a11a8de84884751be4cf48d4be6ea58\",\"hashed\":1762213607}"