Query Time: 0.47 ms Query memory: 0.020 MB Memory before query: 1.039 MB Rows returned: 0
SELECT `session_id`
FROM `base001_session`
WHERE `session_id` = X'6438727130753737646f3331716e72303274736b64656f677072'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_session | const | PRIMARY | PRIMARY | 194 | const | 1 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | 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: 3.02 ms After last query: 0.08 ms Query memory: 0.004 MB Memory before query: 1.045 MB
INSERT INTO `base001_session`
(`session_id`,`guest`,`time`,`userid`,`username`)
VALUES
(X'6438727130753737646f3331716e72303274736b64656f677072', 1, 1737584159, 0, '')
EXPLAIN not possible on query: INSERT INTO `base001_session`
(`session_id`,`guest`,`time`,`userid`,`username`) VALUES
(X'6438727130753737646f3331716e72303274736b64656f677072', 1, 1737584159, 0, '')
No SHOW PROFILE (maybe because there are more than 100 queries)
# | 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: 4.22 ms After last query: 1.30 ms Query memory: 0.025 MB Memory before query: 1.076 MB Rows returned: 46
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `base001_extensions`
WHERE `type` = 'component'
AND `state` = 0
AND `enabled` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_extensions | ref | extension | extension | 82 | const | 46 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Component/ComponentHelper.php:445 |
10 | Joomla\CMS\Component\ComponentHelper::Joomla\CMS\Component\{closure}() | Same as call in the line below. |
9 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
8 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Component/ComponentHelper.php:453 |
7 | Joomla\CMS\Component\ComponentHelper::load() | JROOT/libraries/src/Component/ComponentHelper.php:519 |
6 | Joomla\CMS\Component\ComponentHelper::getComponents() | JROOT/libraries/src/Component/ComponentHelper.php:44 |
5 | Joomla\CMS\Component\ComponentHelper::getComponent() | JROOT/libraries/src/Component/ComponentHelper.php:103 |
4 | Joomla\CMS\Component\ComponentHelper::getParams() | JROOT/libraries/src/Application/SiteApplication.php:594 |
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.36 ms After last query: 1.24 ms Query memory: 0.021 MB Memory before query: 1.109 MB Rows returned: 5
SELECT id, rules
FROM `base001_viewlevels`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_viewlevels | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | 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.35 ms After last query: 0.07 ms Query memory: 0.021 MB Memory before query: 1.121 MB Rows returned: 1
SELECT b.id
FROM base001_usergroups AS a
LEFT JOIN base001_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 |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | 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.91 ms After last query: 0.20 ms Query memory: 0.074 MB Memory before query: 1.143 MB Rows returned: 130
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM base001_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 | base001_extensions | ref | extension | extension | 82 | const | 155 | Using index condition; Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Plugin/PluginHelper.php:351 |
9 | Joomla\CMS\Plugin\PluginHelper::Joomla\CMS\Plugin\{closure}() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
7 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Plugin/PluginHelper.php:356 |
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.27 ms After last query: 3.53 ms Query memory: 0.021 MB Memory before query: 1.471 MB Rows returned: 0
SELECT `path`
FROM base001_rsfirewall_ignored
WHERE `type`='ignore_folder' OR `type`='ignore_file'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_rsfirewall_ignored | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
11 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:56 |
10 | RSFirewallConfig->load() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:22 |
9 | RSFirewallConfig->__construct() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:164 |
8 | RSFirewallConfig::getInstance() | JROOT/plugins/system/rsfirewall/rsfirewall.php:41 |
7 | plgSystemRsfirewall->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
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.36 ms After last query: 0.06 ms Query memory: 0.021 MB Memory before query: 1.477 MB Rows returned: 0
SELECT `file`
FROM base001_rsfirewall_hashes
WHERE `type`='protect'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_rsfirewall_hashes | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 180 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
11 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:63 |
10 | RSFirewallConfig->load() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:22 |
9 | RSFirewallConfig->__construct() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:164 |
8 | RSFirewallConfig::getInstance() | JROOT/plugins/system/rsfirewall/rsfirewall.php:41 |
7 | plgSystemRsfirewall->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
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.30 ms After last query: 0.05 ms Query memory: 0.027 MB Memory before query: 1.482 MB Rows returned: 67
SELECT *
FROM base001_rsfirewall_configuration
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_rsfirewall_configuration | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 67 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
11 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:71 |
10 | RSFirewallConfig->load() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:22 |
9 | RSFirewallConfig->__construct() | JROOT/administrator/components/com_rsfirewall/helpers/config.php:164 |
8 | RSFirewallConfig::getInstance() | JROOT/plugins/system/rsfirewall/rsfirewall.php:41 |
7 | plgSystemRsfirewall->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
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.67 ms After last query: 2.25 ms Query memory: 0.024 MB Memory before query: 1.733 MB Rows returned: 10
SHOW FULL COLUMNS
FROM `base001_rsfirewall_logs`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `base001_rsfirewall_logs`
No SHOW PROFILE (maybe because there are more than 100 queries)
# | 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/administrator/components/com_rsfirewall/tables/logs.php:38 |
11 | RsfirewallTableLogs->__construct() | JROOT/libraries/src/Table/Table.php:328 |
10 | Joomla\CMS\Table\Table::getInstance() | JROOT/administrator/components/com_rsfirewall/helpers/log.php:31 |
9 | RSFirewallLogger->__construct() | JROOT/administrator/components/com_rsfirewall/helpers/log.php:84 |
8 | RSFirewallLogger::getInstance() | JROOT/plugins/system/rsfirewall/rsfirewall.php:63 |
7 | plgSystemRsfirewall->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
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.37 ms After last query: 6.36 ms Query memory: 0.021 MB Memory before query: 2.196 MB Rows returned: 2
SELECT *
FROM base001_languages
WHERE published=1
ORDER BY ordering ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_languages | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:150 |
8 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT/plugins/system/cookiespolicynotificationbar/cookiespolicynotificationbar.php:196 |
7 | plgSystemCookiesPolicyNotificationBar->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
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: 0.07 ms Query memory: 0.059 MB Memory before query: 2.202 MB Rows returned: 1
SELECT params
FROM base001_extensions
WHERE element = 'cookiespolicynotificationbar'
AND folder = 'system'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_extensions | ref | element_clientid,element_folder_clientid | element_folder_clientid | 804 | const,const | 1 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
8 | JDatabaseDriver->loadObject() | JROOT/plugins/system/cookiespolicynotificationbar/cookiespolicynotificationbar.php:216 |
7 | plgSystemCookiesPolicyNotificationBar->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
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.28 ms After last query: 0.22 ms Query memory: 0.020 MB Memory before query: 2.294 MB Rows returned: 1
SELECT `enabled`
FROM `base001_extensions`
WHERE `type` = 'plugin'
AND `element` = 'cache'
AND `folder` = 'system'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
9 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cookiespolicynotificationbar/cookiespolicynotificationbar.php:2592 |
8 | plgSystemCookiesPolicyNotificationBar->isPageCachePluginEnabled() | JROOT/plugins/system/cookiespolicynotificationbar/cookiespolicynotificationbar.php:231 |
7 | plgSystemCookiesPolicyNotificationBar->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
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.25 ms After last query: 0.06 ms Query memory: 0.020 MB Memory before query: 2.298 MB Rows returned: 0
SELECT `enabled`
FROM `base001_extensions`
WHERE `type` = 'plugin'
AND `element` = 'lscache'
AND `folder` = 'system'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
9 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cookiespolicynotificationbar/cookiespolicynotificationbar.php:2617 |
8 | plgSystemCookiesPolicyNotificationBar->isLiteSpeedCachePluginEnabled() | JROOT/plugins/system/cookiespolicynotificationbar/cookiespolicynotificationbar.php:231 |
7 | plgSystemCookiesPolicyNotificationBar->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
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.27 ms After last query: 2.49 ms Query memory: 0.023 MB Memory before query: 2.335 MB Rows returned: 1
SELECT `template`
FROM `base001_template_styles`
WHERE `client_id` = 0
AND `home` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_template_styles | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
13 | JDatabaseDriver->loadObject() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:1320 |
12 | AddonParser::getTemplateName() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:206 |
11 | AddonParser::getAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:1454 |
10 | require_once JROOT/components/com_sppagebuilder/parser/addon-parser.php | JROOT/components/com_sppagebuilder/builder/classes/addon.php:28 |
9 | require_once JROOT/components/com_sppagebuilder/builder/classes/addon.php | JROOT/components/com_sppagebuilder/helpers/autoload.php:42 |
8 | BuilderAutoload::loadClasses() | JROOT/plugins/system/sppagebuilder/sppagebuilder.php:29 |
7 | require_once JROOT/plugins/system/sppagebuilder/sppagebuilder.php | JROOT/libraries/src/Plugin/PluginHelper.php:251 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
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.70 ms After last query: 17.23 ms Query memory: 0.021 MB Memory before query: 2.886 MB Rows returned: 4
SELECT `element`,`name`,`client_id`,`extension_id`
FROM `base001_extensions`
WHERE `type` = 'language'
AND `state` = 0
AND `enabled` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_extensions | ref | extension | extension | 82 | const | 4 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:209 |
8 | Joomla\CMS\Language\LanguageHelper::getInstalledLanguages() | JROOT/plugins/system/languagefilter/languagefilter.php:110 |
7 | PlgSystemLanguageFilter->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
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.44 ms After last query: 6.69 ms Query memory: 0.024 MB Memory before query: 3.006 MB Rows returned: 39
SELECT *
FROM base001_rsform_config
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_rsform_config | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 39 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_rsform/helpers/config.php:52 |
11 | RSFormProConfig->load() | JROOT/administrator/components/com_rsform/helpers/config.php:19 |
10 | RSFormProConfig->__construct() | JROOT/administrator/components/com_rsform/helpers/config.php:104 |
9 | RSFormProConfig::getInstance() | JROOT/plugins/system/rsformdeletesubmissions/rsformdeletesubmissions.php:34 |
8 | plgSystemRsformdeletesubmissions->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.31 ms After last query: 1.01 ms Query memory: 0.021 MB Memory before query: 3.097 MB Rows returned: 1
SELECT `template`
FROM `base001_template_styles`
WHERE `client_id` = 0
AND `home` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_template_styles | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
10 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helix3/helix3.php:247 |
9 | plgSystemHelix3->getTemplateName() | JROOT/plugins/system/helix3/helix3.php:41 |
8 | plgSystemHelix3->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.93 ms After last query: 1.44 ms Query memory: 0.085 MB Memory before query: 3.130 MB Rows returned: 38
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 base001_menu AS m
LEFT JOIN base001_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 | 48 | Using index condition; Using where; Using filesort |
1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | dbs9825424-2.m.component_id | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
22 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
21 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Same as call in the line below. |
20 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
19 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
18 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:78 |
17 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
16 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:142 |
15 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:417 |
14 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
13 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:65 |
12 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
11 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:533 |
10 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |
9 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/plugins/system/languagefilter/languagefilter.php:145 |
8 | PlgSystemLanguageFilter->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.56 ms After last query: 19.26 ms Query memory: 0.093 MB Memory before query: 4.835 MB Rows returned: 1
SELECT *
FROM base001_easyblog_configs
WHERE `name` = 'config'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_easyblog_configs | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
14 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
13 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:536 |
12 | EB::config() | JROOT/components/com_easyblog/router.php:601 |
11 | EasyBlogRouterBase::parseRoute() | JROOT/components/com_easyblog/router.php:1379 |
10 | EasyBlogParseRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:105 |
9 | Joomla\CMS\Component\Router\RouterLegacy->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |
8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |
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.36 ms After last query: 1.17 ms Query memory: 0.022 MB Memory before query: 4.934 MB Rows returned: 1
SELECT *
FROM `base001_easyblog_tag`
WHERE ( BINARY `title`='revolucion' OR BINARY `alias`='revolucion' )
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_easyblog_tag | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 14 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
14 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |
13 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/tables/tag.php:104 |
12 | EasyBlogTableTag->load() | JROOT/components/com_easyblog/router.php:1061 |
11 | EasyBlogRouterBase::parseRoute() | JROOT/components/com_easyblog/router.php:1379 |
10 | EasyBlogParseRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:105 |
9 | Joomla\CMS\Component\Router\RouterLegacy->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |
8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |
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.50 ms After last query: 0.29 ms Query memory: 0.021 MB Memory before query: 4.943 MB Rows returned: 4
SELECT *
FROM base001_rsfirewall_hashes
WHERE (`type`='3.10.12' OR `type`='protect')
AND (`flag`!='C' OR `flag` IS NULL)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_rsfirewall_hashes | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 180 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rsfirewall/rsfirewall.php:1078 |
8 | plgSystemRsfirewall->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.25 ms After last query: 0.60 ms Query memory: 0.021 MB Memory before query: 4.953 MB Rows returned: 0
SELECT *
FROM base001_rsfirewall_snapshots
WHERE `type`='protect'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_rsfirewall_snapshots | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
10 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_rsfirewall/helpers/snapshot.php:49 |
9 | RSFirewallSnapshot::get() | JROOT/plugins/system/rsfirewall/rsfirewall.php:1101 |
8 | plgSystemRsfirewall->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.32 ms After last query: 0.08 ms Query memory: 0.021 MB Memory before query: 4.959 MB Rows returned: 0
SELECT `ip`,`reason`
FROM base001_rsfirewall_lists
WHERE (`ip`='3.149.230.208' OR `ip` LIKE '%*%' OR `ip` LIKE '%/%' OR `ip` LIKE '%-%')
AND `type`='1'
AND `published`='1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_rsfirewall_lists | ref | published,type,ip | published | 1 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
11 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rsfirewall/rsfirewall.php:172 |
10 | plgSystemRsfirewall->isListed() | JROOT/plugins/system/rsfirewall/rsfirewall.php:151 |
9 | plgSystemRsfirewall->isWhitelisted() | JROOT/plugins/system/rsfirewall/rsfirewall.php:1137 |
8 | plgSystemRsfirewall->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.27 ms After last query: 0.07 ms Query memory: 0.021 MB Memory before query: 4.965 MB Rows returned: 0
SELECT `ip`,`reason`
FROM base001_rsfirewall_lists
WHERE (`ip`='3.149.230.208' OR `ip` LIKE '%*%' OR `ip` LIKE '%/%' OR `ip` LIKE '%-%')
AND `type`='0'
AND `published`='1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_rsfirewall_lists | ref | published,type,ip | published | 1 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
11 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rsfirewall/rsfirewall.php:172 |
10 | plgSystemRsfirewall->isListed() | JROOT/plugins/system/rsfirewall/rsfirewall.php:141 |
9 | plgSystemRsfirewall->isBlacklisted() | JROOT/plugins/system/rsfirewall/rsfirewall.php:1141 |
8 | plgSystemRsfirewall->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.25 ms After last query: 0.10 ms Query memory: 0.021 MB Memory before query: 4.970 MB Rows returned: 0
SELECT *
FROM base001_rsfirewall_exceptions
WHERE `published`='1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_rsfirewall_exceptions | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
10 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/rsfirewall/rsfirewall.php:729 |
9 | plgSystemRsfirewall->isException() | JROOT/plugins/system/rsfirewall/rsfirewall.php:1272 |
8 | plgSystemRsfirewall->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.41 ms After last query: 0.38 ms Query memory: 0.068 MB Memory before query: 5.036 MB Rows returned: 1
SELECT id, home, template, s.params
FROM base001_template_styles as s
LEFT JOIN base001_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 | ref | idx_template,idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 1 | |
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid,extension | element_clientid | 403 | dbs9825424-2.s.template,const | 1 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
12 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 |
11 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:266 |
10 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/helixultimate.php:216 |
9 | PlgSystemHelixultimate->attachWebAsset() | JROOT/plugins/system/helixultimate/helixultimate.php:245 |
8 | PlgSystemHelixultimate->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.36 ms After last query: 1.14 ms Query memory: 0.069 MB Memory before query: 5.090 MB Rows returned: 1
SELECT *
FROM `base001_template_styles`
WHERE `client_id` = 0
AND `id` = '11'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_template_styles | const | PRIMARY,idx_client_id,idx_client_id_home | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
12 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
11 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
10 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/helixultimate.php:216 |
9 | PlgSystemHelixultimate->attachWebAsset() | JROOT/plugins/system/helixultimate/helixultimate.php:245 |
8 | PlgSystemHelixultimate->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.31 ms After last query: 0.47 ms Query memory: 0.022 MB Memory before query: 5.112 MB Rows returned: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `base001_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
14 | JDatabaseDriver->loadObject() | JROOT/libraries/src/Helper/LibraryHelper.php:167 |
13 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Same as call in the line below. |
12 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
11 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/LibraryHelper.php:175 |
10 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 |
9 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 |
8 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 |
7 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
6 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
5 | Joomla\CMS\Factory::getDocument() | JROOT/libraries/src/Application/WebApplication.php:1137 |
4 | Joomla\CMS\Application\WebApplication->loadDocument() | JROOT/libraries/src/Application/SiteApplication.php:133 |
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: 7.41 ms After last query: 0.13 ms Query memory: 0.005 MB Memory before query: 5.103 MB
UPDATE `base001_extensions`
SET `params` = '{\"mediaversion\":\"e569813064a2a42d27df3bba7e320124\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `base001_extensions`
SET `params` = '{\"mediaversion\":\"e569813064a2a42d27df3bba7e320124\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
9 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
8 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
7 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
6 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
5 | Joomla\CMS\Factory::getDocument() | JROOT/libraries/src/Application/WebApplication.php:1137 |
4 | Joomla\CMS\Application\WebApplication->loadDocument() | JROOT/libraries/src/Application/SiteApplication.php:133 |
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: 18.38 ms After last query: 2.24 ms Query memory: 0.026 MB Memory before query: 5.196 MB Rows returned: 46
SELECT `id`,`name`,`rules`,`parent_id`
FROM `base001_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_admin','com_ajax','com_akeeba','com_associations','com_bagallery','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cookiespolicynotificationbar','com_cpanel','com_easyblog','com_fields','com_finder','com_installer','com_joomlaupdate','com_languages','com_layer_slider','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_offlajn_installer','com_osmap','com_plugins','com_postinstall','com_privacy','com_redirect','com_rsfirewall','com_rsform','com_rstbox','com_search','com_sppagebuilder','com_spsimpleportfolio','com_tags','com_templates','com_users','com_wrapper')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_assets | ALL | idx_asset_name | NO INDEX KEY COULD BE USED | NULL | NULL | 160 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
13 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
12 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
11 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
10 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
9 | Joomla\CMS\User\User->authorise() | JROOT/libraries/foundry/helper.php:933 |
8 | FH::isSiteAdmin() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:215 |
7 | EB::checkEnvironment() | JROOT/components/com_easyblog/easyblog.php:27 |
6 | require_once JROOT/components/com_easyblog/easyblog.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.41 ms After last query: 2.84 ms Query memory: 0.006 MB Memory before query: 5.307 MB
DELETE
FROM `base001_easyblog_mailq`
WHERE `status`='1'
AND DATEDIFF(NOW(), `created`) >='7'
EXPLAIN not possible on query: DELETE FROM `base001_easyblog_mailq` WHERE `status`='1' AND DATEDIFF(NOW(), `created`) >='7'
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/administrator/components/com_easyblog/includes/utils.php:166 |
11 | EasyBlogDbJoomla->query() | JROOT/administrator/components/com_easyblog/models/mailer.php:39 |
10 | EasyBlogModelMailer->cleanup() | JROOT/administrator/components/com_easyblog/includes/mailer/mailer.php:37 |
9 | EasyBlogMailer->dispatch() | JROOT/components/com_easyblog/services/maintenance.php:18 |
8 | require_once JROOT/components/com_easyblog/services/maintenance.php | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3469 |
7 | EB::loadServices() | JROOT/components/com_easyblog/easyblog.php:34 |
6 | require_once JROOT/components/com_easyblog/easyblog.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.41 ms After last query: 0.05 ms Query memory: 0.023 MB Memory before query: 5.319 MB Rows returned: 0
SELECT `id`
FROM `base001_easyblog_mailq`
WHERE `status`='0'
ORDER BY `id` ASC
LIMIT 5
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_easyblog_mailq | ref | easyblog_mailq_status,idx_mailq_statuscreated | easyblog_mailq_status | 1 | const | 1 | Using where; Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |
11 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/mailer.php:67 |
10 | EasyBlogModelMailer->getPendingEmails() | JROOT/administrator/components/com_easyblog/includes/mailer/mailer.php:40 |
9 | EasyBlogMailer->dispatch() | JROOT/components/com_easyblog/services/maintenance.php:18 |
8 | require_once JROOT/components/com_easyblog/services/maintenance.php | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3469 |
7 | EB::loadServices() | JROOT/components/com_easyblog/easyblog.php:34 |
6 | require_once JROOT/components/com_easyblog/easyblog.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.52 ms After last query: 4.09 ms Query memory: 0.022 MB Memory before query: 6.495 MB Rows returned: 0
SELECT *
FROM `base001_easyblog_post`
WHERE `publish_up`<='2025-01-22 22:16:00'
AND `published`='2'
AND `state`='0'
ORDER BY `id`
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_easyblog_post | ref | easyblog_post_published,easyblog_post_blogger_list,easyblog_frontpage1,idx_pre_soucetype_postcount,idx_post_sql1,idx_latest_posts | easyblog_post_published | 1 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |
11 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/blogs.php:389 |
10 | EasyBlogModelBlogs->getScheduledPosts() | JROOT/administrator/components/com_easyblog/includes/scheduler/scheduler.php:55 |
9 | EasyBlogScheduler->publish() | JROOT/components/com_easyblog/services/maintenance.php:22 |
8 | require_once JROOT/components/com_easyblog/services/maintenance.php | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3469 |
7 | EB::loadServices() | JROOT/components/com_easyblog/easyblog.php:34 |
6 | require_once JROOT/components/com_easyblog/easyblog.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.34 ms After last query: 0.17 ms Query memory: 0.022 MB Memory before query: 6.508 MB Rows returned: 0
SELECT id, created_by
FROM`base001_easyblog_post`
WHERE `publish_down` > `publish_up`
AND `publish_down` <= '2025-01-22 22:16:00'
AND `publish_down` != '0000-00-00 00:00:00'
AND `published` = '1'
AND `state` = '0'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_easyblog_post | range | easyblog_post_published,easyblog_post_blogger_list,easyblog_frontpage1,idx_pre_soucetype_postcount,idx_post_sql1,idx_publishdown_posts,idx_latest_posts | idx_publishdown_posts | 11 | NULL | 2 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |
11 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/blogs.php:545 |
10 | EasyBlogModelBlogs->getUnpublishScheduledPosts() | JROOT/administrator/components/com_easyblog/includes/scheduler/scheduler.php:26 |
9 | EasyBlogScheduler->unpublish() | JROOT/components/com_easyblog/services/maintenance.php:25 |
8 | require_once JROOT/components/com_easyblog/services/maintenance.php | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3469 |
7 | EB::loadServices() | JROOT/components/com_easyblog/easyblog.php:34 |
6 | require_once JROOT/components/com_easyblog/easyblog.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: 0.12 ms Query memory: 0.022 MB Memory before query: 6.514 MB Rows returned: 0
SELECT *
FROM `base001_easyblog_uploader_tmp`
WHERE `created` <= DATE_SUB('2025-01-22 22:16:00' , INTERVAL 120 MINUTE)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_easyblog_uploader_tmp | range | idx_uploader_created | idx_uploader_created | 5 | NULL | 1 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
11 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |
10 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/includes/scheduler/scheduler.php:168 |
9 | EasyBlogScheduler->removeTmpFiles() | JROOT/components/com_easyblog/services/maintenance.php:28 |
8 | require_once JROOT/components/com_easyblog/services/maintenance.php | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3469 |
7 | EB::loadServices() | JROOT/components/com_easyblog/easyblog.php:34 |
6 | require_once JROOT/components/com_easyblog/easyblog.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: 0.11 ms Query memory: 0.022 MB Memory before query: 6.521 MB Rows returned: 0
SELECT a.`id`
FROM `base001_easyblog_post` as a
inner join `base001_easyblog_revisions` as b
on a.`id` = b.`post_id`
where a.`published` = '9'
and a.`created` <= DATE_SUB('2025-01-22 22:16:00', INTERVAL 3 DAY)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ref | PRIMARY,easyblog_post_published,easyblog_post_blogger_list,easyblog_frontpage1,idx_pre_soucetype_postcount,idx_post_sql1,idx_latest_posts | easyblog_frontpage1 | 1 | const | 1 | Using where; Using index |
1 | SIMPLE | b | ref | idx_postid,idx_ordering,idx_revision_state | idx_postid | 8 | dbs9825424-2.a.id | 1 | Using where; Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
11 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |
10 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/includes/scheduler/scheduler.php:210 |
9 | EasyBlogScheduler->removeBlankPosts() | JROOT/components/com_easyblog/services/maintenance.php:31 |
8 | require_once JROOT/components/com_easyblog/services/maintenance.php | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3469 |
7 | EB::loadServices() | JROOT/components/com_easyblog/easyblog.php:34 |
6 | require_once JROOT/components/com_easyblog/easyblog.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.36 ms After last query: 0.04 ms Query memory: 0.006 MB Memory before query: 6.527 MB
DELETE a, b
FROM `base001_easyblog_post` as a
inner join `base001_easyblog_revisions` as b
on a.`id` = b.`post_id`
where a.`published` = '9'
and a.`created` <= DATE_SUB('2025-01-22 22:16:00', INTERVAL 3 DAY)
EXPLAIN not possible on query: DELETE a, b FROM `base001_easyblog_post` as a inner join `base001_easyblog_revisions` as b on a.`id` = b.`post_id` where a.`published` = '9' and a.`created` <= DATE_SUB('2025-01-22 22:16:00', INTERVAL 3 DAY)
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/administrator/components/com_easyblog/includes/utils.php:166 |
10 | EasyBlogDbJoomla->query() | JROOT/administrator/components/com_easyblog/includes/scheduler/scheduler.php:223 |
9 | EasyBlogScheduler->removeBlankPosts() | JROOT/components/com_easyblog/services/maintenance.php:31 |
8 | require_once JROOT/components/com_easyblog/services/maintenance.php | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3469 |
7 | EB::loadServices() | JROOT/components/com_easyblog/easyblog.php:34 |
6 | require_once JROOT/components/com_easyblog/easyblog.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.49 ms After last query: 0.73 ms Query memory: 0.024 MB Memory before query: 6.570 MB Rows returned: 2
SELECT *
FROM `base001_menu`
WHERE `published`='1'
AND `link` LIKE 'index.php?option=com_easyblog%'
AND `client_id` = '0'
ORDER BY `id`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_menu | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 49 | Using where; Using filesort |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |
13 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/menu.php:44 |
12 | EasyBlogModelMenu->getAssociatedMenus() | JROOT/administrator/components/com_easyblog/includes/router.php:97 |
11 | EBR::getMenus() | JROOT/administrator/components/com_easyblog/includes/router.php:533 |
10 | EBR::_() | JROOT/administrator/components/com_easyblog/includes/router.php:1099 |
9 | EBR::getRoutedURL() | JROOT/components/com_easyblog/services/weblog.php:26 |
8 | require_once JROOT/components/com_easyblog/services/weblog.php | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3469 |
7 | EB::loadServices() | JROOT/components/com_easyblog/easyblog.php:34 |
6 | require_once JROOT/components/com_easyblog/easyblog.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: 1.21 ms Query memory: 0.031 MB Memory before query: 6.624 MB Rows returned: 51
SELECT *
FROM `base001_easyblog_acl`
WHERE `published`='1'
ORDER BY `id` ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_easyblog_acl | index | idx_acl_published,idx_acl_published_id | PRIMARY | 8 | NULL | 51 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |
12 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/includes/acl/acl.php:329 |
11 | EasyBlogAcl::getRules() | JROOT/administrator/components/com_easyblog/includes/acl/acl.php:36 |
10 | EasyBlogAcl::getRuleSet() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:298 |
9 | EB::acl() | JROOT/components/com_easyblog/controllers/controller.php:26 |
8 | EasyBlogController->__construct() | JROOT/libraries/src/MVC/Controller/BaseController.php:313 |
7 | Joomla\CMS\MVC\Controller\BaseController::getInstance() | JROOT/components/com_easyblog/easyblog.php:42 |
6 | require_once JROOT/components/com_easyblog/easyblog.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.56 ms After last query: 0.10 ms Query memory: 0.027 MB Memory before query: 6.662 MB Rows returned: 51
SELECT *
FROM `base001_easyblog_acl_group`
WHERE `content_id` IN (1)
AND `type`='
group'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_easyblog_acl_group | ref | easyblog_post_acl_content_type | easyblog_post_acl_content_type | 775 | const,const | 51 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |
12 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/includes/acl/acl.php:151 |
11 | EasyBlogAcl::getEasyBlogAclGroups() | JROOT/administrator/components/com_easyblog/includes/acl/acl.php:98 |
10 | EasyBlogAcl::getRuleSet() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:298 |
9 | EB::acl() | JROOT/components/com_easyblog/controllers/controller.php:26 |
8 | EasyBlogController->__construct() | JROOT/libraries/src/MVC/Controller/BaseController.php:313 |
7 | Joomla\CMS\MVC\Controller\BaseController::getInstance() | JROOT/components/com_easyblog/easyblog.php:42 |
6 | require_once JROOT/components/com_easyblog/easyblog.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.98 ms After last query: 2.63 ms Query memory: 0.024 MB Memory before query: 6.801 MB Rows returned: 0
SELECT `id`
FROM `base001_menu`
WHERE ( `link`='index.php?option=com_easyblog&view=tags&layout=tag&id=7' OR `link` LIKE 'index.php?option=com_easyblog&view=tags&layout=tag&id=7&
limit%' OR `link` LIKE 'index.php?option=com_easyblog&view=tags&layout=tag&id=7' OR `link` LIKE 'index.php?option=com_easyblog&view=tags&layout=tag&id=7&
limit%' )
AND `published`='1'
AND (`language`='en-GB' OR `language`='' OR `language`='*')
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_menu | range | idx_language | idx_language | 28 | NULL | 111 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
17 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |
16 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/menu.php:388 |
15 | EasyBlogModelMenu->getMenusByTagId() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3859 |
14 | EB::getMenuParams() | JROOT/components/com_easyblog/views/tags/view.html.php:50 |
13 | EasyBlogViewTags->defineParams() | JROOT/components/com_easyblog/views/views.php:53 |
12 | EasyBlogView->__construct() | JROOT/libraries/src/MVC/Factory/LegacyFactory.php:89 |
11 | Joomla\CMS\MVC\Factory\LegacyFactory->createView() | JROOT/libraries/src/MVC/Controller/BaseController.php:590 |
10 | Joomla\CMS\MVC\Controller\BaseController->createView() | JROOT/libraries/src/MVC/Controller/BaseController.php:833 |
9 | Joomla\CMS\MVC\Controller\BaseController->getView() | JROOT/components/com_easyblog/controllers/controller.php:73 |
8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:45 |
6 | require_once JROOT/components/com_easyblog/easyblog.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.41 ms After last query: 1.29 ms Query memory: 0.022 MB Memory before query: 6.816 MB Rows returned: 1
SELECT *
FROM base001_easyblog_tag
WHERE `id` = '7'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_easyblog_tag | const | PRIMARY | PRIMARY | 8 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
12 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
11 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/tables/tag.php:76 |
10 | EasyBlogTableTag->load() | JROOT/components/com_easyblog/views/tags/view.html.php:139 |
9 | EasyBlogViewTags->tag() | JROOT/components/com_easyblog/controllers/controller.php:107 |
8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:45 |
6 | require_once JROOT/components/com_easyblog/easyblog.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: 2.01 ms After last query: 3.78 ms Query memory: 0.022 MB Memory before query: 7.044 MB Rows returned: 0
SELECT DISTINCT b.*, ifnull(f.`id`, 0) as `featured`
FROM `base001_easyblog_post_tag` AS a
INNER JOIN `base001_easyblog_post` AS b
ON a.post_id=b.id
LEFT JOIN `base001_easyblog_featured` AS f
ON b.`id` = f.`content_id`
AND f.`type` = 'post'
INNER JOIN `base001_users` AS uu
ON b.`created_by` = uu.`id`
and uu.`block` = 0
WHERE a.`tag_id` IN ('7')
AND b.`published` = '1'
AND b.`state`='0'
AND ((b.`source_type` = 'easyblog.sitewide') )
AND (`b`.`language`='en-GB' OR `b`.`language`='' OR `b`.`language`='*')
AND b.`access` = '0'
AND ( NOT EXISTS ( select acp.post_id
from `base001_easyblog_post_category` as acp
inner join `base001_easyblog_category` as cat
on acp.`category_id` = cat.`id`
where acp.`post_id` = b.`id`
and ( ( cat.`private` = 1
and (0 = 0) ) OR ( cat.`private` = 2
and (select count(1)
from `base001_easyblog_category_acl` as cacl
where cacl.`category_id` = cat.`id`
and cacl.`acl_id` = 1
and cacl.`content_id` IN (1)) = 0 ) )))
ORDER BY b.`created` desc
LIMIT 0,4
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | PRIMARY | a | ref | easyblog_post_tag_tag_id,easyblog_post_tag_post_id,easyblog_post_tagpost_id | easyblog_post_tagpost_id | 8 | const | 1 | Using where; Using index; Using temporary; Using filesort |
1 | PRIMARY | b | eq_ref | PRIMARY,easyblog_post_published,easyblog_post_created_by,easyblog_post_blogger_list,easyblog_post_searchnew,easyblog_frontpage1,idx_pre_soucetype_postcount,idx_post_sql1,idx_latest_posts | PRIMARY | 8 | dbs9825424-2.a.post_id | 1 | Using where |
1 | PRIMARY | f | ref | easyblog_featured_content_type,easyblog_content | easyblog_featured_content_type | 775 | dbs9825424-2.a.post_id,const | 1 | Using where; Using index |
1 | PRIMARY | uu | eq_ref | PRIMARY,idx_block | PRIMARY | 4 | dbs9825424-2.b.created_by | 1 | Using where; Distinct |
2 | DEPENDENT SUBQUERY | acp | ref | eb_post_category_postid,eb_post_category_catid,eb_post_category_post_cat,eb_post_category_cat_post | eb_post_category_post_cat | 4 | func | 1 | Using where; Using index |
2 | DEPENDENT SUBQUERY | cat | eq_ref | PRIMARY,easyblog_cat_published,easyblog_cat_parentid,easyblog_cat_private,easyblog_cat_lft,idx_category_access,idx_cat_lftrgt,idx_author,idx_category_alias_id,idx_re_autopost | PRIMARY | 8 | dbs9825424-2.acp.category_id | 1 | Using where |
3 | DEPENDENT SUBQUERY | cacl | ref | easyblog_category_acl,easyblog_category_acl_id,easyblog_content_type,easyblog_category_content_type,idx_cat_post_acl | idx_cat_post_acl | 24 | dbs9825424-2.cat.id,const,const | 1 | Using where; Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |
11 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/blog.php:1727 |
10 | EasyBlogModelBlog->getTaggedBlogs() | JROOT/components/com_easyblog/views/tags/view.html.php:186 |
9 | EasyBlogViewTags->tag() | JROOT/components/com_easyblog/controllers/controller.php:107 |
8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:45 |
6 | require_once JROOT/components/com_easyblog/easyblog.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: 1.77 ms After last query: 0.08 ms Query memory: 0.022 MB Memory before query: 7.051 MB Rows returned: 1
SELECT COUNT(1)
FROM (SELECT DISTINCT b.*, ifnull(f.`id`, 0) as `featured`
FROM `base001_easyblog_post_tag` AS a
INNER JOIN `base001_easyblog_post` AS b
ON a.post_id=b.id
LEFT JOIN `base001_easyblog_featured` AS f
ON b.`id` = f.`content_id`
AND f.`type` = 'post'
INNER JOIN `base001_users` AS uu
ON b.`created_by` = uu.`id`
and uu.`block` = 0
WHERE a.`tag_id` IN ('7')
AND b.`published` = '1'
AND b.`state`='0'
AND ((b.`source_type` = 'easyblog.sitewide') )
AND (`b`.`language`='en-GB' OR `b`.`language`='' OR `b`.`language`='*')
AND b.`access` = '0'
AND ( NOT EXISTS ( select acp.post_id
from `base001_easyblog_post_category` as acp
inner join `base001_easyblog_category` as cat
on acp.`category_id` = cat.`id`
where acp.`post_id` = b.`id`
and ( ( cat.`private` = 1
and (0 = 0) ) OR ( cat.`private` = 2
and (select count(1)
from `base001_easyblog_category_acl` as cacl
where cacl.`category_id` = cat.`id`
and cacl.`acl_id` = 1
and cacl.`content_id` IN (1)) = 0 ) )))
ORDER BY b.`created` desc) as x
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | PRIMARY | <derived2> | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 2 | |
2 | DERIVED | a | ref | easyblog_post_tag_tag_id,easyblog_post_tag_post_id,easyblog_post_tagpost_id | easyblog_post_tagpost_id | 8 | const | 1 | Using where; Using index; Using temporary; Using filesort |
2 | DERIVED | b | eq_ref | PRIMARY,easyblog_post_published,easyblog_post_created_by,easyblog_post_blogger_list,easyblog_post_searchnew,easyblog_frontpage1,idx_pre_soucetype_postcount,idx_post_sql1,idx_latest_posts | PRIMARY | 8 | dbs9825424-2.a.post_id | 1 | Using where |
2 | DERIVED | f | ref | easyblog_featured_content_type,easyblog_content | easyblog_featured_content_type | 775 | dbs9825424-2.a.post_id,const | 1 | Using where; Using index |
2 | DERIVED | uu | eq_ref | PRIMARY,idx_block | PRIMARY | 4 | dbs9825424-2.b.created_by | 1 | Using where; Distinct |
3 | DEPENDENT SUBQUERY | acp | ref | eb_post_category_postid,eb_post_category_catid,eb_post_category_post_cat,eb_post_category_cat_post | eb_post_category_post_cat | 4 | func | 1 | Using where; Using index |
3 | DEPENDENT SUBQUERY | cat | eq_ref | PRIMARY,easyblog_cat_published,easyblog_cat_parentid,easyblog_cat_private,easyblog_cat_lft,idx_category_access,idx_cat_lftrgt,idx_author,idx_category_alias_id,idx_re_autopost | PRIMARY | 8 | dbs9825424-2.acp.category_id | 1 | Using where |
4 | DEPENDENT SUBQUERY | cacl | ref | easyblog_category_acl,easyblog_category_acl_id,easyblog_content_type,easyblog_category_content_type,idx_cat_post_acl | idx_cat_post_acl | 24 | dbs9825424-2.cat.id,const,const | 1 | Using where; Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
12 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |
11 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/blog.php:1730 |
10 | EasyBlogModelBlog->getTaggedBlogs() | JROOT/components/com_easyblog/views/tags/view.html.php:186 |
9 | EasyBlogViewTags->tag() | JROOT/components/com_easyblog/controllers/controller.php:107 |
8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:45 |
6 | require_once JROOT/components/com_easyblog/easyblog.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.37 ms After last query: 0.92 ms Query memory: 0.022 MB Memory before query: 7.067 MB Rows returned: 0
SELECT *
FROM base001_easyblog_meta
WHERE `content_id` = '7'
AND `type` = 'tag'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_easyblog_meta | ref | idx_meta_content_type | idx_meta_content_type | 66 | const,const | 1 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
12 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
11 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:1718 |
10 | EB::setMeta() | JROOT/components/com_easyblog/views/tags/view.html.php:192 |
9 | EasyBlogViewTags->tag() | JROOT/components/com_easyblog/controllers/controller.php:107 |
8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:45 |
6 | require_once JROOT/components/com_easyblog/easyblog.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.76 ms After last query: 0.27 ms Query memory: 0.022 MB Memory before query: 7.071 MB Rows returned: 1
select count(1)
from `base001_easyblog_post` as a
inner join `base001_easyblog_post_tag` as b
on a.`id` = b.`post_id`
and b.`tag_id` = '7'
where a.`access` = '1'
and a.`published` = '1'
AND ( NOT EXISTS ( select acp.post_id
from `base001_easyblog_post_category` as acp
inner join `base001_easyblog_category` as cat
on acp.`category_id` = cat.`id`
where acp.`post_id` = a.`id`
and ( ( cat.`private` = 1
and (0 = 0) ) OR ( cat.`private` = 2
and (select count(1)
from `base001_easyblog_category_acl` as cacl
where cacl.`category_id` = cat.`id`
and cacl.`acl_id` = 1
and cacl.`content_id` IN (1)) = 0 ) )))
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | PRIMARY | b | ref | easyblog_post_tag_tag_id,easyblog_post_tag_post_id,easyblog_post_tagpost_id | easyblog_post_tagpost_id | 8 | const | 1 | Using where; Using index |
1 | PRIMARY | a | eq_ref | PRIMARY,easyblog_post_published,easyblog_post_blogger_list,easyblog_post_searchnew,easyblog_frontpage1,idx_pre_soucetype_postcount,idx_post_sql1,idx_latest_posts | PRIMARY | 8 | dbs9825424-2.b.post_id | 1 | Using where |
2 | DEPENDENT SUBQUERY | acp | ref | eb_post_category_postid,eb_post_category_catid,eb_post_category_post_cat,eb_post_category_cat_post | eb_post_category_post_cat | 4 | func | 1 | Using where; Using index |
2 | DEPENDENT SUBQUERY | cat | eq_ref | PRIMARY,easyblog_cat_published,easyblog_cat_parentid,easyblog_cat_private,easyblog_cat_lft,idx_category_access,idx_cat_lftrgt,idx_author,idx_category_alias_id,idx_re_autopost | PRIMARY | 8 | dbs9825424-2.acp.category_id | 1 | Using where |
3 | DEPENDENT SUBQUERY | cacl | ref | easyblog_category_acl,easyblog_category_acl_id,easyblog_content_type,easyblog_category_content_type,idx_cat_post_acl | idx_cat_post_acl | 24 | dbs9825424-2.cat.id,const,const | 1 | Using where; Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
12 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |
11 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/tags.php:841 |
10 | EasyBlogModelTags->getTagPrivateBlogCount() | JROOT/components/com_easyblog/views/tags/view.html.php:205 |
9 | EasyBlogViewTags->tag() | JROOT/components/com_easyblog/controllers/controller.php:107 |
8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:45 |
6 | require_once JROOT/components/com_easyblog/easyblog.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.39 ms After last query: 0.15 ms Query memory: 0.022 MB Memory before query: 7.076 MB Rows returned: 1
select count(1)
from `base001_easyblog_post` as a
inner join `base001_easyblog_post_tag` as b
on a.`id` = b.`post_id`
where b.`tag_id` = '7'
and (a.`source_type` = 'easyblog.team')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | b | ref | easyblog_post_tag_tag_id,easyblog_post_tag_post_id,easyblog_post_tagpost_id | easyblog_post_tagpost_id | 8 | const | 1 | Using index |
1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 8 | dbs9825424-2.b.post_id | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
12 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |
11 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/tags.php:804 |
10 | EasyBlogModelTags->getTeamBlogCount() | JROOT/components/com_easyblog/views/tags/view.html.php:210 |
9 | EasyBlogViewTags->tag() | JROOT/components/com_easyblog/controllers/controller.php:107 |
8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:45 |
6 | require_once JROOT/components/com_easyblog/easyblog.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: 1.90 ms After last query: 12.63 ms Query memory: 0.030 MB Memory before query: 7.268 MB Rows returned: 25
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM base001_modules AS m
LEFT JOIN base001_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN base001_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-01-22 22:15:59')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-01-22 22:15:59')
AND m.access IN (1,1)
AND m.client_id = 0
AND (mm.menuid = 2351 OR mm.menuid <= 0)
AND m.language IN ('en-GB','*')
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,idx_language | published | 1 | const | 44 | Using index condition; Using where; Using filesort |
1 | SIMPLE | mm | ref | PRIMARY | PRIMARY | 4 | dbs9825424-2.m.id | 1 | Using where; Using index |
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 403 | dbs9825424-2.m.module,const | 1 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
19 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
18 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
17 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:441 |
16 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:371 |
15 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
14 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:1569 |
13 | EB::renderModule() | JROOT/components/com_easyblog/themes/wireframe/tags/item/default.php:32 |
12 | include JROOT/components/com_easyblog/themes/wireframe/tags/item/default.php | JROOT/administrator/components/com_easyblog/includes/themes/themes.php:468 |
11 | EasyBlogThemes->output() | JROOT/components/com_easyblog/views/views.php:212 |
10 | EasyBlogView->display() | JROOT/components/com_easyblog/views/tags/view.html.php:261 |
9 | EasyBlogViewTags->tag() | JROOT/components/com_easyblog/controllers/controller.php:107 |
8 | EasyBlogController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_easyblog/easyblog.php:45 |
6 | require_once JROOT/components/com_easyblog/easyblog.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: 1.16 ms After last query: 9.91 ms Query memory: 0.019 MB Memory before query: 7.346 MB Rows returned: 1
SELECT extension_id
FROM base001_extensions
WHERE type='plugin'
AND element = 'cookiespolicynotificationbar'
AND folder='system'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 886 | const,const,const | 1 | Using where; Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
8 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/cookiespolicynotificationbar/cookiespolicynotificationbar.php:768 |
7 | plgSystemCookiesPolicyNotificationBar->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.48 ms After last query: 0.17 ms Query memory: 0.020 MB Memory before query: 7.349 MB Rows returned: 1
SELECT extension_id
FROM base001_extensions
WHERE type='plugin'
AND element = 'cookiespolicynotificationbar'
AND folder='system'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 886 | const,const,const | 1 | Using where; Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
8 | JDatabaseDriver->loadResult() | JROOT/plugins/system/cookiespolicynotificationbar/cookiespolicynotificationbar.php:769 |
7 | plgSystemCookiesPolicyNotificationBar->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.50 ms After last query: 0.26 ms Query memory: 0.021 MB Memory before query: 7.358 MB Rows returned: 3
SELECT language,id
FROM `base001_menu`
WHERE home = 1
AND published = 1
AND client_id = 0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_menu | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 49 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/Multilanguage.php:107 |
8 | Joomla\CMS\Language\Multilanguage::getSiteHomePages() | JROOT/plugins/system/languagefilter/languagefilter.php:751 |
7 | PlgSystemLanguageFilter->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.40 ms After last query: 1.37 ms Query memory: 0.021 MB Memory before query: 7.367 MB Rows returned: 5
SELECT `id`
FROM `base001_rstbox`
WHERE `published` = 1
AND `testmode` = 0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_rstbox | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 7 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
9 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:45 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.93 ms Query memory: 0.021 MB Memory before query: 7.376 MB Rows returned: 1
SELECT *
FROM `base001_rstbox`
WHERE `id` = 3
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_rstbox | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
10 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:237 |
9 | EngageBox\Box::get() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:55 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.75 ms After last query: 8.44 ms Query memory: 0.021 MB Memory before query: 7.456 MB Rows returned: 1
SELECT *
FROM `base001_rstbox`
WHERE `id` = 5
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_rstbox | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
10 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:237 |
9 | EngageBox\Box::get() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:55 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.44 ms Query memory: 0.025 MB Memory before query: 7.566 MB Rows returned: 1
SELECT *
FROM base001_modules
WHERE id='154'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_modules | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:521 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.59 ms After last query: 1.27 ms Query memory: 0.045 MB Memory before query: 7.620 MB Rows returned: 1
SELECT *
FROM `base001_rsform_forms`
WHERE `FormId`='1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_rsform_forms | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
22 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_rsform/helpers/rsform.php:3607 |
21 | RSFormProHelper::getForm() | JROOT/administrator/components/com_rsform/helpers/rsform.php:223 |
20 | RSFormProHelper::displayForm() | JROOT/modules/mod_rsform/tmpl/default.php:13 |
19 | require JROOT/modules/mod_rsform/tmpl/default.php | JROOT/modules/mod_rsform/mod_rsform.php:30 |
18 | include JROOT/modules/mod_rsform/mod_rsform.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.35 ms After last query: 0.13 ms Query memory: 0.027 MB Memory before query: 7.646 MB Rows returned: 1
SELECT `Lang`
FROM base001_rsform_forms
WHERE `FormId` = '1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_rsform_forms | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
22 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_rsform/helpers/rsform.php:2928 |
21 | RSFormProHelper::getTranslations() | JROOT/administrator/components/com_rsform/helpers/rsform.php:280 |
20 | RSFormProHelper::displayForm() | JROOT/modules/mod_rsform/tmpl/default.php:13 |
19 | require JROOT/modules/mod_rsform/tmpl/default.php | JROOT/modules/mod_rsform/mod_rsform.php:30 |
18 | include JROOT/modules/mod_rsform/mod_rsform.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.45 ms After last query: 2.52 ms Query memory: 0.027 MB Memory before query: 7.661 MB Rows returned: 0
SELECT `ComponentId`
FROM `base001_rsform_components`
WHERE `ComponentTypeId` IN (6)
AND `FormId` = '1'
AND `Published` = '1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_rsform_components | ref | ComponentTypeId,FormId | ComponentTypeId | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
23 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_rsform/helpers/rsform.php:1687 |
22 | RSFormProHelper::componentExists() | JROOT/administrator/components/com_rsform/helpers/rsform.php:1769 |
21 | RSFormProHelper::showForm() | JROOT/administrator/components/com_rsform/helpers/rsform.php:377 |
20 | RSFormProHelper::displayForm() | JROOT/modules/mod_rsform/tmpl/default.php:13 |
19 | require JROOT/modules/mod_rsform/tmpl/default.php | JROOT/modules/mod_rsform/mod_rsform.php:30 |
18 | include JROOT/modules/mod_rsform/mod_rsform.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.33 ms After last query: 0.08 ms Query memory: 0.027 MB Memory before query: 7.672 MB Rows returned: 0
SELECT `ComponentId`
FROM `base001_rsform_components`
WHERE `ComponentTypeId` IN (411)
AND `FormId` = '1'
AND `Published` = '1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_rsform_components | ref | ComponentTypeId,FormId | ComponentTypeId | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
23 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_rsform/helpers/rsform.php:1687 |
22 | RSFormProHelper::componentExists() | JROOT/administrator/components/com_rsform/helpers/rsform.php:1770 |
21 | RSFormProHelper::showForm() | JROOT/administrator/components/com_rsform/helpers/rsform.php:377 |
20 | RSFormProHelper::displayForm() | JROOT/modules/mod_rsform/tmpl/default.php:13 |
19 | require JROOT/modules/mod_rsform/tmpl/default.php | JROOT/modules/mod_rsform/mod_rsform.php:30 |
18 | include JROOT/modules/mod_rsform/mod_rsform.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.35 ms After last query: 0.10 ms Query memory: 0.027 MB Memory before query: 7.684 MB Rows returned: 0
SELECT `ComponentId`
FROM `base001_rsform_components`
WHERE `ComponentTypeId` IN (355)
AND `FormId` = '1'
AND `Published` = '1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_rsform_components | ref | ComponentTypeId,FormId | ComponentTypeId | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
23 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_rsform/helpers/rsform.php:1687 |
22 | RSFormProHelper::componentExists() | JROOT/administrator/components/com_rsform/helpers/rsform.php:1771 |
21 | RSFormProHelper::showForm() | JROOT/administrator/components/com_rsform/helpers/rsform.php:377 |
20 | RSFormProHelper::displayForm() | JROOT/modules/mod_rsform/tmpl/default.php:13 |
19 | require JROOT/modules/mod_rsform/tmpl/default.php | JROOT/modules/mod_rsform/mod_rsform.php:30 |
18 | include JROOT/modules/mod_rsform/mod_rsform.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.74 ms After last query: 0.14 ms Query memory: 0.028 MB Memory before query: 7.706 MB Rows returned: 8
SELECT `p`.`PropertyValue` AS `name`,`c`.`ComponentId`,`c`.`ComponentTypeId`,`ct`.`ComponentTypeName`,`c`.`
Order`
FROM `base001_rsform_properties` AS `p`
LEFT JOIN `base001_rsform_components` AS `c`
ON (`c`.`ComponentId` = `p`.`ComponentId`)
LEFT JOIN `base001_rsform_component_types` AS `ct`
ON (`ct`.`ComponentTypeId` = `c`.`ComponentTypeId`)
WHERE `c`.`FormId` = '1'
AND `p`.`PropertyName` = 'NAME'
AND `c`.`Published` = '1'
ORDER BY `c`.`
Order` ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c | ref | ComponentId,FormId | FormId | 4 | const | 9 | Using where; Using filesort |
1 | SIMPLE | ct | eq_ref | PRIMARY | PRIMARY | 4 | dbs9825424-2.c.ComponentTypeId | 1 | |
1 | SIMPLE | p | ref | ComponentId | ComponentId | 4 | dbs9825424-2.c.ComponentId | 6 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
23 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_rsform/helpers/rsform.php:2627 |
22 | RSFormProHelper::getComponents() | JROOT/administrator/components/com_rsform/helpers/rsform.php:1779 |
21 | RSFormProHelper::showForm() | JROOT/administrator/components/com_rsform/helpers/rsform.php:377 |
20 | RSFormProHelper::displayForm() | JROOT/modules/mod_rsform/tmpl/default.php:13 |
19 | require JROOT/modules/mod_rsform/tmpl/default.php | JROOT/modules/mod_rsform/mod_rsform.php:30 |
18 | include JROOT/modules/mod_rsform/mod_rsform.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.76 ms After last query: 3.67 ms Query memory: 0.037 MB Memory before query: 7.731 MB Rows returned: 108
SELECT `PropertyName`,`PropertyValue`,`ComponentId`
FROM `base001_rsform_properties`
WHERE `ComponentId` IN (2,1,3,23,24,33,34,8)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_rsform_properties | ALL | ComponentId | NO INDEX KEY COULD BE USED | NULL | NULL | 327 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
23 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_rsform/helpers/rsform.php:726 |
22 | RSFormProHelper::getComponentProperties() | JROOT/administrator/components/com_rsform/helpers/rsform.php:1845 |
21 | RSFormProHelper::showForm() | JROOT/administrator/components/com_rsform/helpers/rsform.php:377 |
20 | RSFormProHelper::displayForm() | JROOT/modules/mod_rsform/tmpl/default.php:13 |
19 | require JROOT/modules/mod_rsform/tmpl/default.php | JROOT/modules/mod_rsform/mod_rsform.php:30 |
18 | include JROOT/modules/mod_rsform/mod_rsform.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.35 ms After last query: 0.18 ms Query memory: 0.027 MB Memory before query: 7.817 MB Rows returned: 1
SELECT `FormId`
FROM `base001_rsform_components`
WHERE `ComponentId`='2'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_rsform_components | const | ComponentId | ComponentId | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
23 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_rsform/helpers/rsform.php:741 |
22 | RSFormProHelper::getComponentProperties() | JROOT/administrator/components/com_rsform/helpers/rsform.php:1845 |
21 | RSFormProHelper::showForm() | JROOT/administrator/components/com_rsform/helpers/rsform.php:377 |
20 | RSFormProHelper::displayForm() | JROOT/modules/mod_rsform/tmpl/default.php:13 |
19 | require JROOT/modules/mod_rsform/tmpl/default.php | JROOT/modules/mod_rsform/mod_rsform.php:30 |
18 | include JROOT/modules/mod_rsform/mod_rsform.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.39 ms After last query: 2.11 ms Query memory: 0.034 MB Memory before query: 7.827 MB Rows returned: 0
SELECT `ComponentId`
FROM `base001_rsform_components`
WHERE `ComponentTypeId` IN (41)
AND `FormId` = '1'
AND `Published` = '1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_rsform_components | ref | ComponentTypeId,FormId | ComponentTypeId | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
26 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_rsform/helpers/rsform.php:1687 |
25 | RSFormProHelper::componentExists() | JROOT/administrator/components/com_rsform/helpers/fields/button.php:123 |
24 | RSFormProFieldButton->getPreviousButton() | JROOT/administrator/components/com_rsform/helpers/fields/submitbutton.php:47 |
23 | RSFormProFieldSubmitButton->getFormInput() | JROOT/administrator/components/com_rsform/helpers/field.php:45 |
22 | RSFormProField->__get() | JROOT/administrator/components/com_rsform/helpers/rsform.php:1956 |
21 | RSFormProHelper::showForm() | JROOT/administrator/components/com_rsform/helpers/rsform.php:377 |
20 | RSFormProHelper::displayForm() | JROOT/modules/mod_rsform/tmpl/default.php:13 |
19 | require JROOT/modules/mod_rsform/tmpl/default.php | JROOT/modules/mod_rsform/mod_rsform.php:30 |
18 | include JROOT/modules/mod_rsform/mod_rsform.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.36 ms After last query: 0.10 ms Query memory: 0.029 MB Memory before query: 7.846 MB Rows returned: 0
SELECT `ComponentId`
FROM `base001_rsform_components`
WHERE `ComponentTypeId` IN (2423)
AND `FormId` = '1'
AND `Published` = '1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_rsform_components | ref | ComponentTypeId,FormId | ComponentTypeId | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
28 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
27 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_rsform/helpers/rsform.php:1687 |
26 | RSFormProHelper::componentExists() | JROOT/plugins/system/rsfprecaptchav3/rsfprecaptchav3.php:115 |
25 | plgSystemRsfprecaptchav3->onRsformFrontendInitFormDisplay() | JROOT/libraries/joomla/event/event.php:70 |
24 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
23 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
22 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rsform/helpers/rsform.php:2011 |
21 | RSFormProHelper::showForm() | JROOT/administrator/components/com_rsform/helpers/rsform.php:377 |
20 | RSFormProHelper::displayForm() | JROOT/modules/mod_rsform/tmpl/default.php:13 |
19 | require JROOT/modules/mod_rsform/tmpl/default.php | JROOT/modules/mod_rsform/mod_rsform.php:30 |
18 | include JROOT/modules/mod_rsform/mod_rsform.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.36 ms After last query: 0.39 ms Query memory: 0.027 MB Memory before query: 7.862 MB Rows returned: 0
SELECT `ComponentId`
FROM `base001_rsform_components`
WHERE `ComponentTypeId` IN (9)
AND `FormId` = '1'
AND `Published` = '1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_rsform_components | ref | ComponentTypeId,FormId | ComponentTypeId | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
23 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_rsform/helpers/rsform.php:1687 |
22 | RSFormProHelper::componentExists() | JROOT/administrator/components/com_rsform/helpers/rsform.php:2092 |
21 | RSFormProHelper::showForm() | JROOT/administrator/components/com_rsform/helpers/rsform.php:377 |
20 | RSFormProHelper::displayForm() | JROOT/modules/mod_rsform/tmpl/default.php:13 |
19 | require JROOT/modules/mod_rsform/tmpl/default.php | JROOT/modules/mod_rsform/mod_rsform.php:30 |
18 | include JROOT/modules/mod_rsform/mod_rsform.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.57 ms After last query: 2.11 ms Query memory: 0.028 MB Memory before query: 7.885 MB Rows returned: 8
SELECT `p`.`PropertyValue` AS `ComponentName`,`p`.`ComponentId`
FROM `base001_rsform_components` AS `c`
LEFT JOIN `base001_rsform_properties` AS `p`
ON (`c`.`ComponentId`=`p`.`ComponentId`)
WHERE `c`.`FormId`='1'
AND `p`.`PropertyName`='NAME'
AND `c`.`Published` = '1'
ORDER BY `c`.`
Order` ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c | ref | ComponentId,FormId | FormId | 4 | const | 9 | Using where; Using filesort |
1 | SIMPLE | p | ref | ComponentId | ComponentId | 4 | dbs9825424-2.c.ComponentId | 6 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_rsform/helpers/conditions.php:38 |
23 | RSFormProConditions::getFields() | JROOT/administrator/components/com_rsform/helpers/conditions.php:74 |
22 | RSFormProConditions::getConditions() | JROOT/administrator/components/com_rsform/helpers/rsform.php:2199 |
21 | RSFormProHelper::showForm() | JROOT/administrator/components/com_rsform/helpers/rsform.php:377 |
20 | RSFormProHelper::displayForm() | JROOT/modules/mod_rsform/tmpl/default.php:13 |
19 | require JROOT/modules/mod_rsform/tmpl/default.php | JROOT/modules/mod_rsform/mod_rsform.php:30 |
18 | include JROOT/modules/mod_rsform/mod_rsform.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.29 ms After last query: 0.08 ms Query memory: 0.027 MB Memory before query: 7.900 MB Rows returned: 0
SELECT *
FROM `base001_rsform_conditions`
WHERE `form_id` = '1'
AND `lang_code` = 'en-GB'
ORDER BY `id` ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_rsform_conditions | ref | form_id | form_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
23 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_rsform/helpers/conditions.php:84 |
22 | RSFormProConditions::getConditions() | JROOT/administrator/components/com_rsform/helpers/rsform.php:2199 |
21 | RSFormProHelper::showForm() | JROOT/administrator/components/com_rsform/helpers/rsform.php:377 |
20 | RSFormProHelper::displayForm() | JROOT/modules/mod_rsform/tmpl/default.php:13 |
19 | require JROOT/modules/mod_rsform/tmpl/default.php | JROOT/modules/mod_rsform/mod_rsform.php:30 |
18 | include JROOT/modules/mod_rsform/mod_rsform.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.08 ms Query memory: 0.027 MB Memory before query: 7.911 MB Rows returned: 0
SELECT *
FROM `base001_rsform_calculations`
WHERE `formId` = '1'
ORDER BY `ordering`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_rsform_calculations | ref | formId,formId_2 | formId_2 | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
23 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_rsform/helpers/rsform.php:3574 |
22 | RSFormProHelper::getCalculations() | JROOT/administrator/components/com_rsform/helpers/rsform.php:2205 |
21 | RSFormProHelper::showForm() | JROOT/administrator/components/com_rsform/helpers/rsform.php:377 |
20 | RSFormProHelper::displayForm() | JROOT/modules/mod_rsform/tmpl/default.php:13 |
19 | require JROOT/modules/mod_rsform/tmpl/default.php | JROOT/modules/mod_rsform/mod_rsform.php:30 |
18 | include JROOT/modules/mod_rsform/mod_rsform.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.67 ms After last query: 19.69 ms Query memory: 0.021 MB Memory before query: 7.889 MB Rows returned: 1
SELECT *
FROM `base001_rstbox`
WHERE `id` = 6
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_rstbox | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
10 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:237 |
9 | EngageBox\Box::get() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:55 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.53 ms After last query: 0.71 ms Query memory: 0.025 MB Memory before query: 7.928 MB Rows returned: 1
SELECT *
FROM base001_modules
WHERE id='155'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_modules | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:521 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.44 ms After last query: 0.45 ms Query memory: 0.045 MB Memory before query: 7.960 MB Rows returned: 1
SELECT *
FROM `base001_rsform_forms`
WHERE `FormId`='2'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_rsform_forms | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
22 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_rsform/helpers/rsform.php:3607 |
21 | RSFormProHelper::getForm() | JROOT/administrator/components/com_rsform/helpers/rsform.php:223 |
20 | RSFormProHelper::displayForm() | JROOT/modules/mod_rsform/tmpl/default.php:13 |
19 | require JROOT/modules/mod_rsform/tmpl/default.php | JROOT/modules/mod_rsform/mod_rsform.php:30 |
18 | include JROOT/modules/mod_rsform/mod_rsform.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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: 0.09 ms Query memory: 0.027 MB Memory before query: 7.985 MB Rows returned: 1
SELECT `Lang`
FROM base001_rsform_forms
WHERE `FormId` = '2'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_rsform_forms | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
22 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_rsform/helpers/rsform.php:2928 |
21 | RSFormProHelper::getTranslations() | JROOT/administrator/components/com_rsform/helpers/rsform.php:280 |
20 | RSFormProHelper::displayForm() | JROOT/modules/mod_rsform/tmpl/default.php:13 |
19 | require JROOT/modules/mod_rsform/tmpl/default.php | JROOT/modules/mod_rsform/mod_rsform.php:30 |
18 | include JROOT/modules/mod_rsform/mod_rsform.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.39 ms After last query: 2.44 ms Query memory: 0.027 MB Memory before query: 7.998 MB Rows returned: 0
SELECT `ComponentId`
FROM `base001_rsform_components`
WHERE `ComponentTypeId` IN (6)
AND `FormId` = '2'
AND `Published` = '1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_rsform_components | ref | ComponentTypeId,FormId | ComponentTypeId | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
23 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_rsform/helpers/rsform.php:1687 |
22 | RSFormProHelper::componentExists() | JROOT/administrator/components/com_rsform/helpers/rsform.php:1769 |
21 | RSFormProHelper::showForm() | JROOT/administrator/components/com_rsform/helpers/rsform.php:377 |
20 | RSFormProHelper::displayForm() | JROOT/modules/mod_rsform/tmpl/default.php:13 |
19 | require JROOT/modules/mod_rsform/tmpl/default.php | JROOT/modules/mod_rsform/mod_rsform.php:30 |
18 | include JROOT/modules/mod_rsform/mod_rsform.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.07 ms Query memory: 0.027 MB Memory before query: 8.009 MB Rows returned: 0
SELECT `ComponentId`
FROM `base001_rsform_components`
WHERE `ComponentTypeId` IN (411)
AND `FormId` = '2'
AND `Published` = '1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_rsform_components | ref | ComponentTypeId,FormId | ComponentTypeId | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
23 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_rsform/helpers/rsform.php:1687 |
22 | RSFormProHelper::componentExists() | JROOT/administrator/components/com_rsform/helpers/rsform.php:1770 |
21 | RSFormProHelper::showForm() | JROOT/administrator/components/com_rsform/helpers/rsform.php:377 |
20 | RSFormProHelper::displayForm() | JROOT/modules/mod_rsform/tmpl/default.php:13 |
19 | require JROOT/modules/mod_rsform/tmpl/default.php | JROOT/modules/mod_rsform/mod_rsform.php:30 |
18 | include JROOT/modules/mod_rsform/mod_rsform.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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: 0.06 ms Query memory: 0.027 MB Memory before query: 8.021 MB Rows returned: 0
SELECT `ComponentId`
FROM `base001_rsform_components`
WHERE `ComponentTypeId` IN (355)
AND `FormId` = '2'
AND `Published` = '1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_rsform_components | ref | ComponentTypeId,FormId | ComponentTypeId | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
23 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_rsform/helpers/rsform.php:1687 |
22 | RSFormProHelper::componentExists() | JROOT/administrator/components/com_rsform/helpers/rsform.php:1771 |
21 | RSFormProHelper::showForm() | JROOT/administrator/components/com_rsform/helpers/rsform.php:377 |
20 | RSFormProHelper::displayForm() | JROOT/modules/mod_rsform/tmpl/default.php:13 |
19 | require JROOT/modules/mod_rsform/tmpl/default.php | JROOT/modules/mod_rsform/mod_rsform.php:30 |
18 | include JROOT/modules/mod_rsform/mod_rsform.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.58 ms After last query: 0.10 ms Query memory: 0.028 MB Memory before query: 8.042 MB Rows returned: 8
SELECT `p`.`PropertyValue` AS `name`,`c`.`ComponentId`,`c`.`ComponentTypeId`,`ct`.`ComponentTypeName`,`c`.`
Order`
FROM `base001_rsform_properties` AS `p`
LEFT JOIN `base001_rsform_components` AS `c`
ON (`c`.`ComponentId` = `p`.`ComponentId`)
LEFT JOIN `base001_rsform_component_types` AS `ct`
ON (`ct`.`ComponentTypeId` = `c`.`ComponentTypeId`)
WHERE `c`.`FormId` = '2'
AND `p`.`PropertyName` = 'NAME'
AND `c`.`Published` = '1'
ORDER BY `c`.`
Order` ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c | ref | ComponentId,FormId | FormId | 4 | const | 8 | Using where; Using filesort |
1 | SIMPLE | ct | eq_ref | PRIMARY | PRIMARY | 4 | dbs9825424-2.c.ComponentTypeId | 1 | |
1 | SIMPLE | p | ref | ComponentId | ComponentId | 4 | dbs9825424-2.c.ComponentId | 6 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
23 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_rsform/helpers/rsform.php:2627 |
22 | RSFormProHelper::getComponents() | JROOT/administrator/components/com_rsform/helpers/rsform.php:1779 |
21 | RSFormProHelper::showForm() | JROOT/administrator/components/com_rsform/helpers/rsform.php:377 |
20 | RSFormProHelper::displayForm() | JROOT/modules/mod_rsform/tmpl/default.php:13 |
19 | require JROOT/modules/mod_rsform/tmpl/default.php | JROOT/modules/mod_rsform/mod_rsform.php:30 |
18 | include JROOT/modules/mod_rsform/mod_rsform.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.63 ms After last query: 1.47 ms Query memory: 0.037 MB Memory before query: 8.059 MB Rows returned: 113
SELECT `PropertyName`,`PropertyValue`,`ComponentId`
FROM `base001_rsform_properties`
WHERE `ComponentId` IN (36,37,38,39,43,40,41,42)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_rsform_properties | ALL | ComponentId | NO INDEX KEY COULD BE USED | NULL | NULL | 327 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
23 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_rsform/helpers/rsform.php:726 |
22 | RSFormProHelper::getComponentProperties() | JROOT/administrator/components/com_rsform/helpers/rsform.php:1845 |
21 | RSFormProHelper::showForm() | JROOT/administrator/components/com_rsform/helpers/rsform.php:377 |
20 | RSFormProHelper::displayForm() | JROOT/modules/mod_rsform/tmpl/default.php:13 |
19 | require JROOT/modules/mod_rsform/tmpl/default.php | JROOT/modules/mod_rsform/mod_rsform.php:30 |
18 | include JROOT/modules/mod_rsform/mod_rsform.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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: 0.14 ms Query memory: 0.027 MB Memory before query: 8.141 MB Rows returned: 1
SELECT `FormId`
FROM `base001_rsform_components`
WHERE `ComponentId`='36'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_rsform_components | const | ComponentId | ComponentId | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
23 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_rsform/helpers/rsform.php:741 |
22 | RSFormProHelper::getComponentProperties() | JROOT/administrator/components/com_rsform/helpers/rsform.php:1845 |
21 | RSFormProHelper::showForm() | JROOT/administrator/components/com_rsform/helpers/rsform.php:377 |
20 | RSFormProHelper::displayForm() | JROOT/modules/mod_rsform/tmpl/default.php:13 |
19 | require JROOT/modules/mod_rsform/tmpl/default.php | JROOT/modules/mod_rsform/mod_rsform.php:30 |
18 | include JROOT/modules/mod_rsform/mod_rsform.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.35 ms After last query: 1.01 ms Query memory: 0.028 MB Memory before query: 8.197 MB Rows returned: 0
SELECT `ComponentId`
FROM `base001_rsform_components`
WHERE `ComponentTypeId` IN (41)
AND `FormId` = '2'
AND `Published` = '1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_rsform_components | ref | ComponentTypeId,FormId | ComponentTypeId | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
26 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_rsform/helpers/rsform.php:1687 |
25 | RSFormProHelper::componentExists() | JROOT/administrator/components/com_rsform/helpers/fields/button.php:123 |
24 | RSFormProFieldButton->getPreviousButton() | JROOT/administrator/components/com_rsform/helpers/fields/submitbutton.php:47 |
23 | RSFormProFieldSubmitButton->getFormInput() | JROOT/administrator/components/com_rsform/helpers/field.php:45 |
22 | RSFormProField->__get() | JROOT/administrator/components/com_rsform/helpers/rsform.php:1956 |
21 | RSFormProHelper::showForm() | JROOT/administrator/components/com_rsform/helpers/rsform.php:377 |
20 | RSFormProHelper::displayForm() | JROOT/modules/mod_rsform/tmpl/default.php:13 |
19 | require JROOT/modules/mod_rsform/tmpl/default.php | JROOT/modules/mod_rsform/mod_rsform.php:30 |
18 | include JROOT/modules/mod_rsform/mod_rsform.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.37 ms After last query: 0.31 ms Query memory: 0.029 MB Memory before query: 8.210 MB Rows returned: 0
SELECT `ComponentId`
FROM `base001_rsform_components`
WHERE `ComponentTypeId` IN (2423)
AND `FormId` = '2'
AND `Published` = '1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_rsform_components | ref | ComponentTypeId,FormId | ComponentTypeId | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
28 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
27 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_rsform/helpers/rsform.php:1687 |
26 | RSFormProHelper::componentExists() | JROOT/plugins/system/rsfprecaptchav3/rsfprecaptchav3.php:115 |
25 | plgSystemRsfprecaptchav3->onRsformFrontendInitFormDisplay() | JROOT/libraries/joomla/event/event.php:70 |
24 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
23 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
22 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rsform/helpers/rsform.php:2011 |
21 | RSFormProHelper::showForm() | JROOT/administrator/components/com_rsform/helpers/rsform.php:377 |
20 | RSFormProHelper::displayForm() | JROOT/modules/mod_rsform/tmpl/default.php:13 |
19 | require JROOT/modules/mod_rsform/tmpl/default.php | JROOT/modules/mod_rsform/mod_rsform.php:30 |
18 | include JROOT/modules/mod_rsform/mod_rsform.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.31 ms After last query: 0.29 ms Query memory: 0.027 MB Memory before query: 8.230 MB Rows returned: 1
SELECT `ComponentId`
FROM `base001_rsform_components`
WHERE `ComponentTypeId` IN (9)
AND `FormId` = '2'
AND `Published` = '1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_rsform_components | ref | ComponentTypeId,FormId | ComponentTypeId | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
23 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_rsform/helpers/rsform.php:1687 |
22 | RSFormProHelper::componentExists() | JROOT/administrator/components/com_rsform/helpers/rsform.php:2092 |
21 | RSFormProHelper::showForm() | JROOT/administrator/components/com_rsform/helpers/rsform.php:377 |
20 | RSFormProHelper::displayForm() | JROOT/modules/mod_rsform/tmpl/default.php:13 |
19 | require JROOT/modules/mod_rsform/tmpl/default.php | JROOT/modules/mod_rsform/mod_rsform.php:30 |
18 | include JROOT/modules/mod_rsform/mod_rsform.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.69 ms After last query: 0.29 ms Query memory: 0.028 MB Memory before query: 8.245 MB Rows returned: 8
SELECT `p`.`PropertyValue` AS `ComponentName`,`p`.`ComponentId`
FROM `base001_rsform_components` AS `c`
LEFT JOIN `base001_rsform_properties` AS `p`
ON (`c`.`ComponentId`=`p`.`ComponentId`)
WHERE `c`.`FormId`='2'
AND `p`.`PropertyName`='NAME'
AND `c`.`Published` = '1'
ORDER BY `c`.`
Order` ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c | ref | ComponentId,FormId | FormId | 4 | const | 8 | Using where; Using filesort |
1 | SIMPLE | p | ref | ComponentId | ComponentId | 4 | dbs9825424-2.c.ComponentId | 6 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_rsform/helpers/conditions.php:38 |
23 | RSFormProConditions::getFields() | JROOT/administrator/components/com_rsform/helpers/conditions.php:74 |
22 | RSFormProConditions::getConditions() | JROOT/administrator/components/com_rsform/helpers/rsform.php:2199 |
21 | RSFormProHelper::showForm() | JROOT/administrator/components/com_rsform/helpers/rsform.php:377 |
20 | RSFormProHelper::displayForm() | JROOT/modules/mod_rsform/tmpl/default.php:13 |
19 | require JROOT/modules/mod_rsform/tmpl/default.php | JROOT/modules/mod_rsform/mod_rsform.php:30 |
18 | include JROOT/modules/mod_rsform/mod_rsform.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.34 ms After last query: 0.29 ms Query memory: 0.027 MB Memory before query: 8.260 MB Rows returned: 0
SELECT *
FROM `base001_rsform_conditions`
WHERE `form_id` = '2'
AND `lang_code` = 'en-GB'
ORDER BY `id` ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_rsform_conditions | ref | form_id | form_id | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
23 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_rsform/helpers/conditions.php:84 |
22 | RSFormProConditions::getConditions() | JROOT/administrator/components/com_rsform/helpers/rsform.php:2199 |
21 | RSFormProHelper::showForm() | JROOT/administrator/components/com_rsform/helpers/rsform.php:377 |
20 | RSFormProHelper::displayForm() | JROOT/modules/mod_rsform/tmpl/default.php:13 |
19 | require JROOT/modules/mod_rsform/tmpl/default.php | JROOT/modules/mod_rsform/mod_rsform.php:30 |
18 | include JROOT/modules/mod_rsform/mod_rsform.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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: 0.08 ms Query memory: 0.027 MB Memory before query: 8.271 MB Rows returned: 0
SELECT *
FROM `base001_rsform_calculations`
WHERE `formId` = '2'
ORDER BY `ordering`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_rsform_calculations | ref | formId,formId_2 | formId_2 | 4 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
23 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_rsform/helpers/rsform.php:3574 |
22 | RSFormProHelper::getCalculations() | JROOT/administrator/components/com_rsform/helpers/rsform.php:2205 |
21 | RSFormProHelper::showForm() | JROOT/administrator/components/com_rsform/helpers/rsform.php:377 |
20 | RSFormProHelper::displayForm() | JROOT/modules/mod_rsform/tmpl/default.php:13 |
19 | require JROOT/modules/mod_rsform/tmpl/default.php | JROOT/modules/mod_rsform/mod_rsform.php:30 |
18 | include JROOT/modules/mod_rsform/mod_rsform.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.70 ms After last query: 16.80 ms Query memory: 0.021 MB Memory before query: 8.235 MB Rows returned: 1
SELECT *
FROM `base001_rstbox`
WHERE `id` = 7
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_rstbox | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
10 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:237 |
9 | EngageBox\Box::get() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:55 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.34 ms After last query: 0.62 ms Query memory: 0.025 MB Memory before query: 8.265 MB Rows returned: 1
SELECT *
FROM base001_modules
WHERE id='184'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_modules | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:521 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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: 1.38 ms After last query: 1.11 ms Query memory: 0.042 MB Memory before query: 8.302 MB Rows returned: 1
SELECT *
FROM `base001_sppagebuilder`
WHERE `extension` = 'mod_sppagebuilder'
AND `extension_view` = 'module'
AND `view_id` = '184'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_sppagebuilder | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 54 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
21 | JDatabaseDriver->loadObject() | JROOT/modules/mod_sppagebuilder/helper.php:49 |
20 | ModSPagebuilderHelper::pageBuilderData() | JROOT/modules/mod_sppagebuilder/helper.php:18 |
19 | ModSPagebuilderHelper::getData() | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:21 |
18 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.54 ms After last query: 1.32 ms Query memory: 0.027 MB Memory before query: 8.407 MB Rows returned: 0
SELECT enabled
FROM `base001_extensions`
WHERE `name` = 'com_easystore'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_extensions | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 292 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
25 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_sppagebuilder/editor/helpers/ApplicationHelper.php:138 |
24 | ApplicationHelper::isEasyStoreInstalled() | JROOT/components/com_sppagebuilder/helpers/helper.php:1847 |
23 | SppagebuilderHelperSite::loadLanguage() | JROOT/components/com_sppagebuilder/helpers/helper.php:96 |
22 | SppagebuilderHelperSite::prepareAddonFieldStructures() | JROOT/components/com_sppagebuilder/helpers/helper.php:1138 |
21 | SppagebuilderHelperSite::prepareSpacingData() | JROOT/administrator/components/com_sppagebuilder/editor/helpers/ApplicationHelper.php:91 |
20 | ApplicationHelper::preparePageData() | JROOT/modules/mod_sppagebuilder/helper.php:19 |
19 | ModSPagebuilderHelper::getData() | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:21 |
18 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.35 ms After last query: 0.26 ms Query memory: 0.028 MB Memory before query: 8.425 MB Rows returned: 1
SELECT `template`
FROM `base001_template_styles`
WHERE `client_id` = 0
AND `home` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_template_styles | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
25 | JDatabaseDriver->loadObject() | JROOT/components/com_sppagebuilder/builder/classes/base.php:87 |
24 | SpPgaeBuilderBase::getTemplateName() | JROOT/components/com_sppagebuilder/builder/classes/base.php:135 |
23 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/helpers/helper.php:97 |
22 | SppagebuilderHelperSite::prepareAddonFieldStructures() | JROOT/components/com_sppagebuilder/helpers/helper.php:1138 |
21 | SppagebuilderHelperSite::prepareSpacingData() | JROOT/administrator/components/com_sppagebuilder/editor/helpers/ApplicationHelper.php:91 |
20 | ApplicationHelper::preparePageData() | JROOT/modules/mod_sppagebuilder/helper.php:19 |
19 | ModSPagebuilderHelper::getData() | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:21 |
18 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.62 ms After last query: 4.34 ms Query memory: 0.028 MB Memory before query: 8.532 MB Rows returned: 0
SELECT DISTINCT a.id, a.title, a.level, a.published, a.lft, a.parent_id
FROM (
SELECT id,title,level,published,parent_id,lft,rgt
FROM base001_tags
WHERE `published` = '1') AS a
LEFT JOIN `base001_tags` AS b
ON a.lft > b.lft
AND a.rgt < b.rgt
WHERE `a`.`level` != '0'
ORDER BY a.lft ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_tags | ref | tag_idx | tag_idx | 1 | const | 1 | Using where; Using temporary; Using filesort |
1 | SIMPLE | b | ALL | idx_left_right | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Range checked for each record (index map: 0x10); Distinct |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/builder/classes/base.php:372 |
25 | SpPgaeBuilderBase::getArticleTags() | JROOT/components/com_sppagebuilder/addons/articles/admin.php:48 |
24 | require_once JROOT/components/com_sppagebuilder/addons/articles/admin.php | JROOT/components/com_sppagebuilder/builder/classes/base.php:177 |
23 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/helpers/helper.php:97 |
22 | SppagebuilderHelperSite::prepareAddonFieldStructures() | JROOT/components/com_sppagebuilder/helpers/helper.php:1138 |
21 | SppagebuilderHelperSite::prepareSpacingData() | JROOT/administrator/components/com_sppagebuilder/editor/helpers/ApplicationHelper.php:91 |
20 | ApplicationHelper::preparePageData() | JROOT/modules/mod_sppagebuilder/helper.php:19 |
19 | ModSPagebuilderHelper::getData() | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:21 |
18 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.39 ms After last query: 0.08 ms Query memory: 0.028 MB Memory before query: 8.542 MB Rows returned: 0
SELECT a.enabled
FROM `base001_extensions` AS `a`
WHERE `a`.`name` = 'com_k2'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 292 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/builder/classes/base.php:967 |
25 | SpPgaeBuilderBase::k2CatList() | JROOT/components/com_sppagebuilder/addons/articles/admin.php:57 |
24 | require_once JROOT/components/com_sppagebuilder/addons/articles/admin.php | JROOT/components/com_sppagebuilder/builder/classes/base.php:177 |
23 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/helpers/helper.php:97 |
22 | SppagebuilderHelperSite::prepareAddonFieldStructures() | JROOT/components/com_sppagebuilder/helpers/helper.php:1138 |
21 | SppagebuilderHelperSite::prepareSpacingData() | JROOT/administrator/components/com_sppagebuilder/editor/helpers/ApplicationHelper.php:91 |
20 | ApplicationHelper::preparePageData() | JROOT/modules/mod_sppagebuilder/helper.php:19 |
19 | ModSPagebuilderHelper::getData() | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:21 |
18 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.33 ms After last query: 0.18 ms Query memory: 0.028 MB Memory before query: 8.601 MB Rows returned: 0
SELECT a.enabled
FROM `base001_extensions` AS `a`
WHERE `a`.`name` = 'com_k2'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 292 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/builder/classes/base.php:967 |
25 | SpPgaeBuilderBase::k2CatList() | JROOT/components/com_sppagebuilder/addons/articles/admin.php:1059 |
24 | require_once JROOT/components/com_sppagebuilder/addons/articles/admin.php | JROOT/components/com_sppagebuilder/builder/classes/base.php:177 |
23 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/helpers/helper.php:97 |
22 | SppagebuilderHelperSite::prepareAddonFieldStructures() | JROOT/components/com_sppagebuilder/helpers/helper.php:1138 |
21 | SppagebuilderHelperSite::prepareSpacingData() | JROOT/administrator/components/com_sppagebuilder/editor/helpers/ApplicationHelper.php:91 |
20 | ApplicationHelper::preparePageData() | JROOT/modules/mod_sppagebuilder/helper.php:19 |
19 | ModSPagebuilderHelper::getData() | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:21 |
18 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.28 ms Query memory: 0.028 MB Memory before query: 8.636 MB Rows returned: 0
SELECT DISTINCT a.id, a.title, a.level, a.published, a.lft, a.parent_id
FROM (
SELECT id,title,level,published,parent_id,lft,rgt
FROM base001_tags
WHERE `published` = '1') AS a
LEFT JOIN `base001_tags` AS b
ON a.lft > b.lft
AND a.rgt < b.rgt
WHERE `a`.`level` != '0'
ORDER BY a.lft ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_tags | ref | tag_idx | tag_idx | 1 | const | 1 | Using where; Using temporary; Using filesort |
1 | SIMPLE | b | ALL | idx_left_right | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Range checked for each record (index map: 0x10); Distinct |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
26 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/builder/classes/base.php:372 |
25 | SpPgaeBuilderBase::getArticleTags() | JROOT/components/com_sppagebuilder/addons/articles_scroller/admin.php:60 |
24 | require_once JROOT/components/com_sppagebuilder/addons/articles_scroller/admin.php | JROOT/components/com_sppagebuilder/builder/classes/base.php:177 |
23 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/helpers/helper.php:97 |
22 | SppagebuilderHelperSite::prepareAddonFieldStructures() | JROOT/components/com_sppagebuilder/helpers/helper.php:1138 |
21 | SppagebuilderHelperSite::prepareSpacingData() | JROOT/administrator/components/com_sppagebuilder/editor/helpers/ApplicationHelper.php:91 |
20 | ApplicationHelper::preparePageData() | JROOT/modules/mod_sppagebuilder/helper.php:19 |
19 | ModSPagebuilderHelper::getData() | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:21 |
18 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.33 ms After last query: 0.07 ms Query memory: 0.028 MB Memory before query: 8.645 MB Rows returned: 0
SELECT a.enabled
FROM `base001_extensions` AS `a`
WHERE `a`.`name` = 'com_k2'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 292 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/builder/classes/base.php:967 |
25 | SpPgaeBuilderBase::k2CatList() | JROOT/components/com_sppagebuilder/addons/articles_scroller/admin.php:69 |
24 | require_once JROOT/components/com_sppagebuilder/addons/articles_scroller/admin.php | JROOT/components/com_sppagebuilder/builder/classes/base.php:177 |
23 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/helpers/helper.php:97 |
22 | SppagebuilderHelperSite::prepareAddonFieldStructures() | JROOT/components/com_sppagebuilder/helpers/helper.php:1138 |
21 | SppagebuilderHelperSite::prepareSpacingData() | JROOT/administrator/components/com_sppagebuilder/editor/helpers/ApplicationHelper.php:91 |
20 | ApplicationHelper::preparePageData() | JROOT/modules/mod_sppagebuilder/helper.php:19 |
19 | ModSPagebuilderHelper::getData() | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:21 |
18 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.69 ms After last query: 6.98 ms Query memory: 0.028 MB Memory before query: 9.434 MB Rows returned: 0
SELECT a.enabled
FROM `base001_extensions` AS `a`
WHERE (`a`.`element` = 'com_acymailing' OR `a`.`element` = 'com_acym')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | range | element_clientid,element_folder_clientid | element_clientid | 402 | NULL | 2 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
26 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/builder/classes/base.php:864 |
25 | SpPgaeBuilderBase::acymailingList() | JROOT/components/com_sppagebuilder/addons/optin_form/admin.php:68 |
24 | require_once JROOT/components/com_sppagebuilder/addons/optin_form/admin.php | JROOT/components/com_sppagebuilder/builder/classes/base.php:177 |
23 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/helpers/helper.php:97 |
22 | SppagebuilderHelperSite::prepareAddonFieldStructures() | JROOT/components/com_sppagebuilder/helpers/helper.php:1138 |
21 | SppagebuilderHelperSite::prepareSpacingData() | JROOT/administrator/components/com_sppagebuilder/editor/helpers/ApplicationHelper.php:91 |
20 | ApplicationHelper::preparePageData() | JROOT/modules/mod_sppagebuilder/helper.php:19 |
19 | ModSPagebuilderHelper::getData() | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:21 |
18 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.82 ms After last query: 12.54 ms Query memory: 0.027 MB Memory before query: 10.894 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
22 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
21 | SppagebuilderHelperSite::getVersion() | JROOT/components/com_sppagebuilder/helpers/helper.php:2011 |
20 | SppagebuilderHelperSite::addStylesheet() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:29 |
19 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
18 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.35 ms After last query: 0.28 ms Query memory: 0.027 MB Memory before query: 10.905 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
22 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
21 | SppagebuilderHelperSite::getVersion() | JROOT/components/com_sppagebuilder/helpers/helper.php:2011 |
20 | SppagebuilderHelperSite::addStylesheet() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:30 |
19 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
18 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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: 0.09 ms Query memory: 0.027 MB Memory before query: 10.917 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
22 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
21 | SppagebuilderHelperSite::getVersion() | JROOT/components/com_sppagebuilder/helpers/helper.php:2011 |
20 | SppagebuilderHelperSite::addStylesheet() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:35 |
19 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
18 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.31 ms After last query: 0.10 ms Query memory: 0.027 MB Memory before query: 10.929 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
22 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
21 | SppagebuilderHelperSite::getVersion() | JROOT/components/com_sppagebuilder/helpers/helper.php:2011 |
20 | SppagebuilderHelperSite::addStylesheet() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:40 |
19 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
18 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.10 ms Query memory: 0.026 MB Memory before query: 10.940 MB Rows returned: 0
SELECT `a`.`name`,`a`.`css_path`
FROM `base001_sppagebuilder_assets` AS `a`
WHERE `a`.`published` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/helpers/helper.php:2066 |
20 | SppagebuilderHelperSite::loadAssets() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:45 |
19 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
18 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.31 ms After last query: 0.09 ms Query memory: 0.026 MB Memory before query: 10.951 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
21 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
20 | SppagebuilderHelperSite::getVersion() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:48 |
19 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
18 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.39 ms Query memory: 0.026 MB Memory before query: 10.963 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
21 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
20 | SppagebuilderHelperSite::getVersion() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:49 |
19 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
18 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.29 ms After last query: 0.61 ms Query memory: 0.027 MB Memory before query: 11.102 MB Rows returned: 1
SELECT `template`
FROM `base001_template_styles`
WHERE `client_id` = 0
AND `home` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_template_styles | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
23 | JDatabaseDriver->loadObject() | JROOT/components/com_sppagebuilder/builder/classes/base.php:87 |
22 | SpPgaeBuilderBase::getTemplateName() | JROOT/components/com_sppagebuilder/builder/classes/base.php:135 |
21 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:277 |
20 | AddonParser::viewAddons() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:56 |
19 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
18 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.82 ms After last query: 38.92 ms Query memory: 0.021 MB Memory before query: 11.145 MB Rows returned: 1
SELECT *
FROM `base001_rstbox`
WHERE `id` = 8
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_rstbox | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
10 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:237 |
9 | EngageBox\Box::get() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:55 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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: 0.91 ms Query memory: 0.025 MB Memory before query: 11.176 MB Rows returned: 1
SELECT *
FROM base001_modules
WHERE id='185'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_modules | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:521 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.92 ms After last query: 0.62 ms Query memory: 0.042 MB Memory before query: 11.207 MB Rows returned: 1
SELECT *
FROM `base001_sppagebuilder`
WHERE `extension` = 'mod_sppagebuilder'
AND `extension_view` = 'module'
AND `view_id` = '185'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_sppagebuilder | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 54 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
21 | JDatabaseDriver->loadObject() | JROOT/modules/mod_sppagebuilder/helper.php:49 |
20 | ModSPagebuilderHelper::pageBuilderData() | JROOT/modules/mod_sppagebuilder/helper.php:18 |
19 | ModSPagebuilderHelper::getData() | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:21 |
18 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.49 ms After last query: 1.78 ms Query memory: 0.027 MB Memory before query: 11.232 MB Rows returned: 0
SELECT enabled
FROM `base001_extensions`
WHERE `name` = 'com_easystore'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_extensions | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 292 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
25 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_sppagebuilder/editor/helpers/ApplicationHelper.php:138 |
24 | ApplicationHelper::isEasyStoreInstalled() | JROOT/components/com_sppagebuilder/helpers/helper.php:1847 |
23 | SppagebuilderHelperSite::loadLanguage() | JROOT/components/com_sppagebuilder/helpers/helper.php:96 |
22 | SppagebuilderHelperSite::prepareAddonFieldStructures() | JROOT/components/com_sppagebuilder/helpers/helper.php:1138 |
21 | SppagebuilderHelperSite::prepareSpacingData() | JROOT/administrator/components/com_sppagebuilder/editor/helpers/ApplicationHelper.php:91 |
20 | ApplicationHelper::preparePageData() | JROOT/modules/mod_sppagebuilder/helper.php:19 |
19 | ModSPagebuilderHelper::getData() | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:21 |
18 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.39 ms After last query: 0.13 ms Query memory: 0.028 MB Memory before query: 11.244 MB Rows returned: 1
SELECT `template`
FROM `base001_template_styles`
WHERE `client_id` = 0
AND `home` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_template_styles | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
25 | JDatabaseDriver->loadObject() | JROOT/components/com_sppagebuilder/builder/classes/base.php:87 |
24 | SpPgaeBuilderBase::getTemplateName() | JROOT/components/com_sppagebuilder/builder/classes/base.php:135 |
23 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/helpers/helper.php:97 |
22 | SppagebuilderHelperSite::prepareAddonFieldStructures() | JROOT/components/com_sppagebuilder/helpers/helper.php:1138 |
21 | SppagebuilderHelperSite::prepareSpacingData() | JROOT/administrator/components/com_sppagebuilder/editor/helpers/ApplicationHelper.php:91 |
20 | ApplicationHelper::preparePageData() | JROOT/modules/mod_sppagebuilder/helper.php:19 |
19 | ModSPagebuilderHelper::getData() | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:21 |
18 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.55 ms After last query: 15.40 ms Query memory: 0.027 MB Memory before query: 11.259 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
22 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
21 | SppagebuilderHelperSite::getVersion() | JROOT/components/com_sppagebuilder/helpers/helper.php:2011 |
20 | SppagebuilderHelperSite::addStylesheet() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:29 |
19 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
18 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.29 ms After last query: 0.08 ms Query memory: 0.027 MB Memory before query: 11.270 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
22 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
21 | SppagebuilderHelperSite::getVersion() | JROOT/components/com_sppagebuilder/helpers/helper.php:2011 |
20 | SppagebuilderHelperSite::addStylesheet() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:30 |
19 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
18 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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: 0.07 ms Query memory: 0.027 MB Memory before query: 11.281 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
22 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
21 | SppagebuilderHelperSite::getVersion() | JROOT/components/com_sppagebuilder/helpers/helper.php:2011 |
20 | SppagebuilderHelperSite::addStylesheet() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:35 |
19 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
18 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.31 ms After last query: 0.08 ms Query memory: 0.027 MB Memory before query: 11.292 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
22 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
21 | SppagebuilderHelperSite::getVersion() | JROOT/components/com_sppagebuilder/helpers/helper.php:2011 |
20 | SppagebuilderHelperSite::addStylesheet() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:40 |
19 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
18 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.08 ms Query memory: 0.026 MB Memory before query: 11.303 MB Rows returned: 0
SELECT `a`.`name`,`a`.`css_path`
FROM `base001_sppagebuilder_assets` AS `a`
WHERE `a`.`published` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/helpers/helper.php:2066 |
20 | SppagebuilderHelperSite::loadAssets() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:45 |
19 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
18 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.34 ms After last query: 0.08 ms Query memory: 0.026 MB Memory before query: 11.314 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
21 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
20 | SppagebuilderHelperSite::getVersion() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:48 |
19 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
18 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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: 0.39 ms Query memory: 0.026 MB Memory before query: 11.325 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
21 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
20 | SppagebuilderHelperSite::getVersion() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:49 |
19 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
18 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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: 0.54 ms Query memory: 0.027 MB Memory before query: 11.463 MB Rows returned: 1
SELECT `template`
FROM `base001_template_styles`
WHERE `client_id` = 0
AND `home` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_template_styles | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
23 | JDatabaseDriver->loadObject() | JROOT/components/com_sppagebuilder/builder/classes/base.php:87 |
22 | SpPgaeBuilderBase::getTemplateName() | JROOT/components/com_sppagebuilder/builder/classes/base.php:135 |
21 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:277 |
20 | AddonParser::viewAddons() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:56 |
19 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
18 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
17 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/plugins/system/nrframework/NRFramework/Functions.php:527 |
16 | NRFramework\Functions::loadModule() | JROOT/plugins/engagebox/module/tmpl/default.php:16 |
15 | include JROOT/plugins/engagebox/module/tmpl/default.php | JROOT/administrator/components/com_rstbox/EngageBox/Plugin.php:78 |
14 | EngageBox\Plugin->onEngageBoxTypeRender() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
11 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:70 |
10 | EngageBox\Box::prepare() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:39 |
9 | EngageBox\Box::render() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:58 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:81 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
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.76 ms After last query: 44.98 ms Query memory: 0.069 MB Memory before query: 11.363 MB Rows returned: 1
SELECT *
FROM `base001_template_styles`
WHERE `client_id` = 0
AND `id` = '11'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_template_styles | const | PRIMARY,idx_client_id,idx_client_id_home | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
12 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
11 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
10 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:119 |
9 | HelixUltimate\Framework\Core\HelixUltimate->__construct() | JROOT/plugins/system/helixultimate/core/helixultimate.php:37 |
8 | HelixUltimate->__construct() | JROOT/templates/manufacturer/index.php:17 |
7 | require JROOT/templates/manufacturer/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.34 ms After last query: 0.42 ms Query memory: 0.069 MB Memory before query: 11.411 MB Rows returned: 1
SELECT *
FROM `base001_template_styles`
WHERE `client_id` = 0
AND `id` = '11'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_template_styles | const | PRIMARY,idx_client_id,idx_client_id_home | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
12 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
11 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
10 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:388 |
9 | HelixUltimate\Framework\Platform\Helper::flushSettingsDataToJs() | JROOT/plugins/system/helixultimate/core/helixultimate.php:38 |
8 | HelixUltimate->__construct() | JROOT/templates/manufacturer/index.php:17 |
7 | require JROOT/templates/manufacturer/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.43 ms After last query: 4.59 ms Query memory: 0.073 MB Memory before query: 11.590 MB Rows returned: 1
SELECT *
FROM `base001_template_styles`
WHERE `client_id` = 0
AND `id` = '11'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_template_styles | const | PRIMARY,idx_client_id,idx_client_id_home | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
18 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
17 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
16 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/layouts/frontend/modules.php:18 |
15 | include JROOT/plugins/system/helixultimate/layouts/frontend/modules.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
14 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/layouts/frontend/rows.php:44 |
13 | include JROOT/plugins/system/helixultimate/layouts/frontend/rows.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/layouts/frontend/generate.php:74 |
11 | include JROOT/plugins/system/helixultimate/layouts/frontend/generate.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
10 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:695 |
9 | HelixUltimate\Framework\Core\HelixUltimate->get_recursive_layout() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:596 |
8 | HelixUltimate\Framework\Core\HelixUltimate->render_layout() | JROOT/templates/manufacturer/index.php:143 |
7 | require JROOT/templates/manufacturer/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.31 ms After last query: 0.63 ms Query memory: 0.073 MB Memory before query: 11.599 MB Rows returned: 1
SELECT *
FROM `base001_template_styles`
WHERE `client_id` = 0
AND `id` = '11'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_template_styles | const | PRIMARY,idx_client_id,idx_client_id_home | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
18 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
17 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
16 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/layouts/frontend/modules.php:18 |
15 | include JROOT/plugins/system/helixultimate/layouts/frontend/modules.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
14 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/layouts/frontend/rows.php:44 |
13 | include JROOT/plugins/system/helixultimate/layouts/frontend/rows.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/layouts/frontend/generate.php:74 |
11 | include JROOT/plugins/system/helixultimate/layouts/frontend/generate.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
10 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:695 |
9 | HelixUltimate\Framework\Core\HelixUltimate->get_recursive_layout() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:596 |
8 | HelixUltimate\Framework\Core\HelixUltimate->render_layout() | JROOT/templates/manufacturer/index.php:143 |
7 | require JROOT/templates/manufacturer/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.33 ms After last query: 0.64 ms Query memory: 0.073 MB Memory before query: 11.609 MB Rows returned: 1
SELECT *
FROM `base001_template_styles`
WHERE `client_id` = 0
AND `id` = '11'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_template_styles | const | PRIMARY,idx_client_id,idx_client_id_home | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
18 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
17 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
16 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/layouts/frontend/modules.php:18 |
15 | include JROOT/plugins/system/helixultimate/layouts/frontend/modules.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
14 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/layouts/frontend/rows.php:44 |
13 | include JROOT/plugins/system/helixultimate/layouts/frontend/rows.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/layouts/frontend/generate.php:74 |
11 | include JROOT/plugins/system/helixultimate/layouts/frontend/generate.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
10 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:695 |
9 | HelixUltimate\Framework\Core\HelixUltimate->get_recursive_layout() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:596 |
8 | HelixUltimate\Framework\Core\HelixUltimate->render_layout() | JROOT/templates/manufacturer/index.php:143 |
7 | require JROOT/templates/manufacturer/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.35 ms After last query: 1.17 ms Query memory: 0.073 MB Memory before query: 11.619 MB Rows returned: 1
SELECT *
FROM `base001_template_styles`
WHERE `client_id` = 0
AND `id` = '11'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_template_styles | const | PRIMARY,idx_client_id,idx_client_id_home | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
18 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
17 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
16 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/layouts/frontend/modules.php:18 |
15 | include JROOT/plugins/system/helixultimate/layouts/frontend/modules.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
14 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/layouts/frontend/rows.php:44 |
13 | include JROOT/plugins/system/helixultimate/layouts/frontend/rows.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/layouts/frontend/generate.php:74 |
11 | include JROOT/plugins/system/helixultimate/layouts/frontend/generate.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
10 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:700 |
9 | HelixUltimate\Framework\Core\HelixUltimate->get_recursive_layout() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:596 |
8 | HelixUltimate\Framework\Core\HelixUltimate->render_layout() | JROOT/templates/manufacturer/index.php:143 |
7 | require JROOT/templates/manufacturer/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.38 ms After last query: 1.42 ms Query memory: 0.073 MB Memory before query: 11.630 MB Rows returned: 1
SELECT *
FROM `base001_template_styles`
WHERE `client_id` = 0
AND `id` = '11'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_template_styles | const | PRIMARY,idx_client_id,idx_client_id_home | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
18 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
17 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
16 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/layouts/frontend/modules.php:18 |
15 | include JROOT/plugins/system/helixultimate/layouts/frontend/modules.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
14 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/layouts/frontend/rows.php:44 |
13 | include JROOT/plugins/system/helixultimate/layouts/frontend/rows.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/layouts/frontend/generate.php:74 |
11 | include JROOT/plugins/system/helixultimate/layouts/frontend/generate.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
10 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:700 |
9 | HelixUltimate\Framework\Core\HelixUltimate->get_recursive_layout() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:596 |
8 | HelixUltimate\Framework\Core\HelixUltimate->render_layout() | JROOT/templates/manufacturer/index.php:143 |
7 | require JROOT/templates/manufacturer/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.34 ms After last query: 1.65 ms Query memory: 0.073 MB Memory before query: 11.641 MB Rows returned: 1
SELECT *
FROM `base001_template_styles`
WHERE `client_id` = 0
AND `id` = '11'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_template_styles | const | PRIMARY,idx_client_id,idx_client_id_home | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
18 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
17 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
16 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/layouts/frontend/modules.php:18 |
15 | include JROOT/plugins/system/helixultimate/layouts/frontend/modules.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
14 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/layouts/frontend/rows.php:44 |
13 | include JROOT/plugins/system/helixultimate/layouts/frontend/rows.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/layouts/frontend/generate.php:74 |
11 | include JROOT/plugins/system/helixultimate/layouts/frontend/generate.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
10 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:700 |
9 | HelixUltimate\Framework\Core\HelixUltimate->get_recursive_layout() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:596 |
8 | HelixUltimate\Framework\Core\HelixUltimate->render_layout() | JROOT/templates/manufacturer/index.php:143 |
7 | require JROOT/templates/manufacturer/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: 0.71 ms Query memory: 0.073 MB Memory before query: 11.651 MB Rows returned: 1
SELECT *
FROM `base001_template_styles`
WHERE `client_id` = 0
AND `id` = '11'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_template_styles | const | PRIMARY,idx_client_id,idx_client_id_home | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
18 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
17 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
16 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/layouts/frontend/modules.php:18 |
15 | include JROOT/plugins/system/helixultimate/layouts/frontend/modules.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
14 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/layouts/frontend/rows.php:44 |
13 | include JROOT/plugins/system/helixultimate/layouts/frontend/rows.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/layouts/frontend/generate.php:74 |
11 | include JROOT/plugins/system/helixultimate/layouts/frontend/generate.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
10 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:700 |
9 | HelixUltimate\Framework\Core\HelixUltimate->get_recursive_layout() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:596 |
8 | HelixUltimate\Framework\Core\HelixUltimate->render_layout() | JROOT/templates/manufacturer/index.php:143 |
7 | require JROOT/templates/manufacturer/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.33 ms After last query: 0.61 ms Query memory: 0.073 MB Memory before query: 11.661 MB Rows returned: 1
SELECT *
FROM `base001_template_styles`
WHERE `client_id` = 0
AND `id` = '11'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_template_styles | const | PRIMARY,idx_client_id,idx_client_id_home | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
18 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
17 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
16 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/layouts/frontend/modules.php:18 |
15 | include JROOT/plugins/system/helixultimate/layouts/frontend/modules.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
14 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/layouts/frontend/rows.php:44 |
13 | include JROOT/plugins/system/helixultimate/layouts/frontend/rows.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/layouts/frontend/generate.php:74 |
11 | include JROOT/plugins/system/helixultimate/layouts/frontend/generate.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
10 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:700 |
9 | HelixUltimate\Framework\Core\HelixUltimate->get_recursive_layout() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:596 |
8 | HelixUltimate\Framework\Core\HelixUltimate->render_layout() | JROOT/templates/manufacturer/index.php:143 |
7 | require JROOT/templates/manufacturer/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.33 ms After last query: 1.14 ms Query memory: 0.077 MB Memory before query: 11.679 MB Rows returned: 1
SELECT *
FROM `base001_template_styles`
WHERE `client_id` = 0
AND `id` = '11'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_template_styles | const | PRIMARY,idx_client_id,idx_client_id_home | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
18 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
17 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
16 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/layouts/frontend/modules.php:18 |
15 | include JROOT/plugins/system/helixultimate/layouts/frontend/modules.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
14 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/layouts/frontend/rows.php:44 |
13 | include JROOT/plugins/system/helixultimate/layouts/frontend/rows.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
12 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/layouts/frontend/generate.php:74 |
11 | include JROOT/plugins/system/helixultimate/layouts/frontend/generate.php | JROOT/libraries/src/Layout/FileLayout.php:125 |
10 | Joomla\CMS\Layout\FileLayout->render() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:700 |
9 | HelixUltimate\Framework\Core\HelixUltimate->get_recursive_layout() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:596 |
8 | HelixUltimate\Framework\Core\HelixUltimate->render_layout() | JROOT/templates/manufacturer/index.php:143 |
7 | require JROOT/templates/manufacturer/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.57 ms After last query: 5.51 ms Query memory: 0.023 MB Memory before query: 11.670 MB Rows returned: 2
SELECT `c2`.`language`,`c2`.`id`
FROM `base001_menu` AS `c`
INNER JOIN `base001_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_menus.item'
INNER JOIN `base001_associations` AS `a2`
ON `a`.`key` = `a2`.`key`
INNER JOIN `base001_menu` AS `c2`
ON a2.id = c2.`id`
WHERE c.id = 2351
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
1 | SIMPLE | a | const | PRIMARY,idx_key | PRIMARY | 206 | const,const | 1 | |
1 | SIMPLE | a2 | ref | idx_key | idx_key | 128 | const | 2 | Using index |
1 | SIMPLE | c2 | eq_ref | PRIMARY | PRIMARY | 4 | dbs9825424-2.a2.id | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/Associations.php:115 |
13 | Joomla\CMS\Language\Associations::getAssociations() | JROOT/administrator/components/com_menus/helpers/menus.php:321 |
12 | MenusHelper::getAssociations() | JROOT/modules/mod_languages/helper.php:58 |
11 | ModLanguagesHelper::getList() | JROOT/modules/mod_languages/mod_languages.php:17 |
10 | include JROOT/modules/mod_languages/mod_languages.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.89 ms After last query: 2.08 ms Query memory: 0.023 MB Memory before query: 11.683 MB Rows returned: 1
SELECT *
FROM `base001_sppagebuilder`
WHERE `extension` = 'mod_sppagebuilder'
AND `extension_view` = 'module'
AND `view_id` = '183'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_sppagebuilder | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 54 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
13 | JDatabaseDriver->loadObject() | JROOT/modules/mod_sppagebuilder/helper.php:49 |
12 | ModSPagebuilderHelper::pageBuilderData() | JROOT/modules/mod_sppagebuilder/helper.php:18 |
11 | ModSPagebuilderHelper::getData() | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:21 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.43 ms After last query: 1.46 ms Query memory: 0.024 MB Memory before query: 11.702 MB Rows returned: 0
SELECT enabled
FROM `base001_extensions`
WHERE `name` = 'com_easystore'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_extensions | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 292 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
17 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_sppagebuilder/editor/helpers/ApplicationHelper.php:138 |
16 | ApplicationHelper::isEasyStoreInstalled() | JROOT/components/com_sppagebuilder/helpers/helper.php:1847 |
15 | SppagebuilderHelperSite::loadLanguage() | JROOT/components/com_sppagebuilder/helpers/helper.php:96 |
14 | SppagebuilderHelperSite::prepareAddonFieldStructures() | JROOT/components/com_sppagebuilder/helpers/helper.php:1138 |
13 | SppagebuilderHelperSite::prepareSpacingData() | JROOT/administrator/components/com_sppagebuilder/editor/helpers/ApplicationHelper.php:91 |
12 | ApplicationHelper::preparePageData() | JROOT/modules/mod_sppagebuilder/helper.php:19 |
11 | ModSPagebuilderHelper::getData() | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:21 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.37 ms After last query: 0.08 ms Query memory: 0.024 MB Memory before query: 11.710 MB Rows returned: 1
SELECT `template`
FROM `base001_template_styles`
WHERE `client_id` = 0
AND `home` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_template_styles | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/components/com_sppagebuilder/builder/classes/base.php:87 |
16 | SpPgaeBuilderBase::getTemplateName() | JROOT/components/com_sppagebuilder/builder/classes/base.php:135 |
15 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/helpers/helper.php:97 |
14 | SppagebuilderHelperSite::prepareAddonFieldStructures() | JROOT/components/com_sppagebuilder/helpers/helper.php:1138 |
13 | SppagebuilderHelperSite::prepareSpacingData() | JROOT/administrator/components/com_sppagebuilder/editor/helpers/ApplicationHelper.php:91 |
12 | ApplicationHelper::preparePageData() | JROOT/modules/mod_sppagebuilder/helper.php:19 |
11 | ModSPagebuilderHelper::getData() | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:21 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.52 ms After last query: 12.81 ms Query memory: 0.023 MB Memory before query: 11.718 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
13 | SppagebuilderHelperSite::getVersion() | JROOT/components/com_sppagebuilder/helpers/helper.php:2011 |
12 | SppagebuilderHelperSite::addStylesheet() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:29 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.29 ms After last query: 0.08 ms Query memory: 0.023 MB Memory before query: 11.725 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
13 | SppagebuilderHelperSite::getVersion() | JROOT/components/com_sppagebuilder/helpers/helper.php:2011 |
12 | SppagebuilderHelperSite::addStylesheet() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:30 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.32 ms After last query: 0.07 ms Query memory: 0.023 MB Memory before query: 11.732 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.03 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
13 | SppagebuilderHelperSite::getVersion() | JROOT/components/com_sppagebuilder/helpers/helper.php:2011 |
12 | SppagebuilderHelperSite::addStylesheet() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:35 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.29 ms After last query: 0.07 ms Query memory: 0.023 MB Memory before query: 11.739 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.03 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.01 ms |
Init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
13 | SppagebuilderHelperSite::getVersion() | JROOT/components/com_sppagebuilder/helpers/helper.php:2011 |
12 | SppagebuilderHelperSite::addStylesheet() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:40 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.27 ms After last query: 0.08 ms Query memory: 0.023 MB Memory before query: 11.747 MB Rows returned: 0
SELECT `a`.`name`,`a`.`css_path`
FROM `base001_sppagebuilder_assets` AS `a`
WHERE `a`.`published` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 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 |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/helpers/helper.php:2066 |
12 | SppagebuilderHelperSite::loadAssets() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:45 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.31 ms After last query: 0.09 ms Query memory: 0.023 MB Memory before query: 11.754 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
12 | SppagebuilderHelperSite::getVersion() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:48 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.29 ms After last query: 0.35 ms Query memory: 0.023 MB Memory before query: 11.760 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
12 | SppagebuilderHelperSite::getVersion() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:49 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.30 ms After last query: 0.50 ms Query memory: 0.023 MB Memory before query: 11.824 MB Rows returned: 1
SELECT `template`
FROM `base001_template_styles`
WHERE `client_id` = 0
AND `home` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_template_styles | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 1 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_sppagebuilder/builder/classes/base.php:87 |
14 | SpPgaeBuilderBase::getTemplateName() | JROOT/components/com_sppagebuilder/builder/classes/base.php:135 |
13 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:277 |
12 | AddonParser::viewAddons() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:56 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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: 1.11 ms After last query: 11.40 ms Query memory: 0.038 MB Memory before query: 11.712 MB Rows returned: 1
SELECT *
FROM `base001_sppagebuilder`
WHERE `extension` = 'mod_sppagebuilder'
AND `extension_view` = 'module'
AND `view_id` = '169'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_sppagebuilder | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 54 | Using where |
Status | Duration |
---|
Starting | 0.05 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.04 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.63 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
13 | JDatabaseDriver->loadObject() | JROOT/modules/mod_sppagebuilder/helper.php:49 |
12 | ModSPagebuilderHelper::pageBuilderData() | JROOT/modules/mod_sppagebuilder/helper.php:18 |
11 | ModSPagebuilderHelper::getData() | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:21 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.57 ms After last query: 1.89 ms Query memory: 0.024 MB Memory before query: 11.738 MB Rows returned: 0
SELECT enabled
FROM `base001_extensions`
WHERE `name` = 'com_easystore'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_extensions | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 292 | Using where |
Status | Duration |
---|
Starting | 0.04 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.20 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
17 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_sppagebuilder/editor/helpers/ApplicationHelper.php:138 |
16 | ApplicationHelper::isEasyStoreInstalled() | JROOT/components/com_sppagebuilder/helpers/helper.php:1847 |
15 | SppagebuilderHelperSite::loadLanguage() | JROOT/components/com_sppagebuilder/helpers/helper.php:96 |
14 | SppagebuilderHelperSite::prepareAddonFieldStructures() | JROOT/components/com_sppagebuilder/helpers/helper.php:1138 |
13 | SppagebuilderHelperSite::prepareSpacingData() | JROOT/administrator/components/com_sppagebuilder/editor/helpers/ApplicationHelper.php:91 |
12 | ApplicationHelper::preparePageData() | JROOT/modules/mod_sppagebuilder/helper.php:19 |
11 | ModSPagebuilderHelper::getData() | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:21 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.42 ms After last query: 0.27 ms Query memory: 0.024 MB Memory before query: 11.747 MB Rows returned: 1
SELECT `template`
FROM `base001_template_styles`
WHERE `client_id` = 0
AND `home` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_template_styles | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 1 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.06 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.04 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/components/com_sppagebuilder/builder/classes/base.php:87 |
16 | SpPgaeBuilderBase::getTemplateName() | JROOT/components/com_sppagebuilder/builder/classes/base.php:135 |
15 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/helpers/helper.php:97 |
14 | SppagebuilderHelperSite::prepareAddonFieldStructures() | JROOT/components/com_sppagebuilder/helpers/helper.php:1138 |
13 | SppagebuilderHelperSite::prepareSpacingData() | JROOT/administrator/components/com_sppagebuilder/editor/helpers/ApplicationHelper.php:91 |
12 | ApplicationHelper::preparePageData() | JROOT/modules/mod_sppagebuilder/helper.php:19 |
11 | ModSPagebuilderHelper::getData() | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:21 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.73 ms After last query: 16.98 ms Query memory: 0.023 MB Memory before query: 11.758 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.10 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.09 ms |
Preparing | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.06 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.03 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
13 | SppagebuilderHelperSite::getVersion() | JROOT/components/com_sppagebuilder/helpers/helper.php:2011 |
12 | SppagebuilderHelperSite::addStylesheet() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:29 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.39 ms After last query: 0.31 ms Query memory: 0.023 MB Memory before query: 11.766 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
13 | SppagebuilderHelperSite::getVersion() | JROOT/components/com_sppagebuilder/helpers/helper.php:2011 |
12 | SppagebuilderHelperSite::addStylesheet() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:30 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.34 ms After last query: 0.10 ms Query memory: 0.023 MB Memory before query: 11.773 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
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.01 ms |
Table lock | 0.01 ms |
Init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
13 | SppagebuilderHelperSite::getVersion() | JROOT/components/com_sppagebuilder/helpers/helper.php:2011 |
12 | SppagebuilderHelperSite::addStylesheet() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:35 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.31 ms After last query: 0.08 ms Query memory: 0.023 MB Memory before query: 11.780 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
13 | SppagebuilderHelperSite::getVersion() | JROOT/components/com_sppagebuilder/helpers/helper.php:2011 |
12 | SppagebuilderHelperSite::addStylesheet() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:40 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.30 ms After last query: 0.08 ms Query memory: 0.023 MB Memory before query: 11.787 MB Rows returned: 0
SELECT `a`.`name`,`a`.`css_path`
FROM `base001_sppagebuilder_assets` AS `a`
WHERE `a`.`published` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 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 |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.02 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/helpers/helper.php:2066 |
12 | SppagebuilderHelperSite::loadAssets() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:45 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.30 ms After last query: 0.08 ms Query memory: 0.023 MB Memory before query: 11.794 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.03 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.01 ms |
Init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.04 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
12 | SppagebuilderHelperSite::getVersion() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:48 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.31 ms After last query: 0.36 ms Query memory: 0.023 MB Memory before query: 11.801 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.04 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
12 | SppagebuilderHelperSite::getVersion() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:49 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.32 ms After last query: 0.70 ms Query memory: 0.023 MB Memory before query: 11.972 MB Rows returned: 1
SELECT `template`
FROM `base001_template_styles`
WHERE `client_id` = 0
AND `home` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_template_styles | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 1 | Using where |
Status | Duration |
---|
Starting | 0.03 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.01 ms |
Init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.05 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_sppagebuilder/builder/classes/base.php:87 |
14 | SpPgaeBuilderBase::getTemplateName() | JROOT/components/com_sppagebuilder/builder/classes/base.php:135 |
13 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:277 |
12 | AddonParser::viewAddons() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:56 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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: 1.10 ms After last query: 14.70 ms Query memory: 0.038 MB Memory before query: 11.965 MB Rows returned: 1
SELECT *
FROM `base001_sppagebuilder`
WHERE `extension` = 'mod_sppagebuilder'
AND `extension_view` = 'module'
AND `view_id` = '165'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_sppagebuilder | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 54 | Using where |
Status | Duration |
---|
Starting | 0.06 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.05 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.04 ms |
Optimizing | 0.02 ms |
Statistics | 0.03 ms |
Preparing | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.59 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
13 | JDatabaseDriver->loadObject() | JROOT/modules/mod_sppagebuilder/helper.php:49 |
12 | ModSPagebuilderHelper::pageBuilderData() | JROOT/modules/mod_sppagebuilder/helper.php:18 |
11 | ModSPagebuilderHelper::getData() | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:21 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.49 ms After last query: 1.49 ms Query memory: 0.024 MB Memory before query: 11.992 MB Rows returned: 0
SELECT enabled
FROM `base001_extensions`
WHERE `name` = 'com_easystore'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_extensions | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 292 | Using where |
Status | Duration |
---|
Starting | 0.05 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.16 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
17 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_sppagebuilder/editor/helpers/ApplicationHelper.php:138 |
16 | ApplicationHelper::isEasyStoreInstalled() | JROOT/components/com_sppagebuilder/helpers/helper.php:1847 |
15 | SppagebuilderHelperSite::loadLanguage() | JROOT/components/com_sppagebuilder/helpers/helper.php:96 |
14 | SppagebuilderHelperSite::prepareAddonFieldStructures() | JROOT/components/com_sppagebuilder/helpers/helper.php:1138 |
13 | SppagebuilderHelperSite::prepareSpacingData() | JROOT/administrator/components/com_sppagebuilder/editor/helpers/ApplicationHelper.php:91 |
12 | ApplicationHelper::preparePageData() | JROOT/modules/mod_sppagebuilder/helper.php:19 |
11 | ModSPagebuilderHelper::getData() | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:21 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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: 0.10 ms Query memory: 0.024 MB Memory before query: 12.001 MB Rows returned: 1
SELECT `template`
FROM `base001_template_styles`
WHERE `client_id` = 0
AND `home` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_template_styles | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 1 | Using where |
Status | Duration |
---|
Starting | 0.03 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.01 ms |
Init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.05 ms |
Preparing | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.04 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/components/com_sppagebuilder/builder/classes/base.php:87 |
16 | SpPgaeBuilderBase::getTemplateName() | JROOT/components/com_sppagebuilder/builder/classes/base.php:135 |
15 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/helpers/helper.php:97 |
14 | SppagebuilderHelperSite::prepareAddonFieldStructures() | JROOT/components/com_sppagebuilder/helpers/helper.php:1138 |
13 | SppagebuilderHelperSite::prepareSpacingData() | JROOT/administrator/components/com_sppagebuilder/editor/helpers/ApplicationHelper.php:91 |
12 | ApplicationHelper::preparePageData() | JROOT/modules/mod_sppagebuilder/helper.php:19 |
11 | ModSPagebuilderHelper::getData() | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:21 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.74 ms After last query: 16.59 ms Query memory: 0.023 MB Memory before query: 12.012 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.11 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.04 ms |
Optimizing | 0.02 ms |
Statistics | 0.14 ms |
Preparing | 0.03 ms |
Executing | 0.00 ms |
Sending data | 0.07 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
13 | SppagebuilderHelperSite::getVersion() | JROOT/components/com_sppagebuilder/helpers/helper.php:2011 |
12 | SppagebuilderHelperSite::addStylesheet() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:29 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.31 ms After last query: 0.09 ms Query memory: 0.023 MB Memory before query: 12.019 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.02 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
13 | SppagebuilderHelperSite::getVersion() | JROOT/components/com_sppagebuilder/helpers/helper.php:2011 |
12 | SppagebuilderHelperSite::addStylesheet() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:30 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.32 ms After last query: 0.07 ms Query memory: 0.023 MB Memory before query: 12.026 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.04 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
13 | SppagebuilderHelperSite::getVersion() | JROOT/components/com_sppagebuilder/helpers/helper.php:2011 |
12 | SppagebuilderHelperSite::addStylesheet() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:35 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.30 ms After last query: 0.08 ms Query memory: 0.023 MB Memory before query: 12.034 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.03 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.01 ms |
Init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
13 | SppagebuilderHelperSite::getVersion() | JROOT/components/com_sppagebuilder/helpers/helper.php:2011 |
12 | SppagebuilderHelperSite::addStylesheet() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:40 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.29 ms After last query: 0.08 ms Query memory: 0.023 MB Memory before query: 12.041 MB Rows returned: 0
SELECT `a`.`name`,`a`.`css_path`
FROM `base001_sppagebuilder_assets` AS `a`
WHERE `a`.`published` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
Status | Duration |
---|
Starting | 0.04 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 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 |
Sending data | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/helpers/helper.php:2066 |
12 | SppagebuilderHelperSite::loadAssets() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:45 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.27 ms After last query: 0.08 ms Query memory: 0.023 MB Memory before query: 12.048 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
12 | SppagebuilderHelperSite::getVersion() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:48 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.29 ms After last query: 0.43 ms Query memory: 0.023 MB Memory before query: 12.055 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.03 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.01 ms |
Init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
12 | SppagebuilderHelperSite::getVersion() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:49 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.31 ms After last query: 0.59 ms Query memory: 0.023 MB Memory before query: 12.223 MB Rows returned: 1
SELECT `template`
FROM `base001_template_styles`
WHERE `client_id` = 0
AND `home` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_template_styles | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 1 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.00 ms |
System lock | 0.02 ms |
Table lock | 0.01 ms |
Init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_sppagebuilder/builder/classes/base.php:87 |
14 | SpPgaeBuilderBase::getTemplateName() | JROOT/components/com_sppagebuilder/builder/classes/base.php:135 |
13 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:277 |
12 | AddonParser::viewAddons() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:56 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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: 1.16 ms After last query: 16.03 ms Query memory: 0.038 MB Memory before query: 12.133 MB Rows returned: 1
SELECT *
FROM `base001_sppagebuilder`
WHERE `extension` = 'mod_sppagebuilder'
AND `extension_view` = 'module'
AND `view_id` = '168'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_sppagebuilder | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 54 | Using where |
Status | Duration |
---|
Starting | 0.12 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.05 ms |
Optimizing | 0.02 ms |
Statistics | 0.03 ms |
Preparing | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.60 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.04 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
13 | JDatabaseDriver->loadObject() | JROOT/modules/mod_sppagebuilder/helper.php:49 |
12 | ModSPagebuilderHelper::pageBuilderData() | JROOT/modules/mod_sppagebuilder/helper.php:18 |
11 | ModSPagebuilderHelper::getData() | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:21 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.57 ms After last query: 1.60 ms Query memory: 0.024 MB Memory before query: 12.155 MB Rows returned: 0
SELECT enabled
FROM `base001_extensions`
WHERE `name` = 'com_easystore'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_extensions | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 292 | Using where |
Status | Duration |
---|
Starting | 0.06 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.04 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.16 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
17 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_sppagebuilder/editor/helpers/ApplicationHelper.php:138 |
16 | ApplicationHelper::isEasyStoreInstalled() | JROOT/components/com_sppagebuilder/helpers/helper.php:1847 |
15 | SppagebuilderHelperSite::loadLanguage() | JROOT/components/com_sppagebuilder/helpers/helper.php:96 |
14 | SppagebuilderHelperSite::prepareAddonFieldStructures() | JROOT/components/com_sppagebuilder/helpers/helper.php:1138 |
13 | SppagebuilderHelperSite::prepareSpacingData() | JROOT/administrator/components/com_sppagebuilder/editor/helpers/ApplicationHelper.php:91 |
12 | ApplicationHelper::preparePageData() | JROOT/modules/mod_sppagebuilder/helper.php:19 |
11 | ModSPagebuilderHelper::getData() | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:21 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.37 ms After last query: 0.09 ms Query memory: 0.024 MB Memory before query: 12.164 MB Rows returned: 1
SELECT `template`
FROM `base001_template_styles`
WHERE `client_id` = 0
AND `home` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_template_styles | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 1 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.05 ms |
Preparing | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.04 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.04 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/components/com_sppagebuilder/builder/classes/base.php:87 |
16 | SpPgaeBuilderBase::getTemplateName() | JROOT/components/com_sppagebuilder/builder/classes/base.php:135 |
15 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/helpers/helper.php:97 |
14 | SppagebuilderHelperSite::prepareAddonFieldStructures() | JROOT/components/com_sppagebuilder/helpers/helper.php:1138 |
13 | SppagebuilderHelperSite::prepareSpacingData() | JROOT/administrator/components/com_sppagebuilder/editor/helpers/ApplicationHelper.php:91 |
12 | ApplicationHelper::preparePageData() | JROOT/modules/mod_sppagebuilder/helper.php:19 |
11 | ModSPagebuilderHelper::getData() | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:21 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.55 ms After last query: 14.03 ms Query memory: 0.023 MB Memory before query: 12.175 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.09 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.08 ms |
Preparing | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.06 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
13 | SppagebuilderHelperSite::getVersion() | JROOT/components/com_sppagebuilder/helpers/helper.php:2011 |
12 | SppagebuilderHelperSite::addStylesheet() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:29 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.28 ms After last query: 0.08 ms Query memory: 0.023 MB Memory before query: 12.183 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
13 | SppagebuilderHelperSite::getVersion() | JROOT/components/com_sppagebuilder/helpers/helper.php:2011 |
12 | SppagebuilderHelperSite::addStylesheet() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:30 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.30 ms After last query: 0.10 ms Query memory: 0.023 MB Memory before query: 12.190 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
13 | SppagebuilderHelperSite::getVersion() | JROOT/components/com_sppagebuilder/helpers/helper.php:2011 |
12 | SppagebuilderHelperSite::addStylesheet() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:35 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.28 ms After last query: 0.07 ms Query memory: 0.023 MB Memory before query: 12.197 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.03 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.01 ms |
Init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
13 | SppagebuilderHelperSite::getVersion() | JROOT/components/com_sppagebuilder/helpers/helper.php:2011 |
12 | SppagebuilderHelperSite::addStylesheet() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:40 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.29 ms After last query: 0.08 ms Query memory: 0.023 MB Memory before query: 12.204 MB Rows returned: 0
SELECT `a`.`name`,`a`.`css_path`
FROM `base001_sppagebuilder_assets` AS `a`
WHERE `a`.`published` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 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 |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.02 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/helpers/helper.php:2066 |
12 | SppagebuilderHelperSite::loadAssets() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:45 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.32 ms After last query: 0.08 ms Query memory: 0.023 MB Memory before query: 12.211 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.03 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.01 ms |
Init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.06 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
12 | SppagebuilderHelperSite::getVersion() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:48 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.31 ms After last query: 0.34 ms Query memory: 0.023 MB Memory before query: 12.218 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
12 | SppagebuilderHelperSite::getVersion() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:49 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.32 ms After last query: 0.54 ms Query memory: 0.023 MB Memory before query: 12.343 MB Rows returned: 1
SELECT `template`
FROM `base001_template_styles`
WHERE `client_id` = 0
AND `home` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_template_styles | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 1 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_sppagebuilder/builder/classes/base.php:87 |
14 | SpPgaeBuilderBase::getTemplateName() | JROOT/components/com_sppagebuilder/builder/classes/base.php:135 |
13 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:277 |
12 | AddonParser::viewAddons() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:56 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.42 ms After last query: 8.97 ms Query memory: 0.024 MB Memory before query: 12.153 MB Rows returned: 1
SELECT `template`
FROM `base001_template_styles`
WHERE `client_id` = 0
AND `home` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_template_styles | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 1 | Using where |
Status | Duration |
---|
Starting | 0.05 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.05 ms |
Preparing | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.04 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
16 | JDatabaseDriver->loadObject() | JROOT/components/com_sppagebuilder/builder/classes/base.php:87 |
15 | SpPgaeBuilderBase::getTemplateName() | JROOT/components/com_sppagebuilder/builder/classes/base.php:135 |
14 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:277 |
13 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:444 |
12 | AddonParser::viewAddons() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:56 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.68 ms After last query: 13.33 ms Query memory: 0.024 MB Memory before query: 12.239 MB Rows returned: 1
SELECT COUNT(1)
FROM `base001_easyblog_category_acl` as a
LEFT JOIN `base001_easyblog_category` as b
ON a.`category_id` = b.`id`
WHERE b.`published` = '1'
AND a.`acl_id` = '2'
AND a.`type` = 'user'
AND a.`content_id` = ''
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ref | easyblog_category_acl,easyblog_category_acl_id,easyblog_content_type,easyblog_category_content_type,idx_cat_post_acl | easyblog_category_acl_id | 8 | const | 1 | Using where |
1 | SIMPLE | b | eq_ref | PRIMARY,easyblog_cat_published,idx_category_access | PRIMARY | 8 | dbs9825424-2.a.category_id | 1 | Using where |
Status | Duration |
---|
Starting | 0.10 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.07 ms |
Optimizing | 0.03 ms |
Statistics | 0.14 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.04 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
16 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |
15 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/tables/categoryacl.php:79 |
14 | EasyBlogTableCategoryAcl->getUserAssignedCategoryACL() | JROOT/administrator/components/com_easyblog/includes/category/category.php:287 |
13 | EasyBlogCategory::genCatAccessSQL() | JROOT/administrator/components/com_easyblog/models/category.php:919 |
12 | EasyBlogModelCategory->getCategories() | JROOT/modules/mod_easyblogcategories/helper.php:87 |
11 | modEasyBlogCategoriesHelper->getCategories() | JROOT/modules/mod_easyblogcategories/mod_easyblogcategories.php:34 |
10 | include JROOT/modules/mod_easyblogcategories/mod_easyblogcategories.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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: 3.41 ms After last query: 0.11 ms Query memory: 0.025 MB Memory before query: 12.252 MB Rows returned: 6
select a.*, count(p.`id`) as `cnt`
from `base001_easyblog_category` as a
inner join `base001_easyblog_category` as c
on a.`lft` <= c.`lft`
and a.`rgt` >= c.`rgt`
left join `base001_easyblog_post_category` as `pcat`
on c.`id` = pcat.`category_id`
left join `base001_easyblog_post` as p
on pcat.`post_id` = p.`id`
and p.`published` = '1'
and p.`state` = '0'
and not exists ( select acp2.post_id
from `base001_easyblog_post_category` as acp2
inner join `base001_easyblog_category` as cat2
on acp2.`category_id` = cat2.`id`
where acp2.`post_id` = pcat.`post_id`
and ( (cat2.`private` = 1
and (0 = 0)) OR (cat2.`private` = 2
and (select count(1)
from `base001_easyblog_category_acl` as cacl2
where cacl2.`category_id` = cat2.`id`
and cacl2.`acl_id` = 1
and cacl2.`content_id` IN (1)) = 0) ))
AND (`p`.`language`='en-GB' OR `p`.`language`='*' OR `p`.`language`='')
AND EXISTS (select uu.id
from `base001_users` as uu
where uu.`id` = p.`created_by`
and uu.`block` = 0)
WHERE a.`published`='1'
and a.`parent_id` = 0
and (( (a.`private` = 0) OR (a.`private` = 1
AND '0' > 0) OR (a.`private` = 2
AND ( SELECT COUNT(1)
FROM `base001_easyblog_category_acl` as ca
WHERE ca.`category_id` = a.`id`
AND ca.`acl_id` = '1'
AND ( (ca.`content_id` IN ('1')
AND ca.`type` = '
group') OR (ca.`content_id` = '0'
AND ca.`type` = 'user') ) ) > 0 ) ))
AND (a.`language`='en-GB' OR a.`language`='*' OR a.`language`='')
GROUP BY a.`id`
having (count(p.`id`) > 0)
ORDER BY `cnt` DESC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | PRIMARY | c | index | easyblog_cat_lft,idx_cat_lftrgt | idx_cat_lftrgt | 10 | NULL | 12 | Using index; Using temporary; Using filesort |
1 | PRIMARY | pcat | ref | eb_post_category_catid,eb_post_category_cat_post | eb_post_category_cat_post | 4 | dbs9825424-2.c.id | 3 | Using where; Using index |
1 | PRIMARY | p | eq_ref | PRIMARY,easyblog_post_published,easyblog_post_blogger_list,easyblog_frontpage1,idx_pre_soucetype_postcount,idx_post_sql1,idx_latest_posts | PRIMARY | 8 | dbs9825424-2.pcat.post_id | 1 | Using where |
1 | PRIMARY | a | ALL | easyblog_cat_published,easyblog_cat_parentid,easyblog_cat_private,easyblog_cat_lft,idx_category_access,idx_cat_lftrgt | NO INDEX KEY COULD BE USED | NULL | NULL | 12 | Using where; Using join buffer (flat, BNL join) |
5 | DEPENDENT SUBQUERY | ca | ref | easyblog_category_acl,easyblog_category_acl_id,easyblog_content_type,easyblog_category_content_type,idx_cat_post_acl | easyblog_category_acl | 8 | dbs9825424-2.a.id | 1 | Using index condition; Using where |
4 | DEPENDENT SUBQUERY | uu | eq_ref | PRIMARY,idx_block | PRIMARY | 4 | dbs9825424-2.p.created_by | 1 | Using where |
2 | DEPENDENT SUBQUERY | acp2 | ref | eb_post_category_postid,eb_post_category_catid,eb_post_category_post_cat,eb_post_category_cat_post | eb_post_category_post_cat | 4 | dbs9825424-2.pcat.post_id | 1 | Using index |
2 | DEPENDENT SUBQUERY | cat2 | eq_ref | PRIMARY,easyblog_cat_private | PRIMARY | 8 | dbs9825424-2.acp2.category_id | 1 | Using where |
3 | DEPENDENT SUBQUERY | cacl2 | ref | easyblog_category_acl,easyblog_category_acl_id,easyblog_content_type,easyblog_category_content_type,idx_cat_post_acl | idx_cat_post_acl | 24 | dbs9825424-2.cat2.id,const,const | 1 | Using where; Using index |
Status | Duration |
---|
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.80 ms |
Creating sort index | 0.05 ms |
Removing tmp table | 0.09 ms |
Creating sort index | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Removing tmp table | 0.01 ms |
Freeing items | 0.01 ms |
Removing tmp table | 0.01 ms |
Freeing items | 0.02 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |
13 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/category.php:999 |
12 | EasyBlogModelCategory->getCategories() | JROOT/modules/mod_easyblogcategories/helper.php:87 |
11 | modEasyBlogCategoriesHelper->getCategories() | JROOT/modules/mod_easyblogcategories/mod_easyblogcategories.php:34 |
10 | include JROOT/modules/mod_easyblogcategories/mod_easyblogcategories.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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: 3.25 ms After last query: 0.27 ms Query memory: 0.023 MB Memory before query: 12.270 MB Rows returned: 1
select count(1)
from (select a.*, count(p.`id`) as `cnt`
from `base001_easyblog_category` as a
inner join `base001_easyblog_category` as c
on a.`lft` <= c.`lft`
and a.`rgt` >= c.`rgt`
left join `base001_easyblog_post_category` as `pcat`
on c.`id` = pcat.`category_id`
left join `base001_easyblog_post` as p
on pcat.`post_id` = p.`id`
and p.`published` = '1'
and p.`state` = '0'
and not exists ( select acp2.post_id
from `base001_easyblog_post_category` as acp2
inner join `base001_easyblog_category` as cat2
on acp2.`category_id` = cat2.`id`
where acp2.`post_id` = pcat.`post_id`
and ( (cat2.`private` = 1
and (0 = 0)) OR (cat2.`private` = 2
and (select count(1)
from `base001_easyblog_category_acl` as cacl2
where cacl2.`category_id` = cat2.`id`
and cacl2.`acl_id` = 1
and cacl2.`content_id` IN (1)) = 0) ))
AND (`p`.`language`='en-GB' OR `p`.`language`='*' OR `p`.`language`='')
AND EXISTS (select uu.id
from `base001_users` as uu
where uu.`id` = p.`created_by`
and uu.`block` = 0)
WHERE a.`published`='1'
and a.`parent_id` = 0
and (( (a.`private` = 0) OR (a.`private` = 1
AND '0' > 0) OR (a.`private` = 2
AND ( SELECT COUNT(1)
FROM `base001_easyblog_category_acl` as ca
WHERE ca.`category_id` = a.`id`
AND ca.`acl_id` = '1'
AND ( (ca.`content_id` IN ('1')
AND ca.`type` = '
group') OR (ca.`content_id` = '0'
AND ca.`type` = 'user') ) ) > 0 ) ))
AND (a.`language`='en-GB' OR a.`language`='*' OR a.`language`='')
GROUP BY a.`id`
having (count(p.`id`) > 0)) as x
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | PRIMARY | <derived2> | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 324 | |
2 | DERIVED | c | index | easyblog_cat_lft,idx_cat_lftrgt | idx_cat_lftrgt | 10 | NULL | 12 | Using index; Using temporary; Using filesort |
2 | DERIVED | pcat | ref | eb_post_category_catid,eb_post_category_cat_post | eb_post_category_cat_post | 4 | dbs9825424-2.c.id | 3 | Using where; Using index |
2 | DERIVED | p | eq_ref | PRIMARY,easyblog_post_published,easyblog_post_blogger_list,easyblog_frontpage1,idx_pre_soucetype_postcount,idx_post_sql1,idx_latest_posts | PRIMARY | 8 | dbs9825424-2.pcat.post_id | 1 | Using where |
2 | DERIVED | a | ALL | easyblog_cat_published,easyblog_cat_parentid,easyblog_cat_private,easyblog_cat_lft,idx_category_access,idx_cat_lftrgt | NO INDEX KEY COULD BE USED | NULL | NULL | 12 | Using where; Using join buffer (flat, BNL join) |
6 | DEPENDENT SUBQUERY | ca | ref | easyblog_category_acl,easyblog_category_acl_id,easyblog_content_type,easyblog_category_content_type,idx_cat_post_acl | easyblog_category_acl | 8 | dbs9825424-2.a.id | 1 | Using index condition; Using where |
5 | DEPENDENT SUBQUERY | uu | eq_ref | PRIMARY,idx_block | PRIMARY | 4 | dbs9825424-2.p.created_by | 1 | Using where |
3 | DEPENDENT SUBQUERY | acp2 | ref | eb_post_category_postid,eb_post_category_catid,eb_post_category_post_cat,eb_post_category_cat_post | eb_post_category_post_cat | 4 | dbs9825424-2.pcat.post_id | 1 | Using index |
3 | DEPENDENT SUBQUERY | cat2 | eq_ref | PRIMARY,easyblog_cat_private | PRIMARY | 8 | dbs9825424-2.acp2.category_id | 1 | Using where |
4 | DEPENDENT SUBQUERY | cacl2 | ref | easyblog_category_acl,easyblog_category_acl_id,easyblog_content_type,easyblog_category_content_type,idx_cat_post_acl | idx_cat_post_acl | 24 | dbs9825424-2.cat2.id,const,const | 1 | Using where; Using index |
Status | Duration |
---|
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.68 ms |
Creating sort index | 0.05 ms |
Removing tmp table | 0.08 ms |
Creating sort index | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Removing tmp table | 0.05 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Removing tmp table | 0.01 ms |
Freeing items | 0.00 ms |
Removing tmp table | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.08 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |
13 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/category.php:1008 |
12 | EasyBlogModelCategory->getCategories() | JROOT/modules/mod_easyblogcategories/helper.php:87 |
11 | modEasyBlogCategoriesHelper->getCategories() | JROOT/modules/mod_easyblogcategories/mod_easyblogcategories.php:34 |
10 | include JROOT/modules/mod_easyblogcategories/mod_easyblogcategories.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.66 ms After last query: 0.37 ms Query memory: 0.023 MB Memory before query: 12.288 MB Rows returned: 0
SELECT a.*, COUNT(`b`.`id`) AS `cnt`,'1' AS `level`
FROM `base001_easyblog_category` AS a
LEFT JOIN `base001_easyblog_post_category` AS pc
ON `a`.`id`=`pc`.`category_id`
LEFT JOIN `base001_easyblog_post` AS b
ON `b`.`id`=`pc`.`post_id`
AND `b`.`published`='1'
AND `b`.`state`='0'
WHERE `a`.`published`='1'
AND `parent_id`='10'
AND( `a`.`language`='en-GB' OR `a`.`language`='' OR `a`.`language`='*' )
GROUP BY `a`.`id`
HAVING (COUNT(`b`.`id`) > 0)
ORDER BY `cnt` desc
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ref | easyblog_cat_published,easyblog_cat_parentid,idx_category_access | easyblog_cat_parentid | 5 | const | 1 | Using where; Using temporary; Using filesort |
1 | SIMPLE | pc | ref | eb_post_category_catid,eb_post_category_cat_post | eb_post_category_cat_post | 4 | dbs9825424-2.a.id | 3 | Using where; Using index |
1 | SIMPLE | b | eq_ref | PRIMARY,easyblog_post_published,easyblog_post_blogger_list,easyblog_frontpage1,idx_pre_soucetype_postcount,idx_post_sql1,idx_latest_posts | PRIMARY | 8 | dbs9825424-2.pc.post_id | 1 | Using where |
Status | Duration |
---|
Starting | 0.05 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.04 ms |
Optimizing | 0.04 ms |
Statistics | 0.06 ms |
Preparing | 0.02 ms |
Creating tmp table | 0.02 ms |
Sorting for group | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.13 ms |
Creating sort index | 0.02 ms |
Removing tmp table | 0.04 ms |
Creating sort index | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |
13 | EasyBlogDbJoomla->__call() | JROOT/modules/mod_easyblogcategories/helper.php:171 |
12 | modEasyBlogCategoriesHelper->getChildCategories() | JROOT/modules/mod_easyblogcategories/helper.php:91 |
11 | modEasyBlogCategoriesHelper->getCategories() | JROOT/modules/mod_easyblogcategories/mod_easyblogcategories.php:34 |
10 | include JROOT/modules/mod_easyblogcategories/mod_easyblogcategories.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.66 ms After last query: 0.12 ms Query memory: 0.023 MB Memory before query: 12.298 MB Rows returned: 0
SELECT a.*, COUNT(`b`.`id`) AS `cnt`,'1' AS `level`
FROM `base001_easyblog_category` AS a
LEFT JOIN `base001_easyblog_post_category` AS pc
ON `a`.`id`=`pc`.`category_id`
LEFT JOIN `base001_easyblog_post` AS b
ON `b`.`id`=`pc`.`post_id`
AND `b`.`published`='1'
AND `b`.`state`='0'
WHERE `a`.`published`='1'
AND `parent_id`='9'
AND( `a`.`language`='en-GB' OR `a`.`language`='' OR `a`.`language`='*' )
GROUP BY `a`.`id`
HAVING (COUNT(`b`.`id`) > 0)
ORDER BY `cnt` desc
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ref | easyblog_cat_published,easyblog_cat_parentid,idx_category_access | easyblog_cat_parentid | 5 | const | 1 | Using where; Using temporary; Using filesort |
1 | SIMPLE | pc | ref | eb_post_category_catid,eb_post_category_cat_post | eb_post_category_cat_post | 4 | dbs9825424-2.a.id | 3 | Using where; Using index |
1 | SIMPLE | b | eq_ref | PRIMARY,easyblog_post_published,easyblog_post_blogger_list,easyblog_frontpage1,idx_pre_soucetype_postcount,idx_post_sql1,idx_latest_posts | PRIMARY | 8 | dbs9825424-2.pc.post_id | 1 | Using where |
Status | Duration |
---|
Starting | 0.05 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.09 ms |
Preparing | 0.02 ms |
Creating tmp table | 0.02 ms |
Sorting for group | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.14 ms |
Creating sort index | 0.02 ms |
Removing tmp table | 0.04 ms |
Creating sort index | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |
13 | EasyBlogDbJoomla->__call() | JROOT/modules/mod_easyblogcategories/helper.php:171 |
12 | modEasyBlogCategoriesHelper->getChildCategories() | JROOT/modules/mod_easyblogcategories/helper.php:91 |
11 | modEasyBlogCategoriesHelper->getCategories() | JROOT/modules/mod_easyblogcategories/mod_easyblogcategories.php:34 |
10 | include JROOT/modules/mod_easyblogcategories/mod_easyblogcategories.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.61 ms After last query: 0.12 ms Query memory: 0.023 MB Memory before query: 12.309 MB Rows returned: 0
SELECT a.*, COUNT(`b`.`id`) AS `cnt`,'1' AS `level`
FROM `base001_easyblog_category` AS a
LEFT JOIN `base001_easyblog_post_category` AS pc
ON `a`.`id`=`pc`.`category_id`
LEFT JOIN `base001_easyblog_post` AS b
ON `b`.`id`=`pc`.`post_id`
AND `b`.`published`='1'
AND `b`.`state`='0'
WHERE `a`.`published`='1'
AND `parent_id`='8'
AND( `a`.`language`='en-GB' OR `a`.`language`='' OR `a`.`language`='*' )
GROUP BY `a`.`id`
HAVING (COUNT(`b`.`id`) > 0)
ORDER BY `cnt` desc
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ref | easyblog_cat_published,easyblog_cat_parentid,idx_category_access | easyblog_cat_parentid | 5 | const | 1 | Using where; Using temporary; Using filesort |
1 | SIMPLE | pc | ref | eb_post_category_catid,eb_post_category_cat_post | eb_post_category_cat_post | 4 | dbs9825424-2.a.id | 3 | Using where; Using index |
1 | SIMPLE | b | eq_ref | PRIMARY,easyblog_post_published,easyblog_post_blogger_list,easyblog_frontpage1,idx_pre_soucetype_postcount,idx_post_sql1,idx_latest_posts | PRIMARY | 8 | dbs9825424-2.pc.post_id | 1 | Using where |
Status | Duration |
---|
Starting | 0.05 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.04 ms |
Optimizing | 0.02 ms |
Statistics | 0.06 ms |
Preparing | 0.02 ms |
Creating tmp table | 0.02 ms |
Sorting for group | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.12 ms |
Creating sort index | 0.02 ms |
Removing tmp table | 0.04 ms |
Creating sort index | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |
13 | EasyBlogDbJoomla->__call() | JROOT/modules/mod_easyblogcategories/helper.php:171 |
12 | modEasyBlogCategoriesHelper->getChildCategories() | JROOT/modules/mod_easyblogcategories/helper.php:91 |
11 | modEasyBlogCategoriesHelper->getCategories() | JROOT/modules/mod_easyblogcategories/mod_easyblogcategories.php:34 |
10 | include JROOT/modules/mod_easyblogcategories/mod_easyblogcategories.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.63 ms After last query: 0.13 ms Query memory: 0.023 MB Memory before query: 12.320 MB Rows returned: 0
SELECT a.*, COUNT(`b`.`id`) AS `cnt`,'1' AS `level`
FROM `base001_easyblog_category` AS a
LEFT JOIN `base001_easyblog_post_category` AS pc
ON `a`.`id`=`pc`.`category_id`
LEFT JOIN `base001_easyblog_post` AS b
ON `b`.`id`=`pc`.`post_id`
AND `b`.`published`='1'
AND `b`.`state`='0'
WHERE `a`.`published`='1'
AND `parent_id`='11'
AND( `a`.`language`='en-GB' OR `a`.`language`='' OR `a`.`language`='*' )
GROUP BY `a`.`id`
HAVING (COUNT(`b`.`id`) > 0)
ORDER BY `cnt` desc
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ref | easyblog_cat_published,easyblog_cat_parentid,idx_category_access | easyblog_cat_parentid | 5 | const | 1 | Using where; Using temporary; Using filesort |
1 | SIMPLE | pc | ref | eb_post_category_catid,eb_post_category_cat_post | eb_post_category_cat_post | 4 | dbs9825424-2.a.id | 3 | Using where; Using index |
1 | SIMPLE | b | eq_ref | PRIMARY,easyblog_post_published,easyblog_post_blogger_list,easyblog_frontpage1,idx_pre_soucetype_postcount,idx_post_sql1,idx_latest_posts | PRIMARY | 8 | dbs9825424-2.pc.post_id | 1 | Using where |
Status | Duration |
---|
Starting | 0.05 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.06 ms |
Preparing | 0.03 ms |
Creating tmp table | 0.02 ms |
Sorting for group | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.12 ms |
Creating sort index | 0.02 ms |
Removing tmp table | 0.04 ms |
Creating sort index | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |
13 | EasyBlogDbJoomla->__call() | JROOT/modules/mod_easyblogcategories/helper.php:171 |
12 | modEasyBlogCategoriesHelper->getChildCategories() | JROOT/modules/mod_easyblogcategories/helper.php:91 |
11 | modEasyBlogCategoriesHelper->getCategories() | JROOT/modules/mod_easyblogcategories/mod_easyblogcategories.php:34 |
10 | include JROOT/modules/mod_easyblogcategories/mod_easyblogcategories.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.70 ms After last query: 0.12 ms Query memory: 0.023 MB Memory before query: 12.331 MB Rows returned: 0
SELECT a.*, COUNT(`b`.`id`) AS `cnt`,'1' AS `level`
FROM `base001_easyblog_category` AS a
LEFT JOIN `base001_easyblog_post_category` AS pc
ON `a`.`id`=`pc`.`category_id`
LEFT JOIN `base001_easyblog_post` AS b
ON `b`.`id`=`pc`.`post_id`
AND `b`.`published`='1'
AND `b`.`state`='0'
WHERE `a`.`published`='1'
AND `parent_id`='7'
AND( `a`.`language`='en-GB' OR `a`.`language`='' OR `a`.`language`='*' )
GROUP BY `a`.`id`
HAVING (COUNT(`b`.`id`) > 0)
ORDER BY `cnt` desc
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ref | easyblog_cat_published,easyblog_cat_parentid,idx_category_access | easyblog_cat_parentid | 5 | const | 1 | Using where; Using temporary; Using filesort |
1 | SIMPLE | pc | ref | eb_post_category_catid,eb_post_category_cat_post | eb_post_category_cat_post | 4 | dbs9825424-2.a.id | 3 | Using where; Using index |
1 | SIMPLE | b | eq_ref | PRIMARY,easyblog_post_published,easyblog_post_blogger_list,easyblog_frontpage1,idx_pre_soucetype_postcount,idx_post_sql1,idx_latest_posts | PRIMARY | 8 | dbs9825424-2.pc.post_id | 1 | Using where |
Status | Duration |
---|
Starting | 0.05 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.05 ms |
Optimizing | 0.02 ms |
Statistics | 0.06 ms |
Preparing | 0.02 ms |
Creating tmp table | 0.03 ms |
Sorting for group | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.13 ms |
Creating sort index | 0.02 ms |
Removing tmp table | 0.08 ms |
Creating sort index | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |
13 | EasyBlogDbJoomla->__call() | JROOT/modules/mod_easyblogcategories/helper.php:171 |
12 | modEasyBlogCategoriesHelper->getChildCategories() | JROOT/modules/mod_easyblogcategories/helper.php:91 |
11 | modEasyBlogCategoriesHelper->getCategories() | JROOT/modules/mod_easyblogcategories/mod_easyblogcategories.php:34 |
10 | include JROOT/modules/mod_easyblogcategories/mod_easyblogcategories.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.66 ms After last query: 0.12 ms Query memory: 0.023 MB Memory before query: 12.341 MB Rows returned: 0
SELECT a.*, COUNT(`b`.`id`) AS `cnt`,'1' AS `level`
FROM `base001_easyblog_category` AS a
LEFT JOIN `base001_easyblog_post_category` AS pc
ON `a`.`id`=`pc`.`category_id`
LEFT JOIN `base001_easyblog_post` AS b
ON `b`.`id`=`pc`.`post_id`
AND `b`.`published`='1'
AND `b`.`state`='0'
WHERE `a`.`published`='1'
AND `parent_id`='12'
AND( `a`.`language`='en-GB' OR `a`.`language`='' OR `a`.`language`='*' )
GROUP BY `a`.`id`
HAVING (COUNT(`b`.`id`) > 0)
ORDER BY `cnt` desc
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ref | easyblog_cat_published,easyblog_cat_parentid,idx_category_access | easyblog_cat_parentid | 5 | const | 1 | Using where; Using temporary; Using filesort |
1 | SIMPLE | pc | ref | eb_post_category_catid,eb_post_category_cat_post | eb_post_category_cat_post | 4 | dbs9825424-2.a.id | 3 | Using where; Using index |
1 | SIMPLE | b | eq_ref | PRIMARY,easyblog_post_published,easyblog_post_blogger_list,easyblog_frontpage1,idx_pre_soucetype_postcount,idx_post_sql1,idx_latest_posts | PRIMARY | 8 | dbs9825424-2.pc.post_id | 1 | Using where |
Status | Duration |
---|
Starting | 0.05 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.06 ms |
Preparing | 0.02 ms |
Creating tmp table | 0.02 ms |
Sorting for group | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.15 ms |
Creating sort index | 0.02 ms |
Removing tmp table | 0.05 ms |
Creating sort index | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |
13 | EasyBlogDbJoomla->__call() | JROOT/modules/mod_easyblogcategories/helper.php:171 |
12 | modEasyBlogCategoriesHelper->getChildCategories() | JROOT/modules/mod_easyblogcategories/helper.php:91 |
11 | modEasyBlogCategoriesHelper->getCategories() | JROOT/modules/mod_easyblogcategories/mod_easyblogcategories.php:34 |
10 | include JROOT/modules/mod_easyblogcategories/mod_easyblogcategories.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.31 ms After last query: 0.86 ms Query memory: 0.027 MB Memory before query: 12.349 MB Rows returned: 1
SELECT *
FROM base001_easyblog_category
WHERE `id` = '10'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_easyblog_category | const | PRIMARY | PRIMARY | 8 | const | 1 | |
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
21 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
20 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:892 |
19 | EasyBlogCache->fallback() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:867 |
18 | EasyBlogCache->get() | JROOT/administrator/components/com_easyblog/includes/router.php:666 |
17 | EBR::_() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3509 |
16 | EB::_() | JROOT/administrator/components/com_easyblog/tables/category.php:1421 |
15 | EasyBlogTableCategory->getPermalink() | JROOT/modules/mod_easyblogcategories/tmpl/default_toggle_items.php:19 |
14 | require JROOT/modules/mod_easyblogcategories/tmpl/default_toggle_items.php | JROOT/modules/mod_easyblogcategories/helper.php:275 |
13 | modEasyBlogCategoriesHelper->getToggleOutput() | JROOT/modules/mod_easyblogcategories/tmpl/default_toggle.php:15 |
12 | require JROOT/modules/mod_easyblogcategories/tmpl/default_toggle.php | JROOT/modules/mod_easyblogcategories/tmpl/default.php:15 |
11 | require JROOT/modules/mod_easyblogcategories/tmpl/default.php | JROOT/modules/mod_easyblogcategories/mod_easyblogcategories.php:40 |
10 | include JROOT/modules/mod_easyblogcategories/mod_easyblogcategories.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.30 ms After last query: 0.67 ms Query memory: 0.027 MB Memory before query: 12.367 MB Rows returned: 1
SELECT *
FROM base001_easyblog_category
WHERE `id` = '9'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_easyblog_category | const | PRIMARY | PRIMARY | 8 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
21 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
20 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:892 |
19 | EasyBlogCache->fallback() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:867 |
18 | EasyBlogCache->get() | JROOT/administrator/components/com_easyblog/includes/router.php:666 |
17 | EBR::_() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3509 |
16 | EB::_() | JROOT/administrator/components/com_easyblog/tables/category.php:1421 |
15 | EasyBlogTableCategory->getPermalink() | JROOT/modules/mod_easyblogcategories/tmpl/default_toggle_items.php:19 |
14 | require JROOT/modules/mod_easyblogcategories/tmpl/default_toggle_items.php | JROOT/modules/mod_easyblogcategories/helper.php:275 |
13 | modEasyBlogCategoriesHelper->getToggleOutput() | JROOT/modules/mod_easyblogcategories/tmpl/default_toggle.php:15 |
12 | require JROOT/modules/mod_easyblogcategories/tmpl/default_toggle.php | JROOT/modules/mod_easyblogcategories/tmpl/default.php:15 |
11 | require JROOT/modules/mod_easyblogcategories/tmpl/default.php | JROOT/modules/mod_easyblogcategories/mod_easyblogcategories.php:40 |
10 | include JROOT/modules/mod_easyblogcategories/mod_easyblogcategories.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.34 ms After last query: 0.57 ms Query memory: 0.027 MB Memory before query: 12.384 MB Rows returned: 1
SELECT *
FROM base001_easyblog_category
WHERE `id` = '8'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_easyblog_category | const | PRIMARY | PRIMARY | 8 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 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.01 ms |
Init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
21 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
20 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:892 |
19 | EasyBlogCache->fallback() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:867 |
18 | EasyBlogCache->get() | JROOT/administrator/components/com_easyblog/includes/router.php:666 |
17 | EBR::_() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3509 |
16 | EB::_() | JROOT/administrator/components/com_easyblog/tables/category.php:1421 |
15 | EasyBlogTableCategory->getPermalink() | JROOT/modules/mod_easyblogcategories/tmpl/default_toggle_items.php:19 |
14 | require JROOT/modules/mod_easyblogcategories/tmpl/default_toggle_items.php | JROOT/modules/mod_easyblogcategories/helper.php:275 |
13 | modEasyBlogCategoriesHelper->getToggleOutput() | JROOT/modules/mod_easyblogcategories/tmpl/default_toggle.php:15 |
12 | require JROOT/modules/mod_easyblogcategories/tmpl/default_toggle.php | JROOT/modules/mod_easyblogcategories/tmpl/default.php:15 |
11 | require JROOT/modules/mod_easyblogcategories/tmpl/default.php | JROOT/modules/mod_easyblogcategories/mod_easyblogcategories.php:40 |
10 | include JROOT/modules/mod_easyblogcategories/mod_easyblogcategories.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.31 ms After last query: 0.53 ms Query memory: 0.027 MB Memory before query: 12.402 MB Rows returned: 1
SELECT *
FROM base001_easyblog_category
WHERE `id` = '11'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_easyblog_category | const | PRIMARY | PRIMARY | 8 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.02 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
21 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
20 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:892 |
19 | EasyBlogCache->fallback() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:867 |
18 | EasyBlogCache->get() | JROOT/administrator/components/com_easyblog/includes/router.php:666 |
17 | EBR::_() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3509 |
16 | EB::_() | JROOT/administrator/components/com_easyblog/tables/category.php:1421 |
15 | EasyBlogTableCategory->getPermalink() | JROOT/modules/mod_easyblogcategories/tmpl/default_toggle_items.php:19 |
14 | require JROOT/modules/mod_easyblogcategories/tmpl/default_toggle_items.php | JROOT/modules/mod_easyblogcategories/helper.php:275 |
13 | modEasyBlogCategoriesHelper->getToggleOutput() | JROOT/modules/mod_easyblogcategories/tmpl/default_toggle.php:15 |
12 | require JROOT/modules/mod_easyblogcategories/tmpl/default_toggle.php | JROOT/modules/mod_easyblogcategories/tmpl/default.php:15 |
11 | require JROOT/modules/mod_easyblogcategories/tmpl/default.php | JROOT/modules/mod_easyblogcategories/mod_easyblogcategories.php:40 |
10 | include JROOT/modules/mod_easyblogcategories/mod_easyblogcategories.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.30 ms After last query: 0.54 ms Query memory: 0.027 MB Memory before query: 12.419 MB Rows returned: 1
SELECT *
FROM base001_easyblog_category
WHERE `id` = '7'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_easyblog_category | const | PRIMARY | PRIMARY | 8 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.04 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
21 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
20 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:892 |
19 | EasyBlogCache->fallback() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:867 |
18 | EasyBlogCache->get() | JROOT/administrator/components/com_easyblog/includes/router.php:666 |
17 | EBR::_() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3509 |
16 | EB::_() | JROOT/administrator/components/com_easyblog/tables/category.php:1421 |
15 | EasyBlogTableCategory->getPermalink() | JROOT/modules/mod_easyblogcategories/tmpl/default_toggle_items.php:19 |
14 | require JROOT/modules/mod_easyblogcategories/tmpl/default_toggle_items.php | JROOT/modules/mod_easyblogcategories/helper.php:275 |
13 | modEasyBlogCategoriesHelper->getToggleOutput() | JROOT/modules/mod_easyblogcategories/tmpl/default_toggle.php:15 |
12 | require JROOT/modules/mod_easyblogcategories/tmpl/default_toggle.php | JROOT/modules/mod_easyblogcategories/tmpl/default.php:15 |
11 | require JROOT/modules/mod_easyblogcategories/tmpl/default.php | JROOT/modules/mod_easyblogcategories/mod_easyblogcategories.php:40 |
10 | include JROOT/modules/mod_easyblogcategories/mod_easyblogcategories.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.30 ms After last query: 0.54 ms Query memory: 0.027 MB Memory before query: 12.437 MB Rows returned: 1
SELECT *
FROM base001_easyblog_category
WHERE `id` = '12'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_easyblog_category | const | PRIMARY | PRIMARY | 8 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
21 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
20 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:892 |
19 | EasyBlogCache->fallback() | JROOT/administrator/components/com_easyblog/includes/cache/cache.php:867 |
18 | EasyBlogCache->get() | JROOT/administrator/components/com_easyblog/includes/router.php:666 |
17 | EBR::_() | JROOT/administrator/components/com_easyblog/includes/easyblog.php:3509 |
16 | EB::_() | JROOT/administrator/components/com_easyblog/tables/category.php:1421 |
15 | EasyBlogTableCategory->getPermalink() | JROOT/modules/mod_easyblogcategories/tmpl/default_toggle_items.php:19 |
14 | require JROOT/modules/mod_easyblogcategories/tmpl/default_toggle_items.php | JROOT/modules/mod_easyblogcategories/helper.php:275 |
13 | modEasyBlogCategoriesHelper->getToggleOutput() | JROOT/modules/mod_easyblogcategories/tmpl/default_toggle.php:15 |
12 | require JROOT/modules/mod_easyblogcategories/tmpl/default_toggle.php | JROOT/modules/mod_easyblogcategories/tmpl/default.php:15 |
11 | require JROOT/modules/mod_easyblogcategories/tmpl/default.php | JROOT/modules/mod_easyblogcategories/mod_easyblogcategories.php:40 |
10 | include JROOT/modules/mod_easyblogcategories/mod_easyblogcategories.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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: 1.07 ms After last query: 2.47 ms Query memory: 0.026 MB Memory before query: 12.456 MB Rows returned: 14
select SQL_CALC_FOUND_ROWS a.*, count(c.`id`) as `post_count`
from `base001_easyblog_tag` as a
left join `base001_easyblog_post_tag` as b
on a.`id` = b.`tag_id`
left join `base001_easyblog_post` as c
on b.`post_id` = c.`id`
and c.`published` = '1'
and c.`state` = '0'
LEFT JOIN `base001_users` AS uu
ON c.`created_by` = uu.`id`
where a.`published` = '1'
AND (a.`language` ='en-GB' OR a.`language` ='*' OR a.`language` ='')
AND (uu.`block` = 0 OR uu.`id` IS NULL)
group by (a.`id`)
order by `post_count` DESC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | index | easyblog_tag_published,easyblog_tag_query1 | PRIMARY | 8 | NULL | 14 | Using where; Using temporary; Using filesort |
1 | SIMPLE | b | ref | easyblog_post_tag_tag_id,easyblog_post_tagpost_id | easyblog_post_tagpost_id | 8 | dbs9825424-2.a.id | 1 | Using index |
1 | SIMPLE | c | eq_ref | PRIMARY,easyblog_post_published,easyblog_post_blogger_list,easyblog_frontpage1,idx_pre_soucetype_postcount,idx_post_sql1,idx_latest_posts | PRIMARY | 8 | dbs9825424-2.b.post_id | 1 | Using where |
1 | SIMPLE | uu | eq_ref | PRIMARY | PRIMARY | 4 | dbs9825424-2.c.created_by | 1 | Using where |
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.01 ms |
Table lock | 0.01 ms |
Init | 0.04 ms |
Optimizing | 0.02 ms |
Statistics | 0.09 ms |
Preparing | 0.03 ms |
Creating tmp table | 0.02 ms |
Sorting for group | 0.01 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.32 ms |
Creating sort index | 0.05 ms |
Removing tmp table | 0.09 ms |
Creating sort index | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.05 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.04 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_easyblog/includes/utils.php:298 |
13 | EasyBlogDbJoomla->__call() | JROOT/administrator/components/com_easyblog/models/tags.php:641 |
12 | EasyBlogModelTags->getTagCloud() | JROOT/modules/mod_easyblogtagcloud/helper.php:55 |
11 | modEasyBlogTagCloudHelper->getTagCloud() | JROOT/modules/mod_easyblogtagcloud/mod_easyblogtagcloud.php:35 |
10 | include JROOT/modules/mod_easyblogtagcloud/mod_easyblogtagcloud.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.68 ms After last query: 1.59 ms Query memory: 0.028 MB Memory before query: 12.504 MB Rows returned: 1
SELECT *
FROM base001_easyblog_tag
WHERE `id` = '6'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_easyblog_tag | const | PRIMARY | PRIMARY | 8 | const | 1 | |
Status | Duration |
---|
Starting | 0.11 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.05 ms |
Optimizing | 0.08 ms |
Statistics | 0.07 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.02 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
25 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
24 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/tables/tag.php:76 |
23 | EasyBlogTableTag->load() | JROOT/components/com_easyblog/router.php:274 |
22 | EasyBlogRouterBase::buildRoute() | JROOT/components/com_easyblog/router.php:1368 |
21 | EasyBlogBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_easyblog/includes/router.php:788 |
13 | EBR::_() | JROOT/administrator/components/com_easyblog/tables/tag.php:356 |
12 | EasyBlogTableTag->getPermalink() | JROOT/modules/mod_easyblogtagcloud/tmpl/default.php:17 |
11 | require JROOT/modules/mod_easyblogtagcloud/tmpl/default.php | JROOT/modules/mod_easyblogtagcloud/mod_easyblogtagcloud.php:37 |
10 | include JROOT/modules/mod_easyblogtagcloud/mod_easyblogtagcloud.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.28 ms After last query: 0.34 ms Query memory: 0.028 MB Memory before query: 12.517 MB Rows returned: 1
SELECT *
FROM base001_easyblog_tag
WHERE `id` = '2'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_easyblog_tag | const | PRIMARY | PRIMARY | 8 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 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.01 ms |
Init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
25 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
24 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/tables/tag.php:76 |
23 | EasyBlogTableTag->load() | JROOT/components/com_easyblog/router.php:274 |
22 | EasyBlogRouterBase::buildRoute() | JROOT/components/com_easyblog/router.php:1368 |
21 | EasyBlogBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_easyblog/includes/router.php:788 |
13 | EBR::_() | JROOT/administrator/components/com_easyblog/tables/tag.php:356 |
12 | EasyBlogTableTag->getPermalink() | JROOT/modules/mod_easyblogtagcloud/tmpl/default.php:17 |
11 | require JROOT/modules/mod_easyblogtagcloud/tmpl/default.php | JROOT/modules/mod_easyblogtagcloud/mod_easyblogtagcloud.php:37 |
10 | include JROOT/modules/mod_easyblogtagcloud/mod_easyblogtagcloud.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.29 ms After last query: 0.27 ms Query memory: 0.028 MB Memory before query: 12.530 MB Rows returned: 1
SELECT *
FROM base001_easyblog_tag
WHERE `id` = '1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_easyblog_tag | const | PRIMARY | PRIMARY | 8 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 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.01 ms |
Init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
25 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
24 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/tables/tag.php:76 |
23 | EasyBlogTableTag->load() | JROOT/components/com_easyblog/router.php:274 |
22 | EasyBlogRouterBase::buildRoute() | JROOT/components/com_easyblog/router.php:1368 |
21 | EasyBlogBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_easyblog/includes/router.php:788 |
13 | EBR::_() | JROOT/administrator/components/com_easyblog/tables/tag.php:356 |
12 | EasyBlogTableTag->getPermalink() | JROOT/modules/mod_easyblogtagcloud/tmpl/default.php:17 |
11 | require JROOT/modules/mod_easyblogtagcloud/tmpl/default.php | JROOT/modules/mod_easyblogtagcloud/mod_easyblogtagcloud.php:37 |
10 | include JROOT/modules/mod_easyblogtagcloud/mod_easyblogtagcloud.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.29 ms After last query: 0.31 ms Query memory: 0.028 MB Memory before query: 12.543 MB Rows returned: 1
SELECT *
FROM base001_easyblog_tag
WHERE `id` = '5'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_easyblog_tag | const | PRIMARY | PRIMARY | 8 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 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.01 ms |
Init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
25 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
24 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/tables/tag.php:76 |
23 | EasyBlogTableTag->load() | JROOT/components/com_easyblog/router.php:274 |
22 | EasyBlogRouterBase::buildRoute() | JROOT/components/com_easyblog/router.php:1368 |
21 | EasyBlogBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_easyblog/includes/router.php:788 |
13 | EBR::_() | JROOT/administrator/components/com_easyblog/tables/tag.php:356 |
12 | EasyBlogTableTag->getPermalink() | JROOT/modules/mod_easyblogtagcloud/tmpl/default.php:17 |
11 | require JROOT/modules/mod_easyblogtagcloud/tmpl/default.php | JROOT/modules/mod_easyblogtagcloud/mod_easyblogtagcloud.php:37 |
10 | include JROOT/modules/mod_easyblogtagcloud/mod_easyblogtagcloud.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.31 ms After last query: 0.26 ms Query memory: 0.028 MB Memory before query: 12.556 MB Rows returned: 1
SELECT *
FROM base001_easyblog_tag
WHERE `id` = '9'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_easyblog_tag | const | PRIMARY | PRIMARY | 8 | const | 1 | |
Status | Duration |
---|
Starting | 0.03 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.01 ms |
Init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
25 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
24 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/tables/tag.php:76 |
23 | EasyBlogTableTag->load() | JROOT/components/com_easyblog/router.php:274 |
22 | EasyBlogRouterBase::buildRoute() | JROOT/components/com_easyblog/router.php:1368 |
21 | EasyBlogBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_easyblog/includes/router.php:788 |
13 | EBR::_() | JROOT/administrator/components/com_easyblog/tables/tag.php:356 |
12 | EasyBlogTableTag->getPermalink() | JROOT/modules/mod_easyblogtagcloud/tmpl/default.php:17 |
11 | require JROOT/modules/mod_easyblogtagcloud/tmpl/default.php | JROOT/modules/mod_easyblogtagcloud/mod_easyblogtagcloud.php:37 |
10 | include JROOT/modules/mod_easyblogtagcloud/mod_easyblogtagcloud.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.27 ms After last query: 0.26 ms Query memory: 0.028 MB Memory before query: 12.569 MB Rows returned: 1
SELECT *
FROM base001_easyblog_tag
WHERE `id` = '11'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_easyblog_tag | const | PRIMARY | PRIMARY | 8 | const | 1 | |
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
25 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
24 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/tables/tag.php:76 |
23 | EasyBlogTableTag->load() | JROOT/components/com_easyblog/router.php:274 |
22 | EasyBlogRouterBase::buildRoute() | JROOT/components/com_easyblog/router.php:1368 |
21 | EasyBlogBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_easyblog/includes/router.php:788 |
13 | EBR::_() | JROOT/administrator/components/com_easyblog/tables/tag.php:356 |
12 | EasyBlogTableTag->getPermalink() | JROOT/modules/mod_easyblogtagcloud/tmpl/default.php:17 |
11 | require JROOT/modules/mod_easyblogtagcloud/tmpl/default.php | JROOT/modules/mod_easyblogtagcloud/mod_easyblogtagcloud.php:37 |
10 | include JROOT/modules/mod_easyblogtagcloud/mod_easyblogtagcloud.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.28 ms After last query: 0.28 ms Query memory: 0.028 MB Memory before query: 12.582 MB Rows returned: 1
SELECT *
FROM base001_easyblog_tag
WHERE `id` = '3'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_easyblog_tag | const | PRIMARY | PRIMARY | 8 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
25 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
24 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/tables/tag.php:76 |
23 | EasyBlogTableTag->load() | JROOT/components/com_easyblog/router.php:274 |
22 | EasyBlogRouterBase::buildRoute() | JROOT/components/com_easyblog/router.php:1368 |
21 | EasyBlogBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_easyblog/includes/router.php:788 |
13 | EBR::_() | JROOT/administrator/components/com_easyblog/tables/tag.php:356 |
12 | EasyBlogTableTag->getPermalink() | JROOT/modules/mod_easyblogtagcloud/tmpl/default.php:17 |
11 | require JROOT/modules/mod_easyblogtagcloud/tmpl/default.php | JROOT/modules/mod_easyblogtagcloud/mod_easyblogtagcloud.php:37 |
10 | include JROOT/modules/mod_easyblogtagcloud/mod_easyblogtagcloud.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.27 ms After last query: 0.31 ms Query memory: 0.028 MB Memory before query: 12.595 MB Rows returned: 1
SELECT *
FROM base001_easyblog_tag
WHERE `id` = '13'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_easyblog_tag | const | PRIMARY | PRIMARY | 8 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 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.01 ms |
Init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
25 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
24 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/tables/tag.php:76 |
23 | EasyBlogTableTag->load() | JROOT/components/com_easyblog/router.php:274 |
22 | EasyBlogRouterBase::buildRoute() | JROOT/components/com_easyblog/router.php:1368 |
21 | EasyBlogBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_easyblog/includes/router.php:788 |
13 | EBR::_() | JROOT/administrator/components/com_easyblog/tables/tag.php:356 |
12 | EasyBlogTableTag->getPermalink() | JROOT/modules/mod_easyblogtagcloud/tmpl/default.php:17 |
11 | require JROOT/modules/mod_easyblogtagcloud/tmpl/default.php | JROOT/modules/mod_easyblogtagcloud/mod_easyblogtagcloud.php:37 |
10 | include JROOT/modules/mod_easyblogtagcloud/mod_easyblogtagcloud.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.29 ms After last query: 0.26 ms Query memory: 0.028 MB Memory before query: 12.608 MB Rows returned: 1
SELECT *
FROM base001_easyblog_tag
WHERE `id` = '8'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_easyblog_tag | const | PRIMARY | PRIMARY | 8 | const | 1 | |
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
25 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
24 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/tables/tag.php:76 |
23 | EasyBlogTableTag->load() | JROOT/components/com_easyblog/router.php:274 |
22 | EasyBlogRouterBase::buildRoute() | JROOT/components/com_easyblog/router.php:1368 |
21 | EasyBlogBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_easyblog/includes/router.php:788 |
13 | EBR::_() | JROOT/administrator/components/com_easyblog/tables/tag.php:356 |
12 | EasyBlogTableTag->getPermalink() | JROOT/modules/mod_easyblogtagcloud/tmpl/default.php:17 |
11 | require JROOT/modules/mod_easyblogtagcloud/tmpl/default.php | JROOT/modules/mod_easyblogtagcloud/mod_easyblogtagcloud.php:37 |
10 | include JROOT/modules/mod_easyblogtagcloud/mod_easyblogtagcloud.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.26 ms After last query: 0.26 ms Query memory: 0.028 MB Memory before query: 12.621 MB Rows returned: 1
SELECT *
FROM base001_easyblog_tag
WHERE `id` = '12'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_easyblog_tag | const | PRIMARY | PRIMARY | 8 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 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/libraries/src/Table/Table.php:747 |
24 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/tables/tag.php:76 |
23 | EasyBlogTableTag->load() | JROOT/components/com_easyblog/router.php:274 |
22 | EasyBlogRouterBase::buildRoute() | JROOT/components/com_easyblog/router.php:1368 |
21 | EasyBlogBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_easyblog/includes/router.php:788 |
13 | EBR::_() | JROOT/administrator/components/com_easyblog/tables/tag.php:356 |
12 | EasyBlogTableTag->getPermalink() | JROOT/modules/mod_easyblogtagcloud/tmpl/default.php:17 |
11 | require JROOT/modules/mod_easyblogtagcloud/tmpl/default.php | JROOT/modules/mod_easyblogtagcloud/mod_easyblogtagcloud.php:37 |
10 | include JROOT/modules/mod_easyblogtagcloud/mod_easyblogtagcloud.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.29 ms After last query: 0.27 ms Query memory: 0.028 MB Memory before query: 12.633 MB Rows returned: 1
SELECT *
FROM base001_easyblog_tag
WHERE `id` = '4'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_easyblog_tag | const | PRIMARY | PRIMARY | 8 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 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/libraries/src/Table/Table.php:747 |
24 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/tables/tag.php:76 |
23 | EasyBlogTableTag->load() | JROOT/components/com_easyblog/router.php:274 |
22 | EasyBlogRouterBase::buildRoute() | JROOT/components/com_easyblog/router.php:1368 |
21 | EasyBlogBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_easyblog/includes/router.php:788 |
13 | EBR::_() | JROOT/administrator/components/com_easyblog/tables/tag.php:356 |
12 | EasyBlogTableTag->getPermalink() | JROOT/modules/mod_easyblogtagcloud/tmpl/default.php:17 |
11 | require JROOT/modules/mod_easyblogtagcloud/tmpl/default.php | JROOT/modules/mod_easyblogtagcloud/mod_easyblogtagcloud.php:37 |
10 | include JROOT/modules/mod_easyblogtagcloud/mod_easyblogtagcloud.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.28 ms After last query: 0.25 ms Query memory: 0.028 MB Memory before query: 12.646 MB Rows returned: 1
SELECT *
FROM base001_easyblog_tag
WHERE `id` = '14'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_easyblog_tag | const | PRIMARY | PRIMARY | 8 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 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.01 ms |
Init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
25 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
24 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/tables/tag.php:76 |
23 | EasyBlogTableTag->load() | JROOT/components/com_easyblog/router.php:274 |
22 | EasyBlogRouterBase::buildRoute() | JROOT/components/com_easyblog/router.php:1368 |
21 | EasyBlogBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_easyblog/includes/router.php:788 |
13 | EBR::_() | JROOT/administrator/components/com_easyblog/tables/tag.php:356 |
12 | EasyBlogTableTag->getPermalink() | JROOT/modules/mod_easyblogtagcloud/tmpl/default.php:17 |
11 | require JROOT/modules/mod_easyblogtagcloud/tmpl/default.php | JROOT/modules/mod_easyblogtagcloud/mod_easyblogtagcloud.php:37 |
10 | include JROOT/modules/mod_easyblogtagcloud/mod_easyblogtagcloud.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.29 ms After last query: 0.27 ms Query memory: 0.028 MB Memory before query: 12.659 MB Rows returned: 1
SELECT *
FROM base001_easyblog_tag
WHERE `id` = '10'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_easyblog_tag | const | PRIMARY | PRIMARY | 8 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
25 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
24 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_easyblog/tables/tag.php:76 |
23 | EasyBlogTableTag->load() | JROOT/components/com_easyblog/router.php:274 |
22 | EasyBlogRouterBase::buildRoute() | JROOT/components/com_easyblog/router.php:1368 |
21 | EasyBlogBuildRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:69 |
20 | Joomla\CMS\Component\Router\RouterLegacy->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
19 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
18 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
17 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
16 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
15 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
14 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_easyblog/includes/router.php:788 |
13 | EBR::_() | JROOT/administrator/components/com_easyblog/tables/tag.php:356 |
12 | EasyBlogTableTag->getPermalink() | JROOT/modules/mod_easyblogtagcloud/tmpl/default.php:17 |
11 | require JROOT/modules/mod_easyblogtagcloud/tmpl/default.php | JROOT/modules/mod_easyblogtagcloud/mod_easyblogtagcloud.php:37 |
10 | include JROOT/modules/mod_easyblogtagcloud/mod_easyblogtagcloud.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.92 ms After last query: 0.69 ms Query memory: 0.038 MB Memory before query: 12.629 MB Rows returned: 1
SELECT *
FROM `base001_sppagebuilder`
WHERE `extension` = 'mod_sppagebuilder'
AND `extension_view` = 'module'
AND `view_id` = '172'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_sppagebuilder | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 54 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.03 ms |
Preparing | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.55 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
13 | JDatabaseDriver->loadObject() | JROOT/modules/mod_sppagebuilder/helper.php:49 |
12 | ModSPagebuilderHelper::pageBuilderData() | JROOT/modules/mod_sppagebuilder/helper.php:18 |
11 | ModSPagebuilderHelper::getData() | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:21 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.78 ms After last query: 1.82 ms Query memory: 0.024 MB Memory before query: 12.652 MB Rows returned: 0
SELECT enabled
FROM `base001_extensions`
WHERE `name` = 'com_easystore'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_extensions | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 292 | Using where |
Status | Duration |
---|
Starting | 0.13 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.04 ms |
Optimizing | 0.02 ms |
Statistics | 0.03 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.20 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.03 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
17 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_sppagebuilder/editor/helpers/ApplicationHelper.php:138 |
16 | ApplicationHelper::isEasyStoreInstalled() | JROOT/components/com_sppagebuilder/helpers/helper.php:1847 |
15 | SppagebuilderHelperSite::loadLanguage() | JROOT/components/com_sppagebuilder/helpers/helper.php:96 |
14 | SppagebuilderHelperSite::prepareAddonFieldStructures() | JROOT/components/com_sppagebuilder/helpers/helper.php:1138 |
13 | SppagebuilderHelperSite::prepareSpacingData() | JROOT/administrator/components/com_sppagebuilder/editor/helpers/ApplicationHelper.php:91 |
12 | ApplicationHelper::preparePageData() | JROOT/modules/mod_sppagebuilder/helper.php:19 |
11 | ModSPagebuilderHelper::getData() | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:21 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.44 ms After last query: 0.10 ms Query memory: 0.024 MB Memory before query: 12.661 MB Rows returned: 1
SELECT `template`
FROM `base001_template_styles`
WHERE `client_id` = 0
AND `home` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_template_styles | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 1 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.06 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.06 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.02 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.03 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/components/com_sppagebuilder/builder/classes/base.php:87 |
16 | SpPgaeBuilderBase::getTemplateName() | JROOT/components/com_sppagebuilder/builder/classes/base.php:135 |
15 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/helpers/helper.php:97 |
14 | SppagebuilderHelperSite::prepareAddonFieldStructures() | JROOT/components/com_sppagebuilder/helpers/helper.php:1138 |
13 | SppagebuilderHelperSite::prepareSpacingData() | JROOT/administrator/components/com_sppagebuilder/editor/helpers/ApplicationHelper.php:91 |
12 | ApplicationHelper::preparePageData() | JROOT/modules/mod_sppagebuilder/helper.php:19 |
11 | ModSPagebuilderHelper::getData() | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:21 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.72 ms After last query: 14.59 ms Query memory: 0.023 MB Memory before query: 12.672 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.11 ms |
Checking permissions | 0.04 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.04 ms |
Optimizing | 0.02 ms |
Statistics | 0.10 ms |
Preparing | 0.03 ms |
Executing | 0.00 ms |
Sending data | 0.06 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
13 | SppagebuilderHelperSite::getVersion() | JROOT/components/com_sppagebuilder/helpers/helper.php:2011 |
12 | SppagebuilderHelperSite::addStylesheet() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:29 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.85 ms After last query: 0.27 ms Query memory: 0.023 MB Memory before query: 12.679 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.13 ms |
Checking permissions | 0.03 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.09 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.17 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.02 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
13 | SppagebuilderHelperSite::getVersion() | JROOT/components/com_sppagebuilder/helpers/helper.php:2011 |
12 | SppagebuilderHelperSite::addStylesheet() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:30 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.32 ms After last query: 0.17 ms Query memory: 0.023 MB Memory before query: 12.686 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.02 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
13 | SppagebuilderHelperSite::getVersion() | JROOT/components/com_sppagebuilder/helpers/helper.php:2011 |
12 | SppagebuilderHelperSite::addStylesheet() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:35 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.33 ms After last query: 0.08 ms Query memory: 0.023 MB Memory before query: 12.694 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
13 | SppagebuilderHelperSite::getVersion() | JROOT/components/com_sppagebuilder/helpers/helper.php:2011 |
12 | SppagebuilderHelperSite::addStylesheet() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:40 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.28 ms After last query: 0.09 ms Query memory: 0.023 MB Memory before query: 12.701 MB Rows returned: 0
SELECT `a`.`name`,`a`.`css_path`
FROM `base001_sppagebuilder_assets` AS `a`
WHERE `a`.`published` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_sppagebuilder/helpers/helper.php:2066 |
12 | SppagebuilderHelperSite::loadAssets() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:45 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.45 ms After last query: 0.17 ms Query memory: 0.023 MB Memory before query: 12.708 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.06 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.08 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.05 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
12 | SppagebuilderHelperSite::getVersion() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:48 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.32 ms After last query: 0.38 ms Query memory: 0.023 MB Memory before query: 12.715 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.01 ms |
Optimizing | 0.03 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
12 | SppagebuilderHelperSite::getVersion() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:49 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.46 ms After last query: 0.74 ms Query memory: 0.023 MB Memory before query: 12.849 MB Rows returned: 1
SELECT `template`
FROM `base001_template_styles`
WHERE `client_id` = 0
AND `home` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_template_styles | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 1 | Using where |
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.01 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.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_sppagebuilder/builder/classes/base.php:87 |
14 | SpPgaeBuilderBase::getTemplateName() | JROOT/components/com_sppagebuilder/builder/classes/base.php:135 |
13 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:277 |
12 | AddonParser::viewAddons() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:56 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.34 ms After last query: 8.81 ms Query memory: 0.024 MB Memory before query: 12.708 MB Rows returned: 1
SELECT `template`
FROM `base001_template_styles`
WHERE `client_id` = 0
AND `home` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_template_styles | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 1 | Using where |
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.01 ms |
Init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.04 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
16 | JDatabaseDriver->loadObject() | JROOT/components/com_sppagebuilder/builder/classes/base.php:87 |
15 | SpPgaeBuilderBase::getTemplateName() | JROOT/components/com_sppagebuilder/builder/classes/base.php:135 |
14 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:277 |
13 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:444 |
12 | AddonParser::viewAddons() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:56 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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: 1.00 ms After last query: 12.02 ms Query memory: 0.038 MB Memory before query: 12.772 MB Rows returned: 1
SELECT *
FROM `base001_sppagebuilder`
WHERE `extension` = 'mod_sppagebuilder'
AND `extension_view` = 'module'
AND `view_id` = '170'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_sppagebuilder | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 54 | Using where |
Status | Duration |
---|
Starting | 0.05 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.04 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.55 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
13 | JDatabaseDriver->loadObject() | JROOT/modules/mod_sppagebuilder/helper.php:49 |
12 | ModSPagebuilderHelper::pageBuilderData() | JROOT/modules/mod_sppagebuilder/helper.php:18 |
11 | ModSPagebuilderHelper::getData() | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:21 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.45 ms After last query: 1.87 ms Query memory: 0.024 MB Memory before query: 12.799 MB Rows returned: 0
SELECT enabled
FROM `base001_extensions`
WHERE `name` = 'com_easystore'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_extensions | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 292 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 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 |
Sending data | 0.15 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
17 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_sppagebuilder/editor/helpers/ApplicationHelper.php:138 |
16 | ApplicationHelper::isEasyStoreInstalled() | JROOT/components/com_sppagebuilder/helpers/helper.php:1847 |
15 | SppagebuilderHelperSite::loadLanguage() | JROOT/components/com_sppagebuilder/helpers/helper.php:96 |
14 | SppagebuilderHelperSite::prepareAddonFieldStructures() | JROOT/components/com_sppagebuilder/helpers/helper.php:1138 |
13 | SppagebuilderHelperSite::prepareSpacingData() | JROOT/administrator/components/com_sppagebuilder/editor/helpers/ApplicationHelper.php:91 |
12 | ApplicationHelper::preparePageData() | JROOT/modules/mod_sppagebuilder/helper.php:19 |
11 | ModSPagebuilderHelper::getData() | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:21 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.32 ms After last query: 0.15 ms Query memory: 0.024 MB Memory before query: 12.808 MB Rows returned: 1
SELECT `template`
FROM `base001_template_styles`
WHERE `client_id` = 0
AND `home` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_template_styles | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 1 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.04 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/components/com_sppagebuilder/builder/classes/base.php:87 |
16 | SpPgaeBuilderBase::getTemplateName() | JROOT/components/com_sppagebuilder/builder/classes/base.php:135 |
15 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/helpers/helper.php:97 |
14 | SppagebuilderHelperSite::prepareAddonFieldStructures() | JROOT/components/com_sppagebuilder/helpers/helper.php:1138 |
13 | SppagebuilderHelperSite::prepareSpacingData() | JROOT/administrator/components/com_sppagebuilder/editor/helpers/ApplicationHelper.php:91 |
12 | ApplicationHelper::preparePageData() | JROOT/modules/mod_sppagebuilder/helper.php:19 |
11 | ModSPagebuilderHelper::getData() | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:21 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.58 ms After last query: 15.38 ms Query memory: 0.023 MB Memory before query: 12.819 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.09 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.05 ms |
Optimizing | 0.02 ms |
Statistics | 0.08 ms |
Preparing | 0.02 ms |
Executing | 0.00 ms |
Sending data | 0.06 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
13 | SppagebuilderHelperSite::getVersion() | JROOT/components/com_sppagebuilder/helpers/helper.php:2011 |
12 | SppagebuilderHelperSite::addStylesheet() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:29 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.29 ms After last query: 0.09 ms Query memory: 0.023 MB Memory before query: 12.826 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.03 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.01 ms |
Init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
13 | SppagebuilderHelperSite::getVersion() | JROOT/components/com_sppagebuilder/helpers/helper.php:2011 |
12 | SppagebuilderHelperSite::addStylesheet() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:30 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.35 ms After last query: 0.07 ms Query memory: 0.023 MB Memory before query: 12.834 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.04 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.05 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
13 | SppagebuilderHelperSite::getVersion() | JROOT/components/com_sppagebuilder/helpers/helper.php:2011 |
12 | SppagebuilderHelperSite::addStylesheet() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:35 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.28 ms After last query: 0.07 ms Query memory: 0.023 MB Memory before query: 12.841 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.03 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.01 ms |
Init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
13 | SppagebuilderHelperSite::getVersion() | JROOT/components/com_sppagebuilder/helpers/helper.php:2011 |
12 | SppagebuilderHelperSite::addStylesheet() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:40 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.26 ms After last query: 0.08 ms Query memory: 0.023 MB Memory before query: 12.848 MB Rows returned: 0
SELECT `a`.`name`,`a`.`css_path`
FROM `base001_sppagebuilder_assets` AS `a`
WHERE `a`.`published` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.00 ms |
System lock | 0.01 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 |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 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/components/com_sppagebuilder/helpers/helper.php:2066 |
12 | SppagebuilderHelperSite::loadAssets() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:45 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.29 ms After last query: 0.08 ms Query memory: 0.023 MB Memory before query: 12.855 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.02 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.01 ms |
Init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.05 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
12 | SppagebuilderHelperSite::getVersion() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:48 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.27 ms After last query: 0.35 ms Query memory: 0.023 MB Memory before query: 12.862 MB Rows returned: 1
SELECT e.manifest_cache,`e`.`manifest_cache`
FROM `base001_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.02 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.00 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/helper.php:2035 |
12 | SppagebuilderHelperSite::getVersion() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:49 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.29 ms After last query: 0.63 ms Query memory: 0.023 MB Memory before query: 13.046 MB Rows returned: 1
SELECT `template`
FROM `base001_template_styles`
WHERE `client_id` = 0
AND `home` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_template_styles | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 1 | Using where |
Status | Duration |
---|
Starting | 0.03 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.01 ms |
Init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/components/com_sppagebuilder/builder/classes/base.php:87 |
14 | SpPgaeBuilderBase::getTemplateName() | JROOT/components/com_sppagebuilder/builder/classes/base.php:135 |
13 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:277 |
12 | AddonParser::viewAddons() | JROOT/modules/mod_sppagebuilder/tmpl/default.php:56 |
11 | require JROOT/modules/mod_sppagebuilder/tmpl/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:24 |
10 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.56 ms After last query: 13.12 ms Query memory: 0.070 MB Memory before query: 12.906 MB Rows returned: 1
SELECT *
FROM `base001_template_styles`
WHERE `client_id` = 0
AND `id` = '11'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_template_styles | const | PRIMARY,idx_client_id,idx_client_id_home | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.07 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.05 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.07 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.06 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 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 |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
15 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
14 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
13 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/helixultimate.php:390 |
12 | PlgSystemHelixultimate->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.33 ms After last query: 0.41 ms Query memory: 0.071 MB Memory before query: 12.954 MB Rows returned: 1
SELECT *
FROM `base001_template_styles`
WHERE `client_id` = 0
AND `id` = '11'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_template_styles | const | PRIMARY,idx_client_id,idx_client_id_home | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.03 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.01 ms |
Init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.02 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.05 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
16 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
15 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
14 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:119 |
13 | HelixUltimate\Framework\Core\HelixUltimate->__construct() | JROOT/plugins/system/helixultimate/helixultimate.php:402 |
12 | PlgSystemHelixultimate->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.31 ms After last query: 0.50 ms Query memory: 0.071 MB Memory before query: 13.004 MB Rows returned: 1
SELECT *
FROM `base001_template_styles`
WHERE `client_id` = 0
AND `id` = '11'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_template_styles | const | PRIMARY,idx_client_id,idx_client_id_home | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 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.01 ms |
Init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 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 |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
16 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
15 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:1989 |
14 | HelixUltimate\Framework\Core\HelixUltimate->addCustomAssets() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:148 |
13 | HelixUltimate\Framework\Core\HelixUltimate->__call() | JROOT/plugins/system/helixultimate/helixultimate.php:425 |
12 | PlgSystemHelixultimate->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.29 ms After last query: 0.51 ms Query memory: 0.071 MB Memory before query: 13.012 MB Rows returned: 1
SELECT *
FROM `base001_template_styles`
WHERE `client_id` = 0
AND `id` = '11'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_template_styles | const | PRIMARY,idx_client_id,idx_client_id_home | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 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.01 ms |
Init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 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 |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
16 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
15 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:1989 |
14 | HelixUltimate\Framework\Core\HelixUltimate->addCustomAssets() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:148 |
13 | HelixUltimate\Framework\Core\HelixUltimate->__call() | JROOT/plugins/system/helixultimate/helixultimate.php:426 |
12 | PlgSystemHelixultimate->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.30 ms After last query: 0.46 ms Query memory: 0.071 MB Memory before query: 13.020 MB Rows returned: 1
SELECT *
FROM `base001_template_styles`
WHERE `client_id` = 0
AND `id` = '11'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_template_styles | const | PRIMARY,idx_client_id,idx_client_id_home | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 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 |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
16 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
15 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:1989 |
14 | HelixUltimate\Framework\Core\HelixUltimate->addCustomAssets() | JROOT/plugins/system/helixultimate/src/Core/HelixUltimate.php:148 |
13 | HelixUltimate\Framework\Core\HelixUltimate->__call() | JROOT/plugins/system/helixultimate/helixultimate.php:427 |
12 | PlgSystemHelixultimate->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.29 ms After last query: 0.36 ms Query memory: 0.023 MB Memory before query: 12.944 MB Rows returned: 0
SELECT id, url, title, lightboxUrl, form_id
FROM base001_bagallery_items
WHERE lightboxUrl = '/en/blog-en/tags/revolucion'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_bagallery_items | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
Init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 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/components/com_bagallery/helpers/bagallery.php:151 |
14 | bagalleryHelper::checkImage() | JROOT/components/com_bagallery/helpers/bagallery.php:34 |
13 | bagalleryHelper::addStyle() | JROOT/plugins/system/bagallery/bagallery.php:46 |
12 | plgSystemBagallery->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
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.40 ms After last query: 3.42 ms Query memory: 0.068 MB Memory before query: 13.188 MB Rows returned: 1
SELECT *
FROM `base001_template_styles`
WHERE `client_id` = 0
AND `id` = '11'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | base001_template_styles | const | PRIMARY,idx_client_id,idx_client_id_home | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.05 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.04 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.04 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
Closing tables | 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 |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
10 | JDatabaseDriver->loadObject() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:54 |
9 | HelixUltimate\Framework\Platform\Helper::getTemplateStyle() | JROOT/plugins/system/helixultimate/src/Platform/Helper.php:336 |
8 | HelixUltimate\Framework\Platform\Helper::loadTemplateData() | JROOT/plugins/system/helixultimate/helixultimate.php:563 |
7 | PlgSystemHelixultimate->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
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 |