Query Time: 0.64 ms Query memory: 0.023 MB Memory before query: 1.057 MB Rows returned: 0
SELECT `data`
FROM `tainan_session`
WHERE `session_id` = X'6f697039363834766c723432316a313072367233386271646770'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tainan_session | const | PRIMARY | PRIMARY | 194 | const | 1 | |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.38 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 |
14 | JSessionStorageDatabase->read() | Same as call in the line below. |
13 | session_start() | JROOT/libraries/joomla/session/handler/native.php:260 |
12 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:50 |
11 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:88 |
10 | JSessionHandlerJoomla->start() | JROOT/libraries/src/Session/Session.php:661 |
9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:621 |
8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:499 |
7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:456 |
6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:826 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.24 ms After last query: 1.25 ms Query memory: 0.020 MB Memory before query: 1.071 MB Rows returned: 0
SELECT `session_id`
FROM `tainan_session`
WHERE `session_id` = X'6f697039363834766c723432316a313072367233386271646770'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tainan_session | const | PRIMARY | PRIMARY | 194 | const | 1 | Using index |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
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: 1.05 ms After last query: 0.06 ms Query memory: 0.004 MB Memory before query: 1.077 MB
INSERT INTO `tainan_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'6f697039363834766c723432316a313072367233386271646770', 1, 1744119244, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `tainan_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'6f697039363834766c723432316a313072367233386271646770', 1, 1744119244, 0, '', 0)
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init for update | 0.02 ms |
Update | 0.50 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.33 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Session/MetadataManager.php:116 |
7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.27 ms After last query: 4.51 ms Query memory: 0.021 MB Memory before query: 1.151 MB Rows returned: 5
SELECT id, rules
FROM `tainan_viewlevels`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tainan_viewlevels | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Access/Access.php:1063 |
8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.34 ms After last query: 0.07 ms Query memory: 0.021 MB Memory before query: 1.163 MB Rows returned: 2
SELECT b.id
FROM tainan_usergroups AS a
LEFT JOIN tainan_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | b | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 2 | Using where; Using index |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.04 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
10 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 |
9 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/Access/Access.php:1095 |
8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 43.38 ms Query memory: 0.025 MB Memory before query: 3.812 MB Rows returned: 1
SELECT id,template
FROM tainan_template_styles
WHERE client_id=0
AND home=1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tainan_template_styles | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 3 | Using where |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.04 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_widgetkit/widgetkit.php:23 |
16 | plgSystemWidgetkit_zl->{closure}() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/src/Container.php:240 |
15 | YOOtheme\Framework\Container->offsetGet() | JROOT/administrator/components/com_widgetkit/src/Application.php:49 |
14 | YOOtheme\Widgetkit\Application->YOOtheme\Widgetkit\{closure}() | Same as call in the line below. |
13 | call_user_func_array() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/src/Event/EventDispatcher.php:113 |
12 | YOOtheme\Framework\Event\EventDispatcher->trigger() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/src/Application.php:149 |
11 | YOOtheme\Framework\Application->boot() | JROOT/administrator/components/com_widgetkit/widgetkit.php:91 |
10 | include JROOT/administrator/components/com_widgetkit/widgetkit.php | JROOT/administrator/components/com_widgetkit/widgetkit-app.php:6 |
9 | include JROOT/administrator/components/com_widgetkit/widgetkit-app.php | JROOT/plugins/system/widgetkit_zl/widgetkit_zl.php:15 |
8 | plgSystemWidgetkit_zl->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.72 ms After last query: 21.03 ms Query memory: 0.022 MB Memory before query: 8.278 MB Rows returned: 1
SELECT id
FROM tainan_zoo_item
WHERE alias = '11esrw-2'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tainan_zoo_item | const | ALIAS_INDEX | ALIAS_INDEX | 767 | const | 1 | |
Status | Duration |
---|
Starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:87 |
12 | DatabaseHelper->queryResult() | JROOT/plugins/system/zoolingual/zoolingual/helpers/alias.php:123 |
11 | AppAlias->translateAliasToID() | JROOT/components/com_zoo/router.php:263 |
10 | ZooParseRoute() | JROOT/libraries/src/Component/Router/RouterLegacy.php:105 |
9 | Joomla\CMS\Component\Router\RouterLegacy->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |
8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 17.83 ms Query memory: 0.005 MB Memory before query: 8.625 MB
UPDATE `tainan_extensions`
SET `params` = '{\"mediaversion\":\"0d103260b6f392ed28fc0dae51d8e726\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `tainan_extensions`
SET `params` = '{\"mediaversion\":\"0d103260b6f392ed28fc0dae51d8e726\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init for update | 0.04 ms |
Updating | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
9 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
8 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
7 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
6 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
5 | Joomla\CMS\Factory::getDocument() | JROOT/libraries/src/Application/WebApplication.php:1137 |
4 | Joomla\CMS\Application\WebApplication->loadDocument() | JROOT/libraries/src/Application/SiteApplication.php:133 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.31 ms After last query: 8.41 ms Query memory: 0.022 MB Memory before query: 8.804 MB Rows returned: 1
SELECT *
FROM tainan_zoo_item
WHERE id = 14789
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tainan_zoo_item | const | PRIMARY,MULTI_INDEX2,ID_APPLICATION_INDEX | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:64 |
11 | DatabaseHelper->query() | JROOT/administrator/components/com_zoo/framework/classes/table.php:399 |
10 | AppTable->_queryObject() | JROOT/administrator/components/com_zoo/framework/classes/table.php:189 |
9 | AppTable->find() | JROOT/administrator/components/com_zoo/framework/classes/table.php:136 |
8 | AppTable->get() | JROOT/administrator/components/com_zoo/helpers/zoo.php:75 |
7 | ZooHelper->getApplication() | JROOT/components/com_zoo/zoo.php:32 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 2.14 ms Query memory: 0.022 MB Memory before query: 8.915 MB Rows returned: 1
SELECT *
FROM tainan_zoo_application
WHERE id = 5
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tainan_zoo_application | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.00 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:64 |
13 | DatabaseHelper->query() | JROOT/administrator/components/com_zoo/framework/classes/table.php:399 |
12 | AppTable->_queryObject() | JROOT/administrator/components/com_zoo/framework/classes/table.php:189 |
11 | AppTable->find() | JROOT/administrator/components/com_zoo/tables/application.php:131 |
10 | ApplicationTable->find() | JROOT/administrator/components/com_zoo/framework/classes/table.php:136 |
9 | AppTable->get() | JROOT/administrator/components/com_zoo/classes/item.php:326 |
8 | Item->getApplication() | JROOT/administrator/components/com_zoo/helpers/zoo.php:76 |
7 | ZooHelper->getApplication() | JROOT/components/com_zoo/zoo.php:32 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.48 ms After last query: 7.80 ms Query memory: 0.028 MB Memory before query: 8.993 MB Rows returned: 41
SELECT `id`,`name`,`rules`,`parent_id`
FROM `tainan_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_chronoforms5','com_chronoforms6','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_fields','com_finder','com_installer','com_jce','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_tags','com_templates','com_users','com_widgetkit','com_wrapper','com_zoo','com_zoolanders')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tainan_assets | range | idx_asset_name | idx_asset_name | 202 | NULL | 42 | Using index condition |
Status | Duration |
---|
Starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.06 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.15 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
17 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
16 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
15 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
14 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
13 | Joomla\CMS\User\User->authorise() | JROOT/administrator/components/com_zoo/framework/helpers/user.php:222 |
12 | UserAppHelper->isJoomlaSuperAdmin() | JROOT/administrator/components/com_zoo/framework/helpers/user.php:54 |
11 | UserAppHelper->get() | JROOT/components/com_zoo/controllers/default.php:106 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.37 ms After last query: 4.33 ms Query memory: 0.026 MB Memory before query: 9.228 MB Rows returned: 9
SELECT *
FROM tainan_zoo_category
WHERE application_id = 5
AND published = 1
ORDER BY ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tainan_zoo_category | ref | PUBLISHED_INDEX,APPLICATIONID_ID_INDEX,APPLICATIONID_ID_INDEX2 | APPLICATIONID_ID_INDEX2 | 4 | const | 6 | Using where; Using filesort |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.02 ms |
Sorting result | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.09 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.00 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:64 |
18 | DatabaseHelper->query() | JROOT/administrator/components/com_zoo/framework/classes/table.php:425 |
17 | AppTable->_queryObjectList() | JROOT/administrator/components/com_zoo/framework/classes/table.php:192 |
16 | AppTable->find() | JROOT/administrator/components/com_zoo/framework/classes/table.php:165 |
15 | AppTable->all() | JROOT/administrator/components/com_zoo/tables/category.php:222 |
14 | CategoryTable->getAll() | JROOT/administrator/components/com_zoo/classes/application.php:425 |
13 | Application->getCategories() | JROOT/administrator/components/com_zoo/classes/application.php:449 |
12 | Application->getCategoryTree() | JROOT/administrator/components/com_zoo/helpers/route.php:295 |
11 | RouteHelper->item() | JROOT/components/com_zoo/controllers/default.php:131 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 1.68 ms Query memory: 0.006 MB Memory before query: 9.447 MB
UPDATE tainan_zoo_item
SET hits = (hits + 1)
WHERE id = 14789
EXPLAIN not possible on query: UPDATE tainan_zoo_item SET hits = (hits + 1) WHERE id = 14789
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init for update | 0.04 ms |
Updating | 0.04 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.00 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:64 |
13 | DatabaseHelper->query() | JROOT/administrator/components/com_zoo/tables/item.php:178 |
12 | ItemTable->hit() | JROOT/administrator/components/com_zoo/classes/item.php:670 |
11 | Item->hit() | JROOT/components/com_zoo/controllers/default.php:167 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.07 ms Query memory: 0.023 MB Memory before query: 9.462 MB Rows returned: 0
SELECT id
FROM tainan_users
WHERE id = 0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:87 |
13 | DatabaseHelper->queryResult() | JROOT/administrator/components/com_zoo/framework/helpers/user.php:44 |
12 | UserAppHelper->get() | JROOT/administrator/components/com_zoo/classes/item.php:358 |
11 | Item->getAuthor() | JROOT/components/com_zoo/controllers/default.php:181 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.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.37 ms After last query: 5.84 ms Query memory: 0.032 MB Memory before query: 9.742 MB Rows returned: 49
SELECT `id`,`name`,`rules`,`parent_id`
FROM `tainan_assets`
WHERE `name` LIKE 'com_zoo.%' OR `name` = 'com_zoo' OR `parent_id` = 0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tainan_assets | ALL | idx_asset_name,idx_parent_id | NO INDEX KEY COULD BE USED | NULL | NULL | 1885 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.13 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.05 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.94 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:359 |
23 | Joomla\CMS\Access\Access::preloadPermissions() | JROOT/libraries/src/Access/Access.php:226 |
22 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:540 |
21 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
20 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
19 | Joomla\CMS\User\User->authorise() | JROOT/administrator/components/com_zoo/framework/helpers/user.php:458 |
18 | UserAppHelper->authorise() | JROOT/administrator/components/com_zoo/framework/helpers/user.php:360 |
17 | UserAppHelper->isAdmin() | JROOT/administrator/components/com_zoo/framework/helpers/user.php:290 |
16 | UserAppHelper->canEdit() | JROOT/administrator/components/com_zoo/classes/type.php:102 |
15 | Type->canEdit() | JROOT/administrator/components/com_zoo/classes/item.php:250 |
14 | Item->canEdit() | JROOT/media/zoo/applications/blog/templates/events/item.php:17 |
13 | include JROOT/media/zoo/applications/blog/templates/events/item.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:199 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.67 ms After last query: 1.59 ms Query memory: 0.030 MB Memory before query: 9.837 MB Rows returned: 8
SHOW FULL COLUMNS
FROM `tainan_assets`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `tainan_assets`
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
closing tables | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.23 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Filling schema table | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
checking permissions | 0.04 ms |
closing tables | 0.01 ms |
checking permissions | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.00 ms |
Removing tmp table | 0.09 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.00 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.04 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
28 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
27 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
26 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
25 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
24 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/Asset.php:61 |
23 | Joomla\CMS\Table\Asset->__construct() | JROOT/libraries/src/Access/Access.php:783 |
22 | Joomla\CMS\Access\Access::getAssetId() | JROOT/libraries/src/Access/Access.php:544 |
21 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
20 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
19 | Joomla\CMS\User\User->authorise() | JROOT/administrator/components/com_zoo/framework/helpers/user.php:458 |
18 | UserAppHelper->authorise() | JROOT/administrator/components/com_zoo/framework/helpers/user.php:360 |
17 | UserAppHelper->isAdmin() | JROOT/administrator/components/com_zoo/framework/helpers/user.php:290 |
16 | UserAppHelper->canEdit() | JROOT/administrator/components/com_zoo/classes/type.php:102 |
15 | Type->canEdit() | JROOT/administrator/components/com_zoo/classes/item.php:250 |
14 | Item->canEdit() | JROOT/media/zoo/applications/blog/templates/events/item.php:17 |
13 | include JROOT/media/zoo/applications/blog/templates/events/item.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:199 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 0.91 ms Query memory: 0.028 MB Memory before query: 9.877 MB Rows returned: 0
SELECT *
FROM tainan_assets
WHERE `name` = 'com_zoo.application.5.events'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
24 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
23 | Joomla\CMS\Table\Table->load() | JROOT/libraries/src/Access/Access.php:784 |
22 | Joomla\CMS\Access\Access::getAssetId() | JROOT/libraries/src/Access/Access.php:544 |
21 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
20 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
19 | Joomla\CMS\User\User->authorise() | JROOT/administrator/components/com_zoo/framework/helpers/user.php:458 |
18 | UserAppHelper->authorise() | JROOT/administrator/components/com_zoo/framework/helpers/user.php:360 |
17 | UserAppHelper->isAdmin() | JROOT/administrator/components/com_zoo/framework/helpers/user.php:290 |
16 | UserAppHelper->canEdit() | JROOT/administrator/components/com_zoo/classes/type.php:102 |
15 | Type->canEdit() | JROOT/administrator/components/com_zoo/classes/item.php:250 |
14 | Item->canEdit() | JROOT/media/zoo/applications/blog/templates/events/item.php:17 |
13 | include JROOT/media/zoo/applications/blog/templates/events/item.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:199 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.21 ms After last query: 0.13 ms Query memory: 0.027 MB Memory before query: 9.914 MB Rows returned: 0
SELECT *
FROM tainan_assets
WHERE `name` = 'com_zoo.application.5.events'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
23 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
22 | Joomla\CMS\Table\Table->load() | JROOT/libraries/src/Access/Access.php:784 |
21 | Joomla\CMS\Access\Access::getAssetId() | JROOT/libraries/src/Access/Access.php:544 |
20 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
19 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
18 | Joomla\CMS\User\User->authorise() | JROOT/administrator/components/com_zoo/framework/helpers/user.php:458 |
17 | UserAppHelper->authorise() | JROOT/administrator/components/com_zoo/framework/helpers/user.php:290 |
16 | UserAppHelper->canEdit() | JROOT/administrator/components/com_zoo/classes/type.php:102 |
15 | Type->canEdit() | JROOT/administrator/components/com_zoo/classes/item.php:250 |
14 | Item->canEdit() | JROOT/media/zoo/applications/blog/templates/events/item.php:17 |
13 | include JROOT/media/zoo/applications/blog/templates/events/item.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:199 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.97 ms After last query: 13.76 ms Query memory: 0.032 MB Memory before query: 10.264 MB Rows returned: 0
SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM tainan_fields AS a
LEFT JOIN `tainan_languages` AS l
ON l.lang_code = a.language
LEFT JOIN tainan_users AS uc
ON uc.id=a.checked_out
LEFT JOIN tainan_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN tainan_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN tainan_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'com_zoo.element.textarea'
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | Using where; Using temporary; Using filesort |
1 | SIMPLE | l | eq_ref | idx_langcode | idx_langcode | 28 | nanociencia_web_2019.a.language | 1 | Using where |
1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | nanociencia_web_2019.a.checked_out | 1 | |
1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | nanociencia_web_2019.a.access | 1 | Using where |
1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | nanociencia_web_2019.a.created_user_id | 1 | Using where |
1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | nanociencia_web_2019.a.group_id | 1 | Using where |
Status | Duration |
---|
Starting | 0.10 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.05 ms |
Optimizing | 0.03 ms |
Statistics | 0.09 ms |
Preparing | 0.03 ms |
Creating tmp table | 0.05 ms |
Sorting result | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.26 ms |
Creating sort index | 0.03 ms |
Removing tmp table | 0.07 ms |
Creating sort index | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.04 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
34 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
33 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
32 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
31 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
30 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
29 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
28 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
27 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
26 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
25 | JHtmlContent::prepare() | Same as call in the line below. |
24 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
23 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
22 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_zoo/helpers/zoo.php:181 |
21 | ZooHelper->triggerContentPlugins() | JROOT/media/zoo/elements/textarea/textarea.php:146 |
20 | ElementTextarea->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
19 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
18 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
17 | ItemRenderer->renderPosition() | JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php:50 |
16 | include JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
15 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
14 | ItemRenderer->render() | JROOT/media/zoo/applications/blog/templates/events/item.php:28 |
13 | include JROOT/media/zoo/applications/blog/templates/events/item.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:199 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.56 ms After last query: 1.11 ms Query memory: 0.035 MB Memory before query: 10.311 MB Rows returned: 1
SELECT *
FROM tainan_widgetkit
WHERE id = "264"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tainan_widgetkit | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.32 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
40 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
39 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/plugins/joomla/src/Database.php:35 |
38 | YOOtheme\Framework\Joomla\Database->fetchAssoc() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/src/Database/Database.php:88 |
37 | YOOtheme\Framework\Database\Database->fetchObject() | JROOT/administrator/components/com_widgetkit/src/Content/ContentProvider.php:44 |
36 | YOOtheme\Widgetkit\Content\ContentProvider->find() | JROOT/administrator/components/com_widgetkit/src/Content/ContentProvider.php:30 |
35 | YOOtheme\Widgetkit\Content\ContentProvider->get() | JROOT/administrator/components/com_widgetkit/src/Application.php:151 |
34 | YOOtheme\Widgetkit\Application->renderWidget() | JROOT/plugins/content/widgetkit/widgetkit.php:14 |
33 | plgContentWidgetkit->{closure}() | Same as call in the line below. |
32 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:33 |
31 | YOOtheme\Widgetkit\Helper\Shortcode->YOOtheme\Widgetkit\Helper\{closure}() | Same as call in the line below. |
30 | preg_replace_callback() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:22 |
29 | YOOtheme\Widgetkit\Helper\Shortcode->parse() | JROOT/plugins/content/widgetkit/widgetkit.php:15 |
28 | plgContentWidgetkit->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
27 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
26 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
25 | JHtmlContent::prepare() | Same as call in the line below. |
24 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
23 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
22 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_zoo/helpers/zoo.php:181 |
21 | ZooHelper->triggerContentPlugins() | JROOT/media/zoo/elements/textarea/textarea.php:146 |
20 | ElementTextarea->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
19 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
18 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
17 | ItemRenderer->renderPosition() | JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php:50 |
16 | include JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
15 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
14 | ItemRenderer->render() | JROOT/media/zoo/applications/blog/templates/events/item.php:28 |
13 | include JROOT/media/zoo/applications/blog/templates/events/item.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:199 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.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: 4.20 ms After last query: 2.26 ms Query memory: 0.076 MB Memory before query: 10.395 MB Rows returned: 9
SELECT a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN c.published = 2
AND a.state > 0 THEN 2 WHEN c.published != 1 THEN 0 ELSE a.state END as state,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.language, LENGTH(a.fulltext) AS readmore, a.ordering,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,c.published, c.published AS parents_published, c.lft,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,COALESCE(NULLIF(ROUND(v.rating_sum / v.rating_count, 0), 0), 0) AS rating,
COALESCE(NULLIF(v.rating_count, 0), 0) as rating_count
FROM tainan_content AS a
LEFT JOIN tainan_categories AS c
ON c.id = a.catid
LEFT JOIN tainan_users AS ua
ON ua.id = a.created_by
LEFT JOIN tainan_users AS uam
ON uam.id = a.modified_by
LEFT JOIN tainan_categories as parent
ON parent.id = c.parent_id
LEFT JOIN tainan_content_rating AS v
ON a.id = v.content_id
WHERE a.access IN (1,1,5)
AND c.access IN (1,1,5)
AND c.published = 1
AND a.state = 1
AND a.catid IN (208)
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-04-08 13:34:04')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-04-08 13:34:04')
AND a.language IN ('en-GB','*')
ORDER BY published ASC
LIMIT 9
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c | const | PRIMARY,idx_access | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | a | index_merge | idx_access,idx_state,idx_catid,idx_language | idx_catid,idx_state | 4,1 | NULL | 8 | Using intersect(idx_catid,idx_state); Using where |
1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | nanociencia_web_2019.a.created_by | 1 | Using where |
1 | SIMPLE | uam | eq_ref | PRIMARY | PRIMARY | 4 | nanociencia_web_2019.a.modified_by | 1 | Using where |
1 | SIMPLE | parent | eq_ref | PRIMARY | PRIMARY | 4 | const | 1 | Using where |
1 | SIMPLE | v | eq_ref | PRIMARY | PRIMARY | 4 | nanociencia_web_2019.a.id | 1 | Using where |
Status | Duration |
---|
Starting | 0.16 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.10 ms |
Optimizing | 0.06 ms |
Statistics | 2.45 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 1.19 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
45 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
44 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
43 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
42 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_content/models/articles.php:576 |
41 | ContentModelArticles->getItems() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/plugins/joomla/src/ArticleHelper.php:87 |
40 | YOOtheme\Framework\Joomla\ArticleHelper->get() | JROOT/administrator/components/com_widgetkit/plugins/content/joomla/plugin.php:41 |
39 | YOOtheme\Framework\Plugin\PluginManager->{closure}() | Same as call in the line below. |
38 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Content/Type.php:49 |
37 | YOOtheme\Widgetkit\Content\Type->getItems() | JROOT/administrator/components/com_widgetkit/src/Content/Content.php:102 |
36 | YOOtheme\Widgetkit\Content\Content->getItems() | JROOT/administrator/components/com_widgetkit/src/Widget/Widget.php:44 |
35 | YOOtheme\Widgetkit\Widget\Widget->render() | JROOT/administrator/components/com_widgetkit/src/Application.php:163 |
34 | YOOtheme\Widgetkit\Application->renderWidget() | JROOT/plugins/content/widgetkit/widgetkit.php:14 |
33 | plgContentWidgetkit->{closure}() | Same as call in the line below. |
32 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:33 |
31 | YOOtheme\Widgetkit\Helper\Shortcode->YOOtheme\Widgetkit\Helper\{closure}() | Same as call in the line below. |
30 | preg_replace_callback() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:22 |
29 | YOOtheme\Widgetkit\Helper\Shortcode->parse() | JROOT/plugins/content/widgetkit/widgetkit.php:15 |
28 | plgContentWidgetkit->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
27 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
26 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
25 | JHtmlContent::prepare() | Same as call in the line below. |
24 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
23 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
22 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_zoo/helpers/zoo.php:181 |
21 | ZooHelper->triggerContentPlugins() | JROOT/media/zoo/elements/textarea/textarea.php:146 |
20 | ElementTextarea->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
19 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
18 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
17 | ItemRenderer->renderPosition() | JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php:50 |
16 | include JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
15 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
14 | ItemRenderer->render() | JROOT/media/zoo/applications/blog/templates/events/item.php:28 |
13 | include JROOT/media/zoo/applications/blog/templates/events/item.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:199 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.32 ms After last query: 0.92 ms Query memory: 0.036 MB Memory before query: 10.509 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `tainan_contentitem_tag_map` AS m
INNER JOIN `tainan_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1050
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | m | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | nanociencia_web_2019.m.tag_id | 1 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.04 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
43 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
42 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
41 | ContentModelArticles->getItems() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/plugins/joomla/src/ArticleHelper.php:87 |
40 | YOOtheme\Framework\Joomla\ArticleHelper->get() | JROOT/administrator/components/com_widgetkit/plugins/content/joomla/plugin.php:41 |
39 | YOOtheme\Framework\Plugin\PluginManager->{closure}() | Same as call in the line below. |
38 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Content/Type.php:49 |
37 | YOOtheme\Widgetkit\Content\Type->getItems() | JROOT/administrator/components/com_widgetkit/src/Content/Content.php:102 |
36 | YOOtheme\Widgetkit\Content\Content->getItems() | JROOT/administrator/components/com_widgetkit/src/Widget/Widget.php:44 |
35 | YOOtheme\Widgetkit\Widget\Widget->render() | JROOT/administrator/components/com_widgetkit/src/Application.php:163 |
34 | YOOtheme\Widgetkit\Application->renderWidget() | JROOT/plugins/content/widgetkit/widgetkit.php:14 |
33 | plgContentWidgetkit->{closure}() | Same as call in the line below. |
32 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:33 |
31 | YOOtheme\Widgetkit\Helper\Shortcode->YOOtheme\Widgetkit\Helper\{closure}() | Same as call in the line below. |
30 | preg_replace_callback() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:22 |
29 | YOOtheme\Widgetkit\Helper\Shortcode->parse() | JROOT/plugins/content/widgetkit/widgetkit.php:15 |
28 | plgContentWidgetkit->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
27 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
26 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
25 | JHtmlContent::prepare() | Same as call in the line below. |
24 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
23 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
22 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_zoo/helpers/zoo.php:181 |
21 | ZooHelper->triggerContentPlugins() | JROOT/media/zoo/elements/textarea/textarea.php:146 |
20 | ElementTextarea->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
19 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
18 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
17 | ItemRenderer->renderPosition() | JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php:50 |
16 | include JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
15 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
14 | ItemRenderer->render() | JROOT/media/zoo/applications/blog/templates/events/item.php:28 |
13 | include JROOT/media/zoo/applications/blog/templates/events/item.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:199 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.30 ms After last query: 0.14 ms Query memory: 0.036 MB Memory before query: 10.560 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `tainan_contentitem_tag_map` AS m
INNER JOIN `tainan_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1052
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | m | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | nanociencia_web_2019.m.tag_id | 1 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.03 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.02 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
43 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
42 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
41 | ContentModelArticles->getItems() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/plugins/joomla/src/ArticleHelper.php:87 |
40 | YOOtheme\Framework\Joomla\ArticleHelper->get() | JROOT/administrator/components/com_widgetkit/plugins/content/joomla/plugin.php:41 |
39 | YOOtheme\Framework\Plugin\PluginManager->{closure}() | Same as call in the line below. |
38 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Content/Type.php:49 |
37 | YOOtheme\Widgetkit\Content\Type->getItems() | JROOT/administrator/components/com_widgetkit/src/Content/Content.php:102 |
36 | YOOtheme\Widgetkit\Content\Content->getItems() | JROOT/administrator/components/com_widgetkit/src/Widget/Widget.php:44 |
35 | YOOtheme\Widgetkit\Widget\Widget->render() | JROOT/administrator/components/com_widgetkit/src/Application.php:163 |
34 | YOOtheme\Widgetkit\Application->renderWidget() | JROOT/plugins/content/widgetkit/widgetkit.php:14 |
33 | plgContentWidgetkit->{closure}() | Same as call in the line below. |
32 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:33 |
31 | YOOtheme\Widgetkit\Helper\Shortcode->YOOtheme\Widgetkit\Helper\{closure}() | Same as call in the line below. |
30 | preg_replace_callback() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:22 |
29 | YOOtheme\Widgetkit\Helper\Shortcode->parse() | JROOT/plugins/content/widgetkit/widgetkit.php:15 |
28 | plgContentWidgetkit->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
27 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
26 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
25 | JHtmlContent::prepare() | Same as call in the line below. |
24 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
23 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
22 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_zoo/helpers/zoo.php:181 |
21 | ZooHelper->triggerContentPlugins() | JROOT/media/zoo/elements/textarea/textarea.php:146 |
20 | ElementTextarea->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
19 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
18 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
17 | ItemRenderer->renderPosition() | JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php:50 |
16 | include JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
15 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
14 | ItemRenderer->render() | JROOT/media/zoo/applications/blog/templates/events/item.php:28 |
13 | include JROOT/media/zoo/applications/blog/templates/events/item.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:199 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.12 ms Query memory: 0.036 MB Memory before query: 10.610 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `tainan_contentitem_tag_map` AS m
INNER JOIN `tainan_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1053
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | m | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | nanociencia_web_2019.m.tag_id | 1 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.03 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
43 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
42 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
41 | ContentModelArticles->getItems() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/plugins/joomla/src/ArticleHelper.php:87 |
40 | YOOtheme\Framework\Joomla\ArticleHelper->get() | JROOT/administrator/components/com_widgetkit/plugins/content/joomla/plugin.php:41 |
39 | YOOtheme\Framework\Plugin\PluginManager->{closure}() | Same as call in the line below. |
38 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Content/Type.php:49 |
37 | YOOtheme\Widgetkit\Content\Type->getItems() | JROOT/administrator/components/com_widgetkit/src/Content/Content.php:102 |
36 | YOOtheme\Widgetkit\Content\Content->getItems() | JROOT/administrator/components/com_widgetkit/src/Widget/Widget.php:44 |
35 | YOOtheme\Widgetkit\Widget\Widget->render() | JROOT/administrator/components/com_widgetkit/src/Application.php:163 |
34 | YOOtheme\Widgetkit\Application->renderWidget() | JROOT/plugins/content/widgetkit/widgetkit.php:14 |
33 | plgContentWidgetkit->{closure}() | Same as call in the line below. |
32 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:33 |
31 | YOOtheme\Widgetkit\Helper\Shortcode->YOOtheme\Widgetkit\Helper\{closure}() | Same as call in the line below. |
30 | preg_replace_callback() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:22 |
29 | YOOtheme\Widgetkit\Helper\Shortcode->parse() | JROOT/plugins/content/widgetkit/widgetkit.php:15 |
28 | plgContentWidgetkit->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
27 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
26 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
25 | JHtmlContent::prepare() | Same as call in the line below. |
24 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
23 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
22 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_zoo/helpers/zoo.php:181 |
21 | ZooHelper->triggerContentPlugins() | JROOT/media/zoo/elements/textarea/textarea.php:146 |
20 | ElementTextarea->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
19 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
18 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
17 | ItemRenderer->renderPosition() | JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php:50 |
16 | include JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
15 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
14 | ItemRenderer->render() | JROOT/media/zoo/applications/blog/templates/events/item.php:28 |
13 | include JROOT/media/zoo/applications/blog/templates/events/item.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:199 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.12 ms Query memory: 0.036 MB Memory before query: 10.661 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `tainan_contentitem_tag_map` AS m
INNER JOIN `tainan_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1054
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | m | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | nanociencia_web_2019.m.tag_id | 1 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.03 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
43 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
42 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
41 | ContentModelArticles->getItems() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/plugins/joomla/src/ArticleHelper.php:87 |
40 | YOOtheme\Framework\Joomla\ArticleHelper->get() | JROOT/administrator/components/com_widgetkit/plugins/content/joomla/plugin.php:41 |
39 | YOOtheme\Framework\Plugin\PluginManager->{closure}() | Same as call in the line below. |
38 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Content/Type.php:49 |
37 | YOOtheme\Widgetkit\Content\Type->getItems() | JROOT/administrator/components/com_widgetkit/src/Content/Content.php:102 |
36 | YOOtheme\Widgetkit\Content\Content->getItems() | JROOT/administrator/components/com_widgetkit/src/Widget/Widget.php:44 |
35 | YOOtheme\Widgetkit\Widget\Widget->render() | JROOT/administrator/components/com_widgetkit/src/Application.php:163 |
34 | YOOtheme\Widgetkit\Application->renderWidget() | JROOT/plugins/content/widgetkit/widgetkit.php:14 |
33 | plgContentWidgetkit->{closure}() | Same as call in the line below. |
32 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:33 |
31 | YOOtheme\Widgetkit\Helper\Shortcode->YOOtheme\Widgetkit\Helper\{closure}() | Same as call in the line below. |
30 | preg_replace_callback() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:22 |
29 | YOOtheme\Widgetkit\Helper\Shortcode->parse() | JROOT/plugins/content/widgetkit/widgetkit.php:15 |
28 | plgContentWidgetkit->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
27 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
26 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
25 | JHtmlContent::prepare() | Same as call in the line below. |
24 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
23 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
22 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_zoo/helpers/zoo.php:181 |
21 | ZooHelper->triggerContentPlugins() | JROOT/media/zoo/elements/textarea/textarea.php:146 |
20 | ElementTextarea->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
19 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
18 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
17 | ItemRenderer->renderPosition() | JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php:50 |
16 | include JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
15 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
14 | ItemRenderer->render() | JROOT/media/zoo/applications/blog/templates/events/item.php:28 |
13 | include JROOT/media/zoo/applications/blog/templates/events/item.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:199 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.11 ms Query memory: 0.036 MB Memory before query: 10.712 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `tainan_contentitem_tag_map` AS m
INNER JOIN `tainan_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1055
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | m | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | nanociencia_web_2019.m.tag_id | 1 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.03 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
43 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
42 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
41 | ContentModelArticles->getItems() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/plugins/joomla/src/ArticleHelper.php:87 |
40 | YOOtheme\Framework\Joomla\ArticleHelper->get() | JROOT/administrator/components/com_widgetkit/plugins/content/joomla/plugin.php:41 |
39 | YOOtheme\Framework\Plugin\PluginManager->{closure}() | Same as call in the line below. |
38 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Content/Type.php:49 |
37 | YOOtheme\Widgetkit\Content\Type->getItems() | JROOT/administrator/components/com_widgetkit/src/Content/Content.php:102 |
36 | YOOtheme\Widgetkit\Content\Content->getItems() | JROOT/administrator/components/com_widgetkit/src/Widget/Widget.php:44 |
35 | YOOtheme\Widgetkit\Widget\Widget->render() | JROOT/administrator/components/com_widgetkit/src/Application.php:163 |
34 | YOOtheme\Widgetkit\Application->renderWidget() | JROOT/plugins/content/widgetkit/widgetkit.php:14 |
33 | plgContentWidgetkit->{closure}() | Same as call in the line below. |
32 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:33 |
31 | YOOtheme\Widgetkit\Helper\Shortcode->YOOtheme\Widgetkit\Helper\{closure}() | Same as call in the line below. |
30 | preg_replace_callback() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:22 |
29 | YOOtheme\Widgetkit\Helper\Shortcode->parse() | JROOT/plugins/content/widgetkit/widgetkit.php:15 |
28 | plgContentWidgetkit->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
27 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
26 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
25 | JHtmlContent::prepare() | Same as call in the line below. |
24 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
23 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
22 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_zoo/helpers/zoo.php:181 |
21 | ZooHelper->triggerContentPlugins() | JROOT/media/zoo/elements/textarea/textarea.php:146 |
20 | ElementTextarea->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
19 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
18 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
17 | ItemRenderer->renderPosition() | JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php:50 |
16 | include JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
15 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
14 | ItemRenderer->render() | JROOT/media/zoo/applications/blog/templates/events/item.php:28 |
13 | include JROOT/media/zoo/applications/blog/templates/events/item.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:199 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 0.11 ms Query memory: 0.036 MB Memory before query: 10.763 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `tainan_contentitem_tag_map` AS m
INNER JOIN `tainan_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1057
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | m | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | nanociencia_web_2019.m.tag_id | 1 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.03 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
43 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
42 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
41 | ContentModelArticles->getItems() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/plugins/joomla/src/ArticleHelper.php:87 |
40 | YOOtheme\Framework\Joomla\ArticleHelper->get() | JROOT/administrator/components/com_widgetkit/plugins/content/joomla/plugin.php:41 |
39 | YOOtheme\Framework\Plugin\PluginManager->{closure}() | Same as call in the line below. |
38 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Content/Type.php:49 |
37 | YOOtheme\Widgetkit\Content\Type->getItems() | JROOT/administrator/components/com_widgetkit/src/Content/Content.php:102 |
36 | YOOtheme\Widgetkit\Content\Content->getItems() | JROOT/administrator/components/com_widgetkit/src/Widget/Widget.php:44 |
35 | YOOtheme\Widgetkit\Widget\Widget->render() | JROOT/administrator/components/com_widgetkit/src/Application.php:163 |
34 | YOOtheme\Widgetkit\Application->renderWidget() | JROOT/plugins/content/widgetkit/widgetkit.php:14 |
33 | plgContentWidgetkit->{closure}() | Same as call in the line below. |
32 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:33 |
31 | YOOtheme\Widgetkit\Helper\Shortcode->YOOtheme\Widgetkit\Helper\{closure}() | Same as call in the line below. |
30 | preg_replace_callback() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:22 |
29 | YOOtheme\Widgetkit\Helper\Shortcode->parse() | JROOT/plugins/content/widgetkit/widgetkit.php:15 |
28 | plgContentWidgetkit->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
27 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
26 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
25 | JHtmlContent::prepare() | Same as call in the line below. |
24 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
23 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
22 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_zoo/helpers/zoo.php:181 |
21 | ZooHelper->triggerContentPlugins() | JROOT/media/zoo/elements/textarea/textarea.php:146 |
20 | ElementTextarea->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
19 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
18 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
17 | ItemRenderer->renderPosition() | JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php:50 |
16 | include JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
15 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
14 | ItemRenderer->render() | JROOT/media/zoo/applications/blog/templates/events/item.php:28 |
13 | include JROOT/media/zoo/applications/blog/templates/events/item.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:199 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.11 ms Query memory: 0.036 MB Memory before query: 10.814 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `tainan_contentitem_tag_map` AS m
INNER JOIN `tainan_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1059
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | m | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | nanociencia_web_2019.m.tag_id | 1 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.03 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Query end | 0.02 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
43 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
42 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
41 | ContentModelArticles->getItems() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/plugins/joomla/src/ArticleHelper.php:87 |
40 | YOOtheme\Framework\Joomla\ArticleHelper->get() | JROOT/administrator/components/com_widgetkit/plugins/content/joomla/plugin.php:41 |
39 | YOOtheme\Framework\Plugin\PluginManager->{closure}() | Same as call in the line below. |
38 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Content/Type.php:49 |
37 | YOOtheme\Widgetkit\Content\Type->getItems() | JROOT/administrator/components/com_widgetkit/src/Content/Content.php:102 |
36 | YOOtheme\Widgetkit\Content\Content->getItems() | JROOT/administrator/components/com_widgetkit/src/Widget/Widget.php:44 |
35 | YOOtheme\Widgetkit\Widget\Widget->render() | JROOT/administrator/components/com_widgetkit/src/Application.php:163 |
34 | YOOtheme\Widgetkit\Application->renderWidget() | JROOT/plugins/content/widgetkit/widgetkit.php:14 |
33 | plgContentWidgetkit->{closure}() | Same as call in the line below. |
32 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:33 |
31 | YOOtheme\Widgetkit\Helper\Shortcode->YOOtheme\Widgetkit\Helper\{closure}() | Same as call in the line below. |
30 | preg_replace_callback() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:22 |
29 | YOOtheme\Widgetkit\Helper\Shortcode->parse() | JROOT/plugins/content/widgetkit/widgetkit.php:15 |
28 | plgContentWidgetkit->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
27 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
26 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
25 | JHtmlContent::prepare() | Same as call in the line below. |
24 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
23 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
22 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_zoo/helpers/zoo.php:181 |
21 | ZooHelper->triggerContentPlugins() | JROOT/media/zoo/elements/textarea/textarea.php:146 |
20 | ElementTextarea->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
19 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
18 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
17 | ItemRenderer->renderPosition() | JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php:50 |
16 | include JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
15 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
14 | ItemRenderer->render() | JROOT/media/zoo/applications/blog/templates/events/item.php:28 |
13 | include JROOT/media/zoo/applications/blog/templates/events/item.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:199 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.11 ms Query memory: 0.036 MB Memory before query: 10.865 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `tainan_contentitem_tag_map` AS m
INNER JOIN `tainan_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1064
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | m | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | nanociencia_web_2019.m.tag_id | 1 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.03 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
43 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
42 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
41 | ContentModelArticles->getItems() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/plugins/joomla/src/ArticleHelper.php:87 |
40 | YOOtheme\Framework\Joomla\ArticleHelper->get() | JROOT/administrator/components/com_widgetkit/plugins/content/joomla/plugin.php:41 |
39 | YOOtheme\Framework\Plugin\PluginManager->{closure}() | Same as call in the line below. |
38 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Content/Type.php:49 |
37 | YOOtheme\Widgetkit\Content\Type->getItems() | JROOT/administrator/components/com_widgetkit/src/Content/Content.php:102 |
36 | YOOtheme\Widgetkit\Content\Content->getItems() | JROOT/administrator/components/com_widgetkit/src/Widget/Widget.php:44 |
35 | YOOtheme\Widgetkit\Widget\Widget->render() | JROOT/administrator/components/com_widgetkit/src/Application.php:163 |
34 | YOOtheme\Widgetkit\Application->renderWidget() | JROOT/plugins/content/widgetkit/widgetkit.php:14 |
33 | plgContentWidgetkit->{closure}() | Same as call in the line below. |
32 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:33 |
31 | YOOtheme\Widgetkit\Helper\Shortcode->YOOtheme\Widgetkit\Helper\{closure}() | Same as call in the line below. |
30 | preg_replace_callback() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:22 |
29 | YOOtheme\Widgetkit\Helper\Shortcode->parse() | JROOT/plugins/content/widgetkit/widgetkit.php:15 |
28 | plgContentWidgetkit->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
27 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
26 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
25 | JHtmlContent::prepare() | Same as call in the line below. |
24 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
23 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
22 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_zoo/helpers/zoo.php:181 |
21 | ZooHelper->triggerContentPlugins() | JROOT/media/zoo/elements/textarea/textarea.php:146 |
20 | ElementTextarea->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
19 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
18 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
17 | ItemRenderer->renderPosition() | JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php:50 |
16 | include JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
15 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
14 | ItemRenderer->render() | JROOT/media/zoo/applications/blog/templates/events/item.php:28 |
13 | include JROOT/media/zoo/applications/blog/templates/events/item.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:199 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.28 ms After last query: 0.16 ms Query memory: 0.036 MB Memory before query: 10.916 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `tainan_contentitem_tag_map` AS m
INNER JOIN `tainan_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 1067
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | m | ALL | idx_tag_type | NO INDEX KEY COULD BE USED | NULL | NULL | 1 | Using where |
1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | nanociencia_web_2019.m.tag_id | 1 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.03 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.00 ms |
Query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
43 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
42 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
41 | ContentModelArticles->getItems() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/plugins/joomla/src/ArticleHelper.php:87 |
40 | YOOtheme\Framework\Joomla\ArticleHelper->get() | JROOT/administrator/components/com_widgetkit/plugins/content/joomla/plugin.php:41 |
39 | YOOtheme\Framework\Plugin\PluginManager->{closure}() | Same as call in the line below. |
38 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Content/Type.php:49 |
37 | YOOtheme\Widgetkit\Content\Type->getItems() | JROOT/administrator/components/com_widgetkit/src/Content/Content.php:102 |
36 | YOOtheme\Widgetkit\Content\Content->getItems() | JROOT/administrator/components/com_widgetkit/src/Widget/Widget.php:44 |
35 | YOOtheme\Widgetkit\Widget\Widget->render() | JROOT/administrator/components/com_widgetkit/src/Application.php:163 |
34 | YOOtheme\Widgetkit\Application->renderWidget() | JROOT/plugins/content/widgetkit/widgetkit.php:14 |
33 | plgContentWidgetkit->{closure}() | Same as call in the line below. |
32 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:33 |
31 | YOOtheme\Widgetkit\Helper\Shortcode->YOOtheme\Widgetkit\Helper\{closure}() | Same as call in the line below. |
30 | preg_replace_callback() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:22 |
29 | YOOtheme\Widgetkit\Helper\Shortcode->parse() | JROOT/plugins/content/widgetkit/widgetkit.php:15 |
28 | plgContentWidgetkit->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
27 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
26 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
25 | JHtmlContent::prepare() | Same as call in the line below. |
24 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
23 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
22 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_zoo/helpers/zoo.php:181 |
21 | ZooHelper->triggerContentPlugins() | JROOT/media/zoo/elements/textarea/textarea.php:146 |
20 | ElementTextarea->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
19 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
18 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
17 | ItemRenderer->renderPosition() | JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php:50 |
16 | include JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
15 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
14 | ItemRenderer->render() | JROOT/media/zoo/applications/blog/templates/events/item.php:28 |
13 | include JROOT/media/zoo/applications/blog/templates/events/item.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:199 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.53 ms After last query: 1.32 ms Query memory: 0.041 MB Memory before query: 10.956 MB Rows returned: 1
SELECT *
FROM tainan_widgetkit
WHERE id = "265"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tainan_widgetkit | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.27 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.00 ms |
Sending data | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
57 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
56 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/plugins/joomla/src/Database.php:35 |
55 | YOOtheme\Framework\Joomla\Database->fetchAssoc() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/src/Database/Database.php:88 |
54 | YOOtheme\Framework\Database\Database->fetchObject() | JROOT/administrator/components/com_widgetkit/src/Content/ContentProvider.php:44 |
53 | YOOtheme\Widgetkit\Content\ContentProvider->find() | JROOT/administrator/components/com_widgetkit/src/Content/ContentProvider.php:30 |
52 | YOOtheme\Widgetkit\Content\ContentProvider->get() | JROOT/administrator/components/com_widgetkit/src/Application.php:151 |
51 | YOOtheme\Widgetkit\Application->renderWidget() | JROOT/plugins/content/widgetkit/widgetkit.php:14 |
50 | plgContentWidgetkit->{closure}() | Same as call in the line below. |
49 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:33 |
48 | YOOtheme\Widgetkit\Helper\Shortcode->YOOtheme\Widgetkit\Helper\{closure}() | Same as call in the line below. |
47 | preg_replace_callback() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:22 |
46 | YOOtheme\Widgetkit\Helper\Shortcode->parse() | JROOT/plugins/content/widgetkit/widgetkit.php:15 |
45 | plgContentWidgetkit->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
44 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
43 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
42 | JHtmlContent::prepare() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/plugins/joomla/src/ContentFilter.php:14 |
41 | YOOtheme\Framework\Joomla\ContentFilter->filter() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/src/Filter/FilterManager.php:33 |
40 | YOOtheme\Framework\Filter\FilterManager->apply() | JROOT/administrator/components/com_widgetkit/plugins/content/joomla/plugin.php:50 |
39 | YOOtheme\Framework\Plugin\PluginManager->{closure}() | Same as call in the line below. |
38 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Content/Type.php:49 |
37 | YOOtheme\Widgetkit\Content\Type->getItems() | JROOT/administrator/components/com_widgetkit/src/Content/Content.php:102 |
36 | YOOtheme\Widgetkit\Content\Content->getItems() | JROOT/administrator/components/com_widgetkit/src/Widget/Widget.php:44 |
35 | YOOtheme\Widgetkit\Widget\Widget->render() | JROOT/administrator/components/com_widgetkit/src/Application.php:163 |
34 | YOOtheme\Widgetkit\Application->renderWidget() | JROOT/plugins/content/widgetkit/widgetkit.php:14 |
33 | plgContentWidgetkit->{closure}() | Same as call in the line below. |
32 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:33 |
31 | YOOtheme\Widgetkit\Helper\Shortcode->YOOtheme\Widgetkit\Helper\{closure}() | Same as call in the line below. |
30 | preg_replace_callback() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:22 |
29 | YOOtheme\Widgetkit\Helper\Shortcode->parse() | JROOT/plugins/content/widgetkit/widgetkit.php:15 |
28 | plgContentWidgetkit->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
27 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
26 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
25 | JHtmlContent::prepare() | Same as call in the line below. |
24 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
23 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
22 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_zoo/helpers/zoo.php:181 |
21 | ZooHelper->triggerContentPlugins() | JROOT/media/zoo/elements/textarea/textarea.php:146 |
20 | ElementTextarea->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
19 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
18 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
17 | ItemRenderer->renderPosition() | JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php:50 |
16 | include JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
15 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
14 | ItemRenderer->render() | JROOT/media/zoo/applications/blog/templates/events/item.php:28 |
13 | include JROOT/media/zoo/applications/blog/templates/events/item.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:199 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 3.78 ms Query memory: 0.039 MB Memory before query: 11.037 MB Rows returned: 1
SELECT `alias`
FROM `tainan_content`
WHERE id = '1050'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tainan_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
52 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
51 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
50 | ContentRouter->getArticleSegment() | Same as call in the line below. |
49 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
48 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
47 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
46 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
45 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
44 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
43 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
42 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
41 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/plugins/joomla/src/ArticleHelper.php:96 |
40 | YOOtheme\Framework\Joomla\ArticleHelper->getUrl() | JROOT/administrator/components/com_widgetkit/plugins/content/joomla/plugin.php:51 |
39 | YOOtheme\Framework\Plugin\PluginManager->{closure}() | Same as call in the line below. |
38 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Content/Type.php:49 |
37 | YOOtheme\Widgetkit\Content\Type->getItems() | JROOT/administrator/components/com_widgetkit/src/Content/Content.php:102 |
36 | YOOtheme\Widgetkit\Content\Content->getItems() | JROOT/administrator/components/com_widgetkit/src/Widget/Widget.php:44 |
35 | YOOtheme\Widgetkit\Widget\Widget->render() | JROOT/administrator/components/com_widgetkit/src/Application.php:163 |
34 | YOOtheme\Widgetkit\Application->renderWidget() | JROOT/plugins/content/widgetkit/widgetkit.php:14 |
33 | plgContentWidgetkit->{closure}() | Same as call in the line below. |
32 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:33 |
31 | YOOtheme\Widgetkit\Helper\Shortcode->YOOtheme\Widgetkit\Helper\{closure}() | Same as call in the line below. |
30 | preg_replace_callback() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:22 |
29 | YOOtheme\Widgetkit\Helper\Shortcode->parse() | JROOT/plugins/content/widgetkit/widgetkit.php:15 |
28 | plgContentWidgetkit->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
27 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
26 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
25 | JHtmlContent::prepare() | Same as call in the line below. |
24 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
23 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
22 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_zoo/helpers/zoo.php:181 |
21 | ZooHelper->triggerContentPlugins() | JROOT/media/zoo/elements/textarea/textarea.php:146 |
20 | ElementTextarea->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
19 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
18 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
17 | ItemRenderer->renderPosition() | JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php:50 |
16 | include JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
15 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
14 | ItemRenderer->render() | JROOT/media/zoo/applications/blog/templates/events/item.php:28 |
13 | include JROOT/media/zoo/applications/blog/templates/events/item.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:199 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.71 ms After last query: 1.15 ms Query memory: 0.042 MB Memory before query: 11.098 MB Rows returned: 3
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `tainan_categories` AS `s`
INNER JOIN `tainan_categories` AS `c`
ON (s.lft < c.lft
AND c.lft < s.rgt
AND c.language IN ('en-GB','*')) OR (c.lft <= s.lft
AND s.rgt <= c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 208
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | c | ALL | cat_idx,idx_access,idx_left_right,idx_language | NO INDEX KEY COULD BE USED | NULL | NULL | 225 | Using where; Using filesort |
Status | Duration |
---|
Starting | 0.09 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.04 ms |
Optimizing | 0.03 ms |
Statistics | 0.10 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.02 ms |
Sorting result | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
Creating sort index | 0.20 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
54 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
53 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
52 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
51 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
50 | ContentRouter->getCategorySegment() | Same as call in the line below. |
49 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
48 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
47 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
46 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
45 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
44 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
43 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
42 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
41 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/plugins/joomla/src/ArticleHelper.php:96 |
40 | YOOtheme\Framework\Joomla\ArticleHelper->getUrl() | JROOT/administrator/components/com_widgetkit/plugins/content/joomla/plugin.php:51 |
39 | YOOtheme\Framework\Plugin\PluginManager->{closure}() | Same as call in the line below. |
38 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Content/Type.php:49 |
37 | YOOtheme\Widgetkit\Content\Type->getItems() | JROOT/administrator/components/com_widgetkit/src/Content/Content.php:102 |
36 | YOOtheme\Widgetkit\Content\Content->getItems() | JROOT/administrator/components/com_widgetkit/src/Widget/Widget.php:44 |
35 | YOOtheme\Widgetkit\Widget\Widget->render() | JROOT/administrator/components/com_widgetkit/src/Application.php:163 |
34 | YOOtheme\Widgetkit\Application->renderWidget() | JROOT/plugins/content/widgetkit/widgetkit.php:14 |
33 | plgContentWidgetkit->{closure}() | Same as call in the line below. |
32 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:33 |
31 | YOOtheme\Widgetkit\Helper\Shortcode->YOOtheme\Widgetkit\Helper\{closure}() | Same as call in the line below. |
30 | preg_replace_callback() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:22 |
29 | YOOtheme\Widgetkit\Helper\Shortcode->parse() | JROOT/plugins/content/widgetkit/widgetkit.php:15 |
28 | plgContentWidgetkit->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
27 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
26 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
25 | JHtmlContent::prepare() | Same as call in the line below. |
24 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
23 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
22 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_zoo/helpers/zoo.php:181 |
21 | ZooHelper->triggerContentPlugins() | JROOT/media/zoo/elements/textarea/textarea.php:146 |
20 | ElementTextarea->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
19 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
18 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
17 | ItemRenderer->renderPosition() | JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php:50 |
16 | include JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
15 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
14 | ItemRenderer->render() | JROOT/media/zoo/applications/blog/templates/events/item.php:28 |
13 | include JROOT/media/zoo/applications/blog/templates/events/item.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:199 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 0.47 ms Query memory: 0.039 MB Memory before query: 11.248 MB Rows returned: 1
SELECT `alias`
FROM `tainan_content`
WHERE id = '1050'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tainan_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
53 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
52 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
51 | ContentRouter->getArticleSegment() | Same as call in the line below. |
50 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
49 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/StandardRules.php:246 |
48 | Joomla\CMS\Component\Router\Rules\StandardRules->build() | JROOT/libraries/src/Component/Router/RouterView.php:244 |
47 | Joomla\CMS\Component\Router\RouterView->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
46 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
45 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
44 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
43 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
42 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
41 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/plugins/joomla/src/ArticleHelper.php:96 |
40 | YOOtheme\Framework\Joomla\ArticleHelper->getUrl() | JROOT/administrator/components/com_widgetkit/plugins/content/joomla/plugin.php:51 |
39 | YOOtheme\Framework\Plugin\PluginManager->{closure}() | Same as call in the line below. |
38 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Content/Type.php:49 |
37 | YOOtheme\Widgetkit\Content\Type->getItems() | JROOT/administrator/components/com_widgetkit/src/Content/Content.php:102 |
36 | YOOtheme\Widgetkit\Content\Content->getItems() | JROOT/administrator/components/com_widgetkit/src/Widget/Widget.php:44 |
35 | YOOtheme\Widgetkit\Widget\Widget->render() | JROOT/administrator/components/com_widgetkit/src/Application.php:163 |
34 | YOOtheme\Widgetkit\Application->renderWidget() | JROOT/plugins/content/widgetkit/widgetkit.php:14 |
33 | plgContentWidgetkit->{closure}() | Same as call in the line below. |
32 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:33 |
31 | YOOtheme\Widgetkit\Helper\Shortcode->YOOtheme\Widgetkit\Helper\{closure}() | Same as call in the line below. |
30 | preg_replace_callback() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:22 |
29 | YOOtheme\Widgetkit\Helper\Shortcode->parse() | JROOT/plugins/content/widgetkit/widgetkit.php:15 |
28 | plgContentWidgetkit->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
27 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
26 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
25 | JHtmlContent::prepare() | Same as call in the line below. |
24 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
23 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
22 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_zoo/helpers/zoo.php:181 |
21 | ZooHelper->triggerContentPlugins() | JROOT/media/zoo/elements/textarea/textarea.php:146 |
20 | ElementTextarea->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
19 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
18 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
17 | ItemRenderer->renderPosition() | JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php:50 |
16 | include JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
15 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
14 | ItemRenderer->render() | JROOT/media/zoo/applications/blog/templates/events/item.php:28 |
13 | include JROOT/media/zoo/applications/blog/templates/events/item.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:199 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.68 ms Query memory: 0.039 MB Memory before query: 11.321 MB Rows returned: 1
SELECT `alias`
FROM `tainan_content`
WHERE id = '1052'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tainan_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
52 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
51 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
50 | ContentRouter->getArticleSegment() | Same as call in the line below. |
49 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
48 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
47 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
46 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
45 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
44 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
43 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
42 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
41 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/plugins/joomla/src/ArticleHelper.php:96 |
40 | YOOtheme\Framework\Joomla\ArticleHelper->getUrl() | JROOT/administrator/components/com_widgetkit/plugins/content/joomla/plugin.php:51 |
39 | YOOtheme\Framework\Plugin\PluginManager->{closure}() | Same as call in the line below. |
38 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Content/Type.php:49 |
37 | YOOtheme\Widgetkit\Content\Type->getItems() | JROOT/administrator/components/com_widgetkit/src/Content/Content.php:102 |
36 | YOOtheme\Widgetkit\Content\Content->getItems() | JROOT/administrator/components/com_widgetkit/src/Widget/Widget.php:44 |
35 | YOOtheme\Widgetkit\Widget\Widget->render() | JROOT/administrator/components/com_widgetkit/src/Application.php:163 |
34 | YOOtheme\Widgetkit\Application->renderWidget() | JROOT/plugins/content/widgetkit/widgetkit.php:14 |
33 | plgContentWidgetkit->{closure}() | Same as call in the line below. |
32 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:33 |
31 | YOOtheme\Widgetkit\Helper\Shortcode->YOOtheme\Widgetkit\Helper\{closure}() | Same as call in the line below. |
30 | preg_replace_callback() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:22 |
29 | YOOtheme\Widgetkit\Helper\Shortcode->parse() | JROOT/plugins/content/widgetkit/widgetkit.php:15 |
28 | plgContentWidgetkit->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
27 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
26 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
25 | JHtmlContent::prepare() | Same as call in the line below. |
24 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
23 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
22 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_zoo/helpers/zoo.php:181 |
21 | ZooHelper->triggerContentPlugins() | JROOT/media/zoo/elements/textarea/textarea.php:146 |
20 | ElementTextarea->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
19 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
18 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
17 | ItemRenderer->renderPosition() | JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php:50 |
16 | include JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
15 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
14 | ItemRenderer->render() | JROOT/media/zoo/applications/blog/templates/events/item.php:28 |
13 | include JROOT/media/zoo/applications/blog/templates/events/item.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:199 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.12 ms Query memory: 0.039 MB Memory before query: 11.392 MB Rows returned: 1
SELECT `alias`
FROM `tainan_content`
WHERE id = '1052'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tainan_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
53 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
52 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
51 | ContentRouter->getArticleSegment() | Same as call in the line below. |
50 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
49 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/StandardRules.php:246 |
48 | Joomla\CMS\Component\Router\Rules\StandardRules->build() | JROOT/libraries/src/Component/Router/RouterView.php:244 |
47 | Joomla\CMS\Component\Router\RouterView->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
46 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
45 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
44 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
43 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
42 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
41 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/plugins/joomla/src/ArticleHelper.php:96 |
40 | YOOtheme\Framework\Joomla\ArticleHelper->getUrl() | JROOT/administrator/components/com_widgetkit/plugins/content/joomla/plugin.php:51 |
39 | YOOtheme\Framework\Plugin\PluginManager->{closure}() | Same as call in the line below. |
38 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Content/Type.php:49 |
37 | YOOtheme\Widgetkit\Content\Type->getItems() | JROOT/administrator/components/com_widgetkit/src/Content/Content.php:102 |
36 | YOOtheme\Widgetkit\Content\Content->getItems() | JROOT/administrator/components/com_widgetkit/src/Widget/Widget.php:44 |
35 | YOOtheme\Widgetkit\Widget\Widget->render() | JROOT/administrator/components/com_widgetkit/src/Application.php:163 |
34 | YOOtheme\Widgetkit\Application->renderWidget() | JROOT/plugins/content/widgetkit/widgetkit.php:14 |
33 | plgContentWidgetkit->{closure}() | Same as call in the line below. |
32 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:33 |
31 | YOOtheme\Widgetkit\Helper\Shortcode->YOOtheme\Widgetkit\Helper\{closure}() | Same as call in the line below. |
30 | preg_replace_callback() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:22 |
29 | YOOtheme\Widgetkit\Helper\Shortcode->parse() | JROOT/plugins/content/widgetkit/widgetkit.php:15 |
28 | plgContentWidgetkit->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
27 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
26 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
25 | JHtmlContent::prepare() | Same as call in the line below. |
24 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
23 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
22 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_zoo/helpers/zoo.php:181 |
21 | ZooHelper->triggerContentPlugins() | JROOT/media/zoo/elements/textarea/textarea.php:146 |
20 | ElementTextarea->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
19 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
18 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
17 | ItemRenderer->renderPosition() | JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php:50 |
16 | include JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
15 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
14 | ItemRenderer->render() | JROOT/media/zoo/applications/blog/templates/events/item.php:28 |
13 | include JROOT/media/zoo/applications/blog/templates/events/item.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:199 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.23 ms After last query: 0.45 ms Query memory: 0.039 MB Memory before query: 11.441 MB Rows returned: 1
SELECT `alias`
FROM `tainan_content`
WHERE id = '1053'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tainan_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
52 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
51 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
50 | ContentRouter->getArticleSegment() | Same as call in the line below. |
49 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
48 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
47 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
46 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
45 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
44 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
43 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
42 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
41 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/plugins/joomla/src/ArticleHelper.php:96 |
40 | YOOtheme\Framework\Joomla\ArticleHelper->getUrl() | JROOT/administrator/components/com_widgetkit/plugins/content/joomla/plugin.php:51 |
39 | YOOtheme\Framework\Plugin\PluginManager->{closure}() | Same as call in the line below. |
38 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Content/Type.php:49 |
37 | YOOtheme\Widgetkit\Content\Type->getItems() | JROOT/administrator/components/com_widgetkit/src/Content/Content.php:102 |
36 | YOOtheme\Widgetkit\Content\Content->getItems() | JROOT/administrator/components/com_widgetkit/src/Widget/Widget.php:44 |
35 | YOOtheme\Widgetkit\Widget\Widget->render() | JROOT/administrator/components/com_widgetkit/src/Application.php:163 |
34 | YOOtheme\Widgetkit\Application->renderWidget() | JROOT/plugins/content/widgetkit/widgetkit.php:14 |
33 | plgContentWidgetkit->{closure}() | Same as call in the line below. |
32 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:33 |
31 | YOOtheme\Widgetkit\Helper\Shortcode->YOOtheme\Widgetkit\Helper\{closure}() | Same as call in the line below. |
30 | preg_replace_callback() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:22 |
29 | YOOtheme\Widgetkit\Helper\Shortcode->parse() | JROOT/plugins/content/widgetkit/widgetkit.php:15 |
28 | plgContentWidgetkit->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
27 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
26 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
25 | JHtmlContent::prepare() | Same as call in the line below. |
24 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
23 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
22 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_zoo/helpers/zoo.php:181 |
21 | ZooHelper->triggerContentPlugins() | JROOT/media/zoo/elements/textarea/textarea.php:146 |
20 | ElementTextarea->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
19 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
18 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
17 | ItemRenderer->renderPosition() | JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php:50 |
16 | include JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
15 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
14 | ItemRenderer->render() | JROOT/media/zoo/applications/blog/templates/events/item.php:28 |
13 | include JROOT/media/zoo/applications/blog/templates/events/item.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:199 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.12 ms Query memory: 0.039 MB Memory before query: 11.511 MB Rows returned: 1
SELECT `alias`
FROM `tainan_content`
WHERE id = '1053'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tainan_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
53 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
52 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
51 | ContentRouter->getArticleSegment() | Same as call in the line below. |
50 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
49 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/StandardRules.php:246 |
48 | Joomla\CMS\Component\Router\Rules\StandardRules->build() | JROOT/libraries/src/Component/Router/RouterView.php:244 |
47 | Joomla\CMS\Component\Router\RouterView->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
46 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
45 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
44 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
43 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
42 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
41 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/plugins/joomla/src/ArticleHelper.php:96 |
40 | YOOtheme\Framework\Joomla\ArticleHelper->getUrl() | JROOT/administrator/components/com_widgetkit/plugins/content/joomla/plugin.php:51 |
39 | YOOtheme\Framework\Plugin\PluginManager->{closure}() | Same as call in the line below. |
38 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Content/Type.php:49 |
37 | YOOtheme\Widgetkit\Content\Type->getItems() | JROOT/administrator/components/com_widgetkit/src/Content/Content.php:102 |
36 | YOOtheme\Widgetkit\Content\Content->getItems() | JROOT/administrator/components/com_widgetkit/src/Widget/Widget.php:44 |
35 | YOOtheme\Widgetkit\Widget\Widget->render() | JROOT/administrator/components/com_widgetkit/src/Application.php:163 |
34 | YOOtheme\Widgetkit\Application->renderWidget() | JROOT/plugins/content/widgetkit/widgetkit.php:14 |
33 | plgContentWidgetkit->{closure}() | Same as call in the line below. |
32 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:33 |
31 | YOOtheme\Widgetkit\Helper\Shortcode->YOOtheme\Widgetkit\Helper\{closure}() | Same as call in the line below. |
30 | preg_replace_callback() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:22 |
29 | YOOtheme\Widgetkit\Helper\Shortcode->parse() | JROOT/plugins/content/widgetkit/widgetkit.php:15 |
28 | plgContentWidgetkit->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
27 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
26 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
25 | JHtmlContent::prepare() | Same as call in the line below. |
24 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
23 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
22 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_zoo/helpers/zoo.php:181 |
21 | ZooHelper->triggerContentPlugins() | JROOT/media/zoo/elements/textarea/textarea.php:146 |
20 | ElementTextarea->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
19 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
18 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
17 | ItemRenderer->renderPosition() | JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php:50 |
16 | include JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
15 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
14 | ItemRenderer->render() | JROOT/media/zoo/applications/blog/templates/events/item.php:28 |
13 | include JROOT/media/zoo/applications/blog/templates/events/item.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:199 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 0.50 ms Query memory: 0.039 MB Memory before query: 11.561 MB Rows returned: 1
SELECT `alias`
FROM `tainan_content`
WHERE id = '1054'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tainan_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
52 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
51 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
50 | ContentRouter->getArticleSegment() | Same as call in the line below. |
49 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
48 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
47 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
46 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
45 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
44 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
43 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
42 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
41 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/plugins/joomla/src/ArticleHelper.php:96 |
40 | YOOtheme\Framework\Joomla\ArticleHelper->getUrl() | JROOT/administrator/components/com_widgetkit/plugins/content/joomla/plugin.php:51 |
39 | YOOtheme\Framework\Plugin\PluginManager->{closure}() | Same as call in the line below. |
38 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Content/Type.php:49 |
37 | YOOtheme\Widgetkit\Content\Type->getItems() | JROOT/administrator/components/com_widgetkit/src/Content/Content.php:102 |
36 | YOOtheme\Widgetkit\Content\Content->getItems() | JROOT/administrator/components/com_widgetkit/src/Widget/Widget.php:44 |
35 | YOOtheme\Widgetkit\Widget\Widget->render() | JROOT/administrator/components/com_widgetkit/src/Application.php:163 |
34 | YOOtheme\Widgetkit\Application->renderWidget() | JROOT/plugins/content/widgetkit/widgetkit.php:14 |
33 | plgContentWidgetkit->{closure}() | Same as call in the line below. |
32 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:33 |
31 | YOOtheme\Widgetkit\Helper\Shortcode->YOOtheme\Widgetkit\Helper\{closure}() | Same as call in the line below. |
30 | preg_replace_callback() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:22 |
29 | YOOtheme\Widgetkit\Helper\Shortcode->parse() | JROOT/plugins/content/widgetkit/widgetkit.php:15 |
28 | plgContentWidgetkit->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
27 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
26 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
25 | JHtmlContent::prepare() | Same as call in the line below. |
24 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
23 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
22 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_zoo/helpers/zoo.php:181 |
21 | ZooHelper->triggerContentPlugins() | JROOT/media/zoo/elements/textarea/textarea.php:146 |
20 | ElementTextarea->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
19 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
18 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
17 | ItemRenderer->renderPosition() | JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php:50 |
16 | include JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
15 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
14 | ItemRenderer->render() | JROOT/media/zoo/applications/blog/templates/events/item.php:28 |
13 | include JROOT/media/zoo/applications/blog/templates/events/item.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:199 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 0.13 ms Query memory: 0.039 MB Memory before query: 11.631 MB Rows returned: 1
SELECT `alias`
FROM `tainan_content`
WHERE id = '1054'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tainan_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
53 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
52 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
51 | ContentRouter->getArticleSegment() | Same as call in the line below. |
50 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
49 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/StandardRules.php:246 |
48 | Joomla\CMS\Component\Router\Rules\StandardRules->build() | JROOT/libraries/src/Component/Router/RouterView.php:244 |
47 | Joomla\CMS\Component\Router\RouterView->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
46 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
45 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
44 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
43 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
42 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
41 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/plugins/joomla/src/ArticleHelper.php:96 |
40 | YOOtheme\Framework\Joomla\ArticleHelper->getUrl() | JROOT/administrator/components/com_widgetkit/plugins/content/joomla/plugin.php:51 |
39 | YOOtheme\Framework\Plugin\PluginManager->{closure}() | Same as call in the line below. |
38 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Content/Type.php:49 |
37 | YOOtheme\Widgetkit\Content\Type->getItems() | JROOT/administrator/components/com_widgetkit/src/Content/Content.php:102 |
36 | YOOtheme\Widgetkit\Content\Content->getItems() | JROOT/administrator/components/com_widgetkit/src/Widget/Widget.php:44 |
35 | YOOtheme\Widgetkit\Widget\Widget->render() | JROOT/administrator/components/com_widgetkit/src/Application.php:163 |
34 | YOOtheme\Widgetkit\Application->renderWidget() | JROOT/plugins/content/widgetkit/widgetkit.php:14 |
33 | plgContentWidgetkit->{closure}() | Same as call in the line below. |
32 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:33 |
31 | YOOtheme\Widgetkit\Helper\Shortcode->YOOtheme\Widgetkit\Helper\{closure}() | Same as call in the line below. |
30 | preg_replace_callback() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:22 |
29 | YOOtheme\Widgetkit\Helper\Shortcode->parse() | JROOT/plugins/content/widgetkit/widgetkit.php:15 |
28 | plgContentWidgetkit->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
27 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
26 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
25 | JHtmlContent::prepare() | Same as call in the line below. |
24 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
23 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
22 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_zoo/helpers/zoo.php:181 |
21 | ZooHelper->triggerContentPlugins() | JROOT/media/zoo/elements/textarea/textarea.php:146 |
20 | ElementTextarea->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
19 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
18 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
17 | ItemRenderer->renderPosition() | JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php:50 |
16 | include JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
15 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
14 | ItemRenderer->render() | JROOT/media/zoo/applications/blog/templates/events/item.php:28 |
13 | include JROOT/media/zoo/applications/blog/templates/events/item.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:199 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.23 ms After last query: 0.46 ms Query memory: 0.039 MB Memory before query: 11.681 MB Rows returned: 1
SELECT `alias`
FROM `tainan_content`
WHERE id = '1055'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tainan_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
52 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
51 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
50 | ContentRouter->getArticleSegment() | Same as call in the line below. |
49 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
48 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
47 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
46 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
45 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
44 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
43 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
42 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
41 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/plugins/joomla/src/ArticleHelper.php:96 |
40 | YOOtheme\Framework\Joomla\ArticleHelper->getUrl() | JROOT/administrator/components/com_widgetkit/plugins/content/joomla/plugin.php:51 |
39 | YOOtheme\Framework\Plugin\PluginManager->{closure}() | Same as call in the line below. |
38 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Content/Type.php:49 |
37 | YOOtheme\Widgetkit\Content\Type->getItems() | JROOT/administrator/components/com_widgetkit/src/Content/Content.php:102 |
36 | YOOtheme\Widgetkit\Content\Content->getItems() | JROOT/administrator/components/com_widgetkit/src/Widget/Widget.php:44 |
35 | YOOtheme\Widgetkit\Widget\Widget->render() | JROOT/administrator/components/com_widgetkit/src/Application.php:163 |
34 | YOOtheme\Widgetkit\Application->renderWidget() | JROOT/plugins/content/widgetkit/widgetkit.php:14 |
33 | plgContentWidgetkit->{closure}() | Same as call in the line below. |
32 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:33 |
31 | YOOtheme\Widgetkit\Helper\Shortcode->YOOtheme\Widgetkit\Helper\{closure}() | Same as call in the line below. |
30 | preg_replace_callback() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:22 |
29 | YOOtheme\Widgetkit\Helper\Shortcode->parse() | JROOT/plugins/content/widgetkit/widgetkit.php:15 |
28 | plgContentWidgetkit->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
27 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
26 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
25 | JHtmlContent::prepare() | Same as call in the line below. |
24 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
23 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
22 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_zoo/helpers/zoo.php:181 |
21 | ZooHelper->triggerContentPlugins() | JROOT/media/zoo/elements/textarea/textarea.php:146 |
20 | ElementTextarea->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
19 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
18 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
17 | ItemRenderer->renderPosition() | JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php:50 |
16 | include JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
15 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
14 | ItemRenderer->render() | JROOT/media/zoo/applications/blog/templates/events/item.php:28 |
13 | include JROOT/media/zoo/applications/blog/templates/events/item.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:199 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.23 ms After last query: 0.14 ms Query memory: 0.039 MB Memory before query: 11.751 MB Rows returned: 1
SELECT `alias`
FROM `tainan_content`
WHERE id = '1055'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tainan_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
53 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
52 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
51 | ContentRouter->getArticleSegment() | Same as call in the line below. |
50 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
49 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/StandardRules.php:246 |
48 | Joomla\CMS\Component\Router\Rules\StandardRules->build() | JROOT/libraries/src/Component/Router/RouterView.php:244 |
47 | Joomla\CMS\Component\Router\RouterView->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
46 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
45 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
44 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
43 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
42 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
41 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/plugins/joomla/src/ArticleHelper.php:96 |
40 | YOOtheme\Framework\Joomla\ArticleHelper->getUrl() | JROOT/administrator/components/com_widgetkit/plugins/content/joomla/plugin.php:51 |
39 | YOOtheme\Framework\Plugin\PluginManager->{closure}() | Same as call in the line below. |
38 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Content/Type.php:49 |
37 | YOOtheme\Widgetkit\Content\Type->getItems() | JROOT/administrator/components/com_widgetkit/src/Content/Content.php:102 |
36 | YOOtheme\Widgetkit\Content\Content->getItems() | JROOT/administrator/components/com_widgetkit/src/Widget/Widget.php:44 |
35 | YOOtheme\Widgetkit\Widget\Widget->render() | JROOT/administrator/components/com_widgetkit/src/Application.php:163 |
34 | YOOtheme\Widgetkit\Application->renderWidget() | JROOT/plugins/content/widgetkit/widgetkit.php:14 |
33 | plgContentWidgetkit->{closure}() | Same as call in the line below. |
32 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:33 |
31 | YOOtheme\Widgetkit\Helper\Shortcode->YOOtheme\Widgetkit\Helper\{closure}() | Same as call in the line below. |
30 | preg_replace_callback() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:22 |
29 | YOOtheme\Widgetkit\Helper\Shortcode->parse() | JROOT/plugins/content/widgetkit/widgetkit.php:15 |
28 | plgContentWidgetkit->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
27 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
26 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
25 | JHtmlContent::prepare() | Same as call in the line below. |
24 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
23 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
22 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_zoo/helpers/zoo.php:181 |
21 | ZooHelper->triggerContentPlugins() | JROOT/media/zoo/elements/textarea/textarea.php:146 |
20 | ElementTextarea->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
19 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
18 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
17 | ItemRenderer->renderPosition() | JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php:50 |
16 | include JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
15 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
14 | ItemRenderer->render() | JROOT/media/zoo/applications/blog/templates/events/item.php:28 |
13 | include JROOT/media/zoo/applications/blog/templates/events/item.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:199 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.27 ms After last query: 0.53 ms Query memory: 0.039 MB Memory before query: 11.800 MB Rows returned: 1
SELECT `alias`
FROM `tainan_content`
WHERE id = '1057'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tainan_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.00 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
52 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
51 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
50 | ContentRouter->getArticleSegment() | Same as call in the line below. |
49 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
48 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
47 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
46 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
45 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
44 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
43 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
42 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
41 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/plugins/joomla/src/ArticleHelper.php:96 |
40 | YOOtheme\Framework\Joomla\ArticleHelper->getUrl() | JROOT/administrator/components/com_widgetkit/plugins/content/joomla/plugin.php:51 |
39 | YOOtheme\Framework\Plugin\PluginManager->{closure}() | Same as call in the line below. |
38 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Content/Type.php:49 |
37 | YOOtheme\Widgetkit\Content\Type->getItems() | JROOT/administrator/components/com_widgetkit/src/Content/Content.php:102 |
36 | YOOtheme\Widgetkit\Content\Content->getItems() | JROOT/administrator/components/com_widgetkit/src/Widget/Widget.php:44 |
35 | YOOtheme\Widgetkit\Widget\Widget->render() | JROOT/administrator/components/com_widgetkit/src/Application.php:163 |
34 | YOOtheme\Widgetkit\Application->renderWidget() | JROOT/plugins/content/widgetkit/widgetkit.php:14 |
33 | plgContentWidgetkit->{closure}() | Same as call in the line below. |
32 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:33 |
31 | YOOtheme\Widgetkit\Helper\Shortcode->YOOtheme\Widgetkit\Helper\{closure}() | Same as call in the line below. |
30 | preg_replace_callback() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:22 |
29 | YOOtheme\Widgetkit\Helper\Shortcode->parse() | JROOT/plugins/content/widgetkit/widgetkit.php:15 |
28 | plgContentWidgetkit->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
27 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
26 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
25 | JHtmlContent::prepare() | Same as call in the line below. |
24 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
23 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
22 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_zoo/helpers/zoo.php:181 |
21 | ZooHelper->triggerContentPlugins() | JROOT/media/zoo/elements/textarea/textarea.php:146 |
20 | ElementTextarea->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
19 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
18 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
17 | ItemRenderer->renderPosition() | JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php:50 |
16 | include JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
15 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
14 | ItemRenderer->render() | JROOT/media/zoo/applications/blog/templates/events/item.php:28 |
13 | include JROOT/media/zoo/applications/blog/templates/events/item.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:199 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.24 ms After last query: 0.12 ms Query memory: 0.039 MB Memory before query: 11.871 MB Rows returned: 1
SELECT `alias`
FROM `tainan_content`
WHERE id = '1057'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tainan_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.02 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
53 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
52 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
51 | ContentRouter->getArticleSegment() | Same as call in the line below. |
50 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
49 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/StandardRules.php:246 |
48 | Joomla\CMS\Component\Router\Rules\StandardRules->build() | JROOT/libraries/src/Component/Router/RouterView.php:244 |
47 | Joomla\CMS\Component\Router\RouterView->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
46 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
45 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
44 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
43 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
42 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
41 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/plugins/joomla/src/ArticleHelper.php:96 |
40 | YOOtheme\Framework\Joomla\ArticleHelper->getUrl() | JROOT/administrator/components/com_widgetkit/plugins/content/joomla/plugin.php:51 |
39 | YOOtheme\Framework\Plugin\PluginManager->{closure}() | Same as call in the line below. |
38 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Content/Type.php:49 |
37 | YOOtheme\Widgetkit\Content\Type->getItems() | JROOT/administrator/components/com_widgetkit/src/Content/Content.php:102 |
36 | YOOtheme\Widgetkit\Content\Content->getItems() | JROOT/administrator/components/com_widgetkit/src/Widget/Widget.php:44 |
35 | YOOtheme\Widgetkit\Widget\Widget->render() | JROOT/administrator/components/com_widgetkit/src/Application.php:163 |
34 | YOOtheme\Widgetkit\Application->renderWidget() | JROOT/plugins/content/widgetkit/widgetkit.php:14 |
33 | plgContentWidgetkit->{closure}() | Same as call in the line below. |
32 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:33 |
31 | YOOtheme\Widgetkit\Helper\Shortcode->YOOtheme\Widgetkit\Helper\{closure}() | Same as call in the line below. |
30 | preg_replace_callback() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:22 |
29 | YOOtheme\Widgetkit\Helper\Shortcode->parse() | JROOT/plugins/content/widgetkit/widgetkit.php:15 |
28 | plgContentWidgetkit->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
27 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
26 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
25 | JHtmlContent::prepare() | Same as call in the line below. |
24 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
23 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
22 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_zoo/helpers/zoo.php:181 |
21 | ZooHelper->triggerContentPlugins() | JROOT/media/zoo/elements/textarea/textarea.php:146 |
20 | ElementTextarea->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
19 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
18 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
17 | ItemRenderer->renderPosition() | JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php:50 |
16 | include JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
15 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
14 | ItemRenderer->render() | JROOT/media/zoo/applications/blog/templates/events/item.php:28 |
13 | include JROOT/media/zoo/applications/blog/templates/events/item.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:199 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.22 ms After last query: 0.44 ms Query memory: 0.039 MB Memory before query: 11.920 MB Rows returned: 1
SELECT `alias`
FROM `tainan_content`
WHERE id = '1059'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tainan_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Query end | 0.00 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
52 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
51 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
50 | ContentRouter->getArticleSegment() | Same as call in the line below. |
49 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
48 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
47 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
46 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
45 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
44 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
43 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
42 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
41 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/plugins/joomla/src/ArticleHelper.php:96 |
40 | YOOtheme\Framework\Joomla\ArticleHelper->getUrl() | JROOT/administrator/components/com_widgetkit/plugins/content/joomla/plugin.php:51 |
39 | YOOtheme\Framework\Plugin\PluginManager->{closure}() | Same as call in the line below. |
38 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Content/Type.php:49 |
37 | YOOtheme\Widgetkit\Content\Type->getItems() | JROOT/administrator/components/com_widgetkit/src/Content/Content.php:102 |
36 | YOOtheme\Widgetkit\Content\Content->getItems() | JROOT/administrator/components/com_widgetkit/src/Widget/Widget.php:44 |
35 | YOOtheme\Widgetkit\Widget\Widget->render() | JROOT/administrator/components/com_widgetkit/src/Application.php:163 |
34 | YOOtheme\Widgetkit\Application->renderWidget() | JROOT/plugins/content/widgetkit/widgetkit.php:14 |
33 | plgContentWidgetkit->{closure}() | Same as call in the line below. |
32 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:33 |
31 | YOOtheme\Widgetkit\Helper\Shortcode->YOOtheme\Widgetkit\Helper\{closure}() | Same as call in the line below. |
30 | preg_replace_callback() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:22 |
29 | YOOtheme\Widgetkit\Helper\Shortcode->parse() | JROOT/plugins/content/widgetkit/widgetkit.php:15 |
28 | plgContentWidgetkit->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
27 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
26 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
25 | JHtmlContent::prepare() | Same as call in the line below. |
24 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
23 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
22 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_zoo/helpers/zoo.php:181 |
21 | ZooHelper->triggerContentPlugins() | JROOT/media/zoo/elements/textarea/textarea.php:146 |
20 | ElementTextarea->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
19 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
18 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
17 | ItemRenderer->renderPosition() | JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php:50 |
16 | include JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
15 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
14 | ItemRenderer->render() | JROOT/media/zoo/applications/blog/templates/events/item.php:28 |
13 | include JROOT/media/zoo/applications/blog/templates/events/item.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:199 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.23 ms After last query: 0.12 ms Query memory: 0.039 MB Memory before query: 11.991 MB Rows returned: 1
SELECT `alias`
FROM `tainan_content`
WHERE id = '1059'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tainan_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.00 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
53 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
52 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
51 | ContentRouter->getArticleSegment() | Same as call in the line below. |
50 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
49 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/StandardRules.php:246 |
48 | Joomla\CMS\Component\Router\Rules\StandardRules->build() | JROOT/libraries/src/Component/Router/RouterView.php:244 |
47 | Joomla\CMS\Component\Router\RouterView->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
46 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
45 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
44 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
43 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
42 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
41 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/plugins/joomla/src/ArticleHelper.php:96 |
40 | YOOtheme\Framework\Joomla\ArticleHelper->getUrl() | JROOT/administrator/components/com_widgetkit/plugins/content/joomla/plugin.php:51 |
39 | YOOtheme\Framework\Plugin\PluginManager->{closure}() | Same as call in the line below. |
38 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Content/Type.php:49 |
37 | YOOtheme\Widgetkit\Content\Type->getItems() | JROOT/administrator/components/com_widgetkit/src/Content/Content.php:102 |
36 | YOOtheme\Widgetkit\Content\Content->getItems() | JROOT/administrator/components/com_widgetkit/src/Widget/Widget.php:44 |
35 | YOOtheme\Widgetkit\Widget\Widget->render() | JROOT/administrator/components/com_widgetkit/src/Application.php:163 |
34 | YOOtheme\Widgetkit\Application->renderWidget() | JROOT/plugins/content/widgetkit/widgetkit.php:14 |
33 | plgContentWidgetkit->{closure}() | Same as call in the line below. |
32 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:33 |
31 | YOOtheme\Widgetkit\Helper\Shortcode->YOOtheme\Widgetkit\Helper\{closure}() | Same as call in the line below. |
30 | preg_replace_callback() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:22 |
29 | YOOtheme\Widgetkit\Helper\Shortcode->parse() | JROOT/plugins/content/widgetkit/widgetkit.php:15 |
28 | plgContentWidgetkit->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
27 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
26 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
25 | JHtmlContent::prepare() | Same as call in the line below. |
24 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
23 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
22 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_zoo/helpers/zoo.php:181 |
21 | ZooHelper->triggerContentPlugins() | JROOT/media/zoo/elements/textarea/textarea.php:146 |
20 | ElementTextarea->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
19 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
18 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
17 | ItemRenderer->renderPosition() | JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php:50 |
16 | include JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
15 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
14 | ItemRenderer->render() | JROOT/media/zoo/applications/blog/templates/events/item.php:28 |
13 | include JROOT/media/zoo/applications/blog/templates/events/item.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:199 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.23 ms After last query: 1.33 ms Query memory: 0.039 MB Memory before query: 12.044 MB Rows returned: 1
SELECT `alias`
FROM `tainan_content`
WHERE id = '1064'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tainan_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
52 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
51 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
50 | ContentRouter->getArticleSegment() | Same as call in the line below. |
49 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
48 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
47 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
46 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
45 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
44 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
43 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
42 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
41 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/plugins/joomla/src/ArticleHelper.php:96 |
40 | YOOtheme\Framework\Joomla\ArticleHelper->getUrl() | JROOT/administrator/components/com_widgetkit/plugins/content/joomla/plugin.php:51 |
39 | YOOtheme\Framework\Plugin\PluginManager->{closure}() | Same as call in the line below. |
38 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Content/Type.php:49 |
37 | YOOtheme\Widgetkit\Content\Type->getItems() | JROOT/administrator/components/com_widgetkit/src/Content/Content.php:102 |
36 | YOOtheme\Widgetkit\Content\Content->getItems() | JROOT/administrator/components/com_widgetkit/src/Widget/Widget.php:44 |
35 | YOOtheme\Widgetkit\Widget\Widget->render() | JROOT/administrator/components/com_widgetkit/src/Application.php:163 |
34 | YOOtheme\Widgetkit\Application->renderWidget() | JROOT/plugins/content/widgetkit/widgetkit.php:14 |
33 | plgContentWidgetkit->{closure}() | Same as call in the line below. |
32 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:33 |
31 | YOOtheme\Widgetkit\Helper\Shortcode->YOOtheme\Widgetkit\Helper\{closure}() | Same as call in the line below. |
30 | preg_replace_callback() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:22 |
29 | YOOtheme\Widgetkit\Helper\Shortcode->parse() | JROOT/plugins/content/widgetkit/widgetkit.php:15 |
28 | plgContentWidgetkit->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
27 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
26 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
25 | JHtmlContent::prepare() | Same as call in the line below. |
24 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
23 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
22 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_zoo/helpers/zoo.php:181 |
21 | ZooHelper->triggerContentPlugins() | JROOT/media/zoo/elements/textarea/textarea.php:146 |
20 | ElementTextarea->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
19 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
18 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
17 | ItemRenderer->renderPosition() | JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php:50 |
16 | include JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
15 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
14 | ItemRenderer->render() | JROOT/media/zoo/applications/blog/templates/events/item.php:28 |
13 | include JROOT/media/zoo/applications/blog/templates/events/item.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:199 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.26 ms After last query: 0.12 ms Query memory: 0.039 MB Memory before query: 12.115 MB Rows returned: 1
SELECT `alias`
FROM `tainan_content`
WHERE id = '1064'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tainan_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
closing tables | 0.02 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
53 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
52 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
51 | ContentRouter->getArticleSegment() | Same as call in the line below. |
50 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
49 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/StandardRules.php:246 |
48 | Joomla\CMS\Component\Router\Rules\StandardRules->build() | JROOT/libraries/src/Component/Router/RouterView.php:244 |
47 | Joomla\CMS\Component\Router\RouterView->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
46 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
45 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
44 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
43 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
42 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
41 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/plugins/joomla/src/ArticleHelper.php:96 |
40 | YOOtheme\Framework\Joomla\ArticleHelper->getUrl() | JROOT/administrator/components/com_widgetkit/plugins/content/joomla/plugin.php:51 |
39 | YOOtheme\Framework\Plugin\PluginManager->{closure}() | Same as call in the line below. |
38 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Content/Type.php:49 |
37 | YOOtheme\Widgetkit\Content\Type->getItems() | JROOT/administrator/components/com_widgetkit/src/Content/Content.php:102 |
36 | YOOtheme\Widgetkit\Content\Content->getItems() | JROOT/administrator/components/com_widgetkit/src/Widget/Widget.php:44 |
35 | YOOtheme\Widgetkit\Widget\Widget->render() | JROOT/administrator/components/com_widgetkit/src/Application.php:163 |
34 | YOOtheme\Widgetkit\Application->renderWidget() | JROOT/plugins/content/widgetkit/widgetkit.php:14 |
33 | plgContentWidgetkit->{closure}() | Same as call in the line below. |
32 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:33 |
31 | YOOtheme\Widgetkit\Helper\Shortcode->YOOtheme\Widgetkit\Helper\{closure}() | Same as call in the line below. |
30 | preg_replace_callback() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:22 |
29 | YOOtheme\Widgetkit\Helper\Shortcode->parse() | JROOT/plugins/content/widgetkit/widgetkit.php:15 |
28 | plgContentWidgetkit->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
27 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
26 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
25 | JHtmlContent::prepare() | Same as call in the line below. |
24 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
23 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
22 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_zoo/helpers/zoo.php:181 |
21 | ZooHelper->triggerContentPlugins() | JROOT/media/zoo/elements/textarea/textarea.php:146 |
20 | ElementTextarea->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
19 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
18 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
17 | ItemRenderer->renderPosition() | JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php:50 |
16 | include JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
15 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
14 | ItemRenderer->render() | JROOT/media/zoo/applications/blog/templates/events/item.php:28 |
13 | include JROOT/media/zoo/applications/blog/templates/events/item.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:199 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 0.43 ms Query memory: 0.039 MB Memory before query: 12.164 MB Rows returned: 1
SELECT `alias`
FROM `tainan_content`
WHERE id = '1067'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tainan_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
52 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
51 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
50 | ContentRouter->getArticleSegment() | Same as call in the line below. |
49 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
48 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
47 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
46 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
45 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
44 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
43 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
42 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
41 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/plugins/joomla/src/ArticleHelper.php:96 |
40 | YOOtheme\Framework\Joomla\ArticleHelper->getUrl() | JROOT/administrator/components/com_widgetkit/plugins/content/joomla/plugin.php:51 |
39 | YOOtheme\Framework\Plugin\PluginManager->{closure}() | Same as call in the line below. |
38 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Content/Type.php:49 |
37 | YOOtheme\Widgetkit\Content\Type->getItems() | JROOT/administrator/components/com_widgetkit/src/Content/Content.php:102 |
36 | YOOtheme\Widgetkit\Content\Content->getItems() | JROOT/administrator/components/com_widgetkit/src/Widget/Widget.php:44 |
35 | YOOtheme\Widgetkit\Widget\Widget->render() | JROOT/administrator/components/com_widgetkit/src/Application.php:163 |
34 | YOOtheme\Widgetkit\Application->renderWidget() | JROOT/plugins/content/widgetkit/widgetkit.php:14 |
33 | plgContentWidgetkit->{closure}() | Same as call in the line below. |
32 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:33 |
31 | YOOtheme\Widgetkit\Helper\Shortcode->YOOtheme\Widgetkit\Helper\{closure}() | Same as call in the line below. |
30 | preg_replace_callback() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:22 |
29 | YOOtheme\Widgetkit\Helper\Shortcode->parse() | JROOT/plugins/content/widgetkit/widgetkit.php:15 |
28 | plgContentWidgetkit->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
27 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
26 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
25 | JHtmlContent::prepare() | Same as call in the line below. |
24 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
23 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
22 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_zoo/helpers/zoo.php:181 |
21 | ZooHelper->triggerContentPlugins() | JROOT/media/zoo/elements/textarea/textarea.php:146 |
20 | ElementTextarea->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
19 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
18 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
17 | ItemRenderer->renderPosition() | JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php:50 |
16 | include JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
15 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
14 | ItemRenderer->render() | JROOT/media/zoo/applications/blog/templates/events/item.php:28 |
13 | include JROOT/media/zoo/applications/blog/templates/events/item.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:199 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.25 ms After last query: 0.11 ms Query memory: 0.039 MB Memory before query: 12.234 MB Rows returned: 1
SELECT `alias`
FROM `tainan_content`
WHERE id = '1067'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tainan_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.01 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.01 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
53 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
52 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
51 | ContentRouter->getArticleSegment() | Same as call in the line below. |
50 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
49 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/StandardRules.php:246 |
48 | Joomla\CMS\Component\Router\Rules\StandardRules->build() | JROOT/libraries/src/Component/Router/RouterView.php:244 |
47 | Joomla\CMS\Component\Router\RouterView->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
46 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
45 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
44 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
43 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
42 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
41 | Joomla\CMS\Router\Route::_() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/plugins/joomla/src/ArticleHelper.php:96 |
40 | YOOtheme\Framework\Joomla\ArticleHelper->getUrl() | JROOT/administrator/components/com_widgetkit/plugins/content/joomla/plugin.php:51 |
39 | YOOtheme\Framework\Plugin\PluginManager->{closure}() | Same as call in the line below. |
38 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Content/Type.php:49 |
37 | YOOtheme\Widgetkit\Content\Type->getItems() | JROOT/administrator/components/com_widgetkit/src/Content/Content.php:102 |
36 | YOOtheme\Widgetkit\Content\Content->getItems() | JROOT/administrator/components/com_widgetkit/src/Widget/Widget.php:44 |
35 | YOOtheme\Widgetkit\Widget\Widget->render() | JROOT/administrator/components/com_widgetkit/src/Application.php:163 |
34 | YOOtheme\Widgetkit\Application->renderWidget() | JROOT/plugins/content/widgetkit/widgetkit.php:14 |
33 | plgContentWidgetkit->{closure}() | Same as call in the line below. |
32 | call_user_func() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:33 |
31 | YOOtheme\Widgetkit\Helper\Shortcode->YOOtheme\Widgetkit\Helper\{closure}() | Same as call in the line below. |
30 | preg_replace_callback() | JROOT/administrator/components/com_widgetkit/src/Helper/Shortcode.php:22 |
29 | YOOtheme\Widgetkit\Helper\Shortcode->parse() | JROOT/plugins/content/widgetkit/widgetkit.php:15 |
28 | plgContentWidgetkit->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
27 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
26 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
25 | JHtmlContent::prepare() | Same as call in the line below. |
24 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
23 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
22 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_zoo/helpers/zoo.php:181 |
21 | ZooHelper->triggerContentPlugins() | JROOT/media/zoo/elements/textarea/textarea.php:146 |
20 | ElementTextarea->render() | JROOT/components/com_zoo/renderer/element/default.php:19 |
19 | include JROOT/components/com_zoo/renderer/element/default.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
18 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:186 |
17 | ItemRenderer->renderPosition() | JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php:50 |
16 | include JROOT/media/zoo/applications/blog/templates/events/renderer/item/full.php | JROOT/administrator/components/com_zoo/helpers/renderer.php:155 |
15 | AppRenderer->render() | JROOT/administrator/components/com_zoo/classes/renderer/item.php:65 |
14 | ItemRenderer->render() | JROOT/media/zoo/applications/blog/templates/events/item.php:28 |
13 | include JROOT/media/zoo/applications/blog/templates/events/item.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:199 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.40 ms After last query: 4.60 ms Query memory: 0.026 MB Memory before query: 12.098 MB Rows returned: 0
SELECT *
FROM tainan_zoo_comment
WHERE item_id = 14789
AND (state = 1 OR (author = ''
AND email = ''
AND user_id = ''
AND user_type = ''))
ORDER BY created ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tainan_zoo_comment | ref | STATE_INDEX,ITEMID_INDEX,AUTHOR_INDEX,ITEMID_STATE_INDEX | ITEMID_INDEX | 4 | const | 1 | Using where; Using filesort |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.07 ms |
Preparing | 0.03 ms |
Sorting result | 0.01 ms |
Executing | 0.02 ms |
Sending data | 0.01 ms |
Creating sort index | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:64 |
21 | DatabaseHelper->query() | JROOT/administrator/components/com_zoo/framework/classes/table.php:425 |
20 | AppTable->_queryObjectList() | JROOT/administrator/components/com_zoo/framework/classes/table.php:192 |
19 | AppTable->find() | JROOT/administrator/components/com_zoo/framework/classes/table.php:165 |
18 | AppTable->all() | JROOT/administrator/components/com_zoo/tables/comment.php:94 |
17 | CommentTable->getCommentsForItem() | JROOT/administrator/components/com_zoo/classes/item.php:681 |
16 | Item->getComments() | JROOT/administrator/components/com_zoo/classes/item.php:692 |
15 | Item->getCommentTree() | JROOT/administrator/components/com_zoo/helpers/comment.php:75 |
14 | CommentHelper->renderComments() | JROOT/media/zoo/applications/blog/templates/events/item.php:29 |
13 | include JROOT/media/zoo/applications/blog/templates/events/item.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_zoo/controllers/default.php:199 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:253 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:294 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:33 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.79 ms After last query: 1.11 ms Query memory: 0.021 MB Memory before query: 12.217 MB Rows returned: 3
SELECT language,id
FROM `tainan_menu`
WHERE home = 1
AND published = 1
AND client_id = 0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tainan_menu | ALL | idx_client_id_parent_id_alias_language | NO INDEX KEY COULD BE USED | NULL | NULL | 1009 | Using where |
Status | Duration |
---|
Starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.03 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.49 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/Multilanguage.php:107 |
8 | Joomla\CMS\Language\Multilanguage::getSiteHomePages() | JROOT/plugins/system/languagefilter/languagefilter.php:751 |
7 | PlgSystemLanguageFilter->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.29 ms After last query: 11.69 ms Query memory: 0.027 MB Memory before query: 12.854 MB Rows returned: 1
SELECT *
FROM tainan_widgetkit
WHERE id = "152"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | tainan_widgetkit | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
21 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/plugins/joomla/src/Database.php:35 |
20 | YOOtheme\Framework\Joomla\Database->fetchAssoc() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/src/Database/Database.php:88 |
19 | YOOtheme\Framework\Database\Database->fetchObject() | JROOT/administrator/components/com_widgetkit/src/Content/ContentProvider.php:44 |
18 | YOOtheme\Widgetkit\Content\ContentProvider->find() | JROOT/administrator/components/com_widgetkit/src/Content/ContentProvider.php:30 |
17 | YOOtheme\Widgetkit\Content\ContentProvider->get() | JROOT/administrator/components/com_widgetkit/src/Application.php:151 |
16 | YOOtheme\Widgetkit\Application->renderWidget() | JROOT/modules/mod_widgetkit/mod_widgetkit.php:11 |
15 | Joomla\CMS\Helper\ModuleHelper::{closure}() | JROOT/modules/mod_widgetkit/mod_widgetkit.php:15 |
14 | include JROOT/modules/mod_widgetkit/mod_widgetkit.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
13 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
12 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_master2/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
11 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_master2/layouts/theme.config.php:72 |
10 | include JROOT/templates/yoo_master2/layouts/theme.config.php | JROOT/templates/yoo_master2/layouts/theme.php:10 |
9 | include JROOT/templates/yoo_master2/layouts/theme.php | JROOT/templates/yoo_master2/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_master2/index.php:16 |
7 | require JROOT/templates/yoo_master2/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.36 ms After last query: 19.29 ms Query memory: 0.026 MB Memory before query: 13.087 MB Rows returned: 0
SELECT `c2`.`language`,`c2`.`id`
FROM `tainan_menu` AS `c`
INNER JOIN `tainan_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_menus.item'
INNER JOIN `tainan_associations` AS `a2`
ON `a`.`key` = `a2`.`key`
INNER JOIN `tainan_menu` AS `c2`
ON a2.id = c2.`id`
WHERE c.id = 1089
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
table lock | 0.01 ms |
init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.05 ms |
Preparing | 0.01 ms |
Executing | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.00 ms |
closing tables | 0.01 ms |
Query end | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/Associations.php:115 |
19 | Joomla\CMS\Language\Associations::getAssociations() | JROOT/administrator/components/com_menus/helpers/menus.php:321 |
18 | MenusHelper::getAssociations() | JROOT/modules/mod_languages/helper.php:58 |
17 | ModLanguagesHelper::getList() | JROOT/modules/mod_languages/mod_languages.php:17 |
16 | include JROOT/modules/mod_languages/mod_languages.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
15 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
14 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yoo_master2/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:92 |
13 | Warp\Joomla\Helper\WidgetsHelper->load() | JROOT/templates/yoo_master2/warp/systems/joomla/layouts/widgets.php:10 |
12 | include JROOT/templates/yoo_master2/warp/systems/joomla/layouts/widgets.php | JROOT/templates/yoo_master2/warp/src/Warp/Helper/TemplateHelper.php:49 |
11 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_master2/warp/systems/joomla/src/Warp/Joomla/Helper/WidgetsHelper.php:69 |
10 | Warp\Joomla\Helper\WidgetsHelper->render() | JROOT/templates/yoo_master2/layouts/theme.php:94 |
9 | include JROOT/templates/yoo_master2/layouts/theme.php | JROOT/templates/yoo_master2/warp/src/Warp/Helper/TemplateHelper.php:49 |
8 | Warp\Helper\TemplateHelper->render() | JROOT/templates/yoo_master2/index.php:16 |
7 | require JROOT/templates/yoo_master2/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 |
18 × SELECT `alias`
FROM `tainan_content`
9 × SELECT `m`.`tag_id`,`t`.*
FROM `tainan_contentitem_tag_map` AS m
INNER JOIN `tainan_tags` AS t
ON `m`.`tag_id` = `t`.`id`
3 × SELECT *
FROM tainan_widgetkit
2 × SELECT *
FROM tainan_assets
2 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `tainan_assets`
1 × SELECT `data`
FROM `tainan_session`
1 × SELECT language,id
FROM `tainan_menu`
1 × SELECT *
FROM tainan_zoo_comment
1 × SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time, c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level, c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id, c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `tainan_categories` AS `s`
INNER JOIN `tainan_categories` AS `c`
ON (s.lft < c.lft
AND c.lft < s.rgt
AND c.language IN ('en-GB','*')) OR (c.lft <= s.lft
AND s.rgt <= c.rgt)
1 × SELECT a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN c.published = 2
AND a.state > 0 THEN 2 WHEN c.published != 1 THEN 0 ELSE a.state END as state,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.language, LENGTH(a.fulltext) AS readmore, a.ordering,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,c.published, c.published AS parents_published, c.lft,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,COALESCE(NULLIF(ROUND(v.rating_sum / v.rating_count, 0), 0), 0) AS rating, COALESCE(NULLIF(v.rating_count, 0), 0) as rating_count
FROM tainan_content AS a
LEFT JOIN tainan_categories AS c
ON c.id = a.catid
LEFT JOIN tainan_users AS ua
ON ua.id = a.created_by
LEFT JOIN tainan_users AS uam
ON uam.id = a.modified_by
LEFT JOIN tainan_categories as parent
ON parent.id = c.parent_id
LEFT JOIN tainan_content_rating AS v
ON a.id = v.content_id
1 × SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM tainan_fields AS a
LEFT JOIN `tainan_languages` AS l
ON l.lang_code = a.language
LEFT JOIN tainan_users AS uc
ON uc.id=a.checked_out
LEFT JOIN tainan_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN tainan_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN tainan_fields_groups AS g
ON g.id = a.group_id
1 × SELECT id
FROM tainan_users
1 × SELECT `session_id`
FROM `tainan_session`
1 × SELECT *
FROM tainan_zoo_category
1 × SELECT *
FROM tainan_zoo_application
1 × SELECT *
FROM tainan_zoo_item
1 × SELECT id
FROM tainan_zoo_item
1 × SELECT id,template
FROM tainan_template_styles
1 × SELECT b.id
FROM tainan_usergroups AS a
LEFT JOIN tainan_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT id, rules
FROM `tainan_viewlevels
1 × SELECT `c2`.`language`,`c2`.`id`
FROM `tainan_menu` AS `c`
INNER JOIN `tainan_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_menus.item'
INNER JOIN `tainan_associations` AS `a2`
ON `a`.`key` = `a2`.`key`
INNER JOIN `tainan_menu` AS `c2`
ON a2.id = c2.`id`