Lekérdezés ideje: 0.30 ms Memória lekérdezése: 0.020 MB memória a lekérdezés előtt: 1.040 MB Visszaadott sorok: 0
SELECT `session_id`
FROM `bb2018_session`
WHERE `session_id` = X'70366f6c6735647661337532703771693371766e3365676d7372'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | bb2018_session | const | PRIMARY | PRIMARY | 194 | const | 1 | Using index |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
8 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Session/MetadataManager.php:74 |
7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Lekérdezés ideje: 4.49 ms Utolsó lekérdezés után: 0.10 ms Memória lekérdezése: 0.004 MB memória a lekérdezés előtt: 1.045 MB
INSERT INTO `bb2018_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'70366f6c6735647661337532703771693371766e3365676d7372', 1, 1748738112, 0, '', 0)
Az EXPLAIN nem lehetséges a következő lekérdezésen: INSERT INTO `bb2018_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'70366f6c6735647661337532703771693371766e3365676d7372', 1, 1748738112, 0, '', 0)
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Session/MetadataManager.php:116 |
7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Lekérdezés ideje: 0.23 ms Utolsó lekérdezés után: 3.64 ms Memória lekérdezése: 0.021 MB memória a lekérdezés előtt: 1.193 MB Visszaadott sorok: 5
SELECT id, rules
FROM `bb2018_viewlevels`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | bb2018_viewlevels | ALL | NULL | NEM LEHETETT INDEXKULCSOT HASZNÁLNI | NULL | NULL | 5 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Access/Access.php:1063 |
8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.31 ms Utolsó lekérdezés után: 0.11 ms Memória lekérdezése: 0.021 MB memória a lekérdezés előtt: 1.205 MB Visszaadott sorok: 2
SELECT b.id
FROM bb2018_usergroups AS a
LEFT JOIN bb2018_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | b | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 3 | Using where; Using index |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
10 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 |
9 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/Access/Access.php:1095 |
8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.36 ms Utolsó lekérdezés után: 34.52 ms Memória lekérdezése: 0.022 MB memória a lekérdezés előtt: 2.313 MB Visszaadott sorok: 1
SELECT `params`
FROM `bb2018_extensions`
WHERE `type` = 'component'
AND `element` = 'com_jchoptimize'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | bb2018_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | Using index condition; Using where |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
13 | JDatabaseDriver->loadResult() | JROOT/libraries/fof40/Params/Params.php:55 |
12 | FOF40\Params\Params->reload() | JROOT/libraries/fof40/Params/Params.php:40 |
11 | FOF40\Params\Params->__construct() | JROOT/libraries/fof40/Container/Container.php:281 |
10 | FOF40\Container\Container->FOF40\Container\{closure}() | JROOT/libraries/fof40/Pimple/Container.php:115 |
9 | FOF40\Pimple\Container->offsetGet() | JROOT/libraries/fof40/Container/ContainerBase.php:27 |
8 | FOF40\Container\ContainerBase->__get() | JROOT/plugins/system/jchoptimize/jchoptimize.php:123 |
7 | plgSystemJchoptimize->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 1.11 ms Utolsó lekérdezés után: 4.87 ms Memória lekérdezése: 0.006 MB memória a lekérdezés előtt: 2.382 MB
UPDATE `bb2018_extensions`
SET `params` = '{\"mediaversion\":\"203a050acb1b45fda3c261f8fb239f3e\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
Az EXPLAIN nem lehetséges a következő lekérdezésen: UPDATE `bb2018_extensions`
SET `params` = '{\"mediaversion\":\"203a050acb1b45fda3c261f8fb239f3e\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
13 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
12 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
11 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
10 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
9 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/jarvis/plugin.php:40 |
8 | plgSystemJarvis->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.91 ms Utolsó lekérdezés után: 17.58 ms Memória lekérdezése: 0.028 MB memória a lekérdezés előtt: 3.605 MB Visszaadott sorok: 50
SELECT `id`,`name`,`rules`,`parent_id`
FROM `bb2018_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_acymailing','com_admin','com_advancedmodules','com_ajax','com_akeeba','com_associations','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_csvi','com_djmediatools','com_fields','com_finder','com_gdpr','com_installer','com_jamegafilter','com_jce','com_jchoptimize','com_jmap','com_joomlaupdate','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_minitekwall','com_modules','com_newsfeeds','com_plugins','com_postinstall','com_privacy','com_redirect','com_regularlabsmanager','com_rstbox','com_search','com_slideshowck','com_sppagebuilder','com_tags','com_templates','com_tlpportfolio','com_users','com_wrapper')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | bb2018_assets | range | idx_asset_name | idx_asset_name | 202 | NULL | 51 | Using index condition |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
15 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
14 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
13 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
12 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
11 | Joomla\CMS\User\User->authorise() | JROOT/plugins/system/advancedmodules/src/Document.php:30 |
10 | RegularLabs\Plugin\System\AdvancedModules\Document::loadFrontEditScript() | JROOT/plugins/system/advancedmodules/advancedmodules.php:95 |
9 | PlgSystemAdvancedModules->handleOnAfterRoute() | JROOT/libraries/regularlabs/src/SystemPlugin.php:191 |
8 | RegularLabs\Library\SystemPlugin->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 3.93 ms Utolsó lekérdezés után: 15.58 ms Memória lekérdezése: 0.303 MB memória a lekérdezés előtt: 3.910 MB Visszaadott sorok: 2344
SELECT `id`,`name`,`rules`,`parent_id`
FROM `bb2018_assets`
WHERE `name` LIKE 'com_content.%' OR `name` = 'com_content' OR `parent_id` = 0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | bb2018_assets | ALL | idx_asset_name,idx_parent_id | NEM LEHETETT INDEXKULCSOT HASZNÁLNI | NULL | NULL | 4527 | Using where |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:359 |
19 | Joomla\CMS\Access\Access::preloadPermissions() | JROOT/libraries/src/Access/Access.php:226 |
18 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:540 |
17 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
16 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
15 | Joomla\CMS\User\User->authorise() | JROOT/components/com_content/models/category.php:139 |
14 | ContentModelCategory->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:457 |
13 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/libraries/src/MVC/View/CategoryView.php:116 |
12 | Joomla\CMS\MVC\View\CategoryView->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:75 |
11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
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:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 2.13 ms Utolsó lekérdezés után: 3.76 ms Memória lekérdezése: 0.033 MB memória a lekérdezés előtt: 5.834 MB Visszaadott sorok: 11
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,(
SELECT COUNT(i.`id`)
FROM `bb2018_content` AS `i`
WHERE i.`catid` = c.id
AND i.state = 1) AS numitems
FROM `bb2018_categories` AS `s`
INNER JOIN `bb2018_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.published = 1
AND s.id = 24
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | PRIMARY | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
1 | PRIMARY | c | range | cat_idx,idx_left_right | idx_left_right | 4 | NULL | 27 | Using index condition; Using where |
2 | DEPENDENT SUBQUERY | i | ref | idx_state,idx_catid | idx_catid | 4 | c1burkolat_db.c.id | 8 | Using index condition; Using where |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
16 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
15 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/models/category.php:355 |
14 | ContentModelCategory->getCategory() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
13 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/libraries/src/MVC/View/CategoryView.php:122 |
12 | Joomla\CMS\MVC\View\CategoryView->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:75 |
11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
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:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 8.01 ms Utolsó lekérdezés után: 1.12 ms Memória lekérdezése: 0.068 MB memória a lekérdezés előtt: 5.910 MB Visszaadott sorok: 12
SELECT a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN c.published = 2
AND a.state > 0 THEN 2 WHEN c.published != 1 THEN 0 ELSE a.state END as state,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.language, LENGTH(a.fulltext) AS readmore, a.ordering,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,c.published, c.published AS parents_published, c.lft,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias
FROM bb2018_content AS a
LEFT JOIN bb2018_categories AS c
ON c.id = a.catid
LEFT JOIN bb2018_users AS ua
ON ua.id = a.created_by
LEFT JOIN bb2018_users AS uam
ON uam.id = a.modified_by
LEFT JOIN bb2018_categories as parent
ON parent.id = c.parent_id
WHERE a.access IN (1,1,5)
AND c.access IN (1,1,5)
AND c.published = 1
AND a.state = 1
AND (a.catid = 24 OR a.catid IN (
SELECT sub.id
FROM bb2018_categories as sub
INNER JOIN bb2018_categories as this
ON sub.lft > this.lft
AND sub.rgt < this.rgt
WHERE this.id = 24))
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-06-01 00:35:12')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-06-01 00:35:12')
ORDER BY c.lft,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END DESC , a.created
LIMIT 108, 12
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | PRIMARY | c | ALL | PRIMARY,idx_access | NEM LEHETETT INDEXKULCSOT HASZNÁLNI | NULL | NULL | 156 | Using where; Using temporary; Fájlrendezés használata |
1 | PRIMARY | a | ref | idx_access,idx_state,idx_catid | idx_catid | 4 | c1burkolat_db.c.id | 8 | Using index condition; Using where |
1 | PRIMARY | ua | eq_ref | PRIMARY | PRIMARY | 4 | c1burkolat_db.a.created_by | 1 | Using where |
1 | PRIMARY | uam | eq_ref | PRIMARY | PRIMARY | 4 | c1burkolat_db.a.modified_by | 1 | Using where |
1 | PRIMARY | parent | eq_ref | PRIMARY | PRIMARY | 4 | c1burkolat_db.c.parent_id | 1 | Using where |
2 | MATERIALIZED | this | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
2 | MATERIALIZED | sub | range | PRIMARY,idx_left_right | idx_left_right | 4 | NULL | 136 | Using where; Using index |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
17 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
16 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_content/models/articles.php:576 |
15 | ContentModelArticles->getItems() | JROOT/components/com_content/models/category.php:253 |
14 | ContentModelCategory->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
13 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/libraries/src/MVC/View/CategoryView.php:144 |
12 | Joomla\CMS\MVC\View\CategoryView->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:75 |
11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
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:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 1.61 ms Utolsó lekérdezés után: 0.87 ms Memória lekérdezése: 0.025 MB memória a lekérdezés előtt: 6.026 MB Visszaadott sorok: 1
SELECT `m`.`tag_id`,`t`.*
FROM `bb2018_contentitem_tag_map` AS m
INNER JOIN `bb2018_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 683
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | t | ALL | PRIMARY,tag_idx,idx_access | NEM LEHETETT INDEXKULCSOT HASZNÁLNI | NULL | NULL | 328 | Using where |
1 | SIMPLE | m | ref | idx_tag_type | idx_tag_type | 4 | c1burkolat_db.t.id | 4 | Using index condition; Using where |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
16 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
15 | ContentModelArticles->getItems() | JROOT/components/com_content/models/category.php:253 |
14 | ContentModelCategory->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
13 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/libraries/src/MVC/View/CategoryView.php:144 |
12 | Joomla\CMS\MVC\View\CategoryView->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:75 |
11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
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:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 1.53 ms Utolsó lekérdezés után: 0.21 ms Memória lekérdezése: 0.025 MB memória a lekérdezés előtt: 6.048 MB Visszaadott sorok: 1
SELECT `m`.`tag_id`,`t`.*
FROM `bb2018_contentitem_tag_map` AS m
INNER JOIN `bb2018_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 684
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | t | ALL | PRIMARY,tag_idx,idx_access | NEM LEHETETT INDEXKULCSOT HASZNÁLNI | NULL | NULL | 328 | Using where |
1 | SIMPLE | m | ref | idx_tag_type | idx_tag_type | 4 | c1burkolat_db.t.id | 4 | Using index condition; Using where |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
16 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
15 | ContentModelArticles->getItems() | JROOT/components/com_content/models/category.php:253 |
14 | ContentModelCategory->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
13 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/libraries/src/MVC/View/CategoryView.php:144 |
12 | Joomla\CMS\MVC\View\CategoryView->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:75 |
11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
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:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 1.55 ms Utolsó lekérdezés után: 0.19 ms Memória lekérdezése: 0.025 MB memória a lekérdezés előtt: 6.070 MB Visszaadott sorok: 1
SELECT `m`.`tag_id`,`t`.*
FROM `bb2018_contentitem_tag_map` AS m
INNER JOIN `bb2018_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 685
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | t | ALL | PRIMARY,tag_idx,idx_access | NEM LEHETETT INDEXKULCSOT HASZNÁLNI | NULL | NULL | 328 | Using where |
1 | SIMPLE | m | ref | idx_tag_type | idx_tag_type | 4 | c1burkolat_db.t.id | 4 | Using index condition; Using where |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
16 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
15 | ContentModelArticles->getItems() | JROOT/components/com_content/models/category.php:253 |
14 | ContentModelCategory->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
13 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/libraries/src/MVC/View/CategoryView.php:144 |
12 | Joomla\CMS\MVC\View\CategoryView->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:75 |
11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
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:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 1.57 ms Utolsó lekérdezés után: 0.18 ms Memória lekérdezése: 0.025 MB memória a lekérdezés előtt: 6.091 MB Visszaadott sorok: 2
SELECT `m`.`tag_id`,`t`.*
FROM `bb2018_contentitem_tag_map` AS m
INNER JOIN `bb2018_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 686
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | t | ALL | PRIMARY,tag_idx,idx_access | NEM LEHETETT INDEXKULCSOT HASZNÁLNI | NULL | NULL | 328 | Using where |
1 | SIMPLE | m | ref | idx_tag_type | idx_tag_type | 4 | c1burkolat_db.t.id | 4 | Using index condition; Using where |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
16 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
15 | ContentModelArticles->getItems() | JROOT/components/com_content/models/category.php:253 |
14 | ContentModelCategory->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
13 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/libraries/src/MVC/View/CategoryView.php:144 |
12 | Joomla\CMS\MVC\View\CategoryView->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:75 |
11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
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:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 1.57 ms Utolsó lekérdezés után: 0.21 ms Memória lekérdezése: 0.025 MB memória a lekérdezés előtt: 6.115 MB Visszaadott sorok: 2
SELECT `m`.`tag_id`,`t`.*
FROM `bb2018_contentitem_tag_map` AS m
INNER JOIN `bb2018_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 687
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | t | ALL | PRIMARY,tag_idx,idx_access | NEM LEHETETT INDEXKULCSOT HASZNÁLNI | NULL | NULL | 328 | Using where |
1 | SIMPLE | m | ref | idx_tag_type | idx_tag_type | 4 | c1burkolat_db.t.id | 4 | Using index condition; Using where |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
16 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
15 | ContentModelArticles->getItems() | JROOT/components/com_content/models/category.php:253 |
14 | ContentModelCategory->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
13 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/libraries/src/MVC/View/CategoryView.php:144 |
12 | Joomla\CMS\MVC\View\CategoryView->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:75 |
11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
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:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 1.55 ms Utolsó lekérdezés után: 0.21 ms Memória lekérdezése: 0.025 MB memória a lekérdezés előtt: 6.139 MB Visszaadott sorok: 2
SELECT `m`.`tag_id`,`t`.*
FROM `bb2018_contentitem_tag_map` AS m
INNER JOIN `bb2018_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 688
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | t | ALL | PRIMARY,tag_idx,idx_access | NEM LEHETETT INDEXKULCSOT HASZNÁLNI | NULL | NULL | 328 | Using where |
1 | SIMPLE | m | ref | idx_tag_type | idx_tag_type | 4 | c1burkolat_db.t.id | 4 | Using index condition; Using where |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
16 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
15 | ContentModelArticles->getItems() | JROOT/components/com_content/models/category.php:253 |
14 | ContentModelCategory->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
13 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/libraries/src/MVC/View/CategoryView.php:144 |
12 | Joomla\CMS\MVC\View\CategoryView->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:75 |
11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
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:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 1.57 ms Utolsó lekérdezés után: 0.18 ms Memória lekérdezése: 0.025 MB memória a lekérdezés előtt: 6.164 MB Visszaadott sorok: 1
SELECT `m`.`tag_id`,`t`.*
FROM `bb2018_contentitem_tag_map` AS m
INNER JOIN `bb2018_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 689
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | t | ALL | PRIMARY,tag_idx,idx_access | NEM LEHETETT INDEXKULCSOT HASZNÁLNI | NULL | NULL | 328 | Using where |
1 | SIMPLE | m | ref | idx_tag_type | idx_tag_type | 4 | c1burkolat_db.t.id | 4 | Using index condition; Using where |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
16 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
15 | ContentModelArticles->getItems() | JROOT/components/com_content/models/category.php:253 |
14 | ContentModelCategory->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
13 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/libraries/src/MVC/View/CategoryView.php:144 |
12 | Joomla\CMS\MVC\View\CategoryView->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:75 |
11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
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:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 1.54 ms Utolsó lekérdezés után: 0.18 ms Memória lekérdezése: 0.025 MB memória a lekérdezés előtt: 6.186 MB Visszaadott sorok: 1
SELECT `m`.`tag_id`,`t`.*
FROM `bb2018_contentitem_tag_map` AS m
INNER JOIN `bb2018_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 690
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | t | ALL | PRIMARY,tag_idx,idx_access | NEM LEHETETT INDEXKULCSOT HASZNÁLNI | NULL | NULL | 328 | Using where |
1 | SIMPLE | m | ref | idx_tag_type | idx_tag_type | 4 | c1burkolat_db.t.id | 4 | Using index condition; Using where |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
16 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
15 | ContentModelArticles->getItems() | JROOT/components/com_content/models/category.php:253 |
14 | ContentModelCategory->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
13 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/libraries/src/MVC/View/CategoryView.php:144 |
12 | Joomla\CMS\MVC\View\CategoryView->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:75 |
11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
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:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 1.91 ms Utolsó lekérdezés után: 0.18 ms Memória lekérdezése: 0.025 MB memória a lekérdezés előtt: 6.208 MB Visszaadott sorok: 2
SELECT `m`.`tag_id`,`t`.*
FROM `bb2018_contentitem_tag_map` AS m
INNER JOIN `bb2018_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 691
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | t | ALL | PRIMARY,tag_idx,idx_access | NEM LEHETETT INDEXKULCSOT HASZNÁLNI | NULL | NULL | 328 | Using where |
1 | SIMPLE | m | ref | idx_tag_type | idx_tag_type | 4 | c1burkolat_db.t.id | 4 | Using index condition; Using where |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
16 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
15 | ContentModelArticles->getItems() | JROOT/components/com_content/models/category.php:253 |
14 | ContentModelCategory->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
13 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/libraries/src/MVC/View/CategoryView.php:144 |
12 | Joomla\CMS\MVC\View\CategoryView->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:75 |
11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
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:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 1.54 ms Utolsó lekérdezés után: 0.19 ms Memória lekérdezése: 0.025 MB memória a lekérdezés előtt: 6.232 MB Visszaadott sorok: 2
SELECT `m`.`tag_id`,`t`.*
FROM `bb2018_contentitem_tag_map` AS m
INNER JOIN `bb2018_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 692
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | t | ALL | PRIMARY,tag_idx,idx_access | NEM LEHETETT INDEXKULCSOT HASZNÁLNI | NULL | NULL | 328 | Using where |
1 | SIMPLE | m | ref | idx_tag_type | idx_tag_type | 4 | c1burkolat_db.t.id | 4 | Using index condition; Using where |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
16 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
15 | ContentModelArticles->getItems() | JROOT/components/com_content/models/category.php:253 |
14 | ContentModelCategory->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
13 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/libraries/src/MVC/View/CategoryView.php:144 |
12 | Joomla\CMS\MVC\View\CategoryView->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:75 |
11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
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:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 1.55 ms Utolsó lekérdezés után: 0.21 ms Memória lekérdezése: 0.025 MB memória a lekérdezés előtt: 6.255 MB Visszaadott sorok: 2
SELECT `m`.`tag_id`,`t`.*
FROM `bb2018_contentitem_tag_map` AS m
INNER JOIN `bb2018_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 693
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | t | ALL | PRIMARY,tag_idx,idx_access | NEM LEHETETT INDEXKULCSOT HASZNÁLNI | NULL | NULL | 328 | Using where |
1 | SIMPLE | m | ref | idx_tag_type | idx_tag_type | 4 | c1burkolat_db.t.id | 4 | Using index condition; Using where |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
16 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
15 | ContentModelArticles->getItems() | JROOT/components/com_content/models/category.php:253 |
14 | ContentModelCategory->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
13 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/libraries/src/MVC/View/CategoryView.php:144 |
12 | Joomla\CMS\MVC\View\CategoryView->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:75 |
11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
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:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 1.56 ms Utolsó lekérdezés után: 0.19 ms Memória lekérdezése: 0.025 MB memória a lekérdezés előtt: 6.279 MB Visszaadott sorok: 1
SELECT `m`.`tag_id`,`t`.*
FROM `bb2018_contentitem_tag_map` AS m
INNER JOIN `bb2018_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 694
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | t | ALL | PRIMARY,tag_idx,idx_access | NEM LEHETETT INDEXKULCSOT HASZNÁLNI | NULL | NULL | 328 | Using where |
1 | SIMPLE | m | ref | idx_tag_type | idx_tag_type | 4 | c1burkolat_db.t.id | 4 | Using index condition; Using where |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
16 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/models/articles.php:706 |
15 | ContentModelArticles->getItems() | JROOT/components/com_content/models/category.php:253 |
14 | ContentModelCategory->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
13 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/libraries/src/MVC/View/CategoryView.php:144 |
12 | Joomla\CMS\MVC\View\CategoryView->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:75 |
11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
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:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 6.41 ms Utolsó lekérdezés után: 0.69 ms Memória lekérdezése: 0.025 MB memória a lekérdezés előtt: 6.289 MB Visszaadott sorok: 1
SELECT COUNT(*)
FROM bb2018_content AS a
LEFT JOIN bb2018_categories AS c
ON c.id = a.catid
LEFT JOIN bb2018_users AS ua
ON ua.id = a.created_by
LEFT JOIN bb2018_users AS uam
ON uam.id = a.modified_by
LEFT JOIN bb2018_categories as parent
ON parent.id = c.parent_id
WHERE a.access IN (1,1,5)
AND c.access IN (1,1,5)
AND c.published = 1
AND a.state = 1
AND (a.catid = 24 OR a.catid IN (
SELECT sub.id
FROM bb2018_categories as sub
INNER JOIN bb2018_categories as this
ON sub.lft > this.lft
AND sub.rgt < this.rgt
WHERE this.id = 24))
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-06-01 00:35:12')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-06-01 00:35:12')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | PRIMARY | c | ALL | PRIMARY,idx_access | NEM LEHETETT INDEXKULCSOT HASZNÁLNI | NULL | NULL | 156 | Using where |
1 | PRIMARY | a | ref | idx_access,idx_state,idx_catid | idx_catid | 4 | c1burkolat_db.c.id | 8 | Using index condition; Using where |
2 | MATERIALIZED | this | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
2 | MATERIALIZED | sub | range | PRIMARY,idx_left_right | idx_left_right | 4 | NULL | 136 | Using where; Using index |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
18 | JDatabaseDriver->loadResult() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:354 |
17 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getListCount() | JROOT/libraries/src/MVC/Model/ListModel.php:289 |
16 | Joomla\CMS\MVC\Model\ListModel->getTotal() | JROOT/libraries/src/MVC/Model/ListModel.php:239 |
15 | Joomla\CMS\MVC\Model\ListModel->getPagination() | JROOT/components/com_content/models/category.php:265 |
14 | ContentModelCategory->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
13 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/libraries/src/MVC/View/CategoryView.php:144 |
12 | Joomla\CMS\MVC\View\CategoryView->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:75 |
11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
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:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 1.58 ms Utolsó lekérdezés után: 0.20 ms Memória lekérdezése: 0.023 MB memória a lekérdezés előtt: 6.294 MB Visszaadott sorok: 0
SELECT `m`.`tag_id`,`t`.*
FROM `bb2018_contentitem_tag_map` AS m
INNER JOIN `bb2018_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.category'
AND `m`.`content_item_id` = 24
AND `t`.`published` = 1
AND t.access IN (1,1,5)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | t | ALL | PRIMARY,tag_idx,idx_access | NEM LEHETETT INDEXKULCSOT HASZNÁLNI | NULL | NULL | 328 | Using where |
1 | SIMPLE | m | ref | idx_tag_type | idx_tag_type | 4 | c1burkolat_db.t.id | 4 | Using index condition; Using where |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
13 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/libraries/src/MVC/View/CategoryView.php:229 |
12 | Joomla\CMS\MVC\View\CategoryView->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:75 |
11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
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:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.48 ms Utolsó lekérdezés után: 5.79 ms Memória lekérdezése: 0.027 MB memória a lekérdezés előtt: 6.547 MB Visszaadott sorok: 4
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 `bb2018_categories` AS `s`
INNER JOIN `bb2018_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 = 65
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | c | range | cat_idx,idx_access,idx_left_right | idx_left_right | 4 | NULL | 27 | Using index condition; Using where |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
21 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
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:203 |
18 | FieldsModelFields->getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:140 |
17 | Joomla\CMS\MVC\Model\ListModel->_getListQuery() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
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:495 |
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/category/view.html.php:113 |
11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
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:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 1.44 ms Utolsó lekérdezés után: 0.17 ms Memória lekérdezése: 0.029 MB memória a lekérdezés előtt: 6.573 MB Visszaadott sorok: 8
SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM bb2018_fields AS a
LEFT JOIN `bb2018_languages` AS l
ON l.lang_code = a.language
LEFT JOIN bb2018_users AS uc
ON uc.id=a.checked_out
LEFT JOIN bb2018_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN bb2018_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN bb2018_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `bb2018_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 (65,0,24,77))
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ALL | idx_state,idx_access,idx_context | NEM LEHETETT INDEXKULCSOT HASZNÁLNI | NULL | NULL | 17 | Using where; Using temporary; Fájlrendezés használata |
1 | SIMPLE | l | eq_ref | idx_langcode | idx_langcode | 28 | c1burkolat_db.a.language | 1 | Using where |
1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | c1burkolat_db.a.checked_out | 1 | |
1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | c1burkolat_db.a.access | 1 | Using where |
1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | c1burkolat_db.a.created_user_id | 1 | Using where |
1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | c1burkolat_db.a.group_id | 1 | Using where |
1 | SIMPLE | fc | ref | PRIMARY | PRIMARY | 4 | c1burkolat_db.a.id | 7 | Using where; Using index; Distinct |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
19 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
18 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
17 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
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:495 |
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/category/view.html.php:113 |
11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
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:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.35 ms Utolsó lekérdezés után: 1.06 ms Memória lekérdezése: 0.025 MB memória a lekérdezés előtt: 6.713 MB Visszaadott sorok: 8
SELECT `field_id`,`value`
FROM `bb2018_fields_values`
WHERE `field_id` IN (2,3,4,5,6,7,8,9)
AND `item_id` = '683'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | bb2018_fields_values | ref | idx_field_id,idx_item_id | idx_item_id | 766 | const | 8 | Using where |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_fields/models/field.php:680 |
16 | FieldsModelField->getFieldValues() | JROOT/administrator/components/com_fields/helpers/fields.php:158 |
15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
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/category/view.html.php:113 |
11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
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:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.31 ms Utolsó lekérdezés után: 24.56 ms Memória lekérdezése: 0.025 MB memória a lekérdezés előtt: 6.856 MB Visszaadott sorok: 8
SELECT `field_id`,`value`
FROM `bb2018_fields_values`
WHERE `field_id` IN (2,3,4,5,6,7,8,9)
AND `item_id` = '684'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | bb2018_fields_values | ref | idx_field_id,idx_item_id | idx_item_id | 766 | const | 8 | Using where |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_fields/models/field.php:680 |
16 | FieldsModelField->getFieldValues() | JROOT/administrator/components/com_fields/helpers/fields.php:158 |
15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
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/category/view.html.php:113 |
11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
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:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.32 ms Utolsó lekérdezés után: 9.43 ms Memória lekérdezése: 0.025 MB memória a lekérdezés előtt: 6.879 MB Visszaadott sorok: 8
SELECT `field_id`,`value`
FROM `bb2018_fields_values`
WHERE `field_id` IN (2,3,4,5,6,7,8,9)
AND `item_id` = '685'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | bb2018_fields_values | ref | idx_field_id,idx_item_id | idx_item_id | 766 | const | 8 | Using where |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_fields/models/field.php:680 |
16 | FieldsModelField->getFieldValues() | JROOT/administrator/components/com_fields/helpers/fields.php:158 |
15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
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/category/view.html.php:113 |
11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
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:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.30 ms Utolsó lekérdezés után: 9.45 ms Memória lekérdezése: 0.025 MB memória a lekérdezés előtt: 6.902 MB Visszaadott sorok: 9
SELECT `field_id`,`value`
FROM `bb2018_fields_values`
WHERE `field_id` IN (2,3,4,5,6,7,8,9)
AND `item_id` = '686'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | bb2018_fields_values | ref | idx_field_id,idx_item_id | idx_item_id | 766 | const | 9 | Using where |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_fields/models/field.php:680 |
16 | FieldsModelField->getFieldValues() | JROOT/administrator/components/com_fields/helpers/fields.php:158 |
15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
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/category/view.html.php:113 |
11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
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:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.31 ms Utolsó lekérdezés után: 9.61 ms Memória lekérdezése: 0.025 MB memória a lekérdezés előtt: 6.925 MB Visszaadott sorok: 9
SELECT `field_id`,`value`
FROM `bb2018_fields_values`
WHERE `field_id` IN (2,3,4,5,6,7,8,9)
AND `item_id` = '687'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | bb2018_fields_values | ref | idx_field_id,idx_item_id | idx_item_id | 766 | const | 9 | Using where |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_fields/models/field.php:680 |
16 | FieldsModelField->getFieldValues() | JROOT/administrator/components/com_fields/helpers/fields.php:158 |
15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
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/category/view.html.php:113 |
11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
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:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.29 ms Utolsó lekérdezés után: 9.45 ms Memória lekérdezése: 0.025 MB memória a lekérdezés előtt: 6.948 MB Visszaadott sorok: 9
SELECT `field_id`,`value`
FROM `bb2018_fields_values`
WHERE `field_id` IN (2,3,4,5,6,7,8,9)
AND `item_id` = '688'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | bb2018_fields_values | ref | idx_field_id,idx_item_id | idx_item_id | 766 | const | 9 | Using where |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_fields/models/field.php:680 |
16 | FieldsModelField->getFieldValues() | JROOT/administrator/components/com_fields/helpers/fields.php:158 |
15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
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/category/view.html.php:113 |
11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
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:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.32 ms Utolsó lekérdezés után: 9.39 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 6.977 MB Visszaadott sorok: 9
SELECT `field_id`,`value`
FROM `bb2018_fields_values`
WHERE `field_id` IN (2,3,4,5,6,7,8,9)
AND `item_id` = '689'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | bb2018_fields_values | ref | idx_field_id,idx_item_id | idx_item_id | 766 | const | 9 | Using where |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_fields/models/field.php:680 |
16 | FieldsModelField->getFieldValues() | JROOT/administrator/components/com_fields/helpers/fields.php:158 |
15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
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/category/view.html.php:113 |
11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
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:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.30 ms Utolsó lekérdezés után: 9.37 ms Memória lekérdezése: 0.025 MB memória a lekérdezés előtt: 7.002 MB Visszaadott sorok: 9
SELECT `field_id`,`value`
FROM `bb2018_fields_values`
WHERE `field_id` IN (2,3,4,5,6,7,8,9)
AND `item_id` = '690'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | bb2018_fields_values | ref | idx_field_id,idx_item_id | idx_item_id | 766 | const | 9 | Using where |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_fields/models/field.php:680 |
16 | FieldsModelField->getFieldValues() | JROOT/administrator/components/com_fields/helpers/fields.php:158 |
15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
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/category/view.html.php:113 |
11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
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:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.35 ms Utolsó lekérdezés után: 9.40 ms Memória lekérdezése: 0.025 MB memória a lekérdezés előtt: 7.025 MB Visszaadott sorok: 9
SELECT `field_id`,`value`
FROM `bb2018_fields_values`
WHERE `field_id` IN (2,3,4,5,6,7,8,9)
AND `item_id` = '691'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | bb2018_fields_values | ref | idx_field_id,idx_item_id | idx_item_id | 766 | const | 9 | Using where |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_fields/models/field.php:680 |
16 | FieldsModelField->getFieldValues() | JROOT/administrator/components/com_fields/helpers/fields.php:158 |
15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
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/category/view.html.php:113 |
11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
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:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.30 ms Utolsó lekérdezés után: 9.79 ms Memória lekérdezése: 0.025 MB memória a lekérdezés előtt: 7.048 MB Visszaadott sorok: 9
SELECT `field_id`,`value`
FROM `bb2018_fields_values`
WHERE `field_id` IN (2,3,4,5,6,7,8,9)
AND `item_id` = '692'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | bb2018_fields_values | ref | idx_field_id,idx_item_id | idx_item_id | 766 | const | 9 | Using where |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_fields/models/field.php:680 |
16 | FieldsModelField->getFieldValues() | JROOT/administrator/components/com_fields/helpers/fields.php:158 |
15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
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/category/view.html.php:113 |
11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
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:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.29 ms Utolsó lekérdezés után: 9.42 ms Memória lekérdezése: 0.025 MB memória a lekérdezés előtt: 7.071 MB Visszaadott sorok: 9
SELECT `field_id`,`value`
FROM `bb2018_fields_values`
WHERE `field_id` IN (2,3,4,5,6,7,8,9)
AND `item_id` = '693'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | bb2018_fields_values | ref | idx_field_id,idx_item_id | idx_item_id | 766 | const | 9 | Using where |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_fields/models/field.php:680 |
16 | FieldsModelField->getFieldValues() | JROOT/administrator/components/com_fields/helpers/fields.php:158 |
15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
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/category/view.html.php:113 |
11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
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:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.32 ms Utolsó lekérdezés után: 9.51 ms Memória lekérdezése: 0.025 MB memória a lekérdezés előtt: 7.094 MB Visszaadott sorok: 8
SELECT `field_id`,`value`
FROM `bb2018_fields_values`
WHERE `field_id` IN (2,3,4,5,6,7,8,9)
AND `item_id` = '694'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | bb2018_fields_values | ref | idx_field_id,idx_item_id | idx_item_id | 766 | const | 8 | Using where |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_fields/models/field.php:680 |
16 | FieldsModelField->getFieldValues() | JROOT/administrator/components/com_fields/helpers/fields.php:158 |
15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
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/category/view.html.php:113 |
11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
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:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.54 ms Utolsó lekérdezés után: 22.43 ms Memória lekérdezése: 0.031 MB memória a lekérdezés előtt: 7.189 MB Visszaadott sorok: 4
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 `bb2018_categories` AS `s`
INNER JOIN `bb2018_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 = 2
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | c | range | cat_idx,idx_access,idx_left_right | idx_left_right | 4 | NULL | 21 | Using index condition; Using where |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
31 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
30 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
29 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
28 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
27 | ContentRouter->getCategorySegment() | Ugyanaz a hívás, mint egy sorral lejjebb. |
26 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
25 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
24 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
23 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
22 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
21 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
20 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
19 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
18 | Joomla\CMS\Router\Route::_() | JROOT/templates/omstarter/html/com_content/category/blog_children.php:41 |
17 | include JROOT/templates/omstarter/html/com_content/category/blog_children.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/templates/omstarter/html/com_content/category/blog.php:100 |
15 | include JROOT/templates/omstarter/html/com_content/category/blog.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
13 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/libraries/src/MVC/View/CategoryView.php:245 |
12 | Joomla\CMS\MVC\View\CategoryView->display() | JROOT/components/com_content/views/category/view.html.php:250 |
11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
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:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.46 ms Utolsó lekérdezés után: 0.26 ms Memória lekérdezése: 0.031 MB memória a lekérdezés előtt: 7.209 MB Visszaadott sorok: 4
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 `bb2018_categories` AS `s`
INNER JOIN `bb2018_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 = 30
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | c | range | cat_idx,idx_access,idx_left_right | idx_left_right | 4 | NULL | 24 | Using index condition; Using where |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
31 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
30 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
29 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
28 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
27 | ContentRouter->getCategorySegment() | Ugyanaz a hívás, mint egy sorral lejjebb. |
26 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
25 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
24 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
23 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
22 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
21 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
20 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
19 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
18 | Joomla\CMS\Router\Route::_() | JROOT/templates/omstarter/html/com_content/category/blog_children.php:41 |
17 | include JROOT/templates/omstarter/html/com_content/category/blog_children.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/templates/omstarter/html/com_content/category/blog.php:100 |
15 | include JROOT/templates/omstarter/html/com_content/category/blog.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
13 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/libraries/src/MVC/View/CategoryView.php:245 |
12 | Joomla\CMS\MVC\View\CategoryView->display() | JROOT/components/com_content/views/category/view.html.php:250 |
11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
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:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.45 ms Utolsó lekérdezés után: 0.25 ms Memória lekérdezése: 0.031 MB memória a lekérdezés előtt: 7.229 MB Visszaadott sorok: 4
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 `bb2018_categories` AS `s`
INNER JOIN `bb2018_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 = 64
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | c | range | cat_idx,idx_access,idx_left_right | idx_left_right | 4 | NULL | 26 | Using index condition; Using where |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
31 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
30 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
29 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
28 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
27 | ContentRouter->getCategorySegment() | Ugyanaz a hívás, mint egy sorral lejjebb. |
26 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
25 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
24 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
23 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
22 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
21 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
20 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
19 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
18 | Joomla\CMS\Router\Route::_() | JROOT/templates/omstarter/html/com_content/category/blog_children.php:41 |
17 | include JROOT/templates/omstarter/html/com_content/category/blog_children.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/templates/omstarter/html/com_content/category/blog.php:100 |
15 | include JROOT/templates/omstarter/html/com_content/category/blog.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
13 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/libraries/src/MVC/View/CategoryView.php:245 |
12 | Joomla\CMS\MVC\View\CategoryView->display() | JROOT/components/com_content/views/category/view.html.php:250 |
11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
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:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.46 ms Utolsó lekérdezés után: 0.34 ms Memória lekérdezése: 0.031 MB memória a lekérdezés előtt: 7.250 MB Visszaadott sorok: 4
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 `bb2018_categories` AS `s`
INNER JOIN `bb2018_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 = 70
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | c | range | cat_idx,idx_access,idx_left_right | idx_left_right | 4 | NULL | 28 | Using index condition; Using where |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
31 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
30 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
29 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
28 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
27 | ContentRouter->getCategorySegment() | Ugyanaz a hívás, mint egy sorral lejjebb. |
26 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
25 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
24 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
23 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
22 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
21 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
20 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
19 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
18 | Joomla\CMS\Router\Route::_() | JROOT/templates/omstarter/html/com_content/category/blog_children.php:41 |
17 | include JROOT/templates/omstarter/html/com_content/category/blog_children.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
16 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/templates/omstarter/html/com_content/category/blog.php:100 |
15 | include JROOT/templates/omstarter/html/com_content/category/blog.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
13 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/libraries/src/MVC/View/CategoryView.php:245 |
12 | Joomla\CMS\MVC\View\CategoryView->display() | JROOT/components/com_content/views/category/view.html.php:250 |
11 | ContentViewCategory->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php:655 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
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:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.21 ms Utolsó lekérdezés után: 2.54 ms Memória lekérdezése: 0.020 MB memória a lekérdezés előtt: 7.339 MB Visszaadott sorok: 1
SELECT `id`
FROM `bb2018_rstbox`
WHERE `published` = 1
AND `testmode` = 0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | bb2018_rstbox | ALL | NULL | NEM LEHETETT INDEXKULCSOT HASZNÁLNI | NULL | NULL | 1 | Using where |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
9 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:41 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.21 ms Utolsó lekérdezés után: 0.81 ms Memória lekérdezése: 0.021 MB memória a lekérdezés előtt: 7.348 MB Visszaadott sorok: 1
SELECT *
FROM `bb2018_rstbox`
WHERE `id` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | bb2018_rstbox | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
10 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_rstbox/EngageBox/Box.php:227 |
9 | EngageBox\Box::get() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:51 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 8.08 ms Utolsó lekérdezés után: 18.44 ms Memória lekérdezése: 1.885 MB memória a lekérdezés előtt: 7.461 MB Visszaadott sorok: 453
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params,am.mirror_id, am.params AS advancedparams, 0 AS menuid, m.publish_up, m.publish_down
FROM bb2018_modules AS m
LEFT JOIN bb2018_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
LEFT JOIN bb2018_advancedmodules as am
ON am.moduleid = m.id
WHERE m.published = 1
AND e.enabled = 1
AND m.access IN (1,1,5)
AND m.client_id = 0
ORDER BY m.position, m.ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | m | ref | published,newsfeeds | published | 1 | const | 433 | Using index condition; Using where; Fájlrendezés használata |
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 403 | c1burkolat_db.m.module,const | 1 | Using index condition; Using where |
1 | SIMPLE | am | eq_ref | PRIMARY | PRIMARY | 4 | c1burkolat_db.m.id | 1 | Using where |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
23 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:318 |
22 | PlgSystemAdvancedModuleHelper->getModuleList() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:60 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.26 ms Utolsó lekérdezés után: 65.33 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 14.299 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 511
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.08 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 14.310 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 511
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.20 ms Utolsó lekérdezés után: 0.53 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 14.342 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 514
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 14.353 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 514
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.20 ms Utolsó lekérdezés után: 0.52 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 14.384 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 517
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 14.395 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 517
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.52 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 14.425 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 520
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.20 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 14.436 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 520
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.52 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 14.467 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 523
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 14.478 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 523
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.53 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 14.509 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 526
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 14.519 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 526
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.51 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 14.550 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 529
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.20 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 14.561 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 529
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.51 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 14.592 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 532
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 14.603 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 532
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.50 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 14.633 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 535
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.23 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 14.645 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 535
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.20 ms Utolsó lekérdezés után: 0.51 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 14.675 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 539
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.20 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.032 MB memória a lekérdezés előtt: 14.695 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 539
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.20 ms Utolsó lekérdezés után: 0.50 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 14.732 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 542
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 14.742 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 542
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.20 ms Utolsó lekérdezés után: 0.56 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 14.794 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 583
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.20 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 14.805 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 583
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.21 ms Utolsó lekérdezés után: 0.55 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 14.858 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 586
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 14.869 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 586
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.20 ms Utolsó lekérdezés után: 0.55 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 14.917 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 331
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 14.928 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 331
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.20 ms Utolsó lekérdezés után: 0.53 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 14.975 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 589
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.21 ms Utolsó lekérdezés után: 0.08 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 14.986 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 589
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.22 ms Utolsó lekérdezés után: 0.50 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.017 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 334
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.20 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.028 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 334
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.50 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.058 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 592
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.069 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 592
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.20 ms Utolsó lekérdezés után: 0.50 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.100 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 338
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.20 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.111 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 338
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.51 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.141 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 595
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.152 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 595
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.20 ms Utolsó lekérdezés után: 0.52 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.183 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 341
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.194 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 341
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.54 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.246 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 600
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.256 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 600
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.52 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.289 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 344
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.20 ms Utolsó lekérdezés után: 0.08 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.300 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 344
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.56 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.350 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 601
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.361 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 601
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.52 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.392 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 347
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.10 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.403 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 347
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.52 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.433 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 604
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.08 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.444 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 604
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.51 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.475 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 350
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.08 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.486 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 350
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.50 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.516 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 353
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.527 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 353
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.55 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.574 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 608
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.21 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.585 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 608
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.51 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.616 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 356
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.20 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.626 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 356
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.53 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.657 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 358
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.668 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 358
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.51 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.698 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 360
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.709 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 360
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.51 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.740 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 363
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.20 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.750 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 363
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.52 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.781 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 365
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.793 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 365
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.51 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.823 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 374
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.834 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 374
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.50 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.865 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 377
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.876 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 377
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.51 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.906 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 383
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.917 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 383
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.51 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.947 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 386
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.958 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 386
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.52 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 15.989 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 390
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 16.000 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 390
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.51 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 16.030 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 393
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 16.041 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 393
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.52 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 16.072 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 396
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.10 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 16.082 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 396
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.52 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 16.113 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 218
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 16.124 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 218
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.55 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 16.175 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 401
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.030 MB memória a lekérdezés előtt: 16.198 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 401
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.51 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 16.232 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 403
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.08 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 16.243 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 403
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.52 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 16.279 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 407
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 16.290 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 407
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.52 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 16.320 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 410
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 16.331 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 410
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.52 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 16.365 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 412
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 16.376 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 412
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.53 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 16.446 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 420
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 16.456 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 420
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.20 ms Utolsó lekérdezés után: 0.50 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 16.487 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 419
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 16.498 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 419
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.20 ms Utolsó lekérdezés után: 0.50 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 16.529 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 150
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 16.540 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 150
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.50 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 16.570 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 160
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 16.581 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 160
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.51 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 16.612 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 156
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 16.623 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 156
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.49 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 16.653 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 157
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.09 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 16.664 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 157
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.49 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 16.694 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 153
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 16.705 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 153
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.49 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 16.736 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 422
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 16.746 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 422
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.49 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 16.777 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 149
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 16.788 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 149
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.50 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 16.819 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 205
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 16.829 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 205
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.53 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 16.866 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 426
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 16.877 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 426
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.52 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 16.907 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 429
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 16.918 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 429
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.52 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 16.949 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 175
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 16.960 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 175
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.50 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 16.991 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 172
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.001 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 172
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.51 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.032 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 432
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.043 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 432
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.60 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.074 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 173
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.085 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 173
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.54 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.116 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 171
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.127 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 171
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.52 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.157 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 174
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.168 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 174
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.51 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.198 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 435
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.214 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 435
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.53 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.251 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 154
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.261 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 154
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.52 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.292 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 155
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.302 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 155
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.52 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.333 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 161
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.344 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 161
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.51 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.374 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 438
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.385 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 438
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.50 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.415 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 162
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.426 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 162
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.50 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.457 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 186
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.468 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 186
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.51 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.498 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 441
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.509 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 441
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Nincs SHOW PROFILE (lehet azért, mert több mint 100 lekérdezés van)
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.50 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.539 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 444
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.09 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.550 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 444
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.50 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.581 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 447
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.592 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 447
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.01 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.51 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.623 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 189
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.634 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 189
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.49 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.664 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 191
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.675 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 191
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.02 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.50 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.705 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 450
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.716 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 450
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.52 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.747 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 188
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.17 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.758 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 188
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.50 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.789 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 193
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.799 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 193
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.52 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.830 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 453
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.840 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 453
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.51 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.871 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 192
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.882 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 192
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.51 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.913 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 187
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.08 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.924 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 187
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.51 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.954 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 416
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.965 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 416
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.51 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 17.996 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 207
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.007 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 207
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.51 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.037 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 201
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.048 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 201
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.51 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.078 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 210
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.089 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 210
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.49 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.120 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 212
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.131 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 212
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.49 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.161 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 214
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.08 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.172 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 214
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.20 ms Utolsó lekérdezés után: 0.49 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.202 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 216
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.213 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 216
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.52 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.261 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 219
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.08 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.272 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 219
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.49 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.302 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 107
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.313 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 107
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.50 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.344 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 222
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.354 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 222
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.51 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.385 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 479
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.01 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.396 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 479
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.50 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.427 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 224
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.437 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 224
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.49 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.468 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 159
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.479 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 159
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.52 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.509 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 483
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.520 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 483
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.51 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.551 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 227
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.562 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 227
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.52 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.592 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 484
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.603 MB Visszaadott sorok: 1
Duplikált lekérdezések:
#246SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 484
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.51 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.634 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 229
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.645 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 229
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.52 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.680 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 152
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.08 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.691 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 152
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.51 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.722 MB Visszaadott sorok: 1
Duplikált lekérdezések:
#241SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 484
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.45 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.747 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 233
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.757 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 233
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.50 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.788 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 491
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.09 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.798 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 491
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.52 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.829 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 493
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.21 ms Utolsó lekérdezés után: 0.08 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.840 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 493
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.53 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.890 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 496
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.900 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 496
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.51 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.932 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 237
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.20 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 18.942 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 237
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.02 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.50 ms Memória lekérdezése: 0.034 MB memória a lekérdezés előtt: 18.996 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 499
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.01 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 19.015 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 499
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.51 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 19.045 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 502
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 19.056 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 502
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.02 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.50 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 19.087 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 505
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 19.098 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 505
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.51 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 19.129 MB Visszaadott sorok: 1
SELECT a.mirror_id
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 508
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:279 |
23 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:684 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.18 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.026 MB memória a lekérdezés előtt: 19.139 MB Visszaadott sorok: 1
SELECT a.params
FROM bb2018_advancedmodules AS a
WHERE a.moduleid = 508
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.00 ms |
Unlocking tables | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
24 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:231 |
23 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:720 |
22 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:114 |
21 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
20 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
19 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Helper/ModuleHelper.php:366 |
18 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:670 |
17 | Joomla\CMS\Helper\ModuleHelper::getModuleById() | JROOT/plugins/content/loadmodule/loadmodule.php:237 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.59 ms Utolsó lekérdezés után: 34.77 ms Memória lekérdezése: 0.036 MB memória a lekérdezés előtt: 21.605 MB Visszaadott sorok: 9
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 `bb2018_categories` AS `s`
INNER JOIN `bb2018_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 = 57
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | c | range | cat_idx,idx_access,idx_left_right | idx_left_right | 4 | NULL | 15 | Using index condition; Using where |
Status | Duration |
---|
starting | 0.09 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
init | 0.04 ms |
optimizing | 0.03 ms |
statistics | 0.13 ms |
preparing | 0.01 ms |
Unlocking tables | 0.03 ms |
executing | 0.00 ms |
Sorting result | 0.01 ms |
Sending data | 0.11 ms |
end | 0.01 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.01 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
35 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
34 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
33 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
32 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
31 | ContentRouter->getCategorySegment() | Ugyanaz a hívás, mint egy sorral lejjebb. |
30 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
29 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
28 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
27 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
26 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
25 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
24 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
23 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
22 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_articles_categories/tmpl/default_items.php:20 |
21 | require JROOT/modules/mod_articles_categories/tmpl/default_items.php | JROOT/modules/mod_articles_categories/tmpl/default.php:13 |
20 | require JROOT/modules/mod_articles_categories/tmpl/default.php | JROOT/modules/mod_articles_categories/mod_articles_categories.php:35 |
19 | include JROOT/modules/mod_articles_categories/mod_articles_categories.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
17 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:243 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.46 ms Utolsó lekérdezés után: 0.96 ms Memória lekérdezése: 0.034 MB memória a lekérdezés előtt: 21.662 MB Visszaadott sorok: 4
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 `bb2018_categories` AS `s`
INNER JOIN `bb2018_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 = 71
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | c | range | cat_idx,idx_access,idx_left_right | idx_left_right | 4 | NULL | 18 | Using index condition; Using where |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
init | 0.03 ms |
optimizing | 0.02 ms |
statistics | 0.10 ms |
preparing | 0.01 ms |
Unlocking tables | 0.02 ms |
executing | 0.00 ms |
Sorting result | 0.00 ms |
Sending data | 0.07 ms |
end | 0.01 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.01 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
35 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
34 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
33 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
32 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
31 | ContentRouter->getCategorySegment() | Ugyanaz a hívás, mint egy sorral lejjebb. |
30 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
29 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
28 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
27 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
26 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
25 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
24 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
23 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
22 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_articles_categories/tmpl/default_items.php:20 |
21 | require JROOT/modules/mod_articles_categories/tmpl/default_items.php | JROOT/modules/mod_articles_categories/tmpl/default.php:13 |
20 | require JROOT/modules/mod_articles_categories/tmpl/default.php | JROOT/modules/mod_articles_categories/mod_articles_categories.php:35 |
19 | include JROOT/modules/mod_articles_categories/mod_articles_categories.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
17 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:243 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.47 ms Utolsó lekérdezés után: 0.84 ms Memória lekérdezése: 0.035 MB memória a lekérdezés előtt: 21.692 MB Visszaadott sorok: 4
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 `bb2018_categories` AS `s`
INNER JOIN `bb2018_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 = 27
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | c | range | cat_idx,idx_access,idx_left_right | idx_left_right | 4 | NULL | 22 | Using index condition; Using where |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
init | 0.03 ms |
optimizing | 0.02 ms |
statistics | 0.09 ms |
preparing | 0.01 ms |
Unlocking tables | 0.02 ms |
executing | 0.00 ms |
Sorting result | 0.00 ms |
Sending data | 0.08 ms |
end | 0.01 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.01 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
35 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
34 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
33 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
32 | ContentRouter->getCategorySegment() | Ugyanaz a hívás, mint egy sorral lejjebb. |
31 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
30 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
29 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
28 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
27 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
26 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
25 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
24 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
23 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_articles_categories/tmpl/default_items.php:20 |
22 | require JROOT/modules/mod_articles_categories/tmpl/default_items.php | JROOT/modules/mod_articles_categories/tmpl/default_items.php:37 |
21 | require JROOT/modules/mod_articles_categories/tmpl/default_items.php | JROOT/modules/mod_articles_categories/tmpl/default.php:13 |
20 | require JROOT/modules/mod_articles_categories/tmpl/default.php | JROOT/modules/mod_articles_categories/mod_articles_categories.php:35 |
19 | include JROOT/modules/mod_articles_categories/mod_articles_categories.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
17 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:243 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.44 ms Utolsó lekérdezés után: 0.24 ms Memória lekérdezése: 0.035 MB memória a lekérdezés előtt: 21.716 MB Visszaadott sorok: 4
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 `bb2018_categories` AS `s`
INNER JOIN `bb2018_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 = 29
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | c | range | cat_idx,idx_access,idx_left_right | idx_left_right | 4 | NULL | 23 | Using index condition; Using where |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
init | 0.03 ms |
optimizing | 0.02 ms |
statistics | 0.09 ms |
preparing | 0.01 ms |
Unlocking tables | 0.02 ms |
executing | 0.00 ms |
Sorting result | 0.00 ms |
Sending data | 0.07 ms |
end | 0.01 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.01 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
35 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
34 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
33 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
32 | ContentRouter->getCategorySegment() | Ugyanaz a hívás, mint egy sorral lejjebb. |
31 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
30 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
29 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
28 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
27 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
26 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
25 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
24 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
23 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_articles_categories/tmpl/default_items.php:20 |
22 | require JROOT/modules/mod_articles_categories/tmpl/default_items.php | JROOT/modules/mod_articles_categories/tmpl/default_items.php:37 |
21 | require JROOT/modules/mod_articles_categories/tmpl/default_items.php | JROOT/modules/mod_articles_categories/tmpl/default.php:13 |
20 | require JROOT/modules/mod_articles_categories/tmpl/default.php | JROOT/modules/mod_articles_categories/mod_articles_categories.php:35 |
19 | include JROOT/modules/mod_articles_categories/mod_articles_categories.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
17 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:243 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.45 ms Utolsó lekérdezés után: 0.26 ms Memória lekérdezése: 0.035 MB memória a lekérdezés előtt: 21.739 MB Visszaadott sorok: 4
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 `bb2018_categories` AS `s`
INNER JOIN `bb2018_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 = 36
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | c | range | cat_idx,idx_access,idx_left_right | idx_left_right | 4 | NULL | 25 | Using index condition; Using where |
Status | Duration |
---|
starting | 0.08 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
init | 0.03 ms |
optimizing | 0.02 ms |
statistics | 0.08 ms |
preparing | 0.01 ms |
Unlocking tables | 0.02 ms |
executing | 0.00 ms |
Sorting result | 0.00 ms |
Sending data | 0.07 ms |
end | 0.01 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.01 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
35 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
34 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
33 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
32 | ContentRouter->getCategorySegment() | Ugyanaz a hívás, mint egy sorral lejjebb. |
31 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
30 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
29 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
28 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
27 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
26 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
25 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
24 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
23 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_articles_categories/tmpl/default_items.php:20 |
22 | require JROOT/modules/mod_articles_categories/tmpl/default_items.php | JROOT/modules/mod_articles_categories/tmpl/default_items.php:37 |
21 | require JROOT/modules/mod_articles_categories/tmpl/default_items.php | JROOT/modules/mod_articles_categories/tmpl/default.php:13 |
20 | require JROOT/modules/mod_articles_categories/tmpl/default.php | JROOT/modules/mod_articles_categories/mod_articles_categories.php:35 |
19 | include JROOT/modules/mod_articles_categories/mod_articles_categories.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
17 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:243 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.62 ms Utolsó lekérdezés után: 0.30 ms Memória lekérdezése: 0.036 MB memória a lekérdezés előtt: 21.762 MB Visszaadott sorok: 8
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 `bb2018_categories` AS `s`
INNER JOIN `bb2018_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 = 73
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | Fájlrendezés használata |
1 | SIMPLE | c | ALL | cat_idx,idx_access,idx_left_right | NEM LEHETETT INDEXKULCSOT HASZNÁLNI | NULL | NULL | 156 | Using where |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.03 ms |
optimizing | 0.02 ms |
statistics | 0.09 ms |
preparing | 0.01 ms |
Unlocking tables | 0.03 ms |
executing | 0.00 ms |
Sorting result | 0.17 ms |
Sending data | 0.06 ms |
end | 0.01 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.01 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
35 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
34 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
33 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
32 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
31 | ContentRouter->getCategorySegment() | Ugyanaz a hívás, mint egy sorral lejjebb. |
30 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
29 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
28 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
27 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
26 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
25 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
24 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
23 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
22 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_articles_categories/tmpl/default_items.php:20 |
21 | require JROOT/modules/mod_articles_categories/tmpl/default_items.php | JROOT/modules/mod_articles_categories/tmpl/default.php:13 |
20 | require JROOT/modules/mod_articles_categories/tmpl/default.php | JROOT/modules/mod_articles_categories/mod_articles_categories.php:35 |
19 | include JROOT/modules/mod_articles_categories/mod_articles_categories.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
17 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:243 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.59 ms Utolsó lekérdezés után: 0.86 ms Memória lekérdezése: 0.036 MB memória a lekérdezés előtt: 21.811 MB Visszaadott sorok: 7
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 `bb2018_categories` AS `s`
INNER JOIN `bb2018_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 = 52
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | Fájlrendezés használata |
1 | SIMPLE | c | ALL | cat_idx,idx_access,idx_left_right | NEM LEHETETT INDEXKULCSOT HASZNÁLNI | NULL | NULL | 156 | Using where |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.03 ms |
optimizing | 0.02 ms |
statistics | 0.09 ms |
preparing | 0.01 ms |
Unlocking tables | 0.02 ms |
executing | 0.00 ms |
Sorting result | 0.15 ms |
Sending data | 0.06 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.01 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
35 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
34 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
33 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
32 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
31 | ContentRouter->getCategorySegment() | Ugyanaz a hívás, mint egy sorral lejjebb. |
30 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
29 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
28 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
27 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
26 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
25 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
24 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
23 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
22 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_articles_categories/tmpl/default_items.php:20 |
21 | require JROOT/modules/mod_articles_categories/tmpl/default_items.php | JROOT/modules/mod_articles_categories/tmpl/default.php:13 |
20 | require JROOT/modules/mod_articles_categories/tmpl/default.php | JROOT/modules/mod_articles_categories/mod_articles_categories.php:35 |
19 | include JROOT/modules/mod_articles_categories/mod_articles_categories.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
17 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:243 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.63 ms Utolsó lekérdezés után: 0.79 ms Memória lekérdezése: 0.040 MB memória a lekérdezés előtt: 21.855 MB Visszaadott sorok: 14
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 `bb2018_categories` AS `s`
INNER JOIN `bb2018_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 = 41
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | Fájlrendezés használata |
1 | SIMPLE | c | ALL | cat_idx,idx_access,idx_left_right | NEM LEHETETT INDEXKULCSOT HASZNÁLNI | NULL | NULL | 156 | Using where |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.03 ms |
optimizing | 0.02 ms |
statistics | 0.08 ms |
preparing | 0.01 ms |
Unlocking tables | 0.02 ms |
executing | 0.00 ms |
Sorting result | 0.17 ms |
Sending data | 0.09 ms |
end | 0.01 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.01 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
35 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
34 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
33 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
32 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
31 | ContentRouter->getCategorySegment() | Ugyanaz a hívás, mint egy sorral lejjebb. |
30 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
29 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
28 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
27 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
26 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
25 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
24 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
23 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
22 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_articles_categories/tmpl/default_items.php:20 |
21 | require JROOT/modules/mod_articles_categories/tmpl/default_items.php | JROOT/modules/mod_articles_categories/tmpl/default.php:13 |
20 | require JROOT/modules/mod_articles_categories/tmpl/default.php | JROOT/modules/mod_articles_categories/mod_articles_categories.php:35 |
19 | include JROOT/modules/mod_articles_categories/mod_articles_categories.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
17 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:243 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.63 ms Utolsó lekérdezés után: 1.30 ms Memória lekérdezése: 0.036 MB memória a lekérdezés előtt: 21.939 MB Visszaadott sorok: 9
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 `bb2018_categories` AS `s`
INNER JOIN `bb2018_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 = 46
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | Fájlrendezés használata |
1 | SIMPLE | c | ALL | cat_idx,idx_access,idx_left_right | NEM LEHETETT INDEXKULCSOT HASZNÁLNI | NULL | NULL | 156 | Using where |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.03 ms |
optimizing | 0.02 ms |
statistics | 0.09 ms |
preparing | 0.01 ms |
Unlocking tables | 0.02 ms |
executing | 0.00 ms |
Sorting result | 0.15 ms |
Sending data | 0.08 ms |
end | 0.01 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.02 ms |
freeing items | 0.01 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
35 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
34 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
33 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
32 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
31 | ContentRouter->getCategorySegment() | Ugyanaz a hívás, mint egy sorral lejjebb. |
30 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
29 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
28 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
27 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
26 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
25 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
24 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
23 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
22 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_articles_categories/tmpl/default_items.php:20 |
21 | require JROOT/modules/mod_articles_categories/tmpl/default_items.php | JROOT/modules/mod_articles_categories/tmpl/default.php:13 |
20 | require JROOT/modules/mod_articles_categories/tmpl/default.php | JROOT/modules/mod_articles_categories/mod_articles_categories.php:35 |
19 | include JROOT/modules/mod_articles_categories/mod_articles_categories.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
17 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:243 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.61 ms Utolsó lekérdezés után: 0.94 ms Memória lekérdezése: 0.040 MB memória a lekérdezés előtt: 21.999 MB Visszaadott sorok: 11
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 `bb2018_categories` AS `s`
INNER JOIN `bb2018_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 = 87
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | Fájlrendezés használata |
1 | SIMPLE | c | ALL | cat_idx,idx_access,idx_left_right | NEM LEHETETT INDEXKULCSOT HASZNÁLNI | NULL | NULL | 156 | Using where |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
init | 0.03 ms |
optimizing | 0.02 ms |
statistics | 0.09 ms |
preparing | 0.01 ms |
Unlocking tables | 0.02 ms |
executing | 0.00 ms |
Sorting result | 0.15 ms |
Sending data | 0.07 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.01 ms |
updating status | 0.01 ms |
cleaning up | 0.01 ms |
# | Hívó | Fájl és sorok száma |
---|
35 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
34 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
33 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
32 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
31 | ContentRouter->getCategorySegment() | Ugyanaz a hívás, mint egy sorral lejjebb. |
30 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
29 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
28 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
27 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
26 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
25 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
24 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
23 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
22 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_articles_categories/tmpl/default_items.php:20 |
21 | require JROOT/modules/mod_articles_categories/tmpl/default_items.php | JROOT/modules/mod_articles_categories/tmpl/default.php:13 |
20 | require JROOT/modules/mod_articles_categories/tmpl/default.php | JROOT/modules/mod_articles_categories/mod_articles_categories.php:35 |
19 | include JROOT/modules/mod_articles_categories/mod_articles_categories.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
17 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:243 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.59 ms Utolsó lekérdezés után: 1.07 ms Memória lekérdezése: 0.035 MB memória a lekérdezés előtt: 22.062 MB Visszaadott sorok: 5
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 `bb2018_categories` AS `s`
INNER JOIN `bb2018_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 = 96
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | Fájlrendezés használata |
1 | SIMPLE | c | ALL | cat_idx,idx_access,idx_left_right | NEM LEHETETT INDEXKULCSOT HASZNÁLNI | NULL | NULL | 156 | Using where |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
init | 0.03 ms |
optimizing | 0.02 ms |
statistics | 0.10 ms |
preparing | 0.01 ms |
Unlocking tables | 0.02 ms |
executing | 0.00 ms |
Sorting result | 0.15 ms |
Sending data | 0.05 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.01 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
35 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
34 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
33 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
32 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
31 | ContentRouter->getCategorySegment() | Ugyanaz a hívás, mint egy sorral lejjebb. |
30 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
29 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
28 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
27 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
26 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
25 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
24 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
23 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
22 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_articles_categories/tmpl/default_items.php:20 |
21 | require JROOT/modules/mod_articles_categories/tmpl/default_items.php | JROOT/modules/mod_articles_categories/tmpl/default.php:13 |
20 | require JROOT/modules/mod_articles_categories/tmpl/default.php | JROOT/modules/mod_articles_categories/mod_articles_categories.php:35 |
19 | include JROOT/modules/mod_articles_categories/mod_articles_categories.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
17 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:243 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.64 ms Utolsó lekérdezés után: 0.63 ms Memória lekérdezése: 0.034 MB memória a lekérdezés előtt: 22.096 MB Visszaadott sorok: 4
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 `bb2018_categories` AS `s`
INNER JOIN `bb2018_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 = 100
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | Fájlrendezés használata |
1 | SIMPLE | c | ALL | cat_idx,idx_access,idx_left_right | NEM LEHETETT INDEXKULCSOT HASZNÁLNI | NULL | NULL | 156 | Using where |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
init | 0.05 ms |
optimizing | 0.02 ms |
statistics | 0.09 ms |
preparing | 0.01 ms |
Unlocking tables | 0.02 ms |
executing | 0.00 ms |
Sorting result | 0.15 ms |
Sending data | 0.05 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.01 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
35 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
34 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
33 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
32 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
31 | ContentRouter->getCategorySegment() | Ugyanaz a hívás, mint egy sorral lejjebb. |
30 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
29 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
28 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
27 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
26 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
25 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
24 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
23 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
22 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_articles_categories/tmpl/default_items.php:20 |
21 | require JROOT/modules/mod_articles_categories/tmpl/default_items.php | JROOT/modules/mod_articles_categories/tmpl/default.php:13 |
20 | require JROOT/modules/mod_articles_categories/tmpl/default.php | JROOT/modules/mod_articles_categories/mod_articles_categories.php:35 |
19 | include JROOT/modules/mod_articles_categories/mod_articles_categories.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
17 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:243 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.58 ms Utolsó lekérdezés után: 0.64 ms Memória lekérdezése: 0.035 MB memória a lekérdezés előtt: 22.124 MB Visszaadott sorok: 6
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 `bb2018_categories` AS `s`
INNER JOIN `bb2018_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 = 103
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | Fájlrendezés használata |
1 | SIMPLE | c | ALL | cat_idx,idx_access,idx_left_right | NEM LEHETETT INDEXKULCSOT HASZNÁLNI | NULL | NULL | 156 | Using where |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
init | 0.03 ms |
optimizing | 0.02 ms |
statistics | 0.09 ms |
preparing | 0.01 ms |
Unlocking tables | 0.02 ms |
executing | 0.00 ms |
Sorting result | 0.15 ms |
Sending data | 0.06 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.01 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
35 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
34 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
33 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
32 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
31 | ContentRouter->getCategorySegment() | Ugyanaz a hívás, mint egy sorral lejjebb. |
30 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
29 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
28 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
27 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
26 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
25 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
24 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
23 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
22 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_articles_categories/tmpl/default_items.php:20 |
21 | require JROOT/modules/mod_articles_categories/tmpl/default_items.php | JROOT/modules/mod_articles_categories/tmpl/default.php:13 |
20 | require JROOT/modules/mod_articles_categories/tmpl/default.php | JROOT/modules/mod_articles_categories/mod_articles_categories.php:35 |
19 | include JROOT/modules/mod_articles_categories/mod_articles_categories.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
17 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:243 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.62 ms Utolsó lekérdezés után: 0.71 ms Memória lekérdezése: 0.036 MB memória a lekérdezés előtt: 22.168 MB Visszaadott sorok: 8
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 `bb2018_categories` AS `s`
INNER JOIN `bb2018_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
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | Fájlrendezés használata |
1 | SIMPLE | c | ALL | cat_idx,idx_access,idx_left_right | NEM LEHETETT INDEXKULCSOT HASZNÁLNI | NULL | NULL | 156 | Using where |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.03 ms |
optimizing | 0.02 ms |
statistics | 0.08 ms |
preparing | 0.01 ms |
Unlocking tables | 0.02 ms |
executing | 0.00 ms |
Sorting result | 0.15 ms |
Sending data | 0.08 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.01 ms |
updating status | 0.02 ms |
cleaning up | 0.01 ms |
# | Hívó | Fájl és sorok száma |
---|
35 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
34 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
33 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
32 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
31 | ContentRouter->getCategorySegment() | Ugyanaz a hívás, mint egy sorral lejjebb. |
30 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
29 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
28 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
27 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
26 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
25 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
24 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
23 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
22 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_articles_categories/tmpl/default_items.php:20 |
21 | require JROOT/modules/mod_articles_categories/tmpl/default_items.php | JROOT/modules/mod_articles_categories/tmpl/default.php:13 |
20 | require JROOT/modules/mod_articles_categories/tmpl/default.php | JROOT/modules/mod_articles_categories/mod_articles_categories.php:35 |
19 | include JROOT/modules/mod_articles_categories/mod_articles_categories.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
17 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:243 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.60 ms Utolsó lekérdezés után: 0.85 ms Memória lekérdezése: 0.034 MB memória a lekérdezés előtt: 22.216 MB Visszaadott sorok: 4
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 `bb2018_categories` AS `s`
INNER JOIN `bb2018_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 = 116
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | Fájlrendezés használata |
1 | SIMPLE | c | ALL | cat_idx,idx_access,idx_left_right | NEM LEHETETT INDEXKULCSOT HASZNÁLNI | NULL | NULL | 156 | Using where |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.03 ms |
optimizing | 0.02 ms |
statistics | 0.09 ms |
preparing | 0.01 ms |
Unlocking tables | 0.02 ms |
executing | 0.00 ms |
Sorting result | 0.17 ms |
Sending data | 0.05 ms |
end | 0.01 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.01 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
35 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
34 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
33 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
32 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
31 | ContentRouter->getCategorySegment() | Ugyanaz a hívás, mint egy sorral lejjebb. |
30 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
29 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
28 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
27 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
26 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
25 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
24 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
23 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
22 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_articles_categories/tmpl/default_items.php:20 |
21 | require JROOT/modules/mod_articles_categories/tmpl/default_items.php | JROOT/modules/mod_articles_categories/tmpl/default.php:13 |
20 | require JROOT/modules/mod_articles_categories/tmpl/default.php | JROOT/modules/mod_articles_categories/mod_articles_categories.php:35 |
19 | include JROOT/modules/mod_articles_categories/mod_articles_categories.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
17 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:243 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.60 ms Utolsó lekérdezés után: 0.59 ms Memória lekérdezése: 0.040 MB memória a lekérdezés előtt: 22.244 MB Visszaadott sorok: 10
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 `bb2018_categories` AS `s`
INNER JOIN `bb2018_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 = 118
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | Fájlrendezés használata |
1 | SIMPLE | c | ALL | cat_idx,idx_access,idx_left_right | NEM LEHETETT INDEXKULCSOT HASZNÁLNI | NULL | NULL | 156 | Using where |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.01 ms |
init | 0.03 ms |
optimizing | 0.02 ms |
statistics | 0.08 ms |
preparing | 0.01 ms |
Unlocking tables | 0.02 ms |
executing | 0.00 ms |
Sorting result | 0.15 ms |
Sending data | 0.07 ms |
end | 0.01 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.01 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
35 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
34 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
33 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
32 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
31 | ContentRouter->getCategorySegment() | Ugyanaz a hívás, mint egy sorral lejjebb. |
30 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
29 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
28 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
27 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
26 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
25 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
24 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
23 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
22 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_articles_categories/tmpl/default_items.php:20 |
21 | require JROOT/modules/mod_articles_categories/tmpl/default_items.php | JROOT/modules/mod_articles_categories/tmpl/default.php:13 |
20 | require JROOT/modules/mod_articles_categories/tmpl/default.php | JROOT/modules/mod_articles_categories/mod_articles_categories.php:35 |
19 | include JROOT/modules/mod_articles_categories/mod_articles_categories.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
17 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:243 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.68 ms Utolsó lekérdezés után: 0.98 ms Memória lekérdezése: 0.040 MB memória a lekérdezés előtt: 22.303 MB Visszaadott sorok: 15
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 `bb2018_categories` AS `s`
INNER JOIN `bb2018_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 = 120
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | Fájlrendezés használata |
1 | SIMPLE | c | ALL | cat_idx,idx_access,idx_left_right | NEM LEHETETT INDEXKULCSOT HASZNÁLNI | NULL | NULL | 156 | Using where |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
init | 0.03 ms |
optimizing | 0.02 ms |
statistics | 0.12 ms |
preparing | 0.01 ms |
Unlocking tables | 0.02 ms |
executing | 0.00 ms |
Sorting result | 0.15 ms |
Sending data | 0.09 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.01 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
35 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
34 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
33 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
32 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
31 | ContentRouter->getCategorySegment() | Ugyanaz a hívás, mint egy sorral lejjebb. |
30 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
29 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
28 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
27 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
26 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
25 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
24 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
23 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
22 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_articles_categories/tmpl/default_items.php:20 |
21 | require JROOT/modules/mod_articles_categories/tmpl/default_items.php | JROOT/modules/mod_articles_categories/tmpl/default.php:13 |
20 | require JROOT/modules/mod_articles_categories/tmpl/default.php | JROOT/modules/mod_articles_categories/mod_articles_categories.php:35 |
19 | include JROOT/modules/mod_articles_categories/mod_articles_categories.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
17 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:243 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.63 ms Utolsó lekérdezés után: 1.31 ms Memória lekérdezése: 0.036 MB memória a lekérdezés előtt: 22.390 MB Visszaadott sorok: 9
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 `bb2018_categories` AS `s`
INNER JOIN `bb2018_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 = 148
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | Fájlrendezés használata |
1 | SIMPLE | c | ALL | cat_idx,idx_access,idx_left_right | NEM LEHETETT INDEXKULCSOT HASZNÁLNI | NULL | NULL | 156 | Using where |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.04 ms |
optimizing | 0.03 ms |
statistics | 0.10 ms |
preparing | 0.01 ms |
Unlocking tables | 0.02 ms |
executing | 0.00 ms |
Sorting result | 0.15 ms |
Sending data | 0.07 ms |
end | 0.01 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.01 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
35 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
34 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
33 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
32 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
31 | ContentRouter->getCategorySegment() | Ugyanaz a hívás, mint egy sorral lejjebb. |
30 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
29 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
28 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
27 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
26 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
25 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
24 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
23 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
22 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_articles_categories/tmpl/default_items.php:20 |
21 | require JROOT/modules/mod_articles_categories/tmpl/default_items.php | JROOT/modules/mod_articles_categories/tmpl/default.php:13 |
20 | require JROOT/modules/mod_articles_categories/tmpl/default.php | JROOT/modules/mod_articles_categories/mod_articles_categories.php:35 |
19 | include JROOT/modules/mod_articles_categories/mod_articles_categories.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
17 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:243 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.60 ms Utolsó lekérdezés után: 0.93 ms Memória lekérdezése: 0.035 MB memória a lekérdezés előtt: 22.445 MB Visszaadott sorok: 5
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 `bb2018_categories` AS `s`
INNER JOIN `bb2018_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 = 156
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | Fájlrendezés használata |
1 | SIMPLE | c | ALL | cat_idx,idx_access,idx_left_right | NEM LEHETETT INDEXKULCSOT HASZNÁLNI | NULL | NULL | 156 | Using where |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
init | 0.03 ms |
optimizing | 0.02 ms |
statistics | 0.08 ms |
preparing | 0.01 ms |
Unlocking tables | 0.02 ms |
executing | 0.00 ms |
Sorting result | 0.15 ms |
Sending data | 0.05 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.01 ms |
updating status | 0.02 ms |
cleaning up | 0.01 ms |
# | Hívó | Fájl és sorok száma |
---|
35 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
34 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
33 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
32 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
31 | ContentRouter->getCategorySegment() | Ugyanaz a hívás, mint egy sorral lejjebb. |
30 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
29 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
28 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
27 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
26 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
25 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
24 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
23 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
22 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_articles_categories/tmpl/default_items.php:20 |
21 | require JROOT/modules/mod_articles_categories/tmpl/default_items.php | JROOT/modules/mod_articles_categories/tmpl/default.php:13 |
20 | require JROOT/modules/mod_articles_categories/tmpl/default.php | JROOT/modules/mod_articles_categories/mod_articles_categories.php:35 |
19 | include JROOT/modules/mod_articles_categories/mod_articles_categories.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
18 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
17 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/plugins/content/loadmodule/loadmodule.php:243 |
16 | PlgContentLoadmodule->_loadid() | JROOT/plugins/content/loadmodule/loadmodule.php:141 |
15 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
14 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
13 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
12 | JHtmlContent::prepare() | Ugyanaz a hívás, mint egy sorral lejjebb. |
11 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
10 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
9 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_rstbox/EngageBox/Boxes.php:59 |
8 | EngageBox\Boxes::render() | JROOT/plugins/system/rstbox/rstbox.php:78 |
7 | PlgSystemRstBox->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.34 ms Utolsó lekérdezés után: 2.77 ms Memória lekérdezése: 0.021 MB memória a lekérdezés előtt: 22.468 MB Visszaadott sorok: 1
SELECT id
FROM bb2018_template_styles
WHERE client_id=0
AND home=1
AND template = 'omstarter'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | bb2018_template_styles | index_merge | idx_template,idx_client_id,idx_client_id_home | idx_client_id,idx_template | 1,202 | NULL | 1 | Using intersect(idx_client_id,idx_template); Using where |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.10 ms |
end | 0.01 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.01 ms |
updating status | 0.01 ms |
cleaning up | 0.02 ms |
# | Hívó | Fájl és sorok száma |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
10 | JDatabaseDriver->loadResult() | JROOT/plugins/system/jarvis/lib/jarvis/template/Builder.php:77 |
9 | Jarvis\Template\Builder->__construct() | JROOT/plugins/system/jarvis/lib/jarvis/template/Builder.php:54 |
8 | Jarvis\Template\Builder::instance() | JROOT/templates/omstarter/index.php:3 |
7 | require JROOT/templates/omstarter/index.php | JROOT/plugins/system/jarvis/lib/joomla/document/html3.php:570 |
6 | JDocumentBaseHTML->_loadTemplate() | JROOT/plugins/system/jarvis/lib/joomla/document/html3.php:629 |
5 | JDocumentBaseHTML->_fetchTemplate() | JROOT/plugins/system/jarvis/lib/joomla/document/html3.php:452 |
4 | JDocumentBaseHTML->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.35 ms Utolsó lekérdezés után: 0.07 ms Memória lekérdezése: 0.099 MB memória a lekérdezés előtt: 22.474 MB Visszaadott sorok: 1
SELECT params
FROM bb2018_jarvis_template_styles
WHERE style_id = 9
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | bb2018_jarvis_template_styles | ref | idx_style | idx_style | 4 | const | 1 | |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.13 ms |
end | 0.01 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
10 | JDatabaseDriver->loadResult() | JROOT/plugins/system/jarvis/lib/jarvis/template/Builder.php:96 |
9 | Jarvis\Template\Builder->__construct() | JROOT/plugins/system/jarvis/lib/jarvis/template/Builder.php:54 |
8 | Jarvis\Template\Builder::instance() | JROOT/templates/omstarter/index.php:3 |
7 | require JROOT/templates/omstarter/index.php | JROOT/plugins/system/jarvis/lib/joomla/document/html3.php:570 |
6 | JDocumentBaseHTML->_loadTemplate() | JROOT/plugins/system/jarvis/lib/joomla/document/html3.php:629 |
5 | JDocumentBaseHTML->_fetchTemplate() | JROOT/plugins/system/jarvis/lib/joomla/document/html3.php:452 |
4 | JDocumentBaseHTML->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.25 ms Utolsó lekérdezés után: 11.62 ms Memória lekérdezése: 0.022 MB memória a lekérdezés előtt: 23.396 MB Visszaadott sorok: 0
SELECT *
FROM bb2018_jmap_metainfo
WHERE `linkurl` = 'https://benedekburkolat.hu/burkolatok/cifre?start=108'
AND `published` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | bb2018_jmap_metainfo | ref | linkurl,published | linkurl | 766 | const | 1 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.02 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.01 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
13 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jmap/jmap.php:514 |
12 | plgSystemJMap->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/plugins/system/jarvis/lib/joomla/document/html3.php:408 |
6 | JDocumentBaseHTML->getBuffer() | JROOT/plugins/system/jarvis/lib/joomla/document/html3.php:691 |
5 | JDocumentBaseHTML->_renderTemplate() | JROOT/plugins/system/jarvis/lib/joomla/document/html3.php:471 |
4 | JDocumentBaseHTML->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 0.08 ms Memória lekérdezése: 0.022 MB memória a lekérdezés előtt: 23.402 MB Visszaadott sorok: 0
SELECT *
FROM bb2018_jmap_canonicals
WHERE `linkurl` = 'https://benedekburkolat.hu/burkolatok/cifre?start=108'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | bb2018_jmap_canonicals | ALL | NULL | NEM LEHETETT INDEXKULCSOT HASZNÁLNI | NULL | NULL | 1 | Using where |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.03 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
13 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jmap/jmap.php:593 |
12 | plgSystemJMap->onBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/plugins/system/jarvis/lib/joomla/document/html3.php:408 |
6 | JDocumentBaseHTML->getBuffer() | JROOT/plugins/system/jarvis/lib/joomla/document/html3.php:691 |
5 | JDocumentBaseHTML->_renderTemplate() | JROOT/plugins/system/jarvis/lib/joomla/document/html3.php:471 |
4 | JDocumentBaseHTML->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Lekérdezés ideje: 0.19 ms Utolsó lekérdezés után: 3.72 ms Memória lekérdezése: 0.020 MB memória a lekérdezés előtt: 23.565 MB Visszaadott sorok: 0
SELECT *
FROM bb2018_jmap_headings
WHERE `linkurl` = 'https://benedekburkolat.hu/burkolatok/cifre?start=108'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | bb2018_jmap_headings | ALL | NULL | NEM LEHETETT INDEXKULCSOT HASZNÁLNI | NULL | NULL | 1 | Using where |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.00 ms |
Opening tables | 0.01 ms |
After opening tables | 0.00 ms |
System lock | 0.00 ms |
Table lock | 0.00 ms |
init | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
end | 0.00 ms |
query end | 0.00 ms |
closing tables | 0.00 ms |
Unlocking tables | 0.01 ms |
freeing items | 0.00 ms |
updating status | 0.01 ms |
cleaning up | 0.00 ms |
# | Hívó | Fájl és sorok száma |
---|
9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
8 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jmap/jmap.php:909 |
7 | plgSystemJMap->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |