查詢時間: 0.46 ms
SELECT `data`
FROM `wndv9_session`
WHERE `session_id` = '5hhb7oa97ne2jmmv61b34lrp5p'
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT `data`
FROM `wndv9_session`
WHERE `session_id` = '5hhb7oa97ne2jmmv61b34lr' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
16 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 |
14 | JSessionStorageDatabase->read() | 與下面行一樣的呼叫 |
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:660 |
9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:620 |
8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:498 |
7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:455 |
6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:755 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:134 |
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:343 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
查詢時間: 0.30 ms 最後的查詢: 0.37 ms 之後
SELECT `session_id`
FROM `wndv9_session`
WHERE `session_id` = '5hhb7oa97ne2jmmv61b34lrp5p'
LIMIT 1
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT `session_id`
FROM `wndv9_session`
WHERE `session_id` = '5hhb7oa97ne2jmmv6' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
9 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
8 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Session/MetadataManager.php:74 |
7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:152 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:757 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:134 |
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:343 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
查詢時間: 42.08 ms 最後的查詢: 0.12 ms 之後
INSERT INTO `wndv9_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
('5hhb7oa97ne2jmmv61b34lrp5p', 1, '1745421941', 0, '', 0)
EXPLAIN 無法被使用於查詢: INSERT INTO `wndv9_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
('5hhb7oa97ne2jmmv61b34lrp5p', 1, '1745421941', 0, '', 0)
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
8 | JDatabaseDriverPdo->execute() | JROOT/libraries/src/Session/MetadataManager.php:116 |
7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:152 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:757 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:134 |
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:343 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
查詢時間: 0.44 ms 最後的查詢: 1.12 ms 之後
SELECT id, rules
FROM `wndv9_viewlevels`
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT id, rules
FROM `wndv9_viewlevels`' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
10 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1496 |
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:321 |
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:606 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.42 ms 最後的查詢: 0.14 ms 之後
SELECT b.id
FROM wndv9_usergroups AS a
LEFT JOIN wndv9_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT b.id
FROM wndv9_usergroups AS a
LEFT JOIN wndv9_usergroups AS b ON b.lft ' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1540 |
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:321 |
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:606 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.57 ms 最後的查詢: 13.25 ms 之後
SELECT params
FROM wndv9_extensions
WHERE type = "plugin"
AND folder = "system"
AND element = 'jsnextfw'
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT params
FROM wndv9_extensions
WHERE type = "plugin" AND folder = "system" ' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
10 | JDatabaseDriver->loadResult() | JROOT/plugins/system/jsnextfw/includes/helper.php:169 |
9 | JsnExtFwHelper::getSettings() | JROOT/plugins/system/jsnextfw/jsnextfw.php:144 |
8 | PlgSystemJsnExtFw->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:623 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:688 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.49 ms 最後的查詢: 0.47 ms 之後
SELECT params
FROM wndv9_extensions
WHERE type = "component"
AND element = 'com_poweradmin2'
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT params
FROM wndv9_extensions
WHERE type = "component" AND element = 'com_' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
12 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
11 | JDatabaseDriver->loadResult() | JROOT/plugins/system/jsnextfw/includes/helper.php:179 |
10 | JsnExtFwHelper::getSettings() | JROOT/administrator/components/com_poweradmin2/helpers/poweradmin2.php:150 |
9 | JSNPowerAdmin2Helper::getConfig() | JROOT/plugins/system/poweradmin2/poweradmin2.php:290 |
8 | plgSystemPowerAdmin2->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:623 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:688 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.52 ms 最後的查詢: 1.72 ms 之後
SELECT params
FROM wndv9_extensions
WHERE type = "component"
AND element = 'com_pagebuilder4'
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT params
FROM wndv9_extensions
WHERE type = "component" AND element = 'com_' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
12 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
11 | JDatabaseDriver->loadResult() | JROOT/plugins/system/jsnextfw/includes/helper.php:179 |
10 | JsnExtFwHelper::getSettings() | JROOT/administrator/components/com_pagebuilder4/helpers/pagebuilder4.php:156 |
9 | JSNPageBuilder4Helper::getConfig() | JROOT/plugins/system/pagebuilder4/pagebuilder4.php:205 |
8 | plgSystemPageBuilder4->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:623 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:688 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.51 ms 最後的查詢: 4.14 ms 之後
SELECT COUNT(*)
FROM wndv9_extensions
WHERE type = 'component'
AND element = 'com_sh404sef'
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT COUNT(*)
FROM wndv9_extensions
WHERE type = 'component' AND element = 'co' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
14 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
13 | JDatabaseDriver->loadResult() | JROOT/plugins/system/sunfw/includes/utils.php:81 |
12 | SunFwUtils::checkSH404SEF() | JROOT/plugins/system/sunfw/includes/overwrite/overwrite.php:84 |
11 | SunFwOverwrite::initialize() | JROOT/plugins/system/sunfw/includes/site.php:121 |
10 | SunFwSite->__construct() | JROOT/plugins/system/sunfw/includes/site.php:241 |
9 | SunFwSite::getInstance() | JROOT/plugins/system/sunfw/sunfw.php:383 |
8 | PlgSystemSunFw->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1080 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 4.15 ms 最後的查詢: 0.39 ms 之後
UPDATE `wndv9_extensions`
SET `params` = '{\"mediaversion\":\"fb666d6b87c1fb60906e4f722933d6ad\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'UPDATE `wndv9_extensions`
SET `params` = '{\"mediaversion\":\"fb666d6b87c1fb6090' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
16 | JDatabaseDriverPdo->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
15 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
14 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
13 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
12 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
11 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/sunfw/includes/site.php:127 |
10 | SunFwSite->__construct() | JROOT/plugins/system/sunfw/includes/site.php:241 |
9 | SunFwSite::getInstance() | JROOT/plugins/system/sunfw/sunfw.php:383 |
8 | PlgSystemSunFw->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1080 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.80 ms 最後的查詢: 0.38 ms 之後
SELECT ss.*
FROM wndv9_sunfw_styles AS ss
INNER JOIN wndv9_template_styles AS ts
ON ts.id = ss.style_id
WHERE ts.id = 39
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT ss.*
FROM wndv9_sunfw_styles AS ss
INNER JOIN wndv9_template_styles AS ts' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
13 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
12 | JDatabaseDriver->loadObject() | JROOT/plugins/system/sunfw/includes/helper.php:253 |
11 | SunFwHelper::getSunFwStyle() | JROOT/plugins/system/sunfw/includes/site.php:140 |
10 | SunFwSite->__construct() | JROOT/plugins/system/sunfw/includes/site.php:241 |
9 | SunFwSite::getInstance() | JROOT/plugins/system/sunfw/sunfw.php:383 |
8 | PlgSystemSunFw->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1080 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 1.00 ms 最後的查詢: 3.05 ms 之後
SELECT `id`,`name`,`rules`,`parent_id`
FROM `wndv9_assets`
WHERE `name` IN ('root.1','com_admin','com_ajax','com_associations','com_attachments','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_easyslider','com_fields','com_finder','com_icagenda','com_imageshow','com_installer','com_joomlaupdate','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_pagebuilder4','com_plugins','com_postinstall','com_poweradmin2','com_redirect','com_search','com_tags','com_templates','com_uniform','com_users','com_wrapper')
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT `id`,`name`,`rules`,`parent_id`
FROM `wndv9_assets`
WHERE `name` IN ('roo' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
18 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
16 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
15 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
14 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
13 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
12 | Joomla\CMS\User\User->authorise() | JROOT/components/com_content/models/article.php:55 |
11 | ContentModelArticle->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:435 |
10 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/components/com_content/models/article.php:248 |
9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:109 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 2.41 ms 最後的查詢: 0.50 ms 之後
SHOW FULL COLUMNS
FROM `wndv9_content`
EXPLAIN 無法被使用於查詢: SHOW FULL COLUMNS FROM `wndv9_content`
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
16 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/pdomysql.php:320 |
14 | JDatabaseDriverPdomysql->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 |
13 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 |
12 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/Content.php:39 |
11 | Joomla\CMS\Table\Content->__construct() | JROOT/libraries/src/Table/Table.php:312 |
10 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_content/models/article.php:250 |
9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:109 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.49 ms 最後的查詢: 1.00 ms 之後
SELECT *
FROM wndv9_content
WHERE `id` = '447'
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT *
FROM wndv9_content
WHERE `id` = '447'' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
12 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1455 |
11 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
10 | Joomla\CMS\Table\Table->load() | JROOT/components/com_content/models/article.php:251 |
9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:109 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 4.24 ms 最後的查詢: 0.24 ms 之後
UPDATE wndv9_content
SET `hits` = (`hits` + 1)
WHERE `id` = '447'
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'UPDATE wndv9_content
SET `hits` = (`hits` + 1)
WHERE `id` = '447'' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
11 | JDatabaseDriverPdo->execute() | JROOT/libraries/src/Table/Table.php:1242 |
10 | Joomla\CMS\Table\Table->hit() | JROOT/components/com_content/models/article.php:252 |
9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:109 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.90 ms 最後的查詢: 1.13 ms 之後
SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
FROM wndv9_content AS a
INNER JOIN wndv9_categories AS c
on c.id = a.catid
LEFT JOIN wndv9_users AS u
on u.id = a.created_by
LEFT JOIN wndv9_categories as parent
ON parent.id = c.parent_id
LEFT JOIN wndv9_content_rating AS v
ON a.id = v.content_id
WHERE a.id = 447
AND c.published > 0
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-04-23 15:25:41')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-04-23 15:25:41')
AND (a.state = 1 OR a.state =2)
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.c' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
15 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
14 | JDatabaseDriver->loadObject() | JROOT/components/com_content/models/article.php:148 |
13 | ContentModelArticle->getItem() | JROOT/plugins/system/sunfw/includes/overwrite/j3x/libraries/legacy/view/legacy.php:421 |
12 | JViewLegacy->get() | JROOT/components/com_content/views/article/view.html.php:42 |
11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:663 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.96 ms 最後的查詢: 0.85 ms 之後
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 `wndv9_categories` AS `s`
INNER JOIN `wndv9_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 106
ORDER BY c.lft
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
24 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
23 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:312 |
22 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
21 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
20 | ContentRouter->getCategorySegment() | 與下面行一樣的呼叫 |
19 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
18 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
17 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
16 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:672 |
15 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
14 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
13 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:66 |
12 | Joomla\CMS\Router\Route::_() | JROOT/components/com_content/views/article/view.html.php:71 |
11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:663 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.55 ms 最後的查詢: 0.49 ms 之後
SELECT `m`.`tag_id`,`t`.*
FROM `wndv9_contentitem_tag_map` AS m
INNER JOIN `wndv9_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 447
AND `t`.`published` = 1
AND t.access IN (1,1,5)
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT `m`.`tag_id`,`t`.*
FROM `wndv9_contentitem_tag_map` AS m
INNER JOIN `wnd' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
14 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
12 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/views/article/view.html.php:184 |
11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:663 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.91 ms 最後的查詢: 2.24 ms 之後
SELECT 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 wndv9_fields AS a
LEFT JOIN `wndv9_languages` AS l
ON l.lang_code = a.language
LEFT JOIN wndv9_users AS uc
ON uc.id=a.checked_out
LEFT JOIN wndv9_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN wndv9_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN wndv9_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `wndv9_fields_categories` AS fc
ON fc.field_id = a.id
WHERE a.context = 'com_content.article'
AND (fc.category_id IS NULL OR fc.category_id IN (106,0))
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
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
20 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
19 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:308 |
18 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:327 |
17 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:187 |
16 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:479 |
14 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:663 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.40 ms 最後的查詢: 0.54 ms 之後
SELECT `name`, `value`
FROM `wndv9_jsn_imageshow_config`
WHERE `name` IN ('show_quick_icons', 'enable_update_checking', 'number_of_images_on_loading')
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT `name`, `value`
FROM `wndv9_jsn_imageshow_config`
WHERE `name` IN ('show_' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
19 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
18 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_imageshow/classes/jsn_is_parameter.php:81 |
17 | JSNISParameter->getParameters() | JROOT/administrator/components/com_imageshow/imageshow.defines.php:27 |
16 | require_once JROOT/administrator/components/com_imageshow/imageshow.defines.php | JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php:16 |
15 | include_once JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php | JROOT/plugins/content/imageshow/imageshow.php:28 |
14 | plgContentImageShow->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:663 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.48 ms 最後的查詢: 0.66 ms 之後
SELECT *
FROM wndv9_extensions
WHERE element='com_imageshow'
AND type='component'
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT *
FROM wndv9_extensions
WHERE element='com_imageshow' AND type='component' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
17 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
16 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_utils.php:310 |
15 | JSNISUtils->getComponentInfo() | JROOT/plugins/content/imageshow/imageshow.php:45 |
14 | plgContentImageShow->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:663 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.33 ms 最後的查詢: 0.21 ms 之後
SELECT *
FROM wndv9_imageshow_showlist
WHERE published = 1
AND showlist_id = 65
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT * FROM wndv9_imageshow_showlist WHERE published = 1 AND showlist_id = 6' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
17 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1455 |
16 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showlist.php:99 |
15 | JSNISShowlist->getShowListByID() | JROOT/plugins/content/imageshow/imageshow.php:99 |
14 | plgContentImageShow->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:663 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.24 ms 最後的查詢: 0.10 ms 之後
SELECT *
FROM wndv9_imageshow_showcase
WHERE published = 1
AND showcase_id = 3
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT * FROM wndv9_imageshow_showcase WHERE published = 1 AND showcase_id = 3' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
17 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
16 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcase.php:155 |
15 | JSNISShowcase->getShowCaseByID() | JROOT/plugins/content/imageshow/imageshow.php:107 |
14 | plgContentImageShow->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:663 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.25 ms 最後的查詢: 0.11 ms 之後
SELECT *
FROM wndv9_imageshow_theme_profile
WHERE showcase_id =3
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT * FROM wndv9_imageshow_theme_profile WHERE showcase_id =3' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
17 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
16 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:341 |
15 | JSNISShowcaseTheme->getThemeProfile() | JROOT/plugins/content/imageshow/imageshow.php:119 |
14 | plgContentImageShow->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:663 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.32 ms 最後的查詢: 0.08 ms 之後
SELECT *
FROM wndv9_extensions
WHERE folder = 'jsnimageshow'
AND element='themeclassic'
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT *
FROM wndv9_extensions
WHERE folder = 'jsnimageshow'
A' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
17 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
16 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:293 |
15 | JSNISShowcaseTheme->getThemeInfo() | JROOT/plugins/content/imageshow/imageshow.php:130 |
14 | plgContentImageShow->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:663 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.30 ms 最後的查詢: 0.09 ms 之後
SELECT c.introtext, c.fulltext
FROM wndv9_imageshow_showlist sl
INNER JOIN wndv9_content c
ON sl.alter_autid = c.id
WHERE sl.showlist_id=65
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT c.introtext, c.fulltext
FROM wndv9_imageshow_showlist sl
IN' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
17 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1455 |
16 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_imageshow/classes/jsn_is_show.php:85 |
15 | JSNISShow->getArticleAuth() | JROOT/plugins/content/imageshow/imageshow.php:149 |
14 | plgContentImageShow->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:663 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 2.45 ms 最後的查詢: 0.07 ms 之後
SELECT
showlist_id,
image_id, image_title, image_alt_text,
image_small, image_big, image_medium,
image_description, image_link,
image_extid, album_extid, image_size, custom_data, exif_data,
image_size, sync, ordering
FROM wndv9_imageshow_images
WHERE showlist_id =65
ORDER BY ordering ASC
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT
showlist_id,
image_id, image_title, image_alt_text,
ima' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
17 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_imageshow/classes/jsn_is_images.php:48 |
15 | JSNISImages->getImagesByShowlistID() | JROOT/plugins/content/imageshow/imageshow.php:151 |
14 | plgContentImageShow->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:663 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.41 ms 最後的查詢: 1.86 ms 之後
SELECT *
FROM wndv9_imageshow_theme_profile
WHERE showcase_id = 3
AND theme_id = 19
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT * FROM wndv9_imageshow_theme_profile WHERE showcase_id = 3 AND theme_id =' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
23 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
22 | JDatabaseDriver->loadObject() | JROOT/plugins/jsnimageshow/themeclassic/models/themeclassic.php:250 |
21 | ThemeClassic->getSkin() | JROOT/plugins/jsnimageshow/themeclassic/classes/jsn_is_themedisplay.php:164 |
20 | JSNISThemeDisplay->display() | JROOT/plugins/jsnimageshow/themeclassic/themeclassic.php:128 |
19 | plgJSNImageshowThemeClassic->onDisplayJSNShowcaseTheme() | JROOT/libraries/joomla/event/event.php:70 |
18 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
17 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
16 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
15 | JSNISShowcaseTheme->displayTheme() | JROOT/plugins/content/imageshow/imageshow.php:205 |
14 | plgContentImageShow->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:663 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.21 ms 最後的查詢: 0.09 ms 之後
SELECT *
FROM wndv9_imageshow_theme_classic_parameters
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT * FROM wndv9_imageshow_theme_classic_parameters' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
23 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
22 | JDatabaseDriver->loadObject() | JROOT/plugins/jsnimageshow/themeclassic/models/themeclassic.php:233 |
21 | ThemeClassic->getParameters() | JROOT/plugins/jsnimageshow/themeclassic/classes/jsn_is_themedisplay.php:166 |
20 | JSNISThemeDisplay->display() | JROOT/plugins/jsnimageshow/themeclassic/themeclassic.php:128 |
19 | plgJSNImageshowThemeClassic->onDisplayJSNShowcaseTheme() | JROOT/libraries/joomla/event/event.php:70 |
18 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
17 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
16 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
15 | JSNISShowcaseTheme->displayTheme() | JROOT/plugins/content/imageshow/imageshow.php:205 |
14 | plgContentImageShow->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:663 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.28 ms 最後的查詢: 0.15 ms 之後
SELECT *
FROM wndv9_imageshow_showlist
WHERE published = 1
AND showlist_id = 65
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT * FROM wndv9_imageshow_showlist WHERE published = 1 AND showlist_id = 6' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
24 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1455 |
23 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showlist.php:99 |
22 | JSNISShowlist->getShowListByID() | JROOT/plugins/jsnimageshow/themeclassic/classes/jsn_is_themedisplay.php:271 |
21 | JSNISThemeDisplay->javascriptLayout() | JROOT/plugins/jsnimageshow/themeclassic/classes/jsn_is_themedisplay.php:175 |
20 | JSNISThemeDisplay->display() | JROOT/plugins/jsnimageshow/themeclassic/themeclassic.php:128 |
19 | plgJSNImageshowThemeClassic->onDisplayJSNShowcaseTheme() | JROOT/libraries/joomla/event/event.php:70 |
18 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
17 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
16 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
15 | JSNISShowcaseTheme->displayTheme() | JROOT/plugins/content/imageshow/imageshow.php:205 |
14 | plgContentImageShow->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:663 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 1.61 ms 最後的查詢: 0.24 ms 之後
SHOW FULL COLUMNS
FROM `wndv9_imageshow_showlist`
EXPLAIN 無法被使用於查詢: SHOW FULL COLUMNS FROM `wndv9_imageshow_showlist`
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
29 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
28 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/pdomysql.php:320 |
27 | JDatabaseDriverPdomysql->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 |
26 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 |
25 | Joomla\CMS\Table\Table->__construct() | JROOT/administrator/components/com_imageshow/tables/showlist.php:41 |
24 | TableShowList->__construct() | JROOT/libraries/src/Table/Table.php:312 |
23 | Joomla\CMS\Table\Table::getInstance() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showlist.php:120 |
22 | JSNISShowlist->getShowlist2JSON() | JROOT/plugins/jsnimageshow/themeclassic/classes/jsn_is_themedisplay.php:272 |
21 | JSNISThemeDisplay->javascriptLayout() | JROOT/plugins/jsnimageshow/themeclassic/classes/jsn_is_themedisplay.php:175 |
20 | JSNISThemeDisplay->display() | JROOT/plugins/jsnimageshow/themeclassic/themeclassic.php:128 |
19 | plgJSNImageshowThemeClassic->onDisplayJSNShowcaseTheme() | JROOT/libraries/joomla/event/event.php:70 |
18 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
17 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
16 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
15 | JSNISShowcaseTheme->displayTheme() | JROOT/plugins/content/imageshow/imageshow.php:205 |
14 | plgContentImageShow->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:663 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.31 ms 最後的查詢: 0.17 ms 之後
SELECT *
FROM wndv9_imageshow_showlist
WHERE `showlist_id` = '65'
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT *
FROM wndv9_imageshow_showlist
WHERE `showlist_id` = '65'' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
25 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1455 |
24 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
23 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showlist.php:123 |
22 | JSNISShowlist->getShowlist2JSON() | JROOT/plugins/jsnimageshow/themeclassic/classes/jsn_is_themedisplay.php:272 |
21 | JSNISThemeDisplay->javascriptLayout() | JROOT/plugins/jsnimageshow/themeclassic/classes/jsn_is_themedisplay.php:175 |
20 | JSNISThemeDisplay->display() | JROOT/plugins/jsnimageshow/themeclassic/themeclassic.php:128 |
19 | plgJSNImageshowThemeClassic->onDisplayJSNShowcaseTheme() | JROOT/libraries/joomla/event/event.php:70 |
18 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
17 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
16 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
15 | JSNISShowcaseTheme->displayTheme() | JROOT/plugins/content/imageshow/imageshow.php:205 |
14 | plgContentImageShow->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:663 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.27 ms 最後的查詢: 0.27 ms 之後
SELECT *
FROM wndv9_imageshow_showlist
WHERE `showlist_id` = '65'
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT *
FROM wndv9_imageshow_showlist
WHERE `showlist_id` = '65'' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
28 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1455 |
27 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:731 |
26 | Joomla\CMS\Table\Table->load() | JROOT/administrator/components/com_imageshow/imagesources/images_sources_default.php:20 |
25 | JSNImagesSourcesDefault->__construct() | JROOT/administrator/components/com_imageshow/imagesources/images_sources_internal.php:18 |
24 | JSNImagesSourcesInternal->__construct() | JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php:158 |
23 | JSNISFactory::getSource() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showlist.php:125 |
22 | JSNISShowlist->getShowlist2JSON() | JROOT/plugins/jsnimageshow/themeclassic/classes/jsn_is_themedisplay.php:272 |
21 | JSNISThemeDisplay->javascriptLayout() | JROOT/plugins/jsnimageshow/themeclassic/classes/jsn_is_themedisplay.php:175 |
20 | JSNISThemeDisplay->display() | JROOT/plugins/jsnimageshow/themeclassic/themeclassic.php:128 |
19 | plgJSNImageshowThemeClassic->onDisplayJSNShowcaseTheme() | JROOT/libraries/joomla/event/event.php:70 |
18 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
17 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
16 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
15 | JSNISShowcaseTheme->displayTheme() | JROOT/plugins/content/imageshow/imageshow.php:205 |
14 | plgContentImageShow->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:663 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.34 ms 最後的查詢: 0.16 ms 之後
UPDATE wndv9_extensions
SET enabled = 1
WHERE element LIKE 'source%'
AND folder = 'jsnimageshow'
AND enabled = 0
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'UPDATE wndv9_extensions SET enabled = 1 WHERE element LIKE 'source%' AND folder ' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
31 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/database.php:33 |
30 | JDatabase->query() | JROOT/administrator/components/com_imageshow/classes/jsn_is_source.php:67 |
29 | JSNISSource->_setListSource() | JROOT/administrator/components/com_imageshow/classes/jsn_is_source.php:26 |
28 | JSNISSource->__construct() | JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php:33 |
27 | JSNISFactory::getInstance() | JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php:70 |
26 | JSNISFactory::getObj() | JROOT/administrator/components/com_imageshow/imagesources/images_sources_internal.php:33 |
25 | JSNImagesSourcesInternal->checkComponent() | JROOT/administrator/components/com_imageshow/imagesources/images_sources_internal.php:20 |
24 | JSNImagesSourcesInternal->__construct() | JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php:158 |
23 | JSNISFactory::getSource() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showlist.php:125 |
22 | JSNISShowlist->getShowlist2JSON() | JROOT/plugins/jsnimageshow/themeclassic/classes/jsn_is_themedisplay.php:272 |
21 | JSNISThemeDisplay->javascriptLayout() | JROOT/plugins/jsnimageshow/themeclassic/classes/jsn_is_themedisplay.php:175 |
20 | JSNISThemeDisplay->display() | JROOT/plugins/jsnimageshow/themeclassic/themeclassic.php:128 |
19 | plgJSNImageshowThemeClassic->onDisplayJSNShowcaseTheme() | JROOT/libraries/joomla/event/event.php:70 |
18 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
17 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
16 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
15 | JSNISShowcaseTheme->displayTheme() | JROOT/plugins/content/imageshow/imageshow.php:205 |
14 | plgContentImageShow->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:663 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.34 ms 最後的查詢: 0.07 ms 之後
SELECT *
FROM wndv9_extensions
WHERE element LIKE 'source%'
AND folder = 'jsnimageshow'
AND enabled = 1
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT * FROM wndv9_extensions WHERE element LIKE 'source%' AND folder = 'jsnima' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
31 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
30 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_imageshow/classes/jsn_is_source.php:71 |
29 | JSNISSource->_setListSource() | JROOT/administrator/components/com_imageshow/classes/jsn_is_source.php:26 |
28 | JSNISSource->__construct() | JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php:33 |
27 | JSNISFactory::getInstance() | JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php:70 |
26 | JSNISFactory::getObj() | JROOT/administrator/components/com_imageshow/imagesources/images_sources_internal.php:33 |
25 | JSNImagesSourcesInternal->checkComponent() | JROOT/administrator/components/com_imageshow/imagesources/images_sources_internal.php:20 |
24 | JSNImagesSourcesInternal->__construct() | JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php:158 |
23 | JSNISFactory::getSource() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showlist.php:125 |
22 | JSNISShowlist->getShowlist2JSON() | JROOT/plugins/jsnimageshow/themeclassic/classes/jsn_is_themedisplay.php:272 |
21 | JSNISThemeDisplay->javascriptLayout() | JROOT/plugins/jsnimageshow/themeclassic/classes/jsn_is_themedisplay.php:175 |
20 | JSNISThemeDisplay->display() | JROOT/plugins/jsnimageshow/themeclassic/themeclassic.php:128 |
19 | plgJSNImageshowThemeClassic->onDisplayJSNShowcaseTheme() | JROOT/libraries/joomla/event/event.php:70 |
18 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
17 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
16 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
15 | JSNISShowcaseTheme->displayTheme() | JROOT/plugins/content/imageshow/imageshow.php:205 |
14 | plgContentImageShow->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:663 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 1.16 ms 最後的查詢: 0.32 ms 之後
SELECT album_extid
FROM wndv9_imageshow_images
WHERE showlist_id =65
AND sync = 1
GROUP BY album_extid
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT album_extid
FROM wndv9_imageshow_images
WHERE showlist_id =65' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
27 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1540 |
26 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_imageshow/classes/jsn_is_images.php:207 |
25 | JSNISImages->getSyncAlbumsByShowlistID() | JROOT/administrator/components/com_imageshow/imagesources/images_sources_internal.php:23 |
24 | JSNImagesSourcesInternal->__construct() | JROOT/administrator/components/com_imageshow/classes/jsn_is_factory.php:158 |
23 | JSNISFactory::getSource() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showlist.php:125 |
22 | JSNISShowlist->getShowlist2JSON() | JROOT/plugins/jsnimageshow/themeclassic/classes/jsn_is_themedisplay.php:272 |
21 | JSNISThemeDisplay->javascriptLayout() | JROOT/plugins/jsnimageshow/themeclassic/classes/jsn_is_themedisplay.php:175 |
20 | JSNISThemeDisplay->display() | JROOT/plugins/jsnimageshow/themeclassic/themeclassic.php:128 |
19 | plgJSNImageshowThemeClassic->onDisplayJSNShowcaseTheme() | JROOT/libraries/joomla/event/event.php:70 |
18 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
17 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
16 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
15 | JSNISShowcaseTheme->displayTheme() | JROOT/plugins/content/imageshow/imageshow.php:205 |
14 | plgContentImageShow->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:663 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 2.28 ms 最後的查詢: 0.10 ms 之後
SELECT
showlist_id,
image_id, image_title, image_alt_text,
image_small, image_big, image_medium,
image_description, image_link,
image_extid, album_extid, image_size, custom_data, exif_data,
image_size, sync, ordering
FROM wndv9_imageshow_images
WHERE showlist_id =65
ORDER BY ordering ASC
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT
showlist_id,
image_id, image_title, image_alt_text,
ima' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
28 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
27 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_imageshow/classes/jsn_is_images.php:48 |
26 | JSNISImages->getImagesByShowlistID() | JROOT/administrator/components/com_imageshow/imagesources/images_sources_default.php:157 |
25 | JSNImagesSourcesDefault->getImages2JSON() | JROOT/administrator/components/com_imageshow/imagesources/images_sources_internal.php:102 |
24 | JSNImagesSourcesInternal->getImages2JSON() | JROOT/administrator/components/com_imageshow/imagesources/source_folder/internal_source_folder.php:438 |
23 | JSNInternalSourceFolder->getImages2JSON() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showlist.php:126 |
22 | JSNISShowlist->getShowlist2JSON() | JROOT/plugins/jsnimageshow/themeclassic/classes/jsn_is_themedisplay.php:272 |
21 | JSNISThemeDisplay->javascriptLayout() | JROOT/plugins/jsnimageshow/themeclassic/classes/jsn_is_themedisplay.php:175 |
20 | JSNISThemeDisplay->display() | JROOT/plugins/jsnimageshow/themeclassic/themeclassic.php:128 |
19 | plgJSNImageshowThemeClassic->onDisplayJSNShowcaseTheme() | JROOT/libraries/joomla/event/event.php:70 |
18 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
17 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
16 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
15 | JSNISShowcaseTheme->displayTheme() | JROOT/plugins/content/imageshow/imageshow.php:205 |
14 | plgContentImageShow->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:663 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.32 ms 最後的查詢: 0.21 ms 之後
SELECT *
FROM wndv9_imageshow_showlist
WHERE published = 1
AND showlist_id = 65
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT * FROM wndv9_imageshow_showlist WHERE published = 1 AND showlist_id = 6' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
25 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1455 |
24 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showlist.php:99 |
23 | JSNISShowlist->getShowListByID() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showlist.php:129 |
22 | JSNISShowlist->getShowlist2JSON() | JROOT/plugins/jsnimageshow/themeclassic/classes/jsn_is_themedisplay.php:272 |
21 | JSNISThemeDisplay->javascriptLayout() | JROOT/plugins/jsnimageshow/themeclassic/classes/jsn_is_themedisplay.php:175 |
20 | JSNISThemeDisplay->display() | JROOT/plugins/jsnimageshow/themeclassic/themeclassic.php:128 |
19 | plgJSNImageshowThemeClassic->onDisplayJSNShowcaseTheme() | JROOT/libraries/joomla/event/event.php:70 |
18 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
17 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
16 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
15 | JSNISShowcaseTheme->displayTheme() | JROOT/plugins/content/imageshow/imageshow.php:205 |
14 | plgContentImageShow->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:663 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 2.84 ms 最後的查詢: 0.74 ms 之後
SHOW TABLES
EXPLAIN 無法被使用於查詢: SHOW TABLES
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
26 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1540 |
25 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/pdomysql.php:378 |
24 | JDatabaseDriverPdomysql->getTableList() | JROOT/plugins/system/jsnframework/libraries/joomlashine/config/helper.php:68 |
23 | JSNConfigHelper::get() | JROOT/plugins/jsnimageshow/themeclassic/classes/jsn_is_themedisplay.php:773 |
22 | JSNISThemeDisplay->loadjQuery() | JROOT/plugins/jsnimageshow/themeclassic/classes/jsn_is_themedisplay.php:297 |
21 | JSNISThemeDisplay->javascriptLayout() | JROOT/plugins/jsnimageshow/themeclassic/classes/jsn_is_themedisplay.php:175 |
20 | JSNISThemeDisplay->display() | JROOT/plugins/jsnimageshow/themeclassic/themeclassic.php:128 |
19 | plgJSNImageshowThemeClassic->onDisplayJSNShowcaseTheme() | JROOT/libraries/joomla/event/event.php:70 |
18 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
17 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
16 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
15 | JSNISShowcaseTheme->displayTheme() | JROOT/plugins/content/imageshow/imageshow.php:205 |
14 | plgContentImageShow->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:663 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.32 ms 最後的查詢: 0.18 ms 之後
SELECT name,value
FROM wndv9_jsn_imageshow_config
WHERE 1
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT name,value
FROM wndv9_jsn_imageshow_config
WHERE 1' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
25 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
24 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/jsnframework/libraries/joomlashine/config/helper.php:81 |
23 | JSNConfigHelper::get() | JROOT/plugins/jsnimageshow/themeclassic/classes/jsn_is_themedisplay.php:773 |
22 | JSNISThemeDisplay->loadjQuery() | JROOT/plugins/jsnimageshow/themeclassic/classes/jsn_is_themedisplay.php:297 |
21 | JSNISThemeDisplay->javascriptLayout() | JROOT/plugins/jsnimageshow/themeclassic/classes/jsn_is_themedisplay.php:175 |
20 | JSNISThemeDisplay->display() | JROOT/plugins/jsnimageshow/themeclassic/themeclassic.php:128 |
19 | plgJSNImageshowThemeClassic->onDisplayJSNShowcaseTheme() | JROOT/libraries/joomla/event/event.php:70 |
18 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
17 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
16 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
15 | JSNISShowcaseTheme->displayTheme() | JROOT/plugins/content/imageshow/imageshow.php:205 |
14 | plgContentImageShow->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:663 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.40 ms 最後的查詢: 0.34 ms 之後
SELECT *
FROM wndv9_imageshow_theme_classic_javascript
WHERE theme_id = 19
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT * FROM wndv9_imageshow_theme_classic_javascript WHERE theme_id = 19' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
24 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
23 | JDatabaseDriver->loadObject() | JROOT/plugins/jsnimageshow/themeclassic/models/themeclassic.php:224 |
22 | ThemeClassic->getData() | JROOT/plugins/jsnimageshow/themeclassic/classes/jsn_is_themedisplay.php:306 |
21 | JSNISThemeDisplay->javascriptLayout() | JROOT/plugins/jsnimageshow/themeclassic/classes/jsn_is_themedisplay.php:175 |
20 | JSNISThemeDisplay->display() | JROOT/plugins/jsnimageshow/themeclassic/themeclassic.php:128 |
19 | plgJSNImageshowThemeClassic->onDisplayJSNShowcaseTheme() | JROOT/libraries/joomla/event/event.php:70 |
18 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
17 | JEventDispatcher->trigger() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:333 |
16 | JSNISShowcaseTheme->triggerThemeEvent() | JROOT/administrator/components/com_imageshow/classes/jsn_is_showcasetheme.php:388 |
15 | JSNISShowcaseTheme->displayTheme() | JROOT/plugins/content/imageshow/imageshow.php:205 |
14 | plgContentImageShow->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:193 |
11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:663 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.43 ms 最後的查詢: 4.01 ms 之後
SELECT created_by, catid
FROM wndv9_content
WHERE id = 447
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT created_by, catid
FROM wndv9_content
WHERE id = 447' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
17 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
16 | JDatabaseDriver->loadObjectList() | JROOT/plugins/attachments/attachments_for_content/attachments_for_content.php:809 |
15 | AttachmentsPlugin_Com_Content->attachmentsHiddenForParent() | JROOT/plugins/content/attachments/attachments.php:319 |
14 | plgContentAttachments->onContentBeforeDisplay() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:199 |
11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:663 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 1.09 ms 最後的查詢: 0.23 ms 之後
SELECT `id`,`name`,`rules`,`parent_id`
FROM `wndv9_assets`
WHERE `name` LIKE 'com_content.%' OR `name` = 'com_content' OR `parent_id` = 0
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT `id`,`name`,`rules`,`parent_id`
FROM `wndv9_assets`
WHERE `name` LIKE 'co' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
24 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
23 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:359 |
22 | Joomla\CMS\Access\Access::preloadPermissions() | JROOT/libraries/src/Access/Access.php:226 |
21 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:540 |
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_attachments/permissions.php:125 |
17 | AttachmentsPermissions::userMayEditArticle() | JROOT/plugins/attachments/attachments_for_content/attachments_for_content.php:884 |
16 | AttachmentsPlugin_Com_Content->userMayAddAttachment() | JROOT/plugins/attachments/attachments_plugin_framework/attachments_plugin.php:862 |
15 | AttachmentsPlugin->insertAttachmentsList() | JROOT/plugins/content/attachments/attachments.php:325 |
14 | plgContentAttachments->onContentBeforeDisplay() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:199 |
11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:663 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.57 ms 最後的查詢: 1.19 ms 之後
SELECT a.*, u.name as creator_name
FROM wndv9_attachments AS a
LEFT JOIN wndv9_users AS u
ON u.id = a.created_by
WHERE a.parent_id=447
AND a.state = 1
AND a.parent_type='com_content'
AND a.parent_entity='article'
AND a.access IN (1,5)
ORDER BY filename
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT a.*, u.name as creator_name
FROM wndv9_attachments AS a
LEFT JOIN wndv9_u' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
20 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
19 | JDatabaseDriver->loadObjectList() | JROOT/components/com_attachments/models/attachments.php:436 |
18 | AttachmentsModelAttachments->getAttachmentsList() | JROOT/components/com_attachments/models/attachments.php:514 |
17 | AttachmentsModelAttachments->someVisible() | JROOT/components/com_attachments/controllers/attachments.php:98 |
16 | AttachmentsControllerAttachments->displayString() | JROOT/plugins/attachments/attachments_plugin_framework/attachments_plugin.php:911 |
15 | AttachmentsPlugin->insertAttachmentsList() | JROOT/plugins/content/attachments/attachments.php:325 |
14 | plgContentAttachments->onContentBeforeDisplay() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:199 |
11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:663 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 1.15 ms 最後的查詢: 0.39 ms 之後
SELECT a.id, a.title, a.catid, a.language,
CASE WHEN CHAR_LENGTH(a.alias) != 0 THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END as slug,
CASE WHEN CHAR_LENGTH(cc.alias) != 0 THEN CONCAT_WS(':', cc.id, cc.alias) ELSE cc.id END as catslug
FROM wndv9_content AS a
LEFT JOIN wndv9_categories AS cc
ON cc.id = a.catid
WHERE a.catid = 106
AND a.state = 1
AND a.access IN (1,1,5)
AND (a.state = 1 OR a.state = -1)
AND (publish_up = '0000-00-00 00:00:00' OR publish_up <= '2025-04-23 15:25:41')
AND (publish_down = '0000-00-00 00:00:00' OR publish_down >= '2025-04-23 15:25:41')
ORDER BY
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END DESC
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT a.id, a.title, a.catid, a.language, CASE WHEN CHAR_LENGTH(a.alias) != 0 T' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
16 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
15 | JDatabaseDriver->loadObjectList() | JROOT/plugins/content/pagenavigation/pagenavigation.php:159 |
14 | PlgContentPagenavigation->onContentBeforeDisplay() | JROOT/libraries/joomla/event/event.php:70 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/article/view.html.php:199 |
11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:663 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/src/Component/ComponentHelper.php:382 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:357 |
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:195 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.51 ms 最後的查詢: 4.81 ms 之後
SELECT params
FROM wndv9_extensions
WHERE type = 'template'
AND element = 'jsn_campus'
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT params
FROM wndv9_extensions
WHERE type = 'template' AND element = 'jsn_c' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
15 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
14 | JDatabaseDriver->loadResult() | JROOT/plugins/system/sunfw/includes/helper.php:1436 |
13 | SunFwHelper::getTemplateParams() | JROOT/plugins/system/sunfw/includes/site/helper.php:525 |
12 | SunFwSiteHelper->_autoLoadCustomCssFile() | JROOT/plugins/system/sunfw/includes/site/helper.php:455 |
11 | SunFwSiteHelper->_prepareHead() | JROOT/plugins/system/sunfw/includes/site/helper.php:240 |
10 | SunFwSiteHelper->_prepare() | JROOT/plugins/system/sunfw/includes/site/helper.php:105 |
9 | SunFwSiteHelper::prepare() | JROOT/plugins/system/sunfw/includes/site.php:270 |
8 | SunFwSite->render() | JROOT/templates/jsn_campus/index.php:20 |
7 | require JROOT/templates/jsn_campus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:658 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:720 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:535 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1027 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:780 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:201 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.33 ms 最後的查詢: 0.19 ms 之後
SELECT manifest_cache
FROM wndv9_extensions
WHERE type = 'template'
AND element = 'jsn_campus'
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT manifest_cache
FROM wndv9_extensions
WHERE type = 'template' AND element ' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
13 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
12 | JDatabaseDriver->loadResult() | JROOT/plugins/system/sunfw/includes/helper.php:77 |
11 | SunFwHelper::getManifestCache() | JROOT/plugins/system/sunfw/includes/site/pages/index.php:28 |
10 | include JROOT/plugins/system/sunfw/includes/site/pages/index.php | JROOT/plugins/system/sunfw/includes/site.php:485 |
9 | SunFwSite->renderLayout() | JROOT/plugins/system/sunfw/includes/site.php:281 |
8 | SunFwSite->render() | JROOT/templates/jsn_campus/index.php:20 |
7 | require JROOT/templates/jsn_campus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:658 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:720 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:535 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1027 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:780 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:201 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 1.66 ms 最後的查詢: 0.32 ms 之後
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM wndv9_modules AS m
LEFT JOIN wndv9_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN wndv9_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE m.published = 1
AND e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2025-04-23 15:25:41')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-04-23 15:25:41')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 1441 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
27 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
26 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/sunfw/includes/overwrite/j3x/libraries/cms/module/helper.php:556 |
25 | JModuleHelper::getModuleList() | JROOT/plugins/system/sunfw/includes/overwrite/j3x/libraries/cms/module/helper.php:456 |
24 | JModuleHelper::load() | JROOT/plugins/system/sunfw/includes/overwrite/j3x/libraries/cms/module/helper.php:88 |
23 | JModuleHelper::getModules() | JROOT/plugins/system/sunfw/includes/site/components/items/module-position.php:26 |
22 | include JROOT/plugins/system/sunfw/includes/site/components/items/module-position.php | JROOT/plugins/system/sunfw/includes/site.php:528 |
21 | SunFwSite->renderComponent() | JROOT/plugins/system/sunfw/includes/site.php:580 |
20 | SunFwSite::renderItem() | JROOT/plugins/system/sunfw/includes/site/components/column.php:25 |
19 | include JROOT/plugins/system/sunfw/includes/site/components/column.php | JROOT/plugins/system/sunfw/includes/site.php:528 |
18 | SunFwSite->renderComponent() | JROOT/plugins/system/sunfw/includes/site.php:565 |
17 | SunFwSite::renderColumn() | JROOT/plugins/system/sunfw/includes/site/components/row.php:45 |
16 | include JROOT/plugins/system/sunfw/includes/site/components/row.php | JROOT/plugins/system/sunfw/includes/site.php:528 |
15 | SunFwSite->renderComponent() | JROOT/plugins/system/sunfw/includes/site.php:553 |
14 | SunFwSite::renderRow() | JROOT/plugins/system/sunfw/includes/site/components/section.php:26 |
13 | include JROOT/plugins/system/sunfw/includes/site/components/section.php | JROOT/plugins/system/sunfw/includes/site.php:528 |
12 | SunFwSite->renderComponent() | JROOT/plugins/system/sunfw/includes/site.php:541 |
11 | SunFwSite::renderSection() | JROOT/plugins/system/sunfw/includes/site/pages/index.php:194 |
10 | include JROOT/plugins/system/sunfw/includes/site/pages/index.php | JROOT/plugins/system/sunfw/includes/site.php:485 |
9 | SunFwSite->renderLayout() | JROOT/plugins/system/sunfw/includes/site.php:281 |
8 | SunFwSite->render() | JROOT/templates/jsn_campus/index.php:20 |
7 | require JROOT/templates/jsn_campus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:658 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:720 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:535 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1027 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:780 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:201 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.40 ms 最後的查詢: 3.79 ms 之後
SELECT *
FROM wndv9_jsn_poweradmin2_menu_assets
WHERE menuId = 1441
AND type = 'css';
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT * FROM wndv9_jsn_poweradmin2_menu_assets WHERE menuId = 1441 AND type = '' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
9 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
8 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_poweradmin2/helpers/poweradmin2.php:530 |
7 | JSNPowerAdmin2Helper::getCustomAssets() | JROOT/plugins/system/poweradmin2/poweradmin2.php:826 |
6 | plgSystemPowerAdmin2->onBeforeRender() | JROOT/libraries/joomla/event/dispatcher.php:165 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1031 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:780 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:201 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.26 ms 最後的查詢: 0.08 ms 之後
SELECT parent_id
FROM wndv9_menu
WHERE id = 1441;
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT parent_id FROM wndv9_menu WHERE id = 1441' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
9 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
8 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_poweradmin2/helpers/poweradmin2.php:544 |
7 | JSNPowerAdmin2Helper::getCustomAssets() | JROOT/plugins/system/poweradmin2/poweradmin2.php:826 |
6 | plgSystemPowerAdmin2->onBeforeRender() | JROOT/libraries/joomla/event/dispatcher.php:165 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1031 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:780 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:201 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.22 ms 最後的查詢: 0.07 ms 之後
SELECT *
FROM wndv9_jsn_poweradmin2_menu_assets
WHERE menuId = 1415
AND type = 'css';
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT * FROM wndv9_jsn_poweradmin2_menu_assets WHERE menuId = 1415 AND type = '' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
9 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
8 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_poweradmin2/helpers/poweradmin2.php:548 |
7 | JSNPowerAdmin2Helper::getCustomAssets() | JROOT/plugins/system/poweradmin2/poweradmin2.php:826 |
6 | plgSystemPowerAdmin2->onBeforeRender() | JROOT/libraries/joomla/event/dispatcher.php:165 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1031 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:780 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:201 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.21 ms 最後的查詢: 0.06 ms 之後
SELECT parent_id
FROM wndv9_menu
WHERE id = 1415;
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT parent_id FROM wndv9_menu WHERE id = 1415' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
9 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
8 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_poweradmin2/helpers/poweradmin2.php:544 |
7 | JSNPowerAdmin2Helper::getCustomAssets() | JROOT/plugins/system/poweradmin2/poweradmin2.php:826 |
6 | plgSystemPowerAdmin2->onBeforeRender() | JROOT/libraries/joomla/event/dispatcher.php:165 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1031 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:780 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:201 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.23 ms 最後的查詢: 0.07 ms 之後
SELECT *
FROM wndv9_jsn_poweradmin2_menu_assets
WHERE menuId = 1
AND type = 'css';
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT * FROM wndv9_jsn_poweradmin2_menu_assets WHERE menuId = 1 AND type = 'css' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
9 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
8 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_poweradmin2/helpers/poweradmin2.php:548 |
7 | JSNPowerAdmin2Helper::getCustomAssets() | JROOT/plugins/system/poweradmin2/poweradmin2.php:826 |
6 | plgSystemPowerAdmin2->onBeforeRender() | JROOT/libraries/joomla/event/dispatcher.php:165 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1031 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:780 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:201 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.29 ms 最後的查詢: 0.21 ms 之後
SELECT parent_id
FROM wndv9_menu
WHERE id = 1;
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT parent_id FROM wndv9_menu WHERE id = 1' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
9 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
8 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_poweradmin2/helpers/poweradmin2.php:544 |
7 | JSNPowerAdmin2Helper::getCustomAssets() | JROOT/plugins/system/poweradmin2/poweradmin2.php:826 |
6 | plgSystemPowerAdmin2->onBeforeRender() | JROOT/libraries/joomla/event/dispatcher.php:165 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1031 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:780 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:201 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.24 ms 最後的查詢: 0.09 ms 之後
SELECT *
FROM wndv9_jsn_poweradmin2_menu_assets
WHERE menuId = 1441
AND type = 'js';
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT * FROM wndv9_jsn_poweradmin2_menu_assets WHERE menuId = 1441 AND type = '' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
9 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
8 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_poweradmin2/helpers/poweradmin2.php:530 |
7 | JSNPowerAdmin2Helper::getCustomAssets() | JROOT/plugins/system/poweradmin2/poweradmin2.php:826 |
6 | plgSystemPowerAdmin2->onBeforeRender() | JROOT/libraries/joomla/event/dispatcher.php:165 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1031 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:780 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:201 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.20 ms 最後的查詢: 0.06 ms 之後
SELECT parent_id
FROM wndv9_menu
WHERE id = 1441;
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT parent_id FROM wndv9_menu WHERE id = 1441' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
9 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
8 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_poweradmin2/helpers/poweradmin2.php:544 |
7 | JSNPowerAdmin2Helper::getCustomAssets() | JROOT/plugins/system/poweradmin2/poweradmin2.php:826 |
6 | plgSystemPowerAdmin2->onBeforeRender() | JROOT/libraries/joomla/event/dispatcher.php:165 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1031 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:780 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:201 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.37 ms 最後的查詢: 0.06 ms 之後
SELECT *
FROM wndv9_jsn_poweradmin2_menu_assets
WHERE menuId = 1415
AND type = 'js';
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT * FROM wndv9_jsn_poweradmin2_menu_assets WHERE menuId = 1415 AND type = '' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
9 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
8 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_poweradmin2/helpers/poweradmin2.php:548 |
7 | JSNPowerAdmin2Helper::getCustomAssets() | JROOT/plugins/system/poweradmin2/poweradmin2.php:826 |
6 | plgSystemPowerAdmin2->onBeforeRender() | JROOT/libraries/joomla/event/dispatcher.php:165 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1031 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:780 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:201 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.35 ms 最後的查詢: 0.08 ms 之後
SELECT parent_id
FROM wndv9_menu
WHERE id = 1415;
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT parent_id FROM wndv9_menu WHERE id = 1415' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
9 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
8 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_poweradmin2/helpers/poweradmin2.php:544 |
7 | JSNPowerAdmin2Helper::getCustomAssets() | JROOT/plugins/system/poweradmin2/poweradmin2.php:826 |
6 | plgSystemPowerAdmin2->onBeforeRender() | JROOT/libraries/joomla/event/dispatcher.php:165 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1031 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:780 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:201 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.24 ms 最後的查詢: 0.07 ms 之後
SELECT *
FROM wndv9_jsn_poweradmin2_menu_assets
WHERE menuId = 1
AND type = 'js';
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT * FROM wndv9_jsn_poweradmin2_menu_assets WHERE menuId = 1 AND type = 'js'' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
9 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
8 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_poweradmin2/helpers/poweradmin2.php:548 |
7 | JSNPowerAdmin2Helper::getCustomAssets() | JROOT/plugins/system/poweradmin2/poweradmin2.php:826 |
6 | plgSystemPowerAdmin2->onBeforeRender() | JROOT/libraries/joomla/event/dispatcher.php:165 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1031 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:780 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:201 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.24 ms 最後的查詢: 0.06 ms 之後
SELECT parent_id
FROM wndv9_menu
WHERE id = 1;
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT parent_id FROM wndv9_menu WHERE id = 1' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
9 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
8 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_poweradmin2/helpers/poweradmin2.php:544 |
7 | JSNPowerAdmin2Helper::getCustomAssets() | JROOT/plugins/system/poweradmin2/poweradmin2.php:826 |
6 | plgSystemPowerAdmin2->onBeforeRender() | JROOT/libraries/joomla/event/dispatcher.php:165 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1031 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:780 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:201 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.92 ms 最後的查詢: 48.10 ms 之後
SELECT 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 wndv9_fields AS a
LEFT JOIN `wndv9_languages` AS l
ON l.lang_code = a.language
LEFT JOIN wndv9_users AS uc
ON uc.id=a.checked_out
LEFT JOIN wndv9_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN wndv9_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN wndv9_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `wndv9_fields_categories` AS fc
ON fc.field_id = a.id
WHERE a.context = 'mod_custom.content'
AND (fc.category_id IS NULL OR fc.category_id IN (106,0))
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
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
26 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
25 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:308 |
24 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:327 |
23 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:187 |
22 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
21 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:479 |
20 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
19 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
18 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
17 | JHtmlContent::prepare() | 與下面行一樣的呼叫 |
16 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
15 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
14 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/modules/mod_custom/mod_custom.php:15 |
13 | include JROOT/modules/mod_custom/mod_custom.php | JROOT/plugins/system/sunfw/includes/overwrite/j3x/libraries/cms/module/helper.php:219 |
12 | JModuleHelper::renderModule() | 與下面行一樣的呼叫 |
11 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
10 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/plugins/system/sunfw/includes/overwrite/j3x/libraries/cms/module/helper.php:724 |
9 | JModuleHelper::moduleCache() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:95 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:479 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1041 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:780 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:201 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.43 ms 最後的查詢: 0.29 ms 之後
SELECT *
FROM wndv9_extensions
WHERE element='com_imageshow'
AND type='component'
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT *
FROM wndv9_extensions
WHERE element='com_imageshow' AND type='component' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
23 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
22 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_utils.php:310 |
21 | JSNISUtils->getComponentInfo() | JROOT/plugins/content/imageshow/imageshow.php:45 |
20 | plgContentImageShow->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
19 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
18 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
17 | JHtmlContent::prepare() | 與下面行一樣的呼叫 |
16 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
15 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
14 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/modules/mod_custom/mod_custom.php:15 |
13 | include JROOT/modules/mod_custom/mod_custom.php | JROOT/plugins/system/sunfw/includes/overwrite/j3x/libraries/cms/module/helper.php:219 |
12 | JModuleHelper::renderModule() | 與下面行一樣的呼叫 |
11 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
10 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/plugins/system/sunfw/includes/overwrite/j3x/libraries/cms/module/helper.php:724 |
9 | JModuleHelper::moduleCache() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:95 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:479 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1041 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:780 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:201 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.59 ms 最後的查詢: 158.70 ms 之後
SELECT *
FROM wndv9_extensions
WHERE element='com_imageshow'
AND type='component'
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT *
FROM wndv9_extensions
WHERE element='com_imageshow' AND type='component' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
23 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
22 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_imageshow/classes/jsn_is_utils.php:310 |
21 | JSNISUtils->getComponentInfo() | JROOT/plugins/content/imageshow/imageshow.php:45 |
20 | plgContentImageShow->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
19 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
18 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
17 | JHtmlContent::prepare() | 與下面行一樣的呼叫 |
16 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
15 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
14 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/modules/mod_custom/mod_custom.php:15 |
13 | include JROOT/modules/mod_custom/mod_custom.php | JROOT/plugins/system/sunfw/includes/overwrite/j3x/libraries/cms/module/helper.php:219 |
12 | JModuleHelper::renderModule() | 與下面行一樣的呼叫 |
11 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
10 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/plugins/system/sunfw/includes/overwrite/j3x/libraries/cms/module/helper.php:724 |
9 | JModuleHelper::moduleCache() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:95 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:479 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1041 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:780 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:201 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.65 ms 最後的查詢: 216.85 ms 之後
SELECT extension_id
FROM wndv9_extensions
WHERE type = 'component'
AND element = 'com_icagenda'
AND enabled = 1
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT extension_id
FROM wndv9_extensions
WHERE type = 'component' AND element =' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
13 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
12 | JDatabaseDriver->loadResult() | JROOT/plugins/system/sunfw/includes/site.php:1098 |
11 | SunFwSite->optimizeAssets() | JROOT/libraries/joomla/event/dispatcher.php:165 |
10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1041 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:780 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:201 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
查詢時間: 0.43 ms 最後的查詢: 2.02 ms 之後
SELECT COUNT(*)
FROM wndv9_jsn_pagebuilder4_pages
Error |
---|
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT COUNT(*)
FROM wndv9_jsn_pagebuilder4_pages' at line 1 |
不使用 SHOW PROFILE (有可能是因為超過 100 個查詢)
# | Caller | 檔案與行號 |
---|
12 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
11 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_pagebuilder4/helpers/pagebuilder4.php:1011 |
10 | JSNPageBuilder4Helper::getNumPagesCreated() | JROOT/administrator/components/com_pagebuilder4/helpers/pagebuilder4.php:240 |
9 | JSNPageBuilder4Helper::initEditorData() | JROOT/plugins/system/pagebuilder4/pagebuilder4.php:1356 |
8 | plgSystemPageBuilder4->optimizePageBuilderAssets() | JROOT/plugins/system/pagebuilder4/pagebuilder4.php:384 |
7 | plgSystemPageBuilder4->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1047 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:780 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:201 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
6 × SELECT parent_id
FROM wndv9_menu
6 × SELECT *
FROM wndv9_jsn_poweradmin2_menu_assets
5 × SELECT *
FROM wndv9_imageshow_showlist
4 × SELECT params
FROM wndv9_extensions
4 × SELECT *
FROM wndv9_extensions
2 × SELECT *
FROM wndv9_imageshow_theme_profile
2 × SELECT 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 wndv9_fields AS a
LEFT JOIN `wndv9_languages` AS l
ON l.lang_code = a.language
LEFT JOIN wndv9_users AS uc
ON uc.id=a.checked_out
LEFT JOIN wndv9_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN wndv9_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN wndv9_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `wndv9_fields_categories` AS fc
ON fc.field_id = a.id
2 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `wndv9_assets`
2 × SELECT showlist_id, image_id, image_title, image_alt_text, image_small, image_big, image_medium, image_description, image_link, image_extid, album_extid, image_size, custom_data, exif_data, image_size, sync, ordering
FROM wndv9_imageshow_images
1 × SELECT album_extid
FROM wndv9_imageshow_images
1 × SELECT name,value
FROM wndv9_jsn_imageshow_config
1 × SELECT *
FROM wndv9_imageshow_theme_classic_javascript
1 × SELECT a.id, a.title, a.catid, a.language,
CASE WHEN CHAR_LENGTH(a.alias) != 0 THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END as slug,
CASE WHEN CHAR_LENGTH(cc.alias) != 0 THEN CONCAT_WS(':', cc.id, cc.alias) ELSE cc.id END as catslug
FROM wndv9_content AS a
LEFT JOIN wndv9_categories AS cc
ON cc.id = a.catid
1 × SELECT created_by, catid
FROM wndv9_content
1 × SELECT a.*, u.name as creator_name
FROM wndv9_attachments AS a
LEFT JOIN wndv9_users AS u
ON u.id = a.created_by
1 × SELECT manifest_cache
FROM wndv9_extensions
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM wndv9_modules AS m
LEFT JOIN wndv9_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN wndv9_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT extension_id
FROM wndv9_extensions
1 × SELECT *
FROM wndv9_imageshow_theme_classic_parameter
1 × SELECT `data`
FROM `wndv9_session`
1 × SELECT c.introtext, c.fulltext
FROM wndv9_imageshow_showlist sl
INNER JOIN wndv9_content c
ON sl.alter_autid = c.id
1 × SELECT *
FROM wndv9_extensions
1 × SELECT `session_id`
FROM `wndv9_session`
1 × SELECT *
FROM wndv9_imageshow_showcase
1 × SELECT `name`, `value`
FROM `wndv9_jsn_imageshow_config`
1 × SELECT `m`.`tag_id`,`t`.*
FROM `wndv9_contentitem_tag_map` AS m
INNER JOIN `wndv9_tags` AS t
ON `m`.`tag_id` = `t`.`id`
1 × SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time, c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level, c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id, c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `wndv9_categories` AS `s`
INNER JOIN `wndv9_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
1 × SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
FROM wndv9_content AS a
INNER JOIN wndv9_categories AS c
on c.id = a.catid
LEFT JOIN wndv9_users AS u
on u.id = a.created_by
LEFT JOIN wndv9_categories as parent
ON parent.id = c.parent_id
LEFT JOIN wndv9_content_rating AS v
ON a.id = v.content_id
1 × SELECT *
FROM wndv9_content
1 × SELECT ss.*
FROM wndv9_sunfw_styles AS ss
INNER JOIN wndv9_template_styles AS ts
ON ts.id = ss.style_id
1 × SELECT COUNT(*)
FROM wndv9_extensions
1 × SELECT b.id
FROM wndv9_usergroups AS a
LEFT JOIN wndv9_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT id, rules
FROM `wndv9_viewlevels
1 × SELECT COUNT(*)
FROM wndv9_jsn_pagebuilder4_page