查詢時間: 0.38 ms
SELECT `data`
FROM `wndv9_session`
WHERE `session_id` = '7ejva9mju1ejhpleppfb81qifr'
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` = '7ejva9mju1ejhpleppfb81q' 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.27 ms 最後的查詢: 0.35 ms 之後
SELECT `session_id`
FROM `wndv9_session`
WHERE `session_id` = '7ejva9mju1ejhpleppfb81qifr'
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` = '7ejva9mju1ejhplep' 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 |
查詢時間: 4.46 ms 最後的查詢: 0.12 ms 之後
INSERT INTO `wndv9_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
('7ejva9mju1ejhpleppfb81qifr', 1, '1745418182', 0, '', 0)
EXPLAIN 無法被使用於查詢: INSERT INTO `wndv9_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
('7ejva9mju1ejhpleppfb81qifr', 1, '1745418182', 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.42 ms 最後的查詢: 1.14 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.44 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.61 ms 最後的查詢: 13.57 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.48 ms 最後的查詢: 0.27 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.41 ms 最後的查詢: 1.47 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.54 ms 最後的查詢: 4.38 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 |
查詢時間: 3.56 ms 最後的查詢: 0.37 ms 之後
UPDATE `wndv9_extensions`
SET `params` = '{\"mediaversion\":\"61014d9a8e59aca2fc0df97d5f9e0497\"}'
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\":\"61014d9a8e59aca2fc' 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 |
查詢時間: 1.01 ms 最後的查詢: 0.52 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 |
查詢時間: 0.98 ms 最後的查詢: 3.46 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.35 ms 最後的查詢: 0.62 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 |
查詢時間: 1.01 ms 最後的查詢: 0.90 ms 之後
SELECT *
FROM wndv9_content
WHERE `id` = '177'
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` = '177'' 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 |
查詢時間: 6.16 ms 最後的查詢: 0.22 ms 之後
UPDATE wndv9_content
SET `hits` = (`hits` + 1)
WHERE `id` = '177'
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` = '177'' 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 |
查詢時間: 1.09 ms 最後的查詢: 1.24 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 = 177
AND c.published > 0
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-04-23 14:23:02')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-04-23 14:23:02')
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.67 ms 最後的查詢: 0.91 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` = 177
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 |
查詢時間: 1.08 ms 最後的查詢: 2.77 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 = 14
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 | 檔案與行號 |
---|
22 | JDatabaseDriverPdo->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
21 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:312 |
20 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
19 | Joomla\CMS\Categories\Categories->get() | JROOT/administrator/components/com_fields/models/fields.php:197 |
18 | FieldsModelFields->getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:133 |
17 | Joomla\CMS\MVC\Model\ListModel->_getListQuery() | 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.82 ms 最後的查詢: 0.67 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 (14,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.37 ms 最後的查詢: 0.56 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.42 ms 最後的查詢: 0.81 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.41 ms 最後的查詢: 3.82 ms 之後
SELECT created_by, catid
FROM wndv9_content
WHERE id = 177
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 = 177' 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.03 ms 最後的查詢: 0.27 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.49 ms 最後的查詢: 1.26 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=177
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 |
查詢時間: 0.54 ms 最後的查詢: 3.26 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.41 ms 最後的查詢: 0.20 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.65 ms 最後的查詢: 0.30 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 14:23:02')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-04-23 14:23:02')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 566 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.43 ms 最後的查詢: 3.89 ms 之後
SELECT *
FROM wndv9_jsn_poweradmin2_menu_assets
WHERE menuId = 566
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 = 566 AND type = 'c' 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.30 ms 最後的查詢: 0.08 ms 之後
SELECT parent_id
FROM wndv9_menu
WHERE id = 566;
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 = 566' 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.26 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.22 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.21 ms 最後的查詢: 0.08 ms 之後
SELECT *
FROM wndv9_jsn_poweradmin2_menu_assets
WHERE menuId = 566
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 = 566 AND type = 'j' 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.30 ms 最後的查詢: 0.07 ms 之後
SELECT parent_id
FROM wndv9_menu
WHERE id = 566;
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 = 566' 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.06 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.21 ms 最後的查詢: 0.08 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.82 ms 最後的查詢: 267.52 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.45 ms 最後的查詢: 1.85 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 |
4 × SELECT parent_id
FROM wndv9_menu
4 × SELECT params
FROM wndv9_extensions
4 × SELECT *
FROM wndv9_jsn_poweradmin2_menu_assets
2 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `wndv9_assets`
1 × SELECT `data`
FROM `wndv9_session`
1 × SELECT `name`, `value`
FROM `wndv9_jsn_imageshow_config`
1 × SELECT extension_id
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 manifest_cache
FROM wndv9_extensions
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 created_by, catid
FROM wndv9_content
1 × SELECT *
FROM wndv9_extensions
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.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
1 × SELECT `session_id`
FROM `wndv9_session`
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 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