**Tempo della query: 0.47 ms** **Memoria query: 0.003 MB memoria prima della query: 0.612 MB**
DELETE
FROM `j25_session`
WHERE `time` < '1728848127'
**EXPLAIN non possibile sulla query: DELETE
FROM `j25_session`
WHERE `time` < '1728848127'**
**Nessun SHOW PROFILE (forse perchè ci sono meno di 100 query)**
# | **Caller** | **File e numero di linea** |
---|
6 | JDatabaseDriverMysqli->execute() | JROOT/libraries/cms/application/cms.php:825 |
5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:132 |
4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 |
3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:419 |
2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
1 | JFactory::getApplication() | JROOT/index.php:46 |
**Tempo della query: 1.34 ms** **Dopo l'ultima query: 0.28 ms** **Memoria query: 0.023 MB memoria prima della query: 0.683 MB** **Righe restituite: 0**
SELECT `data`
FROM `j25_session`
WHERE `session_id` = 'g89hoo47vktmf5pclqvpl3fvbs'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | j25_session | const | PRIMARY | PRIMARY | 575 | const | 1 | |
**Nessun SHOW PROFILE (forse perchè ci sono meno di 100 query)**
# | **Caller** | **File e numero di linea** |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 |
14 | JSessionStorageDatabase->read() | **Chiamata uguale alla linea sottostante.** |
13 | session_start() | JROOT/libraries/joomla/session/handler/native.php:260 |
12 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:50 |
11 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:82 |
10 | JSessionHandlerJoomla->start() | JROOT/libraries/joomla/session/session.php:648 |
9 | JSession->_start() | JROOT/libraries/joomla/session/session.php:608 |
8 | JSession->start() | JROOT/libraries/joomla/session/session.php:486 |
7 | JSession->get() | JROOT/libraries/joomla/session/session.php:443 |
6 | JSession->isNew() | JROOT/libraries/cms/application/cms.php:832 |
5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:132 |
4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 |
3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:419 |
2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
1 | JFactory::getApplication() | JROOT/index.php:46 |
**Tempo della query: 1.48 ms** **Dopo l'ultima query: 0.29 ms** **Memoria query: 0.019 MB memoria prima della query: 0.697 MB** **Righe restituite: 0**
SELECT `session_id`
FROM `j25_session`
WHERE `session_id` = 'g89hoo47vktmf5pclqvpl3fvbs'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | j25_session | const | PRIMARY | PRIMARY | 575 | const | 1 | Using index |
**Nessun SHOW PROFILE (forse perchè ci sono meno di 100 query)**
# | **Caller** | **File e numero di linea** |
---|
8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
7 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/application/cms.php:177 |
6 | JApplicationCms->checkSession() | JROOT/libraries/cms/application/cms.php:834 |
5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:132 |
4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 |
3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:419 |
2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
1 | JFactory::getApplication() | JROOT/index.php:46 |
**Tempo della query: 1.24 ms** **Dopo l'ultima query: 0.11 ms** **Memoria query: 0.003 MB memoria prima della query: 0.701 MB**
INSERT INTO `j25_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
('g89hoo47vktmf5pclqvpl3fvbs', 1, '1728849027', 0, '', 0)
**EXPLAIN non possibile sulla query: INSERT INTO `j25_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
('g89hoo47vktmf5pclqvpl3fvbs', 1, '1728849027', 0, '', 0)**
**Nessun SHOW PROFILE (forse perchè ci sono meno di 100 query)**
# | **Caller** | **File e numero di linea** |
---|
7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/cms/application/cms.php:217 |
6 | JApplicationCms->checkSession() | JROOT/libraries/cms/application/cms.php:834 |
5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:132 |
4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 |
3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:419 |
2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
1 | JFactory::getApplication() | JROOT/index.php:46 |
**Tempo della query: 0.73 ms** **Dopo l'ultima query: 0.47 ms** **Memoria query: 0.023 MB memoria prima della query: 0.723 MB** **Righe restituite: 39**
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `j25_extensions`
WHERE `type` = 'component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | j25_extensions | ref | extension | extension | 62 | const | 33 | Using where |
**Nessun SHOW PROFILE (forse perchè ci sono meno di 100 query)**
# | **Caller** | **File e numero di linea** |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/component/helper.php:452 |
8 | JComponentHelper::{closure}() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
7 | JCacheControllerCallback->get() | JROOT/libraries/cms/component/helper.php:460 |
6 | JComponentHelper::load() | JROOT/libraries/cms/component/helper.php:43 |
5 | JComponentHelper::getComponent() | JROOT/libraries/cms/component/helper.php:111 |
4 | JComponentHelper::getParams() | JROOT/libraries/cms/application/site.php:593 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:272 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tempo della query: 0.37 ms** **Dopo l'ultima query: 0.58 ms** **Memoria query: 0.021 MB memoria prima della query: 0.748 MB** **Righe restituite: 1**
SELECT b.id
FROM j25_usergroups AS a
LEFT JOIN j25_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 | 2 | Using where |
**Nessun SHOW PROFILE (forse perchè ci sono meno di 100 query)**
# | **Caller** | **File e numero di linea** |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1530 |
10 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:978 |
9 | JAccess::getGroupsByUser() | JROOT/libraries/joomla/access/access.php:1047 |
8 | JAccess::getAuthorisedViewLevels() | JROOT/libraries/joomla/user/user.php:453 |
7 | JUser->getAuthorisedViewLevels() | JROOT/libraries/cms/plugin/helper.php:293 |
6 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:86 |
5 | JPluginHelper::getPlugin() | JROOT/libraries/cms/plugin/helper.php:128 |
4 | JPluginHelper::isEnabled() | JROOT/libraries/cms/application/site.php:603 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:272 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tempo della query: 0.30 ms** **Dopo l'ultima query: 0.14 ms** **Memoria query: 0.021 MB memoria prima della query: 0.752 MB** **Righe restituite: 3**
SELECT id, rules
FROM `j25_viewlevels`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | j25_viewlevels | ALL | NULL | **NON E' POSSIBILE UTILIZZARE ALCUN INDICE** | NULL | NULL | 3 | |
**Nessun SHOW PROFILE (forse perchè ci sono meno di 100 query)**
# | **Caller** | **File e numero di linea** |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1486 |
9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/joomla/access/access.php:1064 |
8 | JAccess::getAuthorisedViewLevels() | JROOT/libraries/joomla/user/user.php:453 |
7 | JUser->getAuthorisedViewLevels() | JROOT/libraries/cms/plugin/helper.php:293 |
6 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:86 |
5 | JPluginHelper::getPlugin() | JROOT/libraries/cms/plugin/helper.php:128 |
4 | JPluginHelper::isEnabled() | JROOT/libraries/cms/application/site.php:603 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:272 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tempo della query: 1.32 ms** **Dopo l'ultima query: 0.14 ms** **Memoria query: 0.041 MB memoria prima della query: 0.779 MB** **Righe restituite: 74**
SELECT `folder` AS `type`,`element` AS `name`,`params`
FROM j25_extensions
WHERE enabled = 1
AND type = 'plugin'
AND state IN (0,1)
AND access IN (1,1)
ORDER BY ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | j25_extensions | ref | extension | extension | 62 | const | 128 | Using where; **Using filesort** |
**Nessun SHOW PROFILE (forse perchè ci sono meno di 100 query)**
# | **Caller** | **File e numero di linea** |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/plugin/helper.php:311 |
8 | JPluginHelper::{closure}() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
7 | JCacheControllerCallback->get() | JROOT/libraries/cms/plugin/helper.php:316 |
6 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:86 |
5 | JPluginHelper::getPlugin() | JROOT/libraries/cms/plugin/helper.php:128 |
4 | JPluginHelper::isEnabled() | JROOT/libraries/cms/application/site.php:603 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:272 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tempo della query: 1.30 ms** **Dopo l'ultima query: 8.13 ms** **Memoria query: 0.021 MB memoria prima della query: 1.054 MB** **Righe restituite: 1**
SELECT a.template
FROM `j25_template_styles` AS a
WHERE client_id = 0
AND a.home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ALL | idx_home | **NON E' POSSIBILE UTILIZZARE ALCUN INDICE** | NULL | NULL | 9 | Using where |
**Nessun SHOW PROFILE (forse perchè ci sono meno di 100 query)**
# | **Caller** | **File e numero di linea** |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
9 | JDatabaseDriver->loadResult() | JROOT/plugins/system/yjsg/includes/yjsgcore/classes/yjsg.class.php:504 |
8 | Yjsg::getDefaultTemplate() | JROOT/plugins/system/yjsg/yjsg.php:122 |
7 | plgSystemYjsg->__construct() | JROOT/libraries/cms/plugin/helper.php:255 |
6 | JPluginHelper::import() | JROOT/libraries/cms/plugin/helper.php:170 |
5 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/cms.php:689 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:685 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:272 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tempo della query: 0.44 ms** **Dopo l'ultima query: 0.30 ms** **Memoria query: 0.025 MB memoria prima della query: 1.067 MB** **Righe restituite: 38**
SELECT `id`,`name`,`rules`,`parent_id`
FROM `j25_assets`
WHERE `name` IN ('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_finder','com_installer','com_jce','com_jcomments','com_joomlaupdate','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_phocadownload','com_phocagallery','com_plugins','com_postinstall','com_redirect','com_search','com_tags','com_templates','com_users','com_virtuemart','com_virtuemart_allinone','com_weblinks','com_wrapper') OR `parent_id` = 0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | j25_assets | index_merge | idx_asset_name,idx_parent_id | idx_asset_name,idx_parent_id | 152,4 | NULL | 40 | Using sort_union(idx_asset_name,idx_parent_id); Using where |
**Nessun SHOW PROFILE (forse perchè ci sono meno di 100 query)**
# | **Caller** | **File e numero di linea** |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/access/access.php:427 |
12 | JAccess::preloadComponents() | JROOT/libraries/joomla/access/access.php:211 |
11 | JAccess::preload() | JROOT/libraries/joomla/access/access.php:529 |
10 | JAccess::getAssetRules() | JROOT/libraries/joomla/access/access.php:181 |
9 | JAccess::check() | JROOT/libraries/joomla/user/user.php:393 |
8 | JUser->authorise() | JROOT/plugins/system/yjsg/yjsg.php:132 |
7 | plgSystemYjsg->__construct() | JROOT/libraries/cms/plugin/helper.php:255 |
6 | JPluginHelper::import() | JROOT/libraries/cms/plugin/helper.php:170 |
5 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/cms.php:689 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:685 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:272 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tempo della query: 0.33 ms** **Dopo l'ultima query: 0.42 ms** **Memoria query: 0.020 MB memoria prima della query: 1.120 MB** **Righe restituite: 1**
SELECT a.template
FROM `j25_template_styles` AS a
WHERE client_id = 0
AND a.home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ALL | idx_home | **NON E' POSSIBILE UTILIZZARE ALCUN INDICE** | NULL | NULL | 9 | Using where |
**Nessun SHOW PROFILE (forse perchè ci sono meno di 100 query)**
# | **Caller** | **File e numero di linea** |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
9 | JDatabaseDriver->loadResult() | JROOT/plugins/system/yjsg/includes/yjsgcore/classes/yjsg.class.php:504 |
8 | Yjsg::getDefaultTemplate() | JROOT/plugins/system/yjsg/yjsg.php:133 |
7 | plgSystemYjsg->__construct() | JROOT/libraries/cms/plugin/helper.php:255 |
6 | JPluginHelper::import() | JROOT/libraries/cms/plugin/helper.php:170 |
5 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/cms.php:689 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:685 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:272 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tempo della query: 2.26 ms** **Dopo l'ultima query: 6.87 ms** **Memoria query: 0.166 MB memoria prima della query: 1.402 MB** **Righe restituite: 106**
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 j25_menu AS m
LEFT JOIN j25_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 | Extra |
---|
1 | SIMPLE | m | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 101 | Using where; **Using filesort** |
1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | Sql274670_3.m.component_id | 1 | |
**Nessun SHOW PROFILE (forse perchè ci sono meno di 100 query)**
# | **Caller** | **File e numero di linea** |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/menu/site.php:88 |
16 | JMenuSite->{closure}() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
15 | JCacheControllerCallback->get() | JROOT/libraries/cms/menu/site.php:96 |
14 | JMenuSite->load() | JROOT/libraries/cms/menu/menu.php:74 |
13 | JMenu->__construct() | JROOT/libraries/cms/menu/site.php:57 |
12 | JMenuSite->__construct() | JROOT/libraries/cms/menu/menu.php:129 |
11 | JMenu::getInstance() | JROOT/libraries/cms/application/cms.php:450 |
10 | JApplicationCms->getMenu() | JROOT/libraries/cms/application/site.php:272 |
9 | JApplicationSite->getMenu() | JROOT/libraries/cms/router/site.php:59 |
8 | JRouterSite->__construct() | JROOT/libraries/cms/router/router.php:198 |
7 | JRouter::getInstance() | JROOT/libraries/cms/application/cms.php:555 |
6 | JApplicationCms::getRouter() | JROOT/libraries/cms/application/site.php:402 |
5 | JApplicationSite::getRouter() | JROOT/libraries/cms/application/cms.php:1148 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:272 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tempo della query: 0.73 ms** **Dopo l'ultima query: 3.09 ms** **Memoria query: 0.021 MB memoria prima della query: 1.890 MB** **Righe restituite: 6**
SELECT id, home, template, s.params
FROM j25_template_styles as s
LEFT JOIN j25_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 | Extra |
---|
1 | SIMPLE | s | ALL | idx_template | **NON E' POSSIBILE UTILIZZARE ALCUN INDICE** | NULL | NULL | 9 | Using where |
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid,extension | element_clientid | 303 | Sql274670_3.s.template,const | 1 | Using where |
**Nessun SHOW PROFILE (forse perchè ci sono meno di 100 query)**
# | **Caller** | **File e numero di linea** |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/application/site.php:485 |
9 | JApplicationSite->getTemplate() | JROOT/plugins/system/yjsg/yjsg.php:231 |
8 | plgSystemYjsg->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1158 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:272 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tempo della query: 0.31 ms** **Dopo l'ultima query: 1.53 ms** **Memoria query: 0.021 MB memoria prima della query: 1.920 MB** **Righe restituite: 1**
SELECT a.template
FROM `j25_template_styles` AS a
WHERE client_id = 0
AND a.home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ALL | idx_home | **NON E' POSSIBILE UTILIZZARE ALCUN INDICE** | NULL | NULL | 9 | Using where |
**Nessun SHOW PROFILE (forse perchè ci sono meno di 100 query)**
# | **Caller** | **File e numero di linea** |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
11 | JDatabaseDriver->loadResult() | JROOT/plugins/system/yjsg/includes/yjsgcore/classes/yjsg.class.php:504 |
10 | Yjsg::getDefaultTemplate() | JROOT/plugins/system/yjsg/includes/yjsgcore/classes/yjsg.class.php:565 |
9 | Yjsg->cleanup() | JROOT/plugins/system/yjsg/yjsg.php:240 |
8 | plgSystemYjsg->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1158 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:272 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tempo della query: 0.34 ms** **Dopo l'ultima query: 0.17 ms** **Memoria query: 0.021 MB memoria prima della query: 1.925 MB** **Righe restituite: 1**
SELECT a.template
FROM `j25_template_styles` AS a
WHERE client_id = 0
AND a.home = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ALL | idx_home | **NON E' POSSIBILE UTILIZZARE ALCUN INDICE** | NULL | NULL | 9 | Using where |
**Nessun SHOW PROFILE (forse perchè ci sono meno di 100 query)**
# | **Caller** | **File e numero di linea** |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1720 |
11 | JDatabaseDriver->loadResult() | JROOT/plugins/system/yjsg/includes/yjsgcore/classes/yjsg.class.php:504 |
10 | Yjsg::getDefaultTemplate() | JROOT/plugins/system/yjsg/yjsg.php:534 |
9 | plgSystemYjsg->yjsgConstants() | JROOT/plugins/system/yjsg/yjsg.php:251 |
8 | plgSystemYjsg->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:1158 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:795 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:272 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tempo della query: 0.74 ms** **Dopo l'ultima query: 14.35 ms** **Memoria query: 0.022 MB memoria prima della query: 2.035 MB** **Righe restituite: 1**
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `j25_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | j25_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 364 | const,const | 1 | Using where |
**Nessun SHOW PROFILE (forse perchè ci sono meno di 100 query)**
# | **Caller** | **File e numero di linea** |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1642 |
13 | JDatabaseDriver->loadObject() | JROOT/libraries/cms/library/helper.php:166 |
12 | JLibraryHelper::{closure}() | JROOT/libraries/joomla/cache/controller/callback.php:169 |
11 | JCacheControllerCallback->get() | JROOT/libraries/cms/library/helper.php:174 |
10 | JLibraryHelper::loadLibrary() | JROOT/libraries/cms/library/helper.php:42 |
9 | JLibraryHelper::getLibrary() | JROOT/libraries/cms/library/helper.php:89 |
8 | JLibraryHelper::getParams() | JROOT/libraries/cms/version/version.php:270 |
7 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:760 |
6 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 |
5 | JFactory::getDocument() | JROOT/libraries/joomla/application/web.php:1022 |
4 | JApplicationWeb->loadDocument() | JROOT/libraries/cms/application/site.php:130 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:272 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tempo della query: 2.89 ms** **Dopo l'ultima query: 0.13 ms** **Memoria query: 0.005 MB memoria prima della query: 2.027 MB**
UPDATE `j25_extensions`
SET `params` = '{\"mediaversion\":\"29ed41d40ef8276c6ac204e868600ae4\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
**EXPLAIN non possibile sulla query: UPDATE `j25_extensions`
SET `params` = '{\"mediaversion\":\"29ed41d40ef8276c6ac204e868600ae4\"}'
WHERE `type` = 'library' AND `element` = 'joomla'**
**Nessun SHOW PROFILE (forse perchè ci sono meno di 100 query)**
# | **Caller** | **File e numero di linea** |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/cms/library/helper.php:116 |
9 | JLibraryHelper::saveParams() | JROOT/libraries/cms/version/version.php:321 |
8 | JVersion->setMediaVersion() | JROOT/libraries/cms/version/version.php:280 |
7 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:760 |
6 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 |
5 | JFactory::getDocument() | JROOT/libraries/joomla/application/web.php:1022 |
4 | JApplicationWeb->loadDocument() | JROOT/libraries/cms/application/site.php:130 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:272 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tempo della query: 0.32 ms** **Dopo l'ultima query: 0.29 ms** **Memoria query: 0.019 MB memoria prima della query: 2.056 MB** **Righe restituite: 2**
SELECT *
FROM j25_languages
WHERE published=1
ORDER BY ordering ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | j25_languages | ALL | NULL | **NON E' POSSIBILE UTILIZZARE ALCUN INDICE** | NULL | NULL | 2 | Using where; **Using filesort** |
**Nessun SHOW PROFILE (forse perchè ci sono meno di 100 query)**
# | **Caller** | **File e numero di linea** |
---|
7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/language/helper.php:148 |
5 | JLanguageHelper::getLanguages() | JROOT/libraries/cms/application/site.php:327 |
4 | JApplicationSite->getParams() | JROOT/libraries/cms/application/site.php:135 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:272 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tempo della query: 3.31 ms** **Dopo l'ultima query: 5.16 ms** **Memoria query: 0.130 MB memoria prima della query: 2.160 MB** **Righe restituite: 15**
SELECT a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN c.published = 2
AND a.state > 0 THEN 2 WHEN c.published != 1 THEN 0 ELSE a.state END as state,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.language, LENGTH(a.fulltext) AS readmore,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,c.published, c.published AS parents_published,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,COALESCE(NULLIF(ROUND(v.rating_sum / v.rating_count, 0), 0), 0) AS rating,
COALESCE(NULLIF(v.rating_count, 0), 0) as rating_count
FROM j25_content AS a
LEFT JOIN j25_categories AS c
ON c.id = a.catid
LEFT JOIN j25_users AS ua
ON ua.id = a.created_by
LEFT JOIN j25_users AS uam
ON uam.id = a.modified_by
LEFT JOIN j25_categories as parent
ON parent.id = c.parent_id
LEFT JOIN j25_content_rating AS v
ON a.id = v.content_id
WHERE a.featured = 1
AND a.access IN (1,1)
AND c.access IN (1,1)
AND c.published = 1
AND a.state = 1
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-10-13 19:50:27')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-10-13 19:50:27')
ORDER BY
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END DESC , a.created DESC
LIMIT 44, 15
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ref | idx_access,idx_state,idx_catid,idx_featured_catid | idx_featured_catid | 1 | const | 290 | Using where; **Using filesort** |
1 | SIMPLE | c | eq_ref | PRIMARY,idx_access | PRIMARY | 4 | Sql274670_3.a.catid | 1 | Using where |
1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | Sql274670_3.a.created_by | 1 | |
1 | SIMPLE | uam | eq_ref | PRIMARY | PRIMARY | 4 | Sql274670_3.a.modified_by | 1 | |
1 | SIMPLE | parent | eq_ref | PRIMARY | PRIMARY | 4 | Sql274670_3.c.parent_id | 1 | |
1 | SIMPLE | v | eq_ref | PRIMARY | PRIMARY | 4 | Sql274670_3.a.id | 1 | |
**Nessun SHOW PROFILE (forse perchè ci sono meno di 100 query)**
# | **Caller** | **File e numero di linea** |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/model/legacy.php:307 |
15 | JModelLegacy->_getList() | JROOT/libraries/legacy/model/list.php:186 |
14 | JModelList->getItems() | JROOT/components/com_content/models/articles.php:536 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:101 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/yjsg/includes/yjsgcore/classes/extend/classes/YjsgJViewLegacyDefault30.php:422 |
11 | YjsgJViewLegacyDefault->get() | JROOT/components/com_content/views/featured/view.html.php:55 |
10 | ContentViewFeatured->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:272 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tempo della query: 0.38 ms** **Dopo l'ultima query: 0.51 ms** **Memoria query: 0.024 MB memoria prima della query: 2.424 MB** **Righe restituite: 2**
SELECT `m`.`tag_id`,`t`.*
FROM `j25_contentitem_tag_map` AS m
INNER JOIN `j25_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 641
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 | ref | PRIMARY,tag_idx,idx_access | tag_idx | 1 | const | 22 | Using where |
1 | SIMPLE | m | ref | idx_tag_type | idx_tag_type | 4 | Sql274670_3.t.id | 28 | Using where |
**Nessun SHOW PROFILE (forse perchè ci sono meno di 100 query)**
# | **Caller** | **File e numero di linea** |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/helper/tags.php:450 |
14 | JHelperTags->getItemTags() | JROOT/components/com_content/models/articles.php:662 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:101 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/yjsg/includes/yjsgcore/classes/extend/classes/YjsgJViewLegacyDefault30.php:422 |
11 | YjsgJViewLegacyDefault->get() | JROOT/components/com_content/views/featured/view.html.php:55 |
10 | ContentViewFeatured->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:272 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tempo della query: 0.36 ms** **Dopo l'ultima query: 0.20 ms** **Memoria query: 0.023 MB memoria prima della query: 2.446 MB** **Righe restituite: 1**
SELECT `m`.`tag_id`,`t`.*
FROM `j25_contentitem_tag_map` AS m
INNER JOIN `j25_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 620
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 | ref | PRIMARY,tag_idx,idx_access | tag_idx | 1 | const | 22 | Using where |
1 | SIMPLE | m | ref | idx_tag_type | idx_tag_type | 4 | Sql274670_3.t.id | 28 | Using where |
**Nessun SHOW PROFILE (forse perchè ci sono meno di 100 query)**
# | **Caller** | **File e numero di linea** |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/helper/tags.php:450 |
14 | JHelperTags->getItemTags() | JROOT/components/com_content/models/articles.php:662 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:101 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/yjsg/includes/yjsgcore/classes/extend/classes/YjsgJViewLegacyDefault30.php:422 |
11 | YjsgJViewLegacyDefault->get() | JROOT/components/com_content/views/featured/view.html.php:55 |
10 | ContentViewFeatured->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:272 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tempo della query: 0.38 ms** **Dopo l'ultima query: 0.20 ms** **Memoria query: 0.026 MB memoria prima della query: 2.466 MB** **Righe restituite: 6**
SELECT `m`.`tag_id`,`t`.*
FROM `j25_contentitem_tag_map` AS m
INNER JOIN `j25_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 617
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 | ref | PRIMARY,tag_idx,idx_access | tag_idx | 1 | const | 22 | Using where |
1 | SIMPLE | m | ref | idx_tag_type | idx_tag_type | 4 | Sql274670_3.t.id | 28 | Using where |
**Nessun SHOW PROFILE (forse perchè ci sono meno di 100 query)**
# | **Caller** | **File e numero di linea** |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/helper/tags.php:450 |
14 | JHelperTags->getItemTags() | JROOT/components/com_content/models/articles.php:662 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:101 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/yjsg/includes/yjsgcore/classes/extend/classes/YjsgJViewLegacyDefault30.php:422 |
11 | YjsgJViewLegacyDefault->get() | JROOT/components/com_content/views/featured/view.html.php:55 |
10 | ContentViewFeatured->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:272 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tempo della query: 0.39 ms** **Dopo l'ultima query: 0.29 ms** **Memoria query: 0.024 MB memoria prima della query: 2.496 MB** **Righe restituite: 3**
SELECT `m`.`tag_id`,`t`.*
FROM `j25_contentitem_tag_map` AS m
INNER JOIN `j25_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 615
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 | ref | PRIMARY,tag_idx,idx_access | tag_idx | 1 | const | 22 | Using where |
1 | SIMPLE | m | ref | idx_tag_type | idx_tag_type | 4 | Sql274670_3.t.id | 28 | Using where |
**Nessun SHOW PROFILE (forse perchè ci sono meno di 100 query)**
# | **Caller** | **File e numero di linea** |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/helper/tags.php:450 |
14 | JHelperTags->getItemTags() | JROOT/components/com_content/models/articles.php:662 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:101 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/yjsg/includes/yjsgcore/classes/extend/classes/YjsgJViewLegacyDefault30.php:422 |
11 | YjsgJViewLegacyDefault->get() | JROOT/components/com_content/views/featured/view.html.php:55 |
10 | ContentViewFeatured->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:272 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tempo della query: 0.37 ms** **Dopo l'ultima query: 0.23 ms** **Memoria query: 0.025 MB memoria prima della query: 2.520 MB** **Righe restituite: 4**
SELECT `m`.`tag_id`,`t`.*
FROM `j25_contentitem_tag_map` AS m
INNER JOIN `j25_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 612
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 | ref | PRIMARY,tag_idx,idx_access | tag_idx | 1 | const | 22 | Using where |
1 | SIMPLE | m | ref | idx_tag_type | idx_tag_type | 4 | Sql274670_3.t.id | 28 | Using where |
**Nessun SHOW PROFILE (forse perchè ci sono meno di 100 query)**
# | **Caller** | **File e numero di linea** |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/helper/tags.php:450 |
14 | JHelperTags->getItemTags() | JROOT/components/com_content/models/articles.php:662 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:101 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/yjsg/includes/yjsgcore/classes/extend/classes/YjsgJViewLegacyDefault30.php:422 |
11 | YjsgJViewLegacyDefault->get() | JROOT/components/com_content/views/featured/view.html.php:55 |
10 | ContentViewFeatured->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:272 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tempo della query: 0.36 ms** **Dopo l'ultima query: 0.23 ms** **Memoria query: 0.025 MB memoria prima della query: 2.546 MB** **Righe restituite: 4**
SELECT `m`.`tag_id`,`t`.*
FROM `j25_contentitem_tag_map` AS m
INNER JOIN `j25_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 610
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 | ref | PRIMARY,tag_idx,idx_access | tag_idx | 1 | const | 22 | Using where |
1 | SIMPLE | m | ref | idx_tag_type | idx_tag_type | 4 | Sql274670_3.t.id | 28 | Using where |
**Nessun SHOW PROFILE (forse perchè ci sono meno di 100 query)**
# | **Caller** | **File e numero di linea** |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/helper/tags.php:450 |
14 | JHelperTags->getItemTags() | JROOT/components/com_content/models/articles.php:662 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:101 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/yjsg/includes/yjsgcore/classes/extend/classes/YjsgJViewLegacyDefault30.php:422 |
11 | YjsgJViewLegacyDefault->get() | JROOT/components/com_content/views/featured/view.html.php:55 |
10 | ContentViewFeatured->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:272 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tempo della query: 1.65 ms** **Dopo l'ultima query: 0.22 ms** **Memoria query: 0.024 MB memoria prima della query: 2.572 MB** **Righe restituite: 3**
SELECT `m`.`tag_id`,`t`.*
FROM `j25_contentitem_tag_map` AS m
INNER JOIN `j25_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 603
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 | ref | PRIMARY,tag_idx,idx_access | tag_idx | 1 | const | 22 | Using where |
1 | SIMPLE | m | ref | idx_tag_type | idx_tag_type | 4 | Sql274670_3.t.id | 28 | Using where |
**Nessun SHOW PROFILE (forse perchè ci sono meno di 100 query)**
# | **Caller** | **File e numero di linea** |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/helper/tags.php:450 |
14 | JHelperTags->getItemTags() | JROOT/components/com_content/models/articles.php:662 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:101 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/yjsg/includes/yjsgcore/classes/extend/classes/YjsgJViewLegacyDefault30.php:422 |
11 | YjsgJViewLegacyDefault->get() | JROOT/components/com_content/views/featured/view.html.php:55 |
10 | ContentViewFeatured->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:272 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tempo della query: 0.37 ms** **Dopo l'ultima query: 0.26 ms** **Memoria query: 0.024 MB memoria prima della query: 2.596 MB** **Righe restituite: 2**
SELECT `m`.`tag_id`,`t`.*
FROM `j25_contentitem_tag_map` AS m
INNER JOIN `j25_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 582
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 | ref | PRIMARY,tag_idx,idx_access | tag_idx | 1 | const | 22 | Using where |
1 | SIMPLE | m | ref | idx_tag_type | idx_tag_type | 4 | Sql274670_3.t.id | 28 | Using where |
**Nessun SHOW PROFILE (forse perchè ci sono meno di 100 query)**
# | **Caller** | **File e numero di linea** |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/helper/tags.php:450 |
14 | JHelperTags->getItemTags() | JROOT/components/com_content/models/articles.php:662 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:101 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/yjsg/includes/yjsgcore/classes/extend/classes/YjsgJViewLegacyDefault30.php:422 |
11 | YjsgJViewLegacyDefault->get() | JROOT/components/com_content/views/featured/view.html.php:55 |
10 | ContentViewFeatured->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:272 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tempo della query: 0.38 ms** **Dopo l'ultima query: 0.22 ms** **Memoria query: 0.025 MB memoria prima della query: 2.618 MB** **Righe restituite: 4**
SELECT `m`.`tag_id`,`t`.*
FROM `j25_contentitem_tag_map` AS m
INNER JOIN `j25_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 593
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 | ref | PRIMARY,tag_idx,idx_access | tag_idx | 1 | const | 22 | Using where |
1 | SIMPLE | m | ref | idx_tag_type | idx_tag_type | 4 | Sql274670_3.t.id | 28 | Using where |
Status | Duration |
---|
starting | 0.01 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
sending cached result to clien | 0.01 ms |
logging slow query | 0.01 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File e numero di linea** |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/helper/tags.php:450 |
14 | JHelperTags->getItemTags() | JROOT/components/com_content/models/articles.php:662 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:101 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/yjsg/includes/yjsgcore/classes/extend/classes/YjsgJViewLegacyDefault30.php:422 |
11 | YjsgJViewLegacyDefault->get() | JROOT/components/com_content/views/featured/view.html.php:55 |
10 | ContentViewFeatured->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:272 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tempo della query: 1.71 ms** **Dopo l'ultima query: 0.22 ms** **Memoria query: 0.024 MB memoria prima della query: 2.644 MB** **Righe restituite: 2**
SELECT `m`.`tag_id`,`t`.*
FROM `j25_contentitem_tag_map` AS m
INNER JOIN `j25_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 588
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 | ref | PRIMARY,tag_idx,idx_access | tag_idx | 1 | const | 22 | Using where |
1 | SIMPLE | m | ref | idx_tag_type | idx_tag_type | 4 | Sql274670_3.t.id | 28 | Using where |
Status | Duration |
---|
starting | 0.01 ms |
checking query cache for query | 0.03 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.02 ms |
init | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Sending data | 1.12 ms |
end | 0.01 ms |
end | 0.01 ms |
query end | 0.01 ms |
storing result in query cache | 0.05 ms |
freeing items | 0.01 ms |
closing tables | 0.01 ms |
logging slow query | 0.01 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File e numero di linea** |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/helper/tags.php:450 |
14 | JHelperTags->getItemTags() | JROOT/components/com_content/models/articles.php:662 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:101 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/yjsg/includes/yjsgcore/classes/extend/classes/YjsgJViewLegacyDefault30.php:422 |
11 | YjsgJViewLegacyDefault->get() | JROOT/components/com_content/views/featured/view.html.php:55 |
10 | ContentViewFeatured->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:272 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tempo della query: 0.48 ms** **Dopo l'ultima query: 0.22 ms** **Memoria query: 0.025 MB memoria prima della query: 2.666 MB** **Righe restituite: 4**
SELECT `m`.`tag_id`,`t`.*
FROM `j25_contentitem_tag_map` AS m
INNER JOIN `j25_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 541
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 | ref | PRIMARY,tag_idx,idx_access | tag_idx | 1 | const | 22 | Using where |
1 | SIMPLE | m | ref | idx_tag_type | idx_tag_type | 4 | Sql274670_3.t.id | 28 | Using where |
Status | Duration |
---|
starting | 0.02 ms |
checking query cache for query | 0.02 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
sending cached result to clien | 0.02 ms |
logging slow query | 0.01 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File e numero di linea** |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/helper/tags.php:450 |
14 | JHelperTags->getItemTags() | JROOT/components/com_content/models/articles.php:662 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:101 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/yjsg/includes/yjsgcore/classes/extend/classes/YjsgJViewLegacyDefault30.php:422 |
11 | YjsgJViewLegacyDefault->get() | JROOT/components/com_content/views/featured/view.html.php:55 |
10 | ContentViewFeatured->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:272 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tempo della query: 2.26 ms** **Dopo l'ultima query: 0.23 ms** **Memoria query: 0.024 MB memoria prima della query: 2.692 MB** **Righe restituite: 2**
SELECT `m`.`tag_id`,`t`.*
FROM `j25_contentitem_tag_map` AS m
INNER JOIN `j25_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 584
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 | ref | PRIMARY,tag_idx,idx_access | tag_idx | 1 | const | 22 | Using where |
1 | SIMPLE | m | ref | idx_tag_type | idx_tag_type | 4 | Sql274670_3.t.id | 28 | Using where |
Status | Duration |
---|
starting | 0.01 ms |
checking query cache for query | 0.03 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.04 ms |
init | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Sending data | 1.18 ms |
end | 0.01 ms |
end | 0.01 ms |
query end | 0.01 ms |
storing result in query cache | 0.08 ms |
freeing items | 0.01 ms |
closing tables | 0.01 ms |
logging slow query | 0.01 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File e numero di linea** |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/helper/tags.php:450 |
14 | JHelperTags->getItemTags() | JROOT/components/com_content/models/articles.php:662 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:101 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/yjsg/includes/yjsgcore/classes/extend/classes/YjsgJViewLegacyDefault30.php:422 |
11 | YjsgJViewLegacyDefault->get() | JROOT/components/com_content/views/featured/view.html.php:55 |
10 | ContentViewFeatured->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:272 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tempo della query: 1.63 ms** **Dopo l'ultima query: 0.20 ms** **Memoria query: 0.024 MB memoria prima della query: 2.714 MB** **Righe restituite: 3**
SELECT `m`.`tag_id`,`t`.*
FROM `j25_contentitem_tag_map` AS m
INNER JOIN `j25_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 583
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 | ref | PRIMARY,tag_idx,idx_access | tag_idx | 1 | const | 22 | Using where |
1 | SIMPLE | m | ref | idx_tag_type | idx_tag_type | 4 | Sql274670_3.t.id | 28 | Using where |
Status | Duration |
---|
starting | 0.01 ms |
checking query cache for query | 0.03 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.02 ms |
init | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Sending data | 1.03 ms |
end | 0.01 ms |
end | 0.01 ms |
query end | 0.01 ms |
storing result in query cache | 0.02 ms |
freeing items | 0.01 ms |
closing tables | 0.01 ms |
logging slow query | 0.01 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File e numero di linea** |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/helper/tags.php:450 |
14 | JHelperTags->getItemTags() | JROOT/components/com_content/models/articles.php:662 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:101 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/yjsg/includes/yjsgcore/classes/extend/classes/YjsgJViewLegacyDefault30.php:422 |
11 | YjsgJViewLegacyDefault->get() | JROOT/components/com_content/views/featured/view.html.php:55 |
10 | ContentViewFeatured->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:272 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tempo della query: 1.79 ms** **Dopo l'ultima query: 0.24 ms** **Memoria query: 0.025 MB memoria prima della query: 2.744 MB** **Righe restituite: 1**
SELECT `m`.`tag_id`,`t`.*
FROM `j25_contentitem_tag_map` AS m
INNER JOIN `j25_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 581
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 | ref | PRIMARY,tag_idx,idx_access | tag_idx | 1 | const | 22 | Using where |
1 | SIMPLE | m | ref | idx_tag_type | idx_tag_type | 4 | Sql274670_3.t.id | 28 | Using where |
Status | Duration |
---|
starting | 0.01 ms |
checking query cache for query | 0.03 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.02 ms |
init | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Sending data | 1.02 ms |
end | 0.01 ms |
end | 0.01 ms |
query end | 0.01 ms |
storing result in query cache | 0.12 ms |
freeing items | 0.01 ms |
closing tables | 0.01 ms |
logging slow query | 0.01 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File e numero di linea** |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/helper/tags.php:450 |
14 | JHelperTags->getItemTags() | JROOT/components/com_content/models/articles.php:662 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:101 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/yjsg/includes/yjsgcore/classes/extend/classes/YjsgJViewLegacyDefault30.php:422 |
11 | YjsgJViewLegacyDefault->get() | JROOT/components/com_content/views/featured/view.html.php:55 |
10 | ContentViewFeatured->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:272 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tempo della query: 0.41 ms** **Dopo l'ultima query: 0.29 ms** **Memoria query: 0.023 MB memoria prima della query: 2.766 MB** **Righe restituite: 1**
SELECT `m`.`tag_id`,`t`.*
FROM `j25_contentitem_tag_map` AS m
INNER JOIN `j25_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 580
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 | ref | PRIMARY,tag_idx,idx_access | tag_idx | 1 | const | 22 | Using where |
1 | SIMPLE | m | ref | idx_tag_type | idx_tag_type | 4 | Sql274670_3.t.id | 28 | Using where |
Status | Duration |
---|
starting | 0.01 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
sending cached result to clien | 0.02 ms |
logging slow query | 0.01 ms |
cleaning up | 0.01 ms |
# | **Caller** | **File e numero di linea** |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1681 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/helper/tags.php:450 |
14 | JHelperTags->getItemTags() | JROOT/components/com_content/models/articles.php:662 |
13 | ContentModelArticles->getItems() | JROOT/components/com_content/models/featured.php:101 |
12 | ContentModelFeatured->getItems() | JROOT/plugins/system/yjsg/includes/yjsgcore/classes/extend/classes/YjsgJViewLegacyDefault30.php:422 |
11 | YjsgJViewLegacyDefault->get() | JROOT/components/com_content/views/featured/view.html.php:55 |
10 | ContentViewFeatured->display() | JROOT/libraries/legacy/controller/legacy.php:671 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:709 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:39 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:394 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:369 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:272 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tempo della query: 2.27 ms** **Dopo l'ultima query: 0.32 ms** **Memoria query: 0.023 MB memoria prima della query: 2.764 MB** **Righe restituite: 1**
SELECT COUNT(*)
FROM j25_content AS a
LEFT JOIN j25_categories AS c
ON c.id = a.catid
LEFT JOIN j25_users AS ua
ON ua.id = a.created_by
LEFT JOIN j25_users AS uam
ON uam.id = a.modified_by
LEFT JOIN j25_categories as parent
ON parent.id = c.parent_id
LEFT JOIN j25_content_rating AS v
ON a.id = v.content_id
WHERE a.featured = 1
AND a.access IN (1,1)
AND c.access IN (1,1)
AND c.published = 1
AND a.state = 1
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-10-13 19:50:27')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-10-13 19:50:27')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c | ALL | PRIMARY,idx_access | **NON E' POSSIBILE UTILIZZARE ALCUN INDICE** | NULL | NULL | 55 | Using where |
1 | SIMPLE | a | ref | idx_access,idx_state,idx_catid,idx_featured_catid | idx_featured_catid | 5 | const,Sql274670_3.c.id | 12 | Using where |
1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | Sql274670_3.a.created_by | 1 | Using index |
1 | SIMPLE | uam | eq_ref | PRIMARY | PRIMARY | 4 | Sql274670_3.a.modified_by | 1 | Using index |
1 | SIMPLE | parent | eq_ref | PRIMARY | PRIMARY | 4 | Sql274670_3.c.parent_id | 1 | Using index |
1 | SIMPLE | v | eq_ref | PRIMARY | PRIMARY | 4 | Sql274670_3.a.id | 1 | Using index |
Status | Duration |
---|
starting | 0.01 ms |
checking query cache for query | 0.05 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.03 ms |
init | 0.03 ms |
optimizing | 0.02 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
executing | 0.01 ms |
Sending data | 1.71 ms |
end | 0.01 ms |
end | 0.01 ms |
query end | 0.01 ms |
storing result in query cache | 1.35 ms |
freeing items | 0.02 ms |
closing tables | 0.01 ms |
logging slow query | 0.01 ms |
cleaning up | 0.01 ms |