Query Time: 1.34 ms Query memory: 0.020 MB Memory before query: 0.808 MB Rows returned: 0
SELECT `session_id`
FROM `d09n4_session`
WHERE `session_id` = X'37706c3865707239356a67653967336937686f6d727669617174'
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | d09n4_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.10 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
executing | 0.01 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
8 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Session/MetadataManager.php:74 |
7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 6.25 ms After last query: 0.06 ms Query memory: 0.004 MB Memory before query: 0.814 MB
INSERT INTO `d09n4_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'37706c3865707239356a67653967336937686f6d727669617174', 1, 1695391504, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `d09n4_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'37706c3865707239356a67653967336937686f6d727669617174', 1, 1695391504, 0, '', 0)
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.01 ms |
update | 0.09 ms |
end | 0.02 ms |
query end | 0.03 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
delayed commit ok initiated | 4.97 ms |
delayed commit ok done | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Session/MetadataManager.php:116 |
7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 1.47 ms After last query: 1.72 ms Query memory: 0.020 MB Memory before query: 0.878 MB Rows returned: 5
SELECT id, rules
FROM `d09n4_viewlevels`
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | d09n4_viewlevels | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.14 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.08 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Access/Access.php:1063 |
8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.44 ms After last query: 0.08 ms Query memory: 0.021 MB Memory before query: 0.890 MB Rows returned: 2
SELECT b.id
FROM d09n4_usergroups AS a
LEFT JOIN d09n4_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | b | NULL | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 2 | 100.00 | Using where; Using index |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.12 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.02 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
10 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 |
9 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/Access/Access.php:1095 |
8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.82 ms After last query: 10.19 ms Query memory: 0.021 MB Memory before query: 1.320 MB Rows returned: 1
SELECT `template`
FROM `d09n4_template_styles`
WHERE `client_id` = 0
AND `home` = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | d09n4_template_styles | NULL | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 1 | 50.00 | Using where |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.10 ms |
init | 0.02 ms |
System lock | 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 | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.02 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | 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: 1.32 ms After last query: 2.51 ms Query memory: 0.031 MB Memory before query: 1.551 MB Rows returned: 3
SELECT `key`, `value`
FROM `d09n4_forseo_config`;
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | d09n4_forseo_config | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.10 ms |
init | 0.01 ms |
System lock | 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 | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
33 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
32 | JDatabaseDriver->loadAssocList() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/platform/joomla/dbconnection.php:90 |
31 | Weeblr\Wblib\Forseo\Platform\Joomla\Dbconnection->loadAssocList() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/db.php:477 |
30 | Weeblr\Wblib\Forseo\Db\Db->loadAssocList() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/helper.php:213 |
29 | Weeblr\Wblib\Forseo\Db\Helper->selectAssocList() | JROOT/plugins/system/forseo/vendor/weeblr/forseo/model/config.php:122 |
28 | Weeblr\Forseo\Model\Config->preload() | JROOT/plugins/system/forseo/vendor/weeblr/forseo/model/config.php:82 |
27 | Weeblr\Forseo\Model\Config->__construct() | JROOT/plugins/system/forseo/vendor/weeblr/forseo/factory.php:167 |
26 | Weeblr\Forseo\ForseoApp->Weeblr\Forseo\{closure}() | Same as call in the line below. |
25 | call_user_func_array() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/platform/joomla/platform.php:2134 |
24 | Weeblr\Wblib\Forseo\Platform\JoomlaPlatform->executeHook() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/system/hook.php:169 |
23 | Weeblr\Wblib\Forseo\System\Hook->execute() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/system/hook.php:151 |
22 | Weeblr\Wblib\Forseo\System\Hook->filter() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/factory.php:308 |
21 | Weeblr\Wblib\Forseo\Factory->buildObject() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/factory.php:244 |
20 | Weeblr\Wblib\Forseo\Factory->getObject() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/factory.php:130 |
19 | Weeblr\Wblib\Forseo\Factory->getThis() | JROOT/plugins/system/forseo/platform/components/hikashop.php:99 |
18 | Weeblr\Forseo\Platform\Components\Hikashop->__construct() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/factory.php:322 |
17 | Weeblr\Wblib\Forseo\Factory->buildObject() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/factory.php:228 |
16 | Weeblr\Wblib\Forseo\Factory->getObject() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/factory.php:116 |
15 | Weeblr\Wblib\Forseo\Factory->getThe() | JROOT/plugins/system/forseo/platform/hooks.php:118 |
14 | Weeblr\Forseo\Platform\Hooks->add() | JROOT/plugins/system/forseo/vendor/weeblr/forseo/forseo.php:81 |
13 | Weeblr\Forseo\ForseoApp->__construct() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/factory.php:427 |
12 | Weeblr\Wblib\Forseo\Factory->buildApp() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/factory.php:301 |
11 | Weeblr\Wblib\Forseo\Factory->buildObject() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/factory.php:244 |
10 | Weeblr\Wblib\Forseo\Factory->getObject() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/factory.php:130 |
9 | Weeblr\Wblib\Forseo\Factory->getThis() | JROOT/plugins/system/forseo/forseo.php:152 |
8 | plgSystemForseo->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: 1.77 ms After last query: 3.72 ms Query memory: 0.040 MB Memory before query: 1.900 MB Rows returned: 3
SELECT *
FROM `d09n4_forseo_rules`
WHERE `enabled` = 1 or (`enabled` = 2
and (`enabled_after` is null or `enabled_after` < '2023-09-22 14:05:04')
and (`enabled_until` is null or `enabled_until` > '2023-09-22 14:05:04'))
ORDER BY `type`asc, `ordering`asc;
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | d09n4_forseo_rules | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3 | 40.19 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.32 ms |
checking permissions | 0.01 ms |
Opening tables | 0.10 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.03 ms |
statistics | 0.01 ms |
preparing | 0.02 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.08 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
17 | JDatabaseDriver->loadAssocList() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/platform/joomla/dbconnection.php:90 |
16 | Weeblr\Wblib\Forseo\Platform\Joomla\Dbconnection->loadAssocList() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/db.php:477 |
15 | Weeblr\Wblib\Forseo\Db\Db->loadAssocList() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/helper.php:213 |
14 | Weeblr\Wblib\Forseo\Db\Helper->selectAssocList() | JROOT/plugins/system/forseo/vendor/weeblr/forseo/model/rules.php:122 |
13 | Weeblr\Forseo\Model\Rules->loadRules() | Same as call in the line below. |
12 | call_user_func_array() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/platform/joomla/platform.php:2138 |
11 | Weeblr\Wblib\Forseo\Platform\JoomlaPlatform->executeHook() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/system/hook.php:173 |
10 | Weeblr\Wblib\Forseo\System\Hook->execute() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/system/hook.php:116 |
9 | Weeblr\Wblib\Forseo\System\Hook->run() | JROOT/plugins/system/forseo/forseo.php:171 |
8 | plgSystemForseo->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: 1.32 ms After last query: 3.71 ms Query memory: 0.025 MB Memory before query: 2.187 MB Rows returned: 0
SELECT *
FROM `d09n4_forseo_pages_aliases`
WHERE `alias`='/offert-fonster-offert-sanering-lycksele-umea-skelleftea'
AND `enabled`=1;
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.10 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
19 | JDatabaseDriver->loadAssoc() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/platform/joomla/dbconnection.php:85 |
18 | Weeblr\Wblib\Forseo\Platform\Joomla\Dbconnection->loadAssoc() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/db.php:456 |
17 | Weeblr\Wblib\Forseo\Db\Db->loadAssoc() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/helper.php:179 |
16 | Weeblr\Wblib\Forseo\Db\Helper->selectAssoc() | JROOT/plugins/system/forseo/vendor/weeblr/forseo/model/aliases.php:204 |
15 | Weeblr\Forseo\Model\Aliases->lookupAlias() | JROOT/plugins/system/forseo/vendor/weeblr/forseo/controller/aliases.php:73 |
14 | Weeblr\Forseo\Controller\Aliases->execute() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/platform/joomla/platform.php:2138 |
12 | Weeblr\Wblib\Forseo\Platform\JoomlaPlatform->executeHook() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/system/hook.php:173 |
11 | Weeblr\Wblib\Forseo\System\Hook->execute() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/system/hook.php:116 |
10 | Weeblr\Wblib\Forseo\System\Hook->run() | JROOT/plugins/system/forseo/forseo.php:316 |
9 | plgSystemForseo->doOnAfterRoute() | JROOT/plugins/system/forseo/forseo.php:268 |
8 | plgSystemForseo->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: 5.53 ms After last query: 1.78 ms Query memory: 0.010 MB Memory before query: 2.097 MB
UPDATE `d09n4_extensions`
SET `params` = '{\"mediaversion\":\"c4c8a0bd5c9f1d03ffd976e0c24d5e0f\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | UPDATE | d09n4_extensions | NULL | range | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.10 ms |
init | 0.02 ms |
System lock | 0.05 ms |
updating | 0.08 ms |
end | 0.01 ms |
query end | 0.05 ms |
closing tables | 0.02 ms |
freeing items | 0.01 ms |
delayed commit ok initiated | 4.09 ms |
delayed commit ok done | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
22 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
21 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
20 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
19 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
18 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/platform/joomla/platform.php:1948 |
17 | Weeblr\Wblib\Forseo\Platform\JoomlaPlatform->isDocumentType() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/platform/joomla/platform.php:1924 |
16 | Weeblr\Wblib\Forseo\Platform\JoomlaPlatform->isHtmlPage() | JROOT/plugins/system/forseo/vendor/weeblr/forseo/controller/pagedatacollector.php:1159 |
15 | Weeblr\Forseo\Controller\Pagedatacollector->canRun() | JROOT/plugins/system/forseo/vendor/weeblr/forseo/controller/pagedatacollector.php:157 |
14 | Weeblr\Forseo\Controller\Pagedatacollector->onAfterRoute() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/platform/joomla/platform.php:2138 |
12 | Weeblr\Wblib\Forseo\Platform\JoomlaPlatform->executeHook() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/system/hook.php:173 |
11 | Weeblr\Wblib\Forseo\System\Hook->execute() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/system/hook.php:116 |
10 | Weeblr\Wblib\Forseo\System\Hook->run() | JROOT/plugins/system/forseo/forseo.php:316 |
9 | plgSystemForseo->doOnAfterRoute() | JROOT/plugins/system/forseo/forseo.php:268 |
8 | plgSystemForseo->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: 1.46 ms After last query: 0.39 ms Query memory: 0.025 MB Memory before query: 2.108 MB Rows returned: 1
SELECT *
FROM `d09n4_forseo_pages`
WHERE `url`='offert-fonster-offert-sanering-lycksele-umea-skelleftea';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | d09n4_forseo_pages | NULL | const | url | url | 762 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.11 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.05 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
21 | JDatabaseDriver->loadAssoc() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/platform/joomla/dbconnection.php:85 |
20 | Weeblr\Wblib\Forseo\Platform\Joomla\Dbconnection->loadAssoc() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/db.php:456 |
19 | Weeblr\Wblib\Forseo\Db\Db->loadAssoc() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/helper.php:179 |
18 | Weeblr\Wblib\Forseo\Db\Helper->selectAssoc() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/dataobject.php:318 |
17 | Weeblr\Wblib\Forseo\Db\Dataobject->loadPerColumn() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/dataobject.php:465 |
16 | Weeblr\Wblib\Forseo\Db\Dataobject->loadStorageSafe() | JROOT/plugins/system/forseo/vendor/weeblr/forseo/data/url.php:74 |
15 | Weeblr\Forseo\Data\Url->loadPerUrl() | JROOT/plugins/system/forseo/vendor/weeblr/forseo/controller/pagedatacollector.php:170 |
14 | Weeblr\Forseo\Controller\Pagedatacollector->onAfterRoute() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/platform/joomla/platform.php:2138 |
12 | Weeblr\Wblib\Forseo\Platform\JoomlaPlatform->executeHook() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/system/hook.php:173 |
11 | Weeblr\Wblib\Forseo\System\Hook->execute() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/system/hook.php:116 |
10 | Weeblr\Wblib\Forseo\System\Hook->run() | JROOT/plugins/system/forseo/forseo.php:316 |
9 | plgSystemForseo->doOnAfterRoute() | JROOT/plugins/system/forseo/forseo.php:268 |
8 | plgSystemForseo->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: 1.66 ms After last query: 3.99 ms Query memory: 0.025 MB Memory before query: 2.399 MB Rows returned: 38
SELECT `id`,`name`,`rules`,`parent_id`
FROM `d09n4_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_admin','com_ajax','com_akeeba','com_associations','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_creativecontactform','com_fields','com_finder','com_forseo','com_installer','com_joomlaupdate','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_plugins','com_postinstall','com_privacy','com_redirect','com_search','com_sppagebuilder','com_tags','com_templates','com_users','com_wrapper')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | d09n4_assets | NULL | ALL | idx_asset_name | NO INDEX KEY COULD BE USED | NULL | NULL | 78 | 50.00 | Using where |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.11 ms |
init | 0.04 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.08 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.13 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.06 ms |
freeing items | 0.02 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
16 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
15 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
14 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
13 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
12 | Joomla\CMS\User\User->authorise() | JROOT/components/com_sppagebuilder/models/page.php:33 |
11 | SppagebuilderModelPage->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:457 |
10 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/components/com_sppagebuilder/models/page.php:140 |
9 | SppagebuilderModelPage->hit() | JROOT/components/com_sppagebuilder/controller.php:78 |
8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:24 |
6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.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.67 ms After last query: 0.44 ms Query memory: 0.023 MB Memory before query: 2.458 MB Rows returned: 25
SHOW FULL COLUMNS
FROM `d09n4_sppagebuilder`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `d09n4_sppagebuilder`
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.11 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Opening tables | 0.09 ms |
checking permissions | 0.03 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Sending data | 0.05 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.00 ms |
removing tmp table | 0.03 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
14 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
13 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
12 | Joomla\CMS\Table\Table->__construct() | JROOT/administrator/components/com_sppagebuilder/tables/page.php:18 |
11 | SppagebuilderTablePage->__construct() | JROOT/libraries/src/Table/Table.php:328 |
10 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_sppagebuilder/models/page.php:141 |
9 | SppagebuilderModelPage->hit() | JROOT/components/com_sppagebuilder/controller.php:78 |
8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:24 |
6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.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.39 ms After last query: 0.35 ms Query memory: 0.061 MB Memory before query: 2.495 MB Rows returned: 1
SELECT *
FROM d09n4_sppagebuilder
WHERE `id` = '14'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | d09n4_sppagebuilder | NULL | const | PRIMARY | PRIMARY | 8 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.11 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
11 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
10 | Joomla\CMS\Table\Table->load() | JROOT/components/com_sppagebuilder/models/page.php:142 |
9 | SppagebuilderModelPage->hit() | JROOT/components/com_sppagebuilder/controller.php:78 |
8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:24 |
6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.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: 3.94 ms After last query: 0.11 ms Query memory: 0.005 MB Memory before query: 2.517 MB
UPDATE d09n4_sppagebuilder
SET `hits` = (`hits` + 1)
WHERE `id` = '14'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | UPDATE | d09n4_sppagebuilder | NULL | range | PRIMARY | PRIMARY | 8 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.03 ms |
updating | 0.09 ms |
end | 0.01 ms |
query end | 0.05 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
delayed commit ok initiated | 2.60 ms |
delayed commit ok done | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Table/Table.php:1264 |
10 | Joomla\CMS\Table\Table->hit() | JROOT/components/com_sppagebuilder/models/page.php:143 |
9 | SppagebuilderModelPage->hit() | JROOT/components/com_sppagebuilder/controller.php:78 |
8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:24 |
6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.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.81 ms After last query: 0.79 ms Query memory: 0.062 MB Memory before query: 2.531 MB Rows returned: 1
SELECT a.*,l.title AS language_title,ua.name AS author_name
FROM d09n4_sppagebuilder as a
LEFT JOIN `d09n4_languages` AS l
ON l.lang_code = a.language
LEFT JOIN d09n4_users AS ua
ON ua.id = a.created_by
WHERE a.id = 14
AND a.published = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 8 | const | 1 | 100.00 | NULL |
1 | SIMPLE | l | NULL | const | idx_langcode | idx_langcode | 28 | const | 0 | 0.00 | unique row not found |
1 | SIMPLE | ua | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.34 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.12 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.02 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
14 | JDatabaseDriver->loadObject() | JROOT/components/com_sppagebuilder/models/page.php:86 |
13 | SppagebuilderModelPage->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
12 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_sppagebuilder/views/page/view.html.php:27 |
11 | SppagebuilderViewPage->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:81 |
8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:24 |
6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.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.62 ms After last query: 0.08 ms Query memory: 0.024 MB Memory before query: 2.557 MB Rows returned: 1
SELECT `id`
FROM `d09n4_menu`
WHERE `link` LIKE '%option=com_sppagebuilder&view=page&id=14%'
AND `published` = '1'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | d09n4_menu | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 42 | 2.38 | Using where |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.32 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.09 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.02 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/route.php:95 |
15 | SppagebuilderHelperRoute::getMenuItemId() | JROOT/components/com_sppagebuilder/helpers/route.php:52 |
14 | SppagebuilderHelperRoute::getPageRoute() | JROOT/components/com_sppagebuilder/models/page.php:95 |
13 | SppagebuilderModelPage->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
12 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_sppagebuilder/views/page/view.html.php:27 |
11 | SppagebuilderViewPage->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:81 |
8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:24 |
6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.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.30 ms After last query: 0.23 ms Query memory: 0.025 MB Memory before query: 2.569 MB Rows returned: 1
SELECT `id`
FROM `d09n4_menu`
WHERE `link` LIKE '%option=com_sppagebuilder&view=page&id=14%'
AND `published` = '1'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | d09n4_menu | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 42 | 2.38 | Using where |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.07 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/route.php:95 |
15 | SppagebuilderHelperRoute::getMenuItemId() | JROOT/components/com_sppagebuilder/helpers/route.php:74 |
14 | SppagebuilderHelperRoute::getFormRoute() | JROOT/components/com_sppagebuilder/models/page.php:96 |
13 | SppagebuilderModelPage->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
12 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_sppagebuilder/views/page/view.html.php:27 |
11 | SppagebuilderViewPage->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:81 |
8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:24 |
6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.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.28 ms After last query: 0.05 ms Query memory: 0.024 MB Memory before query: 2.578 MB Rows returned: 1
SELECT `id`
FROM `d09n4_menu`
WHERE `link` LIKE '%option=com_sppagebuilder&view=page&id=14%'
AND `published` = '1'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | d09n4_menu | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 42 | 2.38 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.06 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_sppagebuilder/helpers/route.php:95 |
15 | SppagebuilderHelperRoute::getMenuItemId() | JROOT/components/com_sppagebuilder/helpers/route.php:76 |
14 | SppagebuilderHelperRoute::getFormRoute() | JROOT/components/com_sppagebuilder/models/page.php:96 |
13 | SppagebuilderModelPage->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
12 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_sppagebuilder/views/page/view.html.php:27 |
11 | SppagebuilderViewPage->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:81 |
8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:24 |
6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.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.34 ms After last query: 0.17 ms Query memory: 0.024 MB Memory before query: 2.586 MB Rows returned: 7
SELECT `id`,`name`,`rules`,`parent_id`
FROM `d09n4_assets`
WHERE `name` LIKE 'com_sppagebuilder.%' OR `name` = 'com_sppagebuilder' OR `parent_id` = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | d09n4_assets | NULL | ALL | idx_asset_name,idx_parent_id | NO INDEX KEY COULD BE USED | NULL | NULL | 78 | 28.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.08 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:359 |
16 | Joomla\CMS\Access\Access::preloadPermissions() | JROOT/libraries/src/Access/Access.php:226 |
15 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:540 |
14 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
13 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
12 | Joomla\CMS\User\User->authorise() | JROOT/components/com_sppagebuilder/views/page/view.html.php:29 |
11 | SppagebuilderViewPage->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:81 |
8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:24 |
6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.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.35 ms After last query: 60.63 ms Query memory: 0.025 MB Memory before query: 2.621 MB Rows returned: 1
SELECT `template`
FROM `d09n4_template_styles`
WHERE `client_id` = 0
AND `home` = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | d09n4_template_styles | NULL | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 1 | 50.00 | Using where |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.07 ms |
preparing | 0.02 ms |
executing | 0.00 ms |
Sending data | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
18 | JDatabaseDriver->loadObject() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:831 |
17 | AddonParser::getTemplateName() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:192 |
16 | AddonParser::getAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:959 |
15 | require_once JROOT/components/com_sppagebuilder/parser/addon-parser.php | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:18 |
14 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:48 |
11 | SppagebuilderViewPage->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:81 |
8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:24 |
6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.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.36 ms After last query: 93.79 ms Query memory: 0.025 MB Memory before query: 2.763 MB Rows returned: 1
SELECT `template`
FROM `d09n4_template_styles`
WHERE `client_id` = 0
AND `home` = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | d09n4_template_styles | NULL | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 1 | 50.00 | Using where |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
executing | 0.01 ms |
Sending data | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
18 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_sppagebuilder/builder/classes/base.php:43 |
17 | SpPgaeBuilderBase::getTemplateName() | JROOT/administrator/components/com_sppagebuilder/builder/classes/base.php:51 |
16 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:244 |
15 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:95 |
14 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:48 |
11 | SppagebuilderViewPage->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:81 |
8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:24 |
6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.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: 2.33 ms Query memory: 0.026 MB Memory before query: 2.892 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 d09n4_tags
WHERE `published` = '1') AS a
LEFT JOIN `d09n4_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 | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | d09n4_tags | NULL | ref | tag_idx | tag_idx | 1 | const | 1 | 100.00 | Using index condition; Using where; Using temporary; Using filesort |
1 | SIMPLE | b | NULL | ALL | idx_left_right | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | 100.00 | Range checked for each record (index map: 0x10); Distinct |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.33 ms |
init | 0.04 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.03 ms |
Creating tmp table | 0.03 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.04 ms |
Creating sort index | 0.02 ms |
end | 0.01 ms |
query end | 0.01 ms |
removing tmp table | 0.01 ms |
query end | 0.00 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
19 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_sppagebuilder/builder/classes/base.php:265 |
18 | SpPgaeBuilderBase::getArticleTags() | JROOT/components/com_sppagebuilder/addons/articles/admin.php:165 |
17 | require_once JROOT/components/com_sppagebuilder/addons/articles/admin.php | JROOT/administrator/components/com_sppagebuilder/builder/classes/base.php:82 |
16 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:244 |
15 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:95 |
14 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:48 |
11 | SppagebuilderViewPage->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:81 |
8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:24 |
6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.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.34 ms After last query: 0.06 ms Query memory: 0.026 MB Memory before query: 2.899 MB Rows returned: 0
SELECT a.enabled
FROM `d09n4_extensions` AS `a`
WHERE `a`.`name` = 'com_k2'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 204 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.13 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
19 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_sppagebuilder/builder/classes/base.php:702 |
18 | SpPgaeBuilderBase::k2CatList() | JROOT/components/com_sppagebuilder/addons/articles/admin.php:174 |
17 | require_once JROOT/components/com_sppagebuilder/addons/articles/admin.php | JROOT/administrator/components/com_sppagebuilder/builder/classes/base.php:82 |
16 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:244 |
15 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:95 |
14 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:48 |
11 | SppagebuilderViewPage->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:81 |
8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:24 |
6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.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.29 ms After last query: 0.09 ms Query memory: 0.026 MB Memory before query: 2.914 MB Rows returned: 0
SELECT a.enabled
FROM `d09n4_extensions` AS `a`
WHERE `a`.`name` = 'com_k2'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 204 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.10 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
19 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_sppagebuilder/builder/classes/base.php:702 |
18 | SpPgaeBuilderBase::k2CatList() | JROOT/components/com_sppagebuilder/addons/articles/admin.php:281 |
17 | require_once JROOT/components/com_sppagebuilder/addons/articles/admin.php | JROOT/administrator/components/com_sppagebuilder/builder/classes/base.php:82 |
16 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:244 |
15 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:95 |
14 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:48 |
11 | SppagebuilderViewPage->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:81 |
8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:24 |
6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.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.27 ms After last query: 0.47 ms Query memory: 0.026 MB Memory before query: 2.952 MB Rows returned: 0
SELECT a.enabled
FROM `d09n4_extensions` AS `a`
WHERE `a`.`name` = 'com_k2'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 204 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.10 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
19 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_sppagebuilder/builder/classes/base.php:702 |
18 | SpPgaeBuilderBase::k2CatList() | JROOT/components/com_sppagebuilder/addons/articles_scroller/admin.php:138 |
17 | require_once JROOT/components/com_sppagebuilder/addons/articles_scroller/admin.php | JROOT/administrator/components/com_sppagebuilder/builder/classes/base.php:82 |
16 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:244 |
15 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:95 |
14 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:48 |
11 | SppagebuilderViewPage->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:81 |
8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:24 |
6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.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.35 ms After last query: 6.69 ms Query memory: 0.026 MB Memory before query: 3.638 MB Rows returned: 0
SELECT a.enabled
FROM `d09n4_extensions` AS `a`
WHERE (`a`.`element` = 'com_acymailing' OR `a`.`element` = 'com_acym')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | range | element_clientid,element_folder_clientid | element_clientid | 402 | NULL | 2 | 100.00 | Using index condition |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
executing | 0.00 ms |
Sending data | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
19 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_sppagebuilder/builder/classes/base.php:615 |
18 | SpPgaeBuilderBase::acymailingList() | JROOT/components/com_sppagebuilder/addons/optin_form/admin.php:163 |
17 | require_once JROOT/components/com_sppagebuilder/addons/optin_form/admin.php | JROOT/administrator/components/com_sppagebuilder/builder/classes/base.php:82 |
16 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:244 |
15 | AddonParser::viewAddons() | JROOT/components/com_sppagebuilder/views/page/tmpl/default.php:95 |
14 | include JROOT/components/com_sppagebuilder/views/page/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
13 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
12 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_sppagebuilder/views/page/view.html.php:48 |
11 | SppagebuilderViewPage->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_sppagebuilder/controller.php:81 |
8 | SppagebuilderController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_sppagebuilder/sppagebuilder.php:24 |
6 | require_once JROOT/components/com_sppagebuilder/sppagebuilder.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.47 ms After last query: 13.72 ms Query memory: 0.024 MB Memory before query: 4.059 MB Rows returned: 1
SELECT *
FROM `d09n4_forseo_custom_meta`
WHERE `url`='offert-fonster-offert-sanering-lycksele-umea-skelleftea';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | d09n4_forseo_custom_meta | NULL | ref | url | url | 763 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.15 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.04 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
17 | JDatabaseDriver->loadAssoc() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/platform/joomla/dbconnection.php:85 |
16 | Weeblr\Wblib\Forseo\Platform\Joomla\Dbconnection->loadAssoc() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/db.php:456 |
15 | Weeblr\Wblib\Forseo\Db\Db->loadAssoc() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/helper.php:179 |
14 | Weeblr\Wblib\Forseo\Db\Helper->selectAssoc() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/dataobject.php:318 |
13 | Weeblr\Wblib\Forseo\Db\Dataobject->loadPerColumn() | JROOT/plugins/system/forseo/vendor/weeblr/forseo/controller/pagedatacollector.php:418 |
12 | Weeblr\Forseo\Controller\Pagedatacollector->loadCustomMetaData() | Same as call in the line below. |
11 | call_user_func_array() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/platform/joomla/platform.php:2138 |
10 | Weeblr\Wblib\Forseo\Platform\JoomlaPlatform->executeHook() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/system/hook.php:173 |
9 | Weeblr\Wblib\Forseo\System\Hook->execute() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/system/hook.php:116 |
8 | Weeblr\Wblib\Forseo\System\Hook->run() | JROOT/plugins/system/forseo/forseo.php:516 |
7 | plgSystemForseo->doOnAfterDispatchComplete() | JROOT/plugins/system/forseo/forseo.php:366 |
6 | plgSystemForseo->{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
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: 2.21 ms After last query: 33.65 ms Query memory: 0.024 MB Memory before query: 4.284 MB Rows returned: 9
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM d09n4_modules AS m
LEFT JOIN d09n4_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN d09n4_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 <= '2023-09-22 14:05:04')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2023-09-22 14:05:04')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 106 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | range | PRIMARY,published,newsfeeds | published | 5 | NULL | 13 | 3.03 | Using index condition; Using where; Using filesort |
1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | neno-itmg.m.module,const | 1 | 10.00 | Using index condition; Using where |
1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | neno-itmg.m.id | 1 | 40.00 | Using where; Using index |
Status | Duration |
---|
starting | 0.10 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.43 ms |
init | 0.07 ms |
System lock | 0.01 ms |
optimizing | 0.03 ms |
statistics | 0.09 ms |
preparing | 0.03 ms |
Sorting result | 0.01 ms |
executing | 0.02 ms |
Sending data | 0.01 ms |
Creating sort index | 0.23 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.03 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
15 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:441 |
14 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:371 |
13 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
12 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:601 |
11 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/plugins/system/helix3/core/helix3.php:592 |
10 | Helix3::countModules() | JROOT/plugins/system/helix3/core/helix3.php:539 |
9 | Helix3::rowColumns() | JROOT/plugins/system/helix3/core/helix3.php:330 |
8 | Helix3::generatelayout() | JROOT/templates/flex/index.php:216 |
7 | require JROOT/templates/flex/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: 1.43 ms After last query: 13.94 ms Query memory: 0.024 MB Memory before query: 5.051 MB Rows returned: 1
SELECT *
FROM `d09n4_sppagebuilder`
WHERE `extension` = 'mod_sppagebuilder'
AND `extension_view` = 'module'
AND `view_id` = '103'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | d09n4_sppagebuilder | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 14 | 7.14 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.02 ms |
executing | 0.00 ms |
Sending data | 0.13 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
16 | JDatabaseDriver->loadObject() | JROOT/modules/mod_sppagebuilder/helper.php:40 |
15 | ModSPagebuilderHelper::pageBuilderData() | JROOT/modules/mod_sppagebuilder/helper.php:16 |
14 | ModSPagebuilderHelper::getData() | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:15 |
13 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
12 | Joomla\CMS\Helper\ModuleHelper::renderModule() | Same as call in the line below. |
11 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
10 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:628 |
9 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:95 |
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:500 |
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.46 ms After last query: 0.64 ms Query memory: 0.025 MB Memory before query: 5.106 MB Rows returned: 1
SELECT `template`
FROM `d09n4_template_styles`
WHERE `client_id` = 0
AND `home` = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | d09n4_template_styles | NULL | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 1 | 50.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.02 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
18 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_sppagebuilder/builder/classes/base.php:43 |
17 | SpPgaeBuilderBase::getTemplateName() | JROOT/administrator/components/com_sppagebuilder/builder/classes/base.php:51 |
16 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:244 |
15 | AddonParser::viewAddons() | JROOT/templates/flex/html/mod_sppagebuilder/default.php:29 |
14 | require JROOT/templates/flex/html/mod_sppagebuilder/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:19 |
13 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
12 | Joomla\CMS\Helper\ModuleHelper::renderModule() | Same as call in the line below. |
11 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
10 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:628 |
9 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:95 |
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:500 |
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.41 ms After last query: 3.95 ms Query memory: 0.024 MB Memory before query: 5.107 MB Rows returned: 1
SELECT *
FROM `d09n4_sppagebuilder`
WHERE `extension` = 'mod_sppagebuilder'
AND `extension_view` = 'module'
AND `view_id` = '102'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | d09n4_sppagebuilder | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 14 | 7.14 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.12 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
16 | JDatabaseDriver->loadObject() | JROOT/modules/mod_sppagebuilder/helper.php:40 |
15 | ModSPagebuilderHelper::pageBuilderData() | JROOT/modules/mod_sppagebuilder/helper.php:16 |
14 | ModSPagebuilderHelper::getData() | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:15 |
13 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
12 | Joomla\CMS\Helper\ModuleHelper::renderModule() | Same as call in the line below. |
11 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
10 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:628 |
9 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:95 |
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:500 |
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.27 ms After last query: 0.16 ms Query memory: 0.025 MB Memory before query: 5.163 MB Rows returned: 1
SELECT `template`
FROM `d09n4_template_styles`
WHERE `client_id` = 0
AND `home` = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | d09n4_template_styles | NULL | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 1 | 50.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
end | 0.02 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
18 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_sppagebuilder/builder/classes/base.php:43 |
17 | SpPgaeBuilderBase::getTemplateName() | JROOT/administrator/components/com_sppagebuilder/builder/classes/base.php:51 |
16 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:244 |
15 | AddonParser::viewAddons() | JROOT/templates/flex/html/mod_sppagebuilder/default.php:29 |
14 | require JROOT/templates/flex/html/mod_sppagebuilder/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:19 |
13 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
12 | Joomla\CMS\Helper\ModuleHelper::renderModule() | Same as call in the line below. |
11 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
10 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:628 |
9 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:95 |
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:500 |
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.48 ms After last query: 3.78 ms Query memory: 0.025 MB Memory before query: 5.167 MB Rows returned: 1
SELECT *
FROM `d09n4_sppagebuilder`
WHERE `extension` = 'mod_sppagebuilder'
AND `extension_view` = 'module'
AND `view_id` = '98'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | d09n4_sppagebuilder | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 14 | 7.14 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.10 ms |
end | 0.03 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
16 | JDatabaseDriver->loadObject() | JROOT/modules/mod_sppagebuilder/helper.php:40 |
15 | ModSPagebuilderHelper::pageBuilderData() | JROOT/modules/mod_sppagebuilder/helper.php:16 |
14 | ModSPagebuilderHelper::getData() | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:15 |
13 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
12 | Joomla\CMS\Helper\ModuleHelper::renderModule() | Same as call in the line below. |
11 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
10 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:628 |
9 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:95 |
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:500 |
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.26 ms After last query: 0.15 ms Query memory: 0.025 MB Memory before query: 5.225 MB Rows returned: 1
SELECT `template`
FROM `d09n4_template_styles`
WHERE `client_id` = 0
AND `home` = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | d09n4_template_styles | NULL | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 1 | 50.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
18 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_sppagebuilder/builder/classes/base.php:43 |
17 | SpPgaeBuilderBase::getTemplateName() | JROOT/administrator/components/com_sppagebuilder/builder/classes/base.php:51 |
16 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:244 |
15 | AddonParser::viewAddons() | JROOT/templates/flex/html/mod_sppagebuilder/default.php:29 |
14 | require JROOT/templates/flex/html/mod_sppagebuilder/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:19 |
13 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
12 | Joomla\CMS\Helper\ModuleHelper::renderModule() | Same as call in the line below. |
11 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
10 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:628 |
9 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:95 |
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:500 |
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.38 ms After last query: 3.78 ms Query memory: 0.024 MB Memory before query: 5.223 MB Rows returned: 1
SELECT *
FROM `d09n4_sppagebuilder`
WHERE `extension` = 'mod_sppagebuilder'
AND `extension_view` = 'module'
AND `view_id` = '97'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | d09n4_sppagebuilder | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 14 | 7.14 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.11 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
16 | JDatabaseDriver->loadObject() | JROOT/modules/mod_sppagebuilder/helper.php:40 |
15 | ModSPagebuilderHelper::pageBuilderData() | JROOT/modules/mod_sppagebuilder/helper.php:16 |
14 | ModSPagebuilderHelper::getData() | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:15 |
13 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
12 | Joomla\CMS\Helper\ModuleHelper::renderModule() | Same as call in the line below. |
11 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
10 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:628 |
9 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:95 |
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:500 |
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.27 ms After last query: 0.15 ms Query memory: 0.025 MB Memory before query: 5.280 MB Rows returned: 1
SELECT `template`
FROM `d09n4_template_styles`
WHERE `client_id` = 0
AND `home` = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | d09n4_template_styles | NULL | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 1 | 50.00 | Using where |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.03 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
18 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_sppagebuilder/builder/classes/base.php:43 |
17 | SpPgaeBuilderBase::getTemplateName() | JROOT/administrator/components/com_sppagebuilder/builder/classes/base.php:51 |
16 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:244 |
15 | AddonParser::viewAddons() | JROOT/templates/flex/html/mod_sppagebuilder/default.php:29 |
14 | require JROOT/templates/flex/html/mod_sppagebuilder/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:19 |
13 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
12 | Joomla\CMS\Helper\ModuleHelper::renderModule() | Same as call in the line below. |
11 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
10 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:628 |
9 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:95 |
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:500 |
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.44 ms After last query: 3.61 ms Query memory: 0.024 MB Memory before query: 5.278 MB Rows returned: 1
SELECT *
FROM `d09n4_sppagebuilder`
WHERE `extension` = 'mod_sppagebuilder'
AND `extension_view` = 'module'
AND `view_id` = '95'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | d09n4_sppagebuilder | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 14 | 7.14 | Using where |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.02 ms |
executing | 0.00 ms |
Sending data | 0.12 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
16 | JDatabaseDriver->loadObject() | JROOT/modules/mod_sppagebuilder/helper.php:40 |
15 | ModSPagebuilderHelper::pageBuilderData() | JROOT/modules/mod_sppagebuilder/helper.php:16 |
14 | ModSPagebuilderHelper::getData() | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:15 |
13 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
12 | Joomla\CMS\Helper\ModuleHelper::renderModule() | Same as call in the line below. |
11 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
10 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:628 |
9 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:95 |
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:500 |
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.25 ms After last query: 0.18 ms Query memory: 0.025 MB Memory before query: 5.353 MB Rows returned: 1
SELECT `template`
FROM `d09n4_template_styles`
WHERE `client_id` = 0
AND `home` = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | d09n4_template_styles | NULL | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 1 | 50.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
end | 0.02 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
18 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_sppagebuilder/builder/classes/base.php:43 |
17 | SpPgaeBuilderBase::getTemplateName() | JROOT/administrator/components/com_sppagebuilder/builder/classes/base.php:51 |
16 | SpPgaeBuilderBase::loadAddons() | JROOT/components/com_sppagebuilder/parser/addon-parser.php:244 |
15 | AddonParser::viewAddons() | JROOT/templates/flex/html/mod_sppagebuilder/default.php:29 |
14 | require JROOT/templates/flex/html/mod_sppagebuilder/default.php | JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php:19 |
13 | include JROOT/modules/mod_sppagebuilder/mod_sppagebuilder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
12 | Joomla\CMS\Helper\ModuleHelper::renderModule() | Same as call in the line below. |
11 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
10 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:628 |
9 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:95 |
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:500 |
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.68 ms After last query: 10.16 ms Query memory: 0.027 MB Memory before query: 4.431 MB Rows returned: 0
SELECT *
FROM `d09n4_forseo_collected_urls`
WHERE `url`='offert-fonster-offert-sanering-lycksele-umea-skelleftea';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | d09n4_forseo_collected_urls | NULL | const | url | url | 762 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.39 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
executing | 0.02 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.03 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
26 | JDatabaseDriver->loadAssoc() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/platform/joomla/dbconnection.php:85 |
25 | Weeblr\Wblib\Forseo\Platform\Joomla\Dbconnection->loadAssoc() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/db.php:456 |
24 | Weeblr\Wblib\Forseo\Db\Db->loadAssoc() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/helper.php:179 |
23 | Weeblr\Wblib\Forseo\Db\Helper->selectAssoc() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/dataobject.php:318 |
22 | Weeblr\Wblib\Forseo\Db\Dataobject->loadPerColumn() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/dataobject.php:465 |
21 | Weeblr\Wblib\Forseo\Db\Dataobject->loadStorageSafe() | JROOT/plugins/system/forseo/vendor/weeblr/forseo/data/url.php:74 |
20 | Weeblr\Forseo\Data\Url->loadPerUrl() | JROOT/plugins/system/forseo/vendor/weeblr/forseo/helper/linkscollector.php:91 |
19 | Weeblr\Forseo\Helper\Linkscollector->urlAlreadySeen() | JROOT/plugins/system/forseo/vendor/weeblr/forseo/helper/linkscollector.php:279 |
18 | Weeblr\Forseo\Helper\Linkscollector->storeCollectedLinks() | JROOT/plugins/system/forseo/vendor/weeblr/forseo/controller/pagedatacollector.php:517 |
17 | Weeblr\Forseo\Controller\Pagedatacollector->collectPlatformMetaData() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/platform/joomla/platform.php:2138 |
15 | Weeblr\Wblib\Forseo\Platform\JoomlaPlatform->executeHook() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/system/hook.php:173 |
14 | Weeblr\Wblib\Forseo\System\Hook->execute() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/system/hook.php:116 |
13 | Weeblr\Wblib\Forseo\System\Hook->run() | JROOT/plugins/system/forseo/forseo.php:623 |
12 | plgSystemForseo->doOnBeforeCompileHeadComplete() | JROOT/plugins/system/forseo/forseo.php:558 |
11 | plgSystemForseo->{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
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: 1.35 ms After last query: 0.09 ms Query memory: 0.027 MB Memory before query: 4.443 MB Rows returned: 1
SELECT *
FROM `d09n4_forseo_pages`
WHERE `url`='offert-fonster-offert-sanering-lycksele-umea-skelleftea';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | d09n4_forseo_pages | NULL | const | url | url | 762 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
27 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
26 | JDatabaseDriver->loadAssoc() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/platform/joomla/dbconnection.php:85 |
25 | Weeblr\Wblib\Forseo\Platform\Joomla\Dbconnection->loadAssoc() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/db.php:456 |
24 | Weeblr\Wblib\Forseo\Db\Db->loadAssoc() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/helper.php:179 |
23 | Weeblr\Wblib\Forseo\Db\Helper->selectAssoc() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/dataobject.php:318 |
22 | Weeblr\Wblib\Forseo\Db\Dataobject->loadPerColumn() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/dataobject.php:465 |
21 | Weeblr\Wblib\Forseo\Db\Dataobject->loadStorageSafe() | JROOT/plugins/system/forseo/vendor/weeblr/forseo/data/url.php:74 |
20 | Weeblr\Forseo\Data\Url->loadPerUrl() | JROOT/plugins/system/forseo/vendor/weeblr/forseo/helper/linkscollector.php:102 |
19 | Weeblr\Forseo\Helper\Linkscollector->urlAlreadySeen() | JROOT/plugins/system/forseo/vendor/weeblr/forseo/helper/linkscollector.php:279 |
18 | Weeblr\Forseo\Helper\Linkscollector->storeCollectedLinks() | JROOT/plugins/system/forseo/vendor/weeblr/forseo/controller/pagedatacollector.php:517 |
17 | Weeblr\Forseo\Controller\Pagedatacollector->collectPlatformMetaData() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/platform/joomla/platform.php:2138 |
15 | Weeblr\Wblib\Forseo\Platform\JoomlaPlatform->executeHook() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/system/hook.php:173 |
14 | Weeblr\Wblib\Forseo\System\Hook->execute() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/system/hook.php:116 |
13 | Weeblr\Wblib\Forseo\System\Hook->run() | JROOT/plugins/system/forseo/forseo.php:623 |
12 | plgSystemForseo->doOnBeforeCompileHeadComplete() | JROOT/plugins/system/forseo/forseo.php:558 |
11 | plgSystemForseo->{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
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: 1.19 ms After last query: 0.13 ms Query memory: 0.027 MB Memory before query: 4.464 MB Rows returned: 0
SELECT *
FROM `d09n4_forseo_collected_urls`
WHERE `url`='offert-fonster-offert-sanering-lycksele-umea-skelleftea';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | d09n4_forseo_collected_urls | NULL | const | url | url | 762 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaned up | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
25 | JDatabaseDriver->loadAssoc() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/platform/joomla/dbconnection.php:85 |
24 | Weeblr\Wblib\Forseo\Platform\Joomla\Dbconnection->loadAssoc() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/db.php:456 |
23 | Weeblr\Wblib\Forseo\Db\Db->loadAssoc() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/helper.php:179 |
22 | Weeblr\Wblib\Forseo\Db\Helper->selectAssoc() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/dataobject.php:318 |
21 | Weeblr\Wblib\Forseo\Db\Dataobject->loadPerColumn() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/dataobject.php:465 |
20 | Weeblr\Wblib\Forseo\Db\Dataobject->loadStorageSafe() | JROOT/plugins/system/forseo/vendor/weeblr/forseo/data/url.php:74 |
19 | Weeblr\Forseo\Data\Url->loadPerUrl() | JROOT/plugins/system/forseo/vendor/weeblr/forseo/helper/linkscollector.php:315 |
18 | Weeblr\Forseo\Helper\Linkscollector->storeCollectedLinks() | JROOT/plugins/system/forseo/vendor/weeblr/forseo/controller/pagedatacollector.php:517 |
17 | Weeblr\Forseo\Controller\Pagedatacollector->collectPlatformMetaData() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/platform/joomla/platform.php:2138 |
15 | Weeblr\Wblib\Forseo\Platform\JoomlaPlatform->executeHook() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/system/hook.php:173 |
14 | Weeblr\Wblib\Forseo\System\Hook->execute() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/system/hook.php:116 |
13 | Weeblr\Wblib\Forseo\System\Hook->run() | JROOT/plugins/system/forseo/forseo.php:623 |
12 | plgSystemForseo->doOnBeforeCompileHeadComplete() | JROOT/plugins/system/forseo/forseo.php:558 |
11 | plgSystemForseo->{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
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: 1.40 ms After last query: 0.22 ms Query memory: 0.027 MB Memory before query: 4.478 MB Rows returned: 0
SELECT *
FROM `d09n4_forseo_excluded_urls`
WHERE `url`='offert-fonster-offert-sanering-lycksele-umea-skelleftea';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.21 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
28 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
27 | JDatabaseDriver->loadAssoc() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/platform/joomla/dbconnection.php:85 |
26 | Weeblr\Wblib\Forseo\Platform\Joomla\Dbconnection->loadAssoc() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/db.php:456 |
25 | Weeblr\Wblib\Forseo\Db\Db->loadAssoc() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/helper.php:179 |
24 | Weeblr\Wblib\Forseo\Db\Helper->selectAssoc() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/dataobject.php:318 |
23 | Weeblr\Wblib\Forseo\Db\Dataobject->loadPerColumn() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/dataobject.php:465 |
22 | Weeblr\Wblib\Forseo\Db\Dataobject->loadStorageSafe() | JROOT/plugins/system/forseo/vendor/weeblr/forseo/data/url.php:74 |
21 | Weeblr\Forseo\Data\Url->loadPerUrl() | JROOT/plugins/system/forseo/vendor/weeblr/forseo/data/collected.php:91 |
20 | Weeblr\Forseo\Data\Collected->beforeStore() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/dataobject.php:369 |
19 | Weeblr\Wblib\Forseo\Db\Dataobject->store() | JROOT/plugins/system/forseo/vendor/weeblr/forseo/helper/linkscollector.php:371 |
18 | Weeblr\Forseo\Helper\Linkscollector->storeCollectedLinks() | JROOT/plugins/system/forseo/vendor/weeblr/forseo/controller/pagedatacollector.php:517 |
17 | Weeblr\Forseo\Controller\Pagedatacollector->collectPlatformMetaData() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/platform/joomla/platform.php:2138 |
15 | Weeblr\Wblib\Forseo\Platform\JoomlaPlatform->executeHook() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/system/hook.php:173 |
14 | Weeblr\Wblib\Forseo\System\Hook->execute() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/system/hook.php:116 |
13 | Weeblr\Wblib\Forseo\System\Hook->run() | JROOT/plugins/system/forseo/forseo.php:623 |
12 | plgSystemForseo->doOnBeforeCompileHeadComplete() | JROOT/plugins/system/forseo/forseo.php:558 |
11 | plgSystemForseo->{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
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: 6.12 ms After last query: 0.07 ms Query memory: 0.010 MB Memory before query: 4.489 MB
INSERT INTO `d09n4_forseo_collected_urls` (`id`, `crawled_by`, `crawl_started_at`, `crawl_timeout_at`, `status`, `target`, `url`, `full_url`, `referrers`, `click_depth`, `attempts`, `priority`)
VALUES (0, '', NULL, NULL, 0, 0, 'offert-fonster-offert-sanering-lycksele-umea-skelleftea', 'offert-fonster-offert-sanering-lycksele-umea-skelleftea', 'offert-fonster-offert-sanering-lycksele-umea-skelleftea', 0, 0, 0);
EXPLAIN not possible on query: INSERT INTO `d09n4_forseo_collected_urls` (`id`, `crawled_by`, `crawl_started_at`, `crawl_timeout_at`, `status`, `target`, `url`, `full_url`, `referrers`, `click_depth`, `attempts`, `priority`) VALUES (0, '', NULL, NULL, 0, 0, 'offert-fonster-offert-sanering-lycksele-umea-skelleftea', 'offert-fonster-offert-sanering-lycksele-umea-skelleftea', 'offert-fonster-offert-sanering-lycksele-umea-skelleftea', 0, 0, 0);
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.01 ms |
update | 0.11 ms |
end | 0.01 ms |
query end | 0.03 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
delayed commit ok initiated | 4.81 ms |
delayed commit ok done | 0.02 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/platform/joomla/dbconnection.php:160 |
22 | Weeblr\Wblib\Forseo\Platform\Joomla\Dbconnection->execute() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/db.php:125 |
21 | Weeblr\Wblib\Forseo\Db\Db->execute() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/helper.php:339 |
20 | Weeblr\Wblib\Forseo\Db\Helper->insert() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/dataobject.php:390 |
19 | Weeblr\Wblib\Forseo\Db\Dataobject->store() | JROOT/plugins/system/forseo/vendor/weeblr/forseo/helper/linkscollector.php:371 |
18 | Weeblr\Forseo\Helper\Linkscollector->storeCollectedLinks() | JROOT/plugins/system/forseo/vendor/weeblr/forseo/controller/pagedatacollector.php:517 |
17 | Weeblr\Forseo\Controller\Pagedatacollector->collectPlatformMetaData() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/platform/joomla/platform.php:2138 |
15 | Weeblr\Wblib\Forseo\Platform\JoomlaPlatform->executeHook() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/system/hook.php:173 |
14 | Weeblr\Wblib\Forseo\System\Hook->execute() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/system/hook.php:116 |
13 | Weeblr\Wblib\Forseo\System\Hook->run() | JROOT/plugins/system/forseo/forseo.php:623 |
12 | plgSystemForseo->doOnBeforeCompileHeadComplete() | JROOT/plugins/system/forseo/forseo.php:558 |
11 | plgSystemForseo->{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
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: 1.40 ms After last query: 0.52 ms Query memory: 0.025 MB Memory before query: 4.487 MB Rows returned: 1
select `full_url`
from `d09n4_forseo_pages`
where `content_id`='Itemid=106&id=14&option=com_sppagebuilder&view=page'
and ( (`canonical_mode`='1'
and `canonical_user`='0') or (`canonical_mode`='0'
and `canonical_auto`='0') )
order by `canonical_mode` desc
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | d09n4_forseo_pages | NULL | ref | content_id | content_id | 762 | const | 1 | 20.00 | Using index condition; Using where; Using filesort |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.05 ms |
preparing | 0.03 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.07 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
21 | JDatabaseDriver->loadResult() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/platform/joomla/dbconnection.php:110 |
20 | Weeblr\Wblib\Forseo\Platform\Joomla\Dbconnection->loadResult() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/db.php:536 |
19 | Weeblr\Wblib\Forseo\Db\Db->loadResult() | JROOT/plugins/system/forseo/vendor/weeblr/forseo/helper/page.php:401 |
18 | Weeblr\Forseo\Helper\Page->getDefaultCanonical() | JROOT/plugins/system/forseo/vendor/weeblr/forseo/controller/pageprocessor.php:892 |
17 | Weeblr\Forseo\Controller\Pageprocessor->autoCanonical() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/platform/joomla/platform.php:2138 |
15 | Weeblr\Wblib\Forseo\Platform\JoomlaPlatform->executeHook() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/system/hook.php:173 |
14 | Weeblr\Wblib\Forseo\System\Hook->execute() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/system/hook.php:116 |
13 | Weeblr\Wblib\Forseo\System\Hook->run() | JROOT/plugins/system/forseo/forseo.php:623 |
12 | plgSystemForseo->doOnBeforeCompileHeadComplete() | JROOT/plugins/system/forseo/forseo.php:558 |
11 | plgSystemForseo->{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
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: 1.41 ms After last query: 0.48 ms Query memory: 0.026 MB Memory before query: 4.498 MB Rows returned: 0
SELECT `value`, `format`
FROM `d09n4_forseo_keystore`
WHERE `scope`='default'
AND `key`='services.tokens.site_verification.token';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.13 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.04 ms |
freeing items | 0.02 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
24 | JDatabaseDriver->loadAssoc() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/platform/joomla/dbconnection.php:85 |
23 | Weeblr\Wblib\Forseo\Platform\Joomla\Dbconnection->loadAssoc() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/db.php:456 |
22 | Weeblr\Wblib\Forseo\Db\Db->loadAssoc() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/helper.php:179 |
21 | Weeblr\Wblib\Forseo\Db\Helper->selectAssoc() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/keystore.php:649 |
20 | Weeblr\Wblib\Forseo\Db\Keystore->doGet() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/keystore.php:586 |
19 | Weeblr\Wblib\Forseo\Db\Keystore->get() | JROOT/plugins/system/forseo/vendor/weeblr/forseo/helper/integrations/googleapis.php:67 |
18 | Weeblr\Forseo\Helper\Integrations\Googleapis->injectVerificationToken() | JROOT/plugins/system/forseo/vendor/weeblr/forseo/hooks.php:531 |
17 | Weeblr\Forseo\Hooks->Weeblr\Forseo\{closure}() | Same as call in the line below. |
16 | call_user_func_array() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/platform/joomla/platform.php:2138 |
15 | Weeblr\Wblib\Forseo\Platform\JoomlaPlatform->executeHook() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/system/hook.php:173 |
14 | Weeblr\Wblib\Forseo\System\Hook->execute() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/system/hook.php:116 |
13 | Weeblr\Wblib\Forseo\System\Hook->run() | JROOT/plugins/system/forseo/forseo.php:623 |
12 | plgSystemForseo->doOnBeforeCompileHeadComplete() | JROOT/plugins/system/forseo/forseo.php:558 |
11 | plgSystemForseo->{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
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: 1.86 ms After last query: 0.71 ms Query memory: 0.021 MB Memory before query: 4.553 MB Rows returned: 9
SELECT
sp.id,
st.name as type
FROM
`d09n4_creative_fields` sp
JOIN `d09n4_creative_field_types` st
ON st.id = sp.id_type
WHERE sp.published = '1'
AND sp.id_form = '1'
ORDER BY sp.ordering,sp.id
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sp | NULL | ref | id_form | id_form | 3 | const | 9 | 10.00 | Using index condition; Using where; Using filesort |
1 | SIMPLE | st | NULL | eq_ref | PRIMARY | PRIMARY | 4 | neno-itmg.sp.id_type | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.44 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.02 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.09 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.03 ms |
freeing items | 0.02 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
10 | JDatabaseDriver->loadAssocList() | JROOT/plugins/system/creativecontactform/creativecontactform.php:226 |
9 | plgSystemCreativecontactform->ccf_get_types_array() | JROOT/plugins/system/creativecontactform/creativecontactform.php:136 |
8 | plgSystemCreativecontactform->render_styles_scripts() | JROOT/plugins/system/creativecontactform/creativecontactform.php:250 |
7 | plgSystemCreativecontactform->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 |
Query Time: 1.39 ms After last query: 1.19 ms Query memory: 0.022 MB Memory before query: 4.589 MB Rows returned: 9
SELECT
sp.id,
st.name as type
FROM
`d09n4_creative_fields` sp
JOIN `d09n4_creative_field_types` st
ON st.id = sp.id_type
WHERE sp.published = '1'
AND sp.id_form = '1'
ORDER BY sp.ordering,sp.id
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sp | NULL | ref | id_form | id_form | 3 | const | 9 | 10.00 | Using index condition; Using where; Using filesort |
1 | SIMPLE | st | NULL | eq_ref | PRIMARY | PRIMARY | 4 | neno-itmg.sp.id_type | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.02 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.08 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
12 | JDatabaseDriver->loadAssocList() | JROOT/components/com_creativecontactform/helpers/helper.php:229 |
11 | CreativecontactformHelper->get_data() | JROOT/components/com_creativecontactform/helpers/helper.php:973 |
10 | CreativecontactformHelper->render_html() | JROOT/plugins/system/creativecontactform/creativecontactform.php:43 |
9 | plgSystemCreativecontactform->ccf_make_form() | Same as call in the line below. |
8 | preg_replace_callback() | JROOT/plugins/system/creativecontactform/creativecontactform.php:263 |
7 | plgSystemCreativecontactform->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 |
Query Time: 1.75 ms After last query: 0.04 ms Query memory: 0.021 MB Memory before query: 4.602 MB Rows returned: 1
SELECT
sp.`id_template`,
sp.name,
sp.top_text,
sp.pre_text,
sp.thank_you_text,
sp.send_text,
sp.send_new_text,
sp.close_alert_text,
sp.form_width,
sp.redirect,
sp.redirect_itemid,
sp.redirect_url,
sp.redirect_delay,
sp.shake_count,
sp.shake_distanse,
sp.send_copy_enable,
sp.send_copy_text,
sp.shake_duration,
sp.custom_css,
st.styles,
sp.render_type,
sp.popup_button_text,
sp.static_button_position,
sp.static_button_offset,
sp.appear_animation_type,
sp.check_token,
sp.next_button_text,
sp.prev_button_text,
sp.email_template
FROM
`d09n4_creative_forms` sp
LEFT JOIN `d09n4_contact_templates` st
ON st.id = sp.id_template
WHERE sp.published = '1'
AND sp.id = '1'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sp | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | st | NULL | const | PRIMARY | PRIMARY | 3 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.38 ms |
init | 0.04 ms |
System lock | 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 | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.02 ms |
cleaned up | 0.01 ms |
cleaning up | 0.02 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
12 | JDatabaseDriver->loadAssoc() | JROOT/components/com_creativecontactform/helpers/helper.php:284 |
11 | CreativecontactformHelper->get_data() | JROOT/components/com_creativecontactform/helpers/helper.php:973 |
10 | CreativecontactformHelper->render_html() | JROOT/plugins/system/creativecontactform/creativecontactform.php:43 |
9 | plgSystemCreativecontactform->ccf_make_form() | Same as call in the line below. |
8 | preg_replace_callback() | JROOT/plugins/system/creativecontactform/creativecontactform.php:263 |
7 | plgSystemCreativecontactform->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 |
Query Time: 1.53 ms After last query: 0.04 ms Query memory: 0.022 MB Memory before query: 4.617 MB Rows returned: 9
SELECT
sp.id,
sp.name,
sp.tooltip_text,
sp.required,
sp.ordering_field,
sp.select_default_text,
sp.show_parent_label,
sp.select_no_match_text,
sp.width,
sp.field_margin_top,
sp.select_show_scroll_after,
sp.select_show_search_after,
sp.upload_button_text,
sp.upload_minfilesize,
sp.upload_maxfilesize,
sp.upload_acceptfiletypes,
sp.upload_minfilesize_message,
sp.upload_maxfilesize_message,
sp.upload_acceptfiletypes_message,
sp.captcha_wrong_message,
sp.datepicker_date_format,
sp.datepicker_animation,
sp.datepicker_style,
sp.datepicker_icon_style,
sp.datepicker_show_icon,
sp.datepicker_input_readonly,
sp.datepicker_number_months,
sp.datepicker_mindate,
sp.datepicker_maxdate,
sp.datepicker_changemonths,
sp.datepicker_changeyears,
sp.column_type,
sp.custom_html,
sp.google_maps,
sp.heading,
sp.recaptcha_site_key,
sp.recaptcha_wrong_message,
sp.recaptcha_theme,
sp.recaptcha_type,
sp.contact_data,
sp.contact_data_width,
sp.creative_popup,
sp.creative_popup_embed,
sp.m_recipients_value,
sp.m_recipients_multiple,
sp.pagebreak_type,
sp.pagebreak_page_title,
sp.if_id,
sp.if_val,
sp.then_id,
sp.hidden_val,
st.name as type
FROM
`d09n4_creative_fields` sp
JOIN `d09n4_creative_field_types` st
ON st.id = sp.id_type
WHERE sp.published = '1'
AND sp.id_form = '1'
ORDER BY sp.ordering,sp.id
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sp | NULL | ref | id_form | id_form | 3 | const | 9 | 10.00 | Using index condition; Using where; Using filesort |
1 | SIMPLE | st | NULL | eq_ref | PRIMARY | PRIMARY | 4 | neno-itmg.sp.id_type | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.08 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.05 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.02 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
Creating sort index | 0.14 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
12 | JDatabaseDriver->loadAssocList() | JROOT/components/com_creativecontactform/helpers/helper.php:354 |
11 | CreativecontactformHelper->get_data() | JROOT/components/com_creativecontactform/helpers/helper.php:973 |
10 | CreativecontactformHelper->render_html() | JROOT/plugins/system/creativecontactform/creativecontactform.php:43 |
9 | plgSystemCreativecontactform->ccf_make_form() | Same as call in the line below. |
8 | preg_replace_callback() | JROOT/plugins/system/creativecontactform/creativecontactform.php:263 |
7 | plgSystemCreativecontactform->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 |
Query Time: 2.42 ms After last query: 0.19 ms Query memory: 0.022 MB Memory before query: 4.664 MB Rows returned: 5
SELECT
spo.name,
spo.id,
spo.value,
spo.selected
FROM
`d09n4_creative_form_options` spo
WHERE spo.id_parent = '156'
AND spo.showrow = '1'
ORDER BY spo.ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | spo | NULL | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 3315 | 5.00 | Using where; Using filesort |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.16 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
Sorting result | 0.00 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 1.05 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
13 | JDatabaseDriver->loadAssocList() | JROOT/components/com_creativecontactform/helpers/helper.php:575 |
12 | CreativecontactformHelper->print_fields_array_html() | JROOT/components/com_creativecontactform/helpers/helper.php:912 |
11 | CreativecontactformHelper->print_fields_columns() | JROOT/components/com_creativecontactform/helpers/helper.php:1186 |
10 | CreativecontactformHelper->render_html() | JROOT/plugins/system/creativecontactform/creativecontactform.php:43 |
9 | plgSystemCreativecontactform->ccf_make_form() | Same as call in the line below. |
8 | preg_replace_callback() | JROOT/plugins/system/creativecontactform/creativecontactform.php:263 |
7 | plgSystemCreativecontactform->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 |
Query Time: 1.27 ms After last query: 0.09 ms Query memory: 0.021 MB Memory before query: 4.673 MB Rows returned: 1
SELECT
sp.id,
sp.recaptcha_site_key,
sp.recaptcha_theme,
sp.recaptcha_type
FROM
`d09n4_creative_fields` sp
WHERE sp.published = '1'
AND sp.id_type = '19'
AND sp.id_form = '1'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | sp | NULL | ref | id_form | id_form | 3 | const | 9 | 1.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 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 | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
11 | JDatabaseDriver->loadAssocList() | JROOT/components/com_creativecontactform/helpers/helper.php:1321 |
10 | CreativecontactformHelper->render_html() | JROOT/plugins/system/creativecontactform/creativecontactform.php:43 |
9 | plgSystemCreativecontactform->ccf_make_form() | Same as call in the line below. |
8 | preg_replace_callback() | JROOT/plugins/system/creativecontactform/creativecontactform.php:263 |
7 | plgSystemCreativecontactform->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 |
Query Time: 1.35 ms After last query: 7.40 ms Query memory: 0.024 MB Memory before query: 4.648 MB Rows returned: 0
SELECT `id`
FROM `d09n4_forseo_pages`
WHERE `content_id`='Itemid=106&id=14&option=com_sppagebuilder&view=page'
AND `canonical_auto`=0
AND `url` != 'offert-fonster-offert-sanering-lycksele-umea-skelleftea';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | d09n4_forseo_pages | NULL | ref | url,content_id | content_id | 762 | const | 1 | 20.00 | Using where |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/platform/joomla/dbconnection.php:105 |
16 | Weeblr\Wblib\Forseo\Platform\Joomla\Dbconnection->loadObjectList() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/db.php:524 |
15 | Weeblr\Wblib\Forseo\Db\Db->loadObjectList() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/helper.php:261 |
14 | Weeblr\Wblib\Forseo\Db\Helper->selectObjectList() | JROOT/plugins/system/forseo/vendor/weeblr/forseo/helper/page.php:429 |
13 | Weeblr\Forseo\Helper\Page->canonicalType() | JROOT/plugins/system/forseo/vendor/weeblr/forseo/controller/pagedatacollector.php:639 |
12 | Weeblr\Forseo\Controller\Pagedatacollector->onAfterRenderComplete() | Same as call in the line below. |
11 | call_user_func_array() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/platform/joomla/platform.php:2138 |
10 | Weeblr\Wblib\Forseo\Platform\JoomlaPlatform->executeHook() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/system/hook.php:173 |
9 | Weeblr\Wblib\Forseo\System\Hook->execute() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/system/hook.php:116 |
8 | Weeblr\Wblib\Forseo\System\Hook->run() | JROOT/plugins/system/forseo/forseo.php:706 |
7 | plgSystemForseo->doOnAfterRenderComplete() | JROOT/plugins/system/forseo/forseo.php:548 |
6 | plgSystemForseo->{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
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 |
Query Time: 1.44 ms After last query: 0.33 ms Query memory: 0.025 MB Memory before query: 4.658 MB Rows returned: 0
SELECT *
FROM `d09n4_forseo_errors`
WHERE `url`='offert-fonster-offert-sanering-lycksele-umea-skelleftea';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | d09n4_forseo_errors | NULL | ref | url | url | 762 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.20 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
21 | JDatabaseDriver->loadAssoc() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/platform/joomla/dbconnection.php:85 |
20 | Weeblr\Wblib\Forseo\Platform\Joomla\Dbconnection->loadAssoc() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/db.php:456 |
19 | Weeblr\Wblib\Forseo\Db\Db->loadAssoc() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/helper.php:179 |
18 | Weeblr\Wblib\Forseo\Db\Helper->selectAssoc() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/dataobject.php:318 |
17 | Weeblr\Wblib\Forseo\Db\Dataobject->loadPerColumn() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/dataobject.php:465 |
16 | Weeblr\Wblib\Forseo\Db\Dataobject->loadStorageSafe() | JROOT/plugins/system/forseo/vendor/weeblr/forseo/data/url.php:74 |
15 | Weeblr\Forseo\Data\Url->loadPerUrl() | JROOT/plugins/system/forseo/vendor/weeblr/forseo/controller/pagedatacollector.php:961 |
14 | Weeblr\Forseo\Controller\Pagedatacollector->forceRecrawlIfExisting() | JROOT/plugins/system/forseo/vendor/weeblr/forseo/controller/pagedatacollector.php:830 |
13 | Weeblr\Forseo\Controller\Pagedatacollector->processUnknownIncomingRequests() | JROOT/plugins/system/forseo/vendor/weeblr/forseo/controller/pagedatacollector.php:709 |
12 | Weeblr\Forseo\Controller\Pagedatacollector->onAfterRenderComplete() | Same as call in the line below. |
11 | call_user_func_array() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/platform/joomla/platform.php:2138 |
10 | Weeblr\Wblib\Forseo\Platform\JoomlaPlatform->executeHook() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/system/hook.php:173 |
9 | Weeblr\Wblib\Forseo\System\Hook->execute() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/system/hook.php:116 |
8 | Weeblr\Wblib\Forseo\System\Hook->run() | JROOT/plugins/system/forseo/forseo.php:706 |
7 | plgSystemForseo->doOnAfterRenderComplete() | JROOT/plugins/system/forseo/forseo.php:548 |
6 | plgSystemForseo->{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
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 |
Query Time: 1.47 ms After last query: 0.13 ms Query memory: 0.025 MB Memory before query: 4.668 MB Rows returned: 0
SELECT *
FROM `d09n4_forseo_links`
WHERE `url`='offert-fonster-offert-sanering-lycksele-umea-skelleftea';
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | NULL | no matching row in const table |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.25 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
executing | 0.01 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaned up | 0.01 ms |
cleaning up | 0.01 ms |
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
21 | JDatabaseDriver->loadAssoc() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/platform/joomla/dbconnection.php:85 |
20 | Weeblr\Wblib\Forseo\Platform\Joomla\Dbconnection->loadAssoc() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/db.php:456 |
19 | Weeblr\Wblib\Forseo\Db\Db->loadAssoc() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/helper.php:179 |
18 | Weeblr\Wblib\Forseo\Db\Helper->selectAssoc() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/dataobject.php:318 |
17 | Weeblr\Wblib\Forseo\Db\Dataobject->loadPerColumn() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/db/dataobject.php:465 |
16 | Weeblr\Wblib\Forseo\Db\Dataobject->loadStorageSafe() | JROOT/plugins/system/forseo/vendor/weeblr/forseo/data/url.php:74 |
15 | Weeblr\Forseo\Data\Url->loadPerUrl() | JROOT/plugins/system/forseo/vendor/weeblr/forseo/controller/pagedatacollector.php:961 |
14 | Weeblr\Forseo\Controller\Pagedatacollector->forceRecrawlIfExisting() | JROOT/plugins/system/forseo/vendor/weeblr/forseo/controller/pagedatacollector.php:831 |
13 | Weeblr\Forseo\Controller\Pagedatacollector->processUnknownIncomingRequests() | JROOT/plugins/system/forseo/vendor/weeblr/forseo/controller/pagedatacollector.php:709 |
12 | Weeblr\Forseo\Controller\Pagedatacollector->onAfterRenderComplete() | Same as call in the line below. |
11 | call_user_func_array() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/platform/joomla/platform.php:2138 |
10 | Weeblr\Wblib\Forseo\Platform\JoomlaPlatform->executeHook() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/system/hook.php:173 |
9 | Weeblr\Wblib\Forseo\System\Hook->execute() | JROOT/plugins/system/forseo/vendor/weeblr/wblib/v2/packages/system/hook.php:116 |
8 | Weeblr\Wblib\Forseo\System\Hook->run() | JROOT/plugins/system/forseo/forseo.php:706 |
7 | plgSystemForseo->doOnAfterRenderComplete() | JROOT/plugins/system/forseo/forseo.php:548 |
6 | plgSystemForseo->{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
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 |
8 × SELECT `template`
FROM `d09n4_template_styles`
5 × SELECT *
FROM `d09n4_sppagebuilder`
4 × SELECT a.enabled
FROM `d09n4_extensions` AS `a`
3 × SELECT `id`
FROM `d09n4_menu`
2 × SELECT *
FROM `d09n4_forseo_pages`
2 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `d09n4_assets`
2 × SELECT *
FROM `d09n4_forseo_collected_urls`
1 × SELECT `session_id`
FROM `d09n4_session`
1 × SELECT id, rules
FROM `d09n4_viewlevels
1 × SELECT b.id
FROM d09n4_usergroups AS a
LEFT JOIN d09n4_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT `key`, `value`
FROM `d09n4_forseo_config`
1 × SELECT *
FROM `d09n4_forseo_rules`
1 × SELECT *
FROM `d09n4_forseo_pages_aliases`
1 × SELECT *
FROM d09n4_sppagebuilder
1 × SELECT a.*,l.title AS language_title,ua.name AS author_name
FROM d09n4_sppagebuilder as a
LEFT JOIN `d09n4_languages` AS l
ON l.lang_code = a.language
LEFT JOIN d09n4_users AS ua
ON ua.id = a.created_by
1 × 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 d09n4_tags
1 × SELECT *
FROM `d09n4_forseo_custom_meta`
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM d09n4_modules AS m
LEFT JOIN d09n4_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN d09n4_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT *
FROM `d09n4_forseo_excluded_urls`
1 × select `full_url`
from `d09n4_forseo_pages`
1 × SELECT `value`, `format`
FROM `d09n4_forseo_keystore`
1 × SELECT sp.id, st.name as type
FROM `d09n4_creative_fields` sp JOIN `d09n4_creative_field_types` st
ON st.id = sp.id_type
1 × SELECT
sp.id,
st.name as type
FROM
`d09n4_creative_fields` sp
JOIN `d09n4_creative_field_types` st
ON st.id = sp.id_type
1 × SELECT
sp.`id_template`,
sp.name,
sp.top_text,
sp.pre_text,
sp.thank_you_text,
sp.send_text,
sp.send_new_text,
sp.close_alert_text,
sp.form_width,
sp.redirect,
sp.redirect_itemid,
sp.redirect_url,
sp.redirect_delay,
sp.shake_count,
sp.shake_distanse,
sp.send_copy_enable,
sp.send_copy_text,
sp.shake_duration,
sp.custom_css,
st.styles,
sp.render_type,
sp.popup_button_text,
sp.static_button_position,
sp.static_button_offset,
sp.appear_animation_type,
sp.check_token,
sp.next_button_text,
sp.prev_button_text,
sp.email_template
FROM
`d09n4_creative_forms` sp
LEFT JOIN `d09n4_contact_templates` st
ON st.id = sp.id_template
1 × SELECT
sp.id,
sp.name,
sp.tooltip_text,
sp.required,
sp.ordering_field,
sp.select_default_text,
sp.show_parent_label,
sp.select_no_match_text,
sp.width,
sp.field_margin_top,
sp.select_show_scroll_after,
sp.select_show_search_after,
sp.upload_button_text,
sp.upload_minfilesize,
sp.upload_maxfilesize,
sp.upload_acceptfiletypes,
sp.upload_minfilesize_message,
sp.upload_maxfilesize_message,
sp.upload_acceptfiletypes_message,
sp.captcha_wrong_message,
sp.datepicker_date_format,
sp.datepicker_animation,
sp.datepicker_style,
sp.datepicker_icon_style,
sp.datepicker_show_icon,
sp.datepicker_input_readonly,
sp.datepicker_number_months,
sp.datepicker_mindate,
sp.datepicker_maxdate,
sp.datepicker_changemonths,
sp.datepicker_changeyears,
sp.column_type,
sp.custom_html,
sp.google_maps,
sp.heading,
sp.recaptcha_site_key,
sp.recaptcha_wrong_message,
sp.recaptcha_theme,
sp.recaptcha_type,
sp.contact_data,
sp.contact_data_width,
sp.creative_popup,
sp.creative_popup_embed,
sp.m_recipients_value,
sp.m_recipients_multiple,
sp.pagebreak_type,
sp.pagebreak_page_title,
sp.if_id,
sp.if_val,
sp.then_id,
sp.hidden_val,
st.name as type
FROM
`d09n4_creative_fields` sp
JOIN `d09n4_creative_field_types` st
ON st.id = sp.id_type
1 × SELECT
spo.name,
spo.id,
spo.value,
spo.selected
FROM
`d09n4_creative_form_options` spo
1 × SELECT
sp.id,
sp.recaptcha_site_key,
sp.recaptcha_theme,
sp.recaptcha_type
FROM
`d09n4_creative_fields` sp
1 × SELECT `id`
FROM `d09n4_forseo_pages`
1 × SELECT *
FROM `d09n4_forseo_errors`
1 × SELECT *
FROM `d09n4_forseo_links`