**وقت الإستعلام: 0.90 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 0.817 MB** **إرجاع الصفوف: 0**
SELECT `data`
FROM `list_session`
WHERE `session_id` = X'6363636632346232336335393561306438646266326534343565646432343665'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | NULL |
**لايمكن عرض البروفايل (من الممكن أن يكون السبب وجود أكثر من 100 إستعلام)**
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 |
| 14 | JSessionStorageDatabase->read() | **نفس الاستدعاء في خط أدناه.** |
| 13 | session_start() | JROOT/libraries/joomla/session/handler/native.php:260 |
| 12 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:50 |
| 11 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:88 |
| 10 | JSessionHandlerJoomla->start() | JROOT/libraries/src/Session/Session.php:661 |
| 9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:621 |
| 8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:499 |
| 7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:456 |
| 6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:826 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
**وقت الإستعلام: 0.52 ms** **قبل آخر إستعلام: 0.53 ms** **إستعلام الذاكرة: 0.020 MB الذاكرة بعد الإستعلام: 0.828 MB** **إرجاع الصفوف: 0**
SELECT `session_id`
FROM `list_session`
WHERE `session_id` = X'6363636632346232336335393561306438646266326534343565646432343665'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
**لايمكن عرض البروفايل (من الممكن أن يكون السبب وجود أكثر من 100 إستعلام)**
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 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 |
**وقت الإستعلام: 0.55 ms** **قبل آخر إستعلام: 0.12 ms** **إستعلام الذاكرة: 0.004 MB الذاكرة بعد الإستعلام: 0.833 MB**
INSERT INTO `list_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'6363636632346232336335393561306438646266326534343565646432343665', 1, 1782328015, 0, '', 0)
**التوضيح غير ممكن للإستعلام: INSERT INTO `list_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'6363636632346232336335393561306438646266326534343565646432343665', 1, 1782328015, 0, '', 0)**
**لايمكن عرض البروفايل (من الممكن أن يكون السبب وجود أكثر من 100 إستعلام)**
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 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 |
**وقت الإستعلام: 0.89 ms** **قبل آخر إستعلام: 1.91 ms** **إستعلام الذاكرة: 0.021 MB الذاكرة بعد الإستعلام: 0.906 MB** **إرجاع الصفوف: 8**
SELECT id, rules
FROM `list_viewlevels`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_viewlevels | NULL | ALL | NULL | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 8 | 100.00 | NULL |
**لايمكن عرض البروفايل (من الممكن أن يكون السبب وجود أكثر من 100 إستعلام)**
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 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 |
**وقت الإستعلام: 0.76 ms** **قبل آخر إستعلام: 0.15 ms** **إستعلام الذاكرة: 0.021 MB الذاكرة بعد الإستعلام: 0.919 MB** **إرجاع الصفوف: 2**
SELECT b.id
FROM list_usergroups AS a
LEFT JOIN list_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | b | NULL | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 4 | 100.00 | Using where; Using index |
**لايمكن عرض البروفايل (من الممكن أن يكون السبب وجود أكثر من 100 إستعلام)**
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 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 |
**وقت الإستعلام: 1.27 ms** **قبل آخر إستعلام: 8.71 ms** **إستعلام الذاكرة: 0.004 MB الذاكرة بعد الإستعلام: 1.354 MB**
UPDATE list_extensions
SET enabled=1
WHERE `type`='plugin'
AND `element`='jacontenttype'
AND `folder`='ajax'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | list_extensions | NULL | range | element_clientid,element_folder_clientid,extension | element_folder_clientid | 804 | const,const | 1 | 100.00 | Using where |
**لايمكن عرض البروفايل (من الممكن أن يكون السبب وجود أكثر من 100 إستعلام)**
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/plugins/system/jacontenttype/jacontenttype.php:61 |
| 8 | PlgSystemJacontenttype->_check() | JROOT/plugins/system/jacontenttype/jacontenttype.php:43 |
| 7 | PlgSystemJacontenttype->__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 |
**وقت الإستعلام: 0.53 ms** **قبل آخر إستعلام: 6.02 ms** **إستعلام الذاكرة: 0.021 MB الذاكرة بعد الإستعلام: 1.435 MB** **إرجاع الصفوف: 1**
SELECT `value`
FROM list_acym_configuration
WHERE `name` = 'level'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_acym_configuration | NULL | const | PRIMARY | PRIMARY | 767 | const | 1 | 100.00 | NULL |
**لايمكن عرض البروفايل (من الممكن أن يكون السبب وجود أكثر من 100 إستعلام)**
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 10 | JDatabaseDriver->loadResult() | JROOT/plugins/system/acymtriggers/acymtriggers.php:391 |
| 9 | plgSystemAcymtriggers->getAcyConf() | JROOT/plugins/system/acymtriggers/acymtriggers.php:363 |
| 8 | plgSystemAcymtriggers->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 |
**وقت الإستعلام: 0.34 ms** **قبل آخر إستعلام: 0.04 ms** **إستعلام الذاكرة: 0.021 MB الذاكرة بعد الإستعلام: 1.440 MB** **إرجاع الصفوف: 1**
SELECT `value`
FROM list_acym_configuration
WHERE `name` = 'active_cron'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_acym_configuration | NULL | const | PRIMARY | PRIMARY | 767 | const | 1 | 100.00 | NULL |
**لايمكن عرض البروفايل (من الممكن أن يكون السبب وجود أكثر من 100 إستعلام)**
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 10 | JDatabaseDriver->loadResult() | JROOT/plugins/system/acymtriggers/acymtriggers.php:391 |
| 9 | plgSystemAcymtriggers->getAcyConf() | JROOT/plugins/system/acymtriggers/acymtriggers.php:366 |
| 8 | plgSystemAcymtriggers->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 |
**وقت الإستعلام: 1.14 ms** **قبل آخر إستعلام: 29.42 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 4.053 MB** **إرجاع الصفوف: 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 `list_categories` AS `s`
INNER JOIN `list_categories` AS `c`
ON (s.lft < c.lft
AND c.lft < s.rgt
AND c.language IN ('ar-AA','*')) 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 = 78
ORDER BY c.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | c | NULL | range | cat_idx,idx_left_right,idx_language | idx_left_right | 4 | NULL | 16 | 44.10 | Using index condition; Using where |
**لايمكن عرض البروفايل (من الممكن أن يكون السبب وجود أكثر من 100 إستعلام)**
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
| 14 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
| 13 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:165 |
| 12 | ContentRouter->getCategoryId() | **نفس الاستدعاء في خط أدناه.** |
| 11 | call_user_func_array() | JROOT/libraries/src/Component/Router/Rules/StandardRules.php:93 |
| 10 | Joomla\CMS\Component\Router\Rules\StandardRules->parse() | JROOT/libraries/src/Component/Router/RouterView.php:266 |
| 9 | Joomla\CMS\Component\Router\RouterView->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |
| 8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
| 7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
| 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
| 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.42 ms** **قبل آخر إستعلام: 0.49 ms** **إستعلام الذاكرة: 0.022 MB الذاكرة بعد الإستعلام: 4.085 MB** **إرجاع الصفوف: 1**
SELECT `id`
FROM `list_content`
WHERE alias = 'mugla-sitki-kocman'
AND catid = '78'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_content | NULL | ref | idx_catid,idx_alias | idx_alias | 766 | const | 2 | 15.54 | Using where |
**لايمكن عرض البروفايل (من الممكن أن يكون السبب وجود أكثر من 100 إستعلام)**
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 13 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:225 |
| 12 | ContentRouter->getArticleId() | **نفس الاستدعاء في خط أدناه.** |
| 11 | call_user_func_array() | JROOT/libraries/src/Component/Router/Rules/StandardRules.php:140 |
| 10 | Joomla\CMS\Component\Router\Rules\StandardRules->parse() | JROOT/libraries/src/Component/Router/RouterView.php:266 |
| 9 | Joomla\CMS\Component\Router\RouterView->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |
| 8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
| 7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
| 6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
| 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 2.34 ms** **قبل آخر إستعلام: 0.13 ms** **إستعلام الذاكرة: 0.029 MB الذاكرة بعد الإستعلام: 4.088 MB** **إرجاع الصفوف: 300**
SHOW TABLES
**التوضيح غير ممكن للإستعلام: SHOW TABLES**
**لايمكن عرض البروفايل (من الممكن أن يكون السبب وجود أكثر من 100 إستعلام)**
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 12 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:505 |
| 11 | JDatabaseDriverMysqli->getTableList() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:122 |
| 10 | acym_getTableList() | JROOT/administrator/components/com_acym/helpers/global/addon.php:10 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
| 8 | plgSystemAcymtriggers->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 |
**وقت الإستعلام: 0.72 ms** **قبل آخر إستعلام: 0.73 ms** **إستعلام الذاكرة: 0.025 MB الذاكرة بعد الإستعلام: 4.097 MB** **إرجاع الصفوف: 186**
SELECT *
FROM list_acym_configuration
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_acym_configuration | NULL | ALL | NULL | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 186 | 100.00 | NULL |
**لايمكن عرض البروفايل (من الممكن أن يكون السبب وجود أكثر من 100 إستعلام)**
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:31 |
| 14 | acym_loadObjectList() | JROOT/administrator/components/com_acym/classes/configuration.php:15 |
| 13 | AcyMailing\Classes\ConfigurationClass->load() | JROOT/administrator/components/com_acym/helpers/global/global.php:37 |
| 12 | acym_config() | JROOT/administrator/components/com_acym/libraries/object.php:14 |
| 11 | AcyMailing\Libraries\acymObject->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:62 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
| 8 | plgSystemAcymtriggers->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 |
**وقت الإستعلام: 0.55 ms** **قبل آخر إستعلام: 0.26 ms** **إستعلام الذاكرة: 0.022 MB الذاكرة بعد الإستعلام: 4.205 MB** **إرجاع الصفوف: 2**
SELECT *
FROM list_acym_plugin
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_acym_plugin | NULL | ALL | NULL | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 2 | 100.00 | NULL |
**لايمكن عرض البروفايل (من الممكن أن يكون السبب وجود أكثر من 100 إستعلام)**
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:31 |
| 12 | acym_loadObjectList() | JROOT/administrator/components/com_acym/libraries/class.php:62 |
| 11 | AcyMailing\Libraries\acymClass->getAll() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:63 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
| 8 | plgSystemAcymtriggers->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 |
**وقت الإستعلام: 0.71 ms** **قبل آخر إستعلام: 2.41 ms** **إستعلام الذاكرة: 0.022 MB الذاكرة بعد الإستعلام: 4.242 MB** **إرجاع الصفوف: 0**
SELECT *
FROM list_acym_plugin
WHERE folder_name = 'acychecker'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_acym_plugin | NULL | ALL | NULL | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 2 | 50.00 | Using where |
**لايمكن عرض البروفايل (من الممكن أن يكون السبب وجود أكثر من 100 إستعلام)**
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 14 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:48 |
| 13 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:26 |
| 12 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:79 |
| 11 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:91 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
| 8 | plgSystemAcymtriggers->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 |
**وقت الإستعلام: 0.29 ms** **قبل آخر إستعلام: 0.72 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 4.252 MB** **إرجاع الصفوف: 0**
SELECT *
FROM list_acym_plugin
WHERE folder_name = 'amazon'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_acym_plugin | NULL | ALL | NULL | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 2 | 50.00 | Using where |
**لايمكن عرض البروفايل (من الممكن أن يكون السبب وجود أكثر من 100 إستعلام)**
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:48 |
| 14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:26 |
| 13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:79 |
| 12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/amazon/plugin.php:13 |
| 11 | plgAcymAmazon->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:91 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
| 8 | plgSystemAcymtriggers->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 |
**وقت الإستعلام: 0.22 ms** **قبل آخر إستعلام: 0.43 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 4.262 MB** **إرجاع الصفوف: 1**
SELECT *
FROM list_acym_plugin
WHERE folder_name = 'article'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_acym_plugin | NULL | ALL | NULL | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 2 | 50.00 | Using where |
**لايمكن عرض البروفايل (من الممكن أن يكون السبب وجود أكثر من 100 إستعلام)**
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:48 |
| 14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:26 |
| 13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:79 |
| 12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/article/plugin.php:13 |
| 11 | plgAcymArticle->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:91 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
| 8 | plgSystemAcymtriggers->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 |
**وقت الإستعلام: 0.58 ms** **قبل آخر إستعلام: 0.46 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 4.277 MB** **إرجاع الصفوف: 0**
SELECT *
FROM list_acym_plugin
WHERE folder_name = 'birthday'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_acym_plugin | NULL | ALL | NULL | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 2 | 50.00 | Using where |
**لايمكن عرض البروفايل (من الممكن أن يكون السبب وجود أكثر من 100 إستعلام)**
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 14 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:48 |
| 13 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:26 |
| 12 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:79 |
| 11 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:91 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
| 8 | plgSystemAcymtriggers->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 |
**وقت الإستعلام: 0.25 ms** **قبل آخر إستعلام: 0.34 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 4.287 MB** **إرجاع الصفوف: 1**
SELECT *
FROM list_acym_plugin
WHERE folder_name = 'createuser'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_acym_plugin | NULL | ALL | NULL | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 2 | 50.00 | Using where |
**لايمكن عرض البروفايل (من الممكن أن يكون السبب وجود أكثر من 100 إستعلام)**
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:48 |
| 14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:26 |
| 13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:79 |
| 12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/createuser/plugin.php:15 |
| 11 | plgAcymcreateuser->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:91 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
| 8 | plgSystemAcymtriggers->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 |
**وقت الإستعلام: 0.27 ms** **قبل آخر إستعلام: 0.06 ms** **إستعلام الذاكرة: 0.022 MB الذاكرة بعد الإستعلام: 4.294 MB** **إرجاع الصفوف: 13**
SELECT `groups`.*, `groups`.title AS text, `groups`.id AS `value`
FROM list_usergroups AS `groups`| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | groups | NULL | ALL | NULL | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 13 | 100.00 | NULL |
**لايمكن عرض البروفايل (من الممكن أن يكون السبب وجود أكثر من 100 إستعلام)**
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:31 |
| 13 | acym_loadObjectList() | JROOT/administrator/components/com_acym/libraries/joomla/user.php:42 |
| 12 | acym_getGroups() | JROOT/administrator/components/com_acym/dynamics/createuser/plugin.php:18 |
| 11 | plgAcymcreateuser->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:91 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
| 8 | plgSystemAcymtriggers->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 |
**وقت الإستعلام: 0.30 ms** **قبل آخر إستعلام: 0.32 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 4.315 MB** **إرجاع الصفوف: 0**
SELECT *
FROM list_acym_plugin
WHERE folder_name = 'elasticemail'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_acym_plugin | NULL | ALL | NULL | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 2 | 50.00 | Using where |
**لايمكن عرض البروفايل (من الممكن أن يكون السبب وجود أكثر من 100 إستعلام)**
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:48 |
| 14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:26 |
| 13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:79 |
| 12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/elasticemail/plugin.php:12 |
| 11 | plgAcymElasticemail->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:91 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
| 8 | plgSystemAcymtriggers->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 |
**وقت الإستعلام: 0.92 ms** **قبل آخر إستعلام: 0.25 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 4.326 MB** **إرجاع الصفوف: 0**
SELECT *
FROM list_acym_plugin
WHERE folder_name = 'mailgun'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_acym_plugin | NULL | ALL | NULL | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 2 | 50.00 | Using where |
**لايمكن عرض البروفايل (من الممكن أن يكون السبب وجود أكثر من 100 إستعلام)**
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:48 |
| 14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:26 |
| 13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:79 |
| 12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/mailgun/plugin.php:16 |
| 11 | plgAcymMailgun->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:91 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
| 8 | plgSystemAcymtriggers->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 |
**وقت الإستعلام: 0.34 ms** **قبل آخر إستعلام: 0.40 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 4.336 MB** **إرجاع الصفوف: 0**
SELECT *
FROM list_acym_plugin
WHERE folder_name = 'online'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_acym_plugin | NULL | ALL | NULL | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 2 | 50.00 | Using where |
**لايمكن عرض البروفايل (من الممكن أن يكون السبب وجود أكثر من 100 إستعلام)**
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:48 |
| 14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:26 |
| 13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:79 |
| 12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/online/plugin.php:9 |
| 11 | plgAcymOnline->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:91 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
| 8 | plgSystemAcymtriggers->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 |
**وقت الإستعلام: 0.42 ms** **قبل آخر إستعلام: 0.26 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 4.347 MB** **إرجاع الصفوف: 0**
SELECT *
FROM list_acym_plugin
WHERE folder_name = 'override'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_acym_plugin | NULL | ALL | NULL | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 2 | 50.00 | Using where |
**لايمكن عرض البروفايل (من الممكن أن يكون السبب وجود أكثر من 100 إستعلام)**
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:48 |
| 14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:26 |
| 13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:79 |
| 12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/override/plugin.php:21 |
| 11 | plgAcymOverride->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:91 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
| 8 | plgSystemAcymtriggers->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 |
**وقت الإستعلام: 0.70 ms** **قبل آخر إستعلام: 0.28 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 4.359 MB** **إرجاع الصفوف: 0**
SELECT *
FROM list_acym_plugin
WHERE folder_name = 'phpmail'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_acym_plugin | NULL | ALL | NULL | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 2 | 50.00 | Using where |
**لايمكن عرض البروفايل (من الممكن أن يكون السبب وجود أكثر من 100 إستعلام)**
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:48 |
| 14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:26 |
| 13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:79 |
| 12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/phpmail/plugin.php:12 |
| 11 | plgAcymPhpmail->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:91 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
| 8 | plgSystemAcymtriggers->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 |
**وقت الإستعلام: 0.61 ms** **قبل آخر إستعلام: 0.27 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 4.370 MB** **إرجاع الصفوف: 0**
SELECT *
FROM list_acym_plugin
WHERE folder_name = 'postmark'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_acym_plugin | NULL | ALL | NULL | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 2 | 50.00 | Using where |
**لايمكن عرض البروفايل (من الممكن أن يكون السبب وجود أكثر من 100 إستعلام)**
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:48 |
| 14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:26 |
| 13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:79 |
| 12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/postmark/plugin.php:13 |
| 11 | plgAcymPostmark->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:91 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
| 8 | plgSystemAcymtriggers->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 |
**وقت الإستعلام: 0.28 ms** **قبل آخر إستعلام: 0.29 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 4.380 MB** **إرجاع الصفوف: 0**
SELECT *
FROM list_acym_plugin
WHERE folder_name = 'qmail'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_acym_plugin | NULL | ALL | NULL | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 2 | 50.00 | Using where |
**لايمكن عرض البروفايل (من الممكن أن يكون السبب وجود أكثر من 100 إستعلام)**
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:48 |
| 14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:26 |
| 13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:79 |
| 12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/qmail/plugin.php:12 |
| 11 | plgAcymQmail->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:91 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
| 8 | plgSystemAcymtriggers->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 |
**وقت الإستعلام: 0.32 ms** **قبل آخر إستعلام: 0.31 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 4.391 MB** **إرجاع الصفوف: 0**
SELECT *
FROM list_acym_plugin
WHERE folder_name = 'segment'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_acym_plugin | NULL | ALL | NULL | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 2 | 50.00 | Using where |
**لايمكن عرض البروفايل (من الممكن أن يكون السبب وجود أكثر من 100 إستعلام)**
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:48 |
| 14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:26 |
| 13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:79 |
| 12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/segment/plugin.php:11 |
| 11 | plgAcymSegment->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:91 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
| 8 | plgSystemAcymtriggers->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 |
**وقت الإستعلام: 0.64 ms** **قبل آخر إستعلام: 0.25 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 4.402 MB** **إرجاع الصفوف: 0**
SELECT *
FROM list_acym_plugin
WHERE folder_name = 'sendgrid'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_acym_plugin | NULL | ALL | NULL | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 2 | 50.00 | Using where |
**لايمكن عرض البروفايل (من الممكن أن يكون السبب وجود أكثر من 100 إستعلام)**
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:48 |
| 14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:26 |
| 13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:79 |
| 12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/sendgrid/plugin.php:13 |
| 11 | plgAcymSendgrid->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:91 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
| 8 | plgSystemAcymtriggers->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 |
**وقت الإستعلام: 0.87 ms** **قبل آخر إستعلام: 0.24 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 4.412 MB** **إرجاع الصفوف: 0**
SELECT *
FROM list_acym_plugin
WHERE folder_name = 'sendinblue'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_acym_plugin | NULL | ALL | NULL | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 2 | 50.00 | Using where |
**لايمكن عرض البروفايل (من الممكن أن يكون السبب وجود أكثر من 100 إستعلام)**
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:48 |
| 14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:26 |
| 13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:79 |
| 12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/plugin.php:23 |
| 11 | plgAcymSendinblue->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:91 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
| 8 | plgSystemAcymtriggers->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 |
**وقت الإستعلام: 0.68 ms** **قبل آخر إستعلام: 0.61 ms** **إستعلام الذاكرة: 0.024 MB الذاكرة بعد الإستعلام: 4.422 MB** **إرجاع الصفوف: 0**
SELECT *
FROM list_acym_plugin
WHERE folder_name = 'luecredentials'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_acym_plugin | NULL | ALL | NULL | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 2 | 50.00 | Using where |
**لايمكن عرض البروفايل (من الممكن أن يكون السبب وجود أكثر من 100 إستعلام)**
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 16 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:48 |
| 15 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:26 |
| 14 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:79 |
| 13 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/sendinblue.php:12 |
| 12 | SendinblueClass->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/plugin.php:36 |
| 11 | plgAcymSendinblue->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:91 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
| 8 | plgSystemAcymtriggers->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 |
**وقت الإستعلام: 0.63 ms** **قبل آخر إستعلام: 0.11 ms** **إستعلام الذاكرة: 0.024 MB الذاكرة بعد الإستعلام: 4.435 MB** **إرجاع الصفوف: 0**
SELECT *
FROM list_acym_plugin
WHERE folder_name = 'lueintegration'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_acym_plugin | NULL | ALL | NULL | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 2 | 50.00 | Using where |
**لايمكن عرض البروفايل (من الممكن أن يكون السبب وجود أكثر من 100 إستعلام)**
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 16 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:48 |
| 15 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:26 |
| 14 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:79 |
| 13 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/sendinblue.php:12 |
| 12 | SendinblueClass->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/plugin.php:39 |
| 11 | plgAcymSendinblue->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:91 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
| 8 | plgSystemAcymtriggers->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 |
**وقت الإستعلام: 0.38 ms** **قبل آخر إستعلام: 0.08 ms** **إستعلام الذاكرة: 0.024 MB الذاكرة بعد الإستعلام: 4.446 MB** **إرجاع الصفوف: 0**
SELECT *
FROM list_acym_plugin
WHERE folder_name = 'luetransactional'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_acym_plugin | NULL | ALL | NULL | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 2 | 50.00 | Using where |
**لايمكن عرض البروفايل (من الممكن أن يكون السبب وجود أكثر من 100 إستعلام)**
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 16 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:48 |
| 15 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:26 |
| 14 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:79 |
| 13 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/sendinblue.php:12 |
| 12 | SendinblueClass->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/plugin.php:40 |
| 11 | plgAcymSendinblue->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:91 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
| 8 | plgSystemAcymtriggers->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 |
**وقت الإستعلام: 0.64 ms** **قبل آخر إستعلام: 0.08 ms** **إستعلام الذاكرة: 0.025 MB الذاكرة بعد الإستعلام: 4.464 MB** **إرجاع الصفوف: 0**
SELECT *
FROM list_acym_plugin
WHERE folder_name = 'luelist'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_acym_plugin | NULL | ALL | NULL | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 2 | 50.00 | Using where |
**لايمكن عرض البروفايل (من الممكن أن يكون السبب وجود أكثر من 100 إستعلام)**
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 16 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:48 |
| 15 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:26 |
| 14 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:79 |
| 13 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/sendinblue.php:12 |
| 12 | SendinblueClass->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/plugin.php:41 |
| 11 | plgAcymSendinblue->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:91 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
| 8 | plgSystemAcymtriggers->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 |
**وقت الإستعلام: 0.47 ms** **قبل آخر إستعلام: 0.11 ms** **إستعلام الذاكرة: 0.024 MB الذاكرة بعد الإستعلام: 4.476 MB** **إرجاع الصفوف: 0**
SELECT *
FROM list_acym_plugin
WHERE folder_name = 'lueusers'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_acym_plugin | NULL | ALL | NULL | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 2 | 50.00 | Using where |
**لايمكن عرض البروفايل (من الممكن أن يكون السبب وجود أكثر من 100 إستعلام)**
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:48 |
| 16 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:26 |
| 15 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:79 |
| 14 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/sendinblue.php:12 |
| 13 | SendinblueClass->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/users.php:12 |
| 12 | SendinblueUsers->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/plugin.php:42 |
| 11 | plgAcymSendinblue->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:91 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
| 8 | plgSystemAcymtriggers->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 |
**وقت الإستعلام: 0.56 ms** **قبل آخر إستعلام: 0.14 ms** **إستعلام الذاكرة: 0.024 MB الذاكرة بعد الإستعلام: 4.487 MB** **إرجاع الصفوف: 0**
SELECT *
FROM list_acym_plugin
WHERE folder_name = 'luesender'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_acym_plugin | NULL | ALL | NULL | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 2 | 50.00 | Using where |
**لايمكن عرض البروفايل (من الممكن أن يكون السبب وجود أكثر من 100 إستعلام)**
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 16 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:48 |
| 15 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:26 |
| 14 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:79 |
| 13 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/sendinblue.php:12 |
| 12 | SendinblueClass->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/plugin.php:43 |
| 11 | plgAcymSendinblue->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:91 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
| 8 | plgSystemAcymtriggers->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 |
**وقت الإستعلام: 0.38 ms** **قبل آخر إستعلام: 0.08 ms** **إستعلام الذاكرة: 0.024 MB الذاكرة بعد الإستعلام: 4.499 MB** **إرجاع الصفوف: 0**
SELECT *
FROM list_acym_plugin
WHERE folder_name = 'luecampaign'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_acym_plugin | NULL | ALL | NULL | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 2 | 50.00 | Using where |
**لايمكن عرض البروفايل (من الممكن أن يكون السبب وجود أكثر من 100 إستعلام)**
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:48 |
| 16 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:26 |
| 15 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:79 |
| 14 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/sendinblue.php:12 |
| 13 | SendinblueClass->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/campaign.php:12 |
| 12 | SendinblueCampaign->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/plugin.php:44 |
| 11 | plgAcymSendinblue->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:91 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
| 8 | plgSystemAcymtriggers->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 |
**وقت الإستعلام: 0.82 ms** **قبل آخر إستعلام: 0.16 ms** **إستعلام الذاكرة: 0.024 MB الذاكرة بعد الإستعلام: 4.510 MB** **إرجاع الصفوف: 0**
SELECT *
FROM list_acym_plugin
WHERE folder_name = 'luewebhooks'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_acym_plugin | NULL | ALL | NULL | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 2 | 50.00 | Using where |
**لايمكن عرض البروفايل (من الممكن أن يكون السبب وجود أكثر من 100 إستعلام)**
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 16 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:48 |
| 15 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:26 |
| 14 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:79 |
| 13 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/sendinblue.php:12 |
| 12 | SendinblueClass->__construct() | JROOT/administrator/components/com_acym/dynamics/sendinblue/plugin.php:45 |
| 11 | plgAcymSendinblue->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:91 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
| 8 | plgSystemAcymtriggers->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 |
**وقت الإستعلام: 0.29 ms** **قبل آخر إستعلام: 0.27 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 4.529 MB** **إرجاع الصفوف: 0**
SELECT *
FROM list_acym_plugin
WHERE folder_name = 'sendmail'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_acym_plugin | NULL | ALL | NULL | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 2 | 50.00 | Using where |
**لايمكن عرض البروفايل (من الممكن أن يكون السبب وجود أكثر من 100 إستعلام)**
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:48 |
| 14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:26 |
| 13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:79 |
| 12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/sendmail/plugin.php:12 |
| 11 | plgAcymSendmail->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:91 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
| 8 | plgSystemAcymtriggers->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 |
**وقت الإستعلام: 0.39 ms** **قبل آخر إستعلام: 0.26 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 4.539 MB** **إرجاع الصفوف: 0**
SELECT *
FROM list_acym_plugin
WHERE folder_name = 'smtp'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_acym_plugin | NULL | ALL | NULL | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 2 | 50.00 | Using where |
**لايمكن عرض البروفايل (من الممكن أن يكون السبب وجود أكثر من 100 إستعلام)**
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:48 |
| 14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:26 |
| 13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:79 |
| 12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/smtp/plugin.php:13 |
| 11 | plgAcymSmtp->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:91 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
| 8 | plgSystemAcymtriggers->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 |
**وقت الإستعلام: 0.37 ms** **قبل آخر إستعلام: 0.22 ms** **إستعلام الذاكرة: 0.022 MB الذاكرة بعد الإستعلام: 4.552 MB** **إرجاع الصفوف: 0**
SELECT *
FROM list_acym_plugin
WHERE folder_name = 'statistics'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_acym_plugin | NULL | ALL | NULL | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 2 | 50.00 | Using where |
**لايمكن عرض البروفايل (من الممكن أن يكون السبب وجود أكثر من 100 إستعلام)**
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 14 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:48 |
| 13 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:26 |
| 12 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:79 |
| 11 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:91 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
| 8 | plgSystemAcymtriggers->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 |
**وقت الإستعلام: 0.44 ms** **قبل آخر إستعلام: 0.30 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 4.562 MB** **إرجاع الصفوف: 0**
SELECT *
FROM list_acym_plugin
WHERE folder_name = 'subscriber'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_acym_plugin | NULL | ALL | NULL | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 2 | 50.00 | Using where |
**لايمكن عرض البروفايل (من الممكن أن يكون السبب وجود أكثر من 100 إستعلام)**
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:48 |
| 14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:26 |
| 13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:79 |
| 12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/subscriber/plugin.php:33 |
| 11 | plgAcymSubscriber->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:91 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
| 8 | plgSystemAcymtriggers->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 |
**وقت الإستعلام: 0.22 ms** **قبل آخر إستعلام: 0.30 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 4.573 MB** **إرجاع الصفوف: 0**
SELECT *
FROM list_acym_plugin
WHERE folder_name = 'subscription'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_acym_plugin | NULL | ALL | NULL | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 2 | 50.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 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.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:48 |
| 14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:26 |
| 13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:79 |
| 12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/subscription/plugin.php:26 |
| 11 | plgAcymSubscription->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:91 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
| 8 | plgSystemAcymtriggers->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 |
**وقت الإستعلام: 0.22 ms** **قبل آخر إستعلام: 0.21 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 4.585 MB** **إرجاع الصفوف: 0**
SELECT *
FROM list_acym_plugin
WHERE folder_name = 'time'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_acym_plugin | NULL | ALL | NULL | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 2 | 50.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 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.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:48 |
| 14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:26 |
| 13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:79 |
| 12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/time/plugin.php:9 |
| 11 | plgAcymTime->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:91 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
| 8 | plgSystemAcymtriggers->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 |
**وقت الإستعلام: 0.30 ms** **قبل آخر إستعلام: 0.28 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 4.596 MB** **إرجاع الصفوف: 0**
SELECT *
FROM list_acym_plugin
WHERE folder_name = 'user'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_acym_plugin | NULL | ALL | NULL | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 2 | 50.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:48 |
| 14 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:26 |
| 13 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:79 |
| 12 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/dynamics/user/plugin.php:14 |
| 11 | plgAcymUser->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:91 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
| 8 | plgSystemAcymtriggers->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 |
**وقت الإستعلام: 0.24 ms** **قبل آخر إستعلام: 0.36 ms** **إستعلام الذاكرة: 0.022 MB الذاكرة بعد الإستعلام: 4.607 MB** **إرجاع الصفوف: 0**
SELECT *
FROM list_acym_plugin
WHERE folder_name = 'managetext'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_acym_plugin | NULL | ALL | NULL | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 2 | 50.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 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.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 14 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:48 |
| 13 | acym_loadObject() | JROOT/administrator/components/com_acym/classes/plugin.php:26 |
| 12 | AcyMailing\Classes\PluginClass->getOneByFolderName() | JROOT/administrator/components/com_acym/libraries/plugin.php:79 |
| 11 | AcyMailing\Libraries\acymPlugin->__construct() | JROOT/administrator/components/com_acym/libraries/joomla/extension.php:91 |
| 10 | acym_loadPlugins() | JROOT/administrator/components/com_acym/helpers/global/addon.php:19 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:335 |
| 8 | plgSystemAcymtriggers->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 |
**وقت الإستعلام: 2.18 ms** **قبل آخر إستعلام: 2.11 ms** **إستعلام الذاكرة: 0.045 MB الذاكرة بعد الإستعلام: 4.651 MB** **إرجاع الصفوف: 326**
SELECT fas.*
FROM list_jbusinessdirectory_application_settings fas
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | fas | NULL | ALL | NULL | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 326 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.95 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.75 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.02 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jbusinessdirectory/helpers/utils.php:65 |
| 10 | JBusinessUtil::getAppSettings() | JROOT/components/com_jbusinessdirectory/helpers/utils.php:48 |
| 9 | JBusinessUtil::getApplicationSettings() | JROOT/plugins/system/urltranslator/urltranslator.php:39 |
| 8 | plgSystemUrlTranslator->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 |
**وقت الإستعلام: 0.91 ms** **قبل آخر إستعلام: 0.56 ms** **إستعلام الذاكرة: 0.021 MB الذاكرة بعد الإستعلام: 4.878 MB** **إرجاع الصفوف: 1**
SELECT fas.*
FROM list_jbusinessdirectory_date_formats fas
WHERE fas.id ='2'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | fas | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.15 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.31 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.03 ms |
| freeing items | 0.09 ms |
| cleaning up | 0.02 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 11 | JDatabaseDriver->loadObject() | JROOT/components/com_jbusinessdirectory/helpers/utils.php:76 |
| 10 | JBusinessUtil::getAppSettings() | JROOT/components/com_jbusinessdirectory/helpers/utils.php:48 |
| 9 | JBusinessUtil::getApplicationSettings() | JROOT/plugins/system/urltranslator/urltranslator.php:39 |
| 8 | plgSystemUrlTranslator->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 |
**وقت الإستعلام: 0.53 ms** **قبل آخر إستعلام: 0.08 ms** **إستعلام الذاكرة: 0.021 MB الذاكرة بعد الإستعلام: 4.884 MB** **إرجاع الصفوف: 1**
SELECT fas.*
FROM list_jbusinessdirectory_currencies fas
WHERE fas.currency_id ='137'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | fas | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.23 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.02 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.02 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 11 | JDatabaseDriver->loadObject() | JROOT/components/com_jbusinessdirectory/helpers/utils.php:85 |
| 10 | JBusinessUtil::getAppSettings() | JROOT/components/com_jbusinessdirectory/helpers/utils.php:48 |
| 9 | JBusinessUtil::getApplicationSettings() | JROOT/plugins/system/urltranslator/urltranslator.php:39 |
| 8 | plgSystemUrlTranslator->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 |
**وقت الإستعلام: 0.91 ms** **قبل آخر إستعلام: 0.87 ms** **إستعلام الذاكرة: 0.005 MB الذاكرة بعد الإستعلام: 4.710 MB**
UPDATE `list_extensions`
SET `params` = '{\"mediaversion\":\"92ba7a453eb476c7e81f03876ce3a026\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | list_extensions | NULL | range | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.03 ms |
| System lock | 0.18 ms |
| updating | 0.14 ms |
| end | 0.01 ms |
| query end | 0.15 ms |
| closing tables | 0.07 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.02 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
| 9 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
| 8 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
| 7 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 6 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 5 | Joomla\CMS\Factory::getDocument() | JROOT/libraries/src/Application/WebApplication.php:1137 |
| 4 | Joomla\CMS\Application\WebApplication->loadDocument() | JROOT/libraries/src/Application/SiteApplication.php:133 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 1.58 ms** **قبل آخر إستعلام: 3.71 ms** **إستعلام الذاكرة: 0.025 MB الذاكرة بعد الإستعلام: 4.843 MB** **إرجاع الصفوف: 45**
SELECT `id`,`name`,`rules`,`parent_id`
FROM `list_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_acym','com_acymailing','com_admin','com_ajax','com_associations','com_baforms','com_banners','com_bruce','com_cache','com_categories','com_checkin','com_coalawebsociallinks','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_fields','com_finder','com_installer','com_j2xml','com_jabuilder','com_jaextmanager','com_jbusinessdirectory','com_jce','com_joomlaupdate','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_plugins','com_postinstall','com_privacy','com_redirect','com_search','com_tags','com_templates','com_universityregistartionsystem','com_users','com_wrapper')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_assets | NULL | range | idx_asset_name | idx_asset_name | 202 | NULL | 46 | 100.00 | Using index condition |
| Status | Duration |
|---|
| starting | 0.17 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.12 ms |
| init | 0.07 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.23 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.74 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.02 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
| 16 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
| 15 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
| 14 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
| 13 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
| 12 | Joomla\CMS\User\User->authorise() | JROOT/components/com_content/models/article.php:58 |
| 11 | ContentModelArticle->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:457 |
| 10 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/components/com_content/models/article.php:251 |
| 9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:113 |
| 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 |
**وقت الإستعلام: 3.49 ms** **قبل آخر إستعلام: 0.23 ms** **إستعلام الذاكرة: 0.114 MB الذاكرة بعد الإستعلام: 4.900 MB** **إرجاع الصفوف: 1726**
SELECT `id`,`name`,`rules`,`parent_id`
FROM `list_assets`
WHERE `name` LIKE 'com_content.%' OR `name` = 'com_content' OR `parent_id` = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_assets | NULL | ALL | idx_asset_name,idx_parent_id | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 2145 | 20.82 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.12 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 3.12 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:359 |
| 16 | Joomla\CMS\Access\Access::preloadPermissions() | JROOT/libraries/src/Access/Access.php:226 |
| 15 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:540 |
| 14 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
| 13 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
| 12 | Joomla\CMS\User\User->authorise() | JROOT/components/com_content/models/article.php:58 |
| 11 | ContentModelArticle->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:457 |
| 10 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/components/com_content/models/article.php:251 |
| 9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:113 |
| 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 |
**وقت الإستعلام: 0.97 ms** **قبل آخر إستعلام: 3.33 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 6.176 MB** **إرجاع الصفوف: 31**
SHOW FULL COLUMNS
FROM `list_content`
**التوضيح غير ممكن للإستعلام: SHOW FULL COLUMNS FROM `list_content`**
| Status | Duration |
|---|
| starting | 0.13 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.26 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.04 ms |
| Opening tables | 0.02 ms |
| checking permissions | 0.08 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Sending data | 0.09 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.03 ms |
| closing tables | 0.00 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 14 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
| 13 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
| 12 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/Content.php:39 |
| 11 | Joomla\CMS\Table\Content->__construct() | JROOT/libraries/src/Table/Table.php:328 |
| 10 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_content/models/article.php:253 |
| 9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:113 |
| 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 |
**وقت الإستعلام: 0.65 ms** **قبل آخر إستعلام: 1.17 ms** **إستعلام الذاكرة: 0.005 MB الذاكرة بعد الإستعلام: 6.220 MB**
UPDATE list_content
SET `hits` = (`hits` + 1)
WHERE `id` = '429'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | list_content | NULL | range | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.08 ms |
| updating | 0.12 ms |
| end | 0.01 ms |
| query end | 0.08 ms |
| closing tables | 0.02 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Table/Table.php:1264 |
| 10 | Joomla\CMS\Table\Table->hit() | JROOT/components/com_content/models/article.php:254 |
| 9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:113 |
| 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 |
**وقت الإستعلام: 1.00 ms** **قبل آخر إستعلام: 2.42 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 6.327 MB** **إرجاع الصفوف: 1**
SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
FROM list_content AS a
INNER JOIN list_categories AS c
on c.id = a.catid
LEFT JOIN list_users AS u
on u.id = a.created_by
LEFT JOIN list_categories as parent
ON parent.id = c.parent_id
LEFT JOIN list_content_rating AS v
ON a.id = v.content_id
WHERE a.id = 429
AND c.published > 0
AND a.language in ('ar-AA','*')
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2026-06-24 19:06:55')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-06-24 19:06:55')
AND (a.state = 1 OR a.state =2)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | const | PRIMARY,idx_state,idx_catid,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | c | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | u | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | v | NULL | const | PRIMARY | PRIMARY | 4 | const | 0 | 0.00 | unique row not found |
| Status | Duration |
|---|
| starting | 0.23 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.17 ms |
| init | 0.09 ms |
| System lock | 0.01 ms |
| optimizing | 0.03 ms |
| statistics | 0.16 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.05 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.03 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.02 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 14 | JDatabaseDriver->loadObject() | JROOT/components/com_content/models/article.php:151 |
| 13 | ContentModelArticle->getItem() | JROOT/plugins/system/t3/includes/core/t3.php(525) : eval()'d code:425 |
| 12 | Joomla\CMS\MVC\View\_JHtmlView->get() | JROOT/components/com_content/views/article/view.html.php:42 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php: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 |
**وقت الإستعلام: 1.37 ms** **قبل آخر إستعلام: 2.04 ms** **إستعلام الذاكرة: 0.027 MB الذاكرة بعد الإستعلام: 6.401 MB** **إرجاع الصفوف: 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 `list_categories` AS `s`
INNER JOIN `list_categories` AS `c`
ON (s.lft < c.lft
AND c.lft < s.rgt
AND c.language IN ('ar-AA','*')) 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 = 78
ORDER BY c.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | c | NULL | range | cat_idx,idx_access,idx_left_right,idx_language | idx_left_right | 4 | NULL | 16 | 45.13 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.30 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.12 ms |
| System lock | 0.01 ms |
| optimizing | 0.03 ms |
| statistics | 0.30 ms |
| preparing | 0.04 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.15 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.06 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.02 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
| 23 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
| 22 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
| 21 | ContentRouter->getCategorySegment() | **نفس الاستدعاء في خط أدناه.** |
| 20 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
| 19 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
| 18 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
| 17 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
| 16 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
| 15 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 14 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 13 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 12 | Joomla\CMS\Router\Route::_() | JROOT/components/com_content/views/article/view.html.php:71 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php: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 |
**وقت الإستعلام: 1.00 ms** **قبل آخر إستعلام: 0.62 ms** **إستعلام الذاكرة: 0.022 MB الذاكرة بعد الإستعلام: 6.432 MB** **إرجاع الصفوف: 0**
SELECT `m`.`tag_id`,`t`.*
FROM `list_contentitem_tag_map` AS m
INNER JOIN `list_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 429
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 230 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | listixic_lististanbul.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.23 ms |
| init | 0.06 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.11 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.28 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.02 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 12 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/views/article/view.html.php:184 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php: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 |
**وقت الإستعلام: 3.05 ms** **قبل آخر إستعلام: 1.53 ms** **إستعلام الذاكرة: 0.041 MB الذاكرة بعد الإستعلام: 6.456 MB** **إرجاع الصفوف: 15**
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 list_fields AS a
LEFT JOIN `list_languages` AS l
ON l.lang_code = a.language
LEFT JOIN list_users AS uc
ON uc.id=a.checked_out
LEFT JOIN list_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN list_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN list_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `list_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 (78,0,11,9))
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)
AND a.language in ('*','ar-AA')
ORDER BY a.ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ALL | idx_state,idx_access,idx_language,idx_context | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 17 | 88.24 | Using where; Using temporary; **استعمال ترتيب الملفات** |
| 1 | SIMPLE | l | NULL | ALL | idx_langcode | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 3 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
| 1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.a.checked_out | 1 | 100.00 | NULL |
| 1 | SIMPLE | ag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.a.access | 1 | 100.00 | Using where |
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.a.created_user_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.a.group_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | fc | NULL | ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.a.id | 2 | 46.00 | Using where; Using index; Distinct |
| Status | Duration |
|---|
| starting | 0.22 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.31 ms |
| init | 0.16 ms |
| System lock | 0.01 ms |
| optimizing | 0.03 ms |
| statistics | 0.24 ms |
| preparing | 0.06 ms |
| Creating tmp table | 0.09 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 1.15 ms |
| Creating sort index | 0.18 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| removing tmp table | 0.13 ms |
| query end | 0.01 ms |
| closing tables | 0.11 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.02 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 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/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php: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 |
**وقت الإستعلام: 0.72 ms** **قبل آخر إستعلام: 1.36 ms** **إستعلام الذاكرة: 0.024 MB الذاكرة بعد الإستعلام: 6.608 MB** **إرجاع الصفوف: 11**
SELECT `field_id`,`value`
FROM `list_fields_values`
WHERE `field_id` IN (3,11,4,5,17,6,7,8,10,9,12,13,14,15,16)
AND `item_id` = '429'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_fields_values | NULL | ref | idx_field_id,idx_item_id | idx_item_id | 766 | const | 11 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.08 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.25 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.08 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 1.90 ms |
| cleaning up | 0.03 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 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/article/view.html.php:193 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php: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 |
**وقت الإستعلام: 0.50 ms** **قبل آخر إستعلام: 20.22 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 6.759 MB** **إرجاع الصفوف: 1**
SELECT list_categories.title
FROM list_categories
WHERE list_categories.id = 78
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_categories | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/templates/ja_focus/html/com_content/article/university.php:22 |
| 14 | include JROOT/templates/ja_focus/html/com_content/article/university.php | JROOT/plugins/system/t3/includes/core/t3.php(525) : eval()'d code:701 |
| 13 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/plugins/system/t3/includes/core/t3.php(525) : eval()'d code:230 |
| 12 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php: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 |
**وقت الإستعلام: 0.99 ms** **قبل آخر إستعلام: 0.22 ms** **إستعلام الذاكرة: 0.024 MB الذاكرة بعد الإستعلام: 6.767 MB** **إرجاع الصفوف: 0**
**الإستعلامات المتكررة**:
#76SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 78
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.14 ms |
| preparing | 0.03 ms |
| executing | 0.00 ms |
| Sending data | 0.28 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.03 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.02 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 15 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/html/com_content/article/university.php:23 |
| 14 | include JROOT/templates/ja_focus/html/com_content/article/university.php | JROOT/plugins/system/t3/includes/core/t3.php(525) : eval()'d code:701 |
| 13 | Joomla\CMS\MVC\View\_JHtmlView->loadTemplate() | JROOT/plugins/system/t3/includes/core/t3.php(525) : eval()'d code:230 |
| 12 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/components/com_content/views/article/view.html.php:210 |
| 11 | ContentViewArticle->display() | JROOT/libraries/src/Cache/Controller/ViewController.php:102 |
| 10 | Joomla\CMS\Cache\Controller\ViewController->get() | JROOT/libraries/src/MVC/Controller/BaseController.php: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 |
**وقت الإستعلام: 0.80 ms** **قبل آخر إستعلام: 4.80 ms** **إستعلام الذاكرة: 0.020 MB الذاكرة بعد الإستعلام: 6.774 MB** **إرجاع الصفوف: 4**
SELECT language,id
FROM `list_menu`
WHERE home = 1
AND published = 1
AND client_id = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_menu | NULL | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 222 | 1.00 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.11 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.39 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/Multilanguage.php:107 |
| 8 | Joomla\CMS\Language\Multilanguage::getSiteHomePages() | JROOT/plugins/system/languagefilter/languagefilter.php:751 |
| 7 | PlgSystemLanguageFilter->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.37 ms** **قبل آخر إستعلام: 0.34 ms** **إستعلام الذاكرة: 0.024 MB الذاكرة بعد الإستعلام: 6.784 MB** **إرجاع الصفوف: 1**
**الإستعلامات المتكررة**:
#63SELECT `alias`
FROM `list_content`
WHERE id = '429'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.02 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 18 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
| 17 | ContentRouter->getArticleSegment() | **نفس الاستدعاء في خط أدناه.** |
| 16 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
| 15 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
| 14 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
| 13 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
| 12 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
| 11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/languagefilter/languagefilter.php:763 |
| 7 | PlgSystemLanguageFilter->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.16 ms** **قبل آخر إستعلام: 0.13 ms** **إستعلام الذاكرة: 0.025 MB الذاكرة بعد الإستعلام: 6.793 MB** **إرجاع الصفوف: 1**
**الإستعلامات المتكررة**:
#62SELECT `alias`
FROM `list_content`
WHERE id = '429'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_content | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 19 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
| 18 | ContentRouter->getArticleSegment() | **نفس الاستدعاء في خط أدناه.** |
| 17 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
| 16 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/StandardRules.php:246 |
| 15 | Joomla\CMS\Component\Router\Rules\StandardRules->build() | JROOT/libraries/src/Component/Router/RouterView.php:244 |
| 14 | Joomla\CMS\Component\Router\RouterView->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
| 13 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
| 12 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
| 11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/languagefilter/languagefilter.php:763 |
| 7 | PlgSystemLanguageFilter->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.81 ms** **قبل آخر إستعلام: 1.00 ms** **إستعلام الذاكرة: 0.021 MB الذاكرة بعد الإستعلام: 6.871 MB** **إرجاع الصفوف: 2**
SELECT `c2`.`language`,CONCAT_WS(':', `c2`.`id`, `c2`.`alias`) AS `id`,CONCAT_WS(':', ca.id, ca.alias) AS `catid`
FROM `list_content` AS `c`
INNER JOIN `list_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_content.item'
INNER JOIN `list_associations` AS `a2`
ON `a`.`key` = `a2`.`key`
INNER JOIN `list_content` AS `c2`
ON a2.id = c2.`id`
INNER JOIN `list_categories` AS `ca`
ON `c2`.`catid` = ca.id
AND ca.extension = 'com_content'
WHERE c.id = 429
AND c2.access IN (1,1,5)
AND c2.language != 'ar-AA'
AND (c2.publish_up = '0000-00-00 00:00:00' OR c2.publish_up <= '2026-06-24 19:06:55')
AND (c2.publish_down = '0000-00-00 00:00:00' OR c2.publish_down >= '2026-06-24 19:06:55')
AND c2.state = 1| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | c | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index |
| 1 | SIMPLE | a | NULL | const | PRIMARY,idx_key | PRIMARY | 206 | const,const | 1 | 100.00 | NULL |
| 1 | SIMPLE | a2 | NULL | ref | idx_key | idx_key | 128 | const | 3 | 100.00 | Using index |
| 1 | SIMPLE | c2 | NULL | eq_ref | PRIMARY,idx_access,idx_state,idx_catid,idx_language | PRIMARY | 4 | listixic_lististanbul.a2.id | 1 | 10.31 | Using where |
| 1 | SIMPLE | ca | NULL | eq_ref | PRIMARY,cat_idx | PRIMARY | 4 | listixic_lististanbul.c2.catid | 1 | 93.41 | Using where |
| Status | Duration |
|---|
| starting | 0.11 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.14 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.23 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.07 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.03 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.32 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/Associations.php:115 |
| 9 | Joomla\CMS\Language\Associations::getAssociations() | JROOT/components/com_content/helpers/association.php:76 |
| 8 | ContentHelperAssociation::getAssociations() | JROOT/plugins/system/languagefilter/languagefilter.php:783 |
| 7 | PlgSystemLanguageFilter->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.67 ms** **قبل آخر إستعلام: 0.45 ms** **إستعلام الذاكرة: 0.030 MB الذاكرة بعد الإستعلام: 6.890 MB** **إرجاع الصفوف: 2**
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 `list_categories` AS `s`
INNER JOIN `list_categories` AS `c`
ON (s.lft < c.lft
AND c.lft < s.rgt
AND c.language IN ('ar-AA','*')) 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 = 80
ORDER BY c.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | c | NULL | range | cat_idx,idx_access,idx_left_right,idx_language | idx_left_right | 4 | NULL | 7 | 45.13 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.19 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.13 ms |
| preparing | 0.02 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.07 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.02 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
| 19 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
| 18 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
| 17 | ContentRouter->getCategorySegment() | **نفس الاستدعاء في خط أدناه.** |
| 16 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
| 15 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
| 14 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
| 13 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
| 12 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
| 11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/languagefilter/languagefilter.php:810 |
| 7 | PlgSystemLanguageFilter->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.83 ms** **قبل آخر إستعلام: 0.60 ms** **إستعلام الذاكرة: 0.025 MB الذاكرة بعد الإستعلام: 6.917 MB** **إرجاع الصفوف: 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 `list_categories` AS `s`
INNER JOIN `list_categories` AS `c`
ON (s.lft < c.lft
AND c.lft < s.rgt
AND c.language IN ('ar-AA','*')) 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 = 79
ORDER BY c.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | **استعمال ترتيب الملفات** |
| 1 | SIMPLE | c | NULL | ALL | cat_idx,idx_access,idx_left_right,idx_language | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 91 | 27.77 | Using where |
| Status | Duration |
|---|
| starting | 0.13 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.12 ms |
| preparing | 0.02 ms |
| Sorting result | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.19 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.02 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
| 19 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
| 18 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
| 17 | ContentRouter->getCategorySegment() | **نفس الاستدعاء في خط أدناه.** |
| 16 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
| 15 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
| 14 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
| 13 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
| 12 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
| 11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/languagefilter/languagefilter.php:810 |
| 7 | PlgSystemLanguageFilter->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 2.23 ms** **قبل آخر إستعلام: 4.78 ms** **إستعلام الذاكرة: 0.042 MB الذاكرة بعد الإستعلام: 7.094 MB** **إرجاع الصفوف: 37**
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM list_modules AS m
LEFT JOIN list_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN list_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE m.published = 1
AND e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2026-06-24 19:06:55')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-06-24 19:06:55')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 385 OR mm.menuid <= 0)
AND m.language IN ('ar-AA','*')
ORDER BY m.position, m.ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ref | PRIMARY,published,newsfeeds,idx_language | published | 1 | const | 103 | 0.32 | Using index condition; Using where; **استعمال ترتيب الملفات** |
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | listixic_lististanbul.m.module,const | 1 | 10.00 | Using index condition; Using where |
| 1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.m.id | 4 | 40.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.11 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.19 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.11 ms |
| preparing | 0.03 ms |
| Sorting result | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 1.49 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.04 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | **نفس الاستدعاء في خط أدناه.** |
| 18 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 17 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/plugins/system/t3/includes/core/t3.php(525) : eval()'d code:441 |
| 16 | Joomla\CMS\Helper\_ModuleHelper::getModuleList() | JROOT/plugins/system/t3/includes/core/t3.php(525) : eval()'d code:371 |
| 15 | Joomla\CMS\Helper\_ModuleHelper::load() | JROOT/plugins/system/t3/includes/core/t3.php(525) : eval()'d code:87 |
| 14 | Joomla\CMS\Helper\_ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:601 |
| 13 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/plugins/system/t3/includes/core/template.php:650 |
| 12 | T3Template->countModules() | JROOT/templates/ja_focus/tpls/blocks/header.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/header.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.53 ms** **قبل آخر إستعلام: 1.51 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.132 MB** **إرجاع الصفوف: 0**
SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 139
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.11 ms |
| preparing | 0.03 ms |
| executing | 0.00 ms |
| Sending data | 0.11 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.02 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.35 ms** **قبل آخر إستعلام: 0.06 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.139 MB** **إرجاع الصفوف: 0**
SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 10
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.07 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.41 ms** **قبل آخر إستعلام: 0.04 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.147 MB** **إرجاع الصفوف: 0**
SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 115
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.14 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.02 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.41 ms** **قبل آخر إستعلام: 0.05 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.154 MB** **إرجاع الصفوف: 0**
SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 116
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.08 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.07 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.32 ms** **قبل آخر إستعلام: 0.04 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.162 MB** **إرجاع الصفوف: 0**
SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 11
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.03 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.30 ms** **قبل آخر إستعلام: 0.06 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.169 MB** **إرجاع الصفوف: 0**
SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 112
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.28 ms** **قبل آخر إستعلام: 0.04 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.177 MB** **إرجاع الصفوف: 0**
SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 113
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.38 ms** **قبل آخر إستعلام: 0.04 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.184 MB** **إرجاع الصفوف: 0**
SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 114
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.09 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.04 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.31 ms** **قبل آخر إستعلام: 0.04 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.192 MB** **إرجاع الصفوف: 0**
**الإستعلامات المتكررة**:
#60SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 78
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.28 ms** **قبل آخر إستعلام: 0.04 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.199 MB** **إرجاع الصفوف: 0**
SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 12
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.32 ms** **قبل آخر إستعلام: 0.04 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.207 MB** **إرجاع الصفوف: 0**
SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 13
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.08 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.08 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.28 ms** **قبل آخر إستعلام: 0.04 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.214 MB** **إرجاع الصفوف: 1**
**الإستعلامات المتكررة**:
#80SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 32
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.28 ms** **قبل آخر إستعلام: 0.04 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.222 MB** **إرجاع الصفوف: 1**
**الإستعلامات المتكررة**:
#79SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 32
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.47 ms** **قبل آخر إستعلام: 0.04 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.230 MB** **إرجاع الصفوف: 0**
SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 56
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.23 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.39 ms** **قبل آخر إستعلام: 0.04 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.238 MB** **إرجاع الصفوف: 0**
SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 57
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.07 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.02 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.33 ms** **قبل آخر إستعلام: 0.04 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.246 MB** **إرجاع الصفوف: 0**
SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 58
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.08 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.40 ms** **قبل آخر إستعلام: 0.04 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.253 MB** **إرجاع الصفوف: 0**
SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 59
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.27 ms** **قبل آخر إستعلام: 0.04 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.261 MB** **إرجاع الصفوف: 0**
SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 60
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.32 ms** **قبل آخر إستعلام: 0.04 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.269 MB** **إرجاع الصفوف: 0**
SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 61
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.04 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.27 ms** **قبل آخر إستعلام: 0.04 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.277 MB** **إرجاع الصفوف: 0**
SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 62
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.27 ms** **قبل آخر إستعلام: 0.04 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.285 MB** **إرجاع الصفوف: 0**
SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 63
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.33 ms** **قبل آخر إستعلام: 0.04 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.293 MB** **إرجاع الصفوف: 0**
SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 64
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.02 ms |
| statistics | 0.06 ms |
| preparing | 0.01 ms |
| executing | 0.02 ms |
| Sending data | 0.07 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.36 ms** **قبل آخر إستعلام: 0.08 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.301 MB** **إرجاع الصفوف: 0**
SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 65
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.08 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.34 ms** **قبل آخر إستعلام: 0.05 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.309 MB** **إرجاع الصفوف: 0**
SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 66
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.03 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.32 ms** **قبل آخر إستعلام: 0.07 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.317 MB** **إرجاع الصفوف: 0**
SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 67
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.28 ms** **قبل آخر إستعلام: 0.04 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.325 MB** **إرجاع الصفوف: 0**
SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 68
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.35 ms** **قبل آخر إستعلام: 0.04 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.333 MB** **إرجاع الصفوف: 0**
SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 69
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.09 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.03 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.31 ms** **قبل آخر إستعلام: 0.04 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.340 MB** **إرجاع الصفوف: 0**
SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 70
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.28 ms** **قبل آخر إستعلام: 0.04 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.348 MB** **إرجاع الصفوف: 0**
SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 71
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.44 ms** **قبل آخر إستعلام: 0.04 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.357 MB** **إرجاع الصفوف: 0**
SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 72
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.03 ms |
| statistics | 0.13 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.08 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.31 ms** **قبل آخر إستعلام: 0.05 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.365 MB** **إرجاع الصفوف: 0**
SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 73
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.30 ms** **قبل آخر إستعلام: 0.05 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.373 MB** **إرجاع الصفوف: 0**
SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 74
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.02 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.33 ms** **قبل آخر إستعلام: 0.04 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.380 MB** **إرجاع الصفوف: 0**
SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 123
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.30 ms** **قبل آخر إستعلام: 0.04 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.388 MB** **إرجاع الصفوف: 0**
SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 14
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.32 ms** **قبل آخر إستعلام: 0.04 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.396 MB** **إرجاع الصفوف: 0**
SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 15
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.08 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.28 ms** **قبل آخر إستعلام: 0.06 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.404 MB** **إرجاع الصفوف: 0**
SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 117
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.28 ms** **قبل آخر إستعلام: 0.04 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.412 MB** **إرجاع الصفوف: 1**
**الإستعلامات المتكررة**:
#105SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 29
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.30 ms** **قبل آخر إستعلام: 0.04 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.419 MB** **إرجاع الصفوف: 1**
**الإستعلامات المتكررة**:
#104SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 29
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.07 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.31 ms** **قبل آخر إستعلام: 0.05 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.427 MB** **إرجاع الصفوف: 1**
**الإستعلامات المتكررة**:
#107SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 39
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.35 ms** **قبل آخر إستعلام: 0.04 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.435 MB** **إرجاع الصفوف: 1**
**الإستعلامات المتكررة**:
#106SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 39
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.42 ms** **قبل آخر إستعلام: 0.04 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.443 MB** **إرجاع الصفوف: 1**
**الإستعلامات المتكررة**:
#109SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 38
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.18 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.02 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.28 ms** **قبل آخر إستعلام: 0.04 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.450 MB** **إرجاع الصفوف: 1**
**الإستعلامات المتكررة**:
#108SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 38
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.29 ms** **قبل آخر إستعلام: 0.04 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.458 MB** **إرجاع الصفوف: 1**
**الإستعلامات المتكررة**:
#111SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 42
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.33 ms** **قبل آخر إستعلام: 0.04 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.466 MB** **إرجاع الصفوف: 1**
**الإستعلامات المتكررة**:
#110SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id
WHERE fv.item_id = 42
AND f.context = "com_content.categories"
AND f.language IN ("*", "ar-AA")
AND f.access = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | f | NULL | ref | PRIMARY,idx_access,idx_language,idx_context | idx_context | 766 | const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | fg | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.f.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | fv | NULL | ref | idx_field_id,idx_item_id | idx_field_id | 4 | listixic_lististanbul.f.id | 305 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/templates/ja_focus/helper.php:41 |
| 12 | JATemplateHelper::getCustomFields() | JROOT/templates/ja_focus/tpls/blocks/mainnav.php:1 |
| 11 | include JROOT/templates/ja_focus/tpls/blocks/mainnav.php | JROOT/plugins/system/t3/includes/core/template.php:200 |
| 10 | T3Template->loadBlock() | JROOT/templates/ja_focus/tpls/default.php:1 |
| 9 | include JROOT/templates/ja_focus/tpls/default.php | JROOT/plugins/system/t3/includes/core/template.php:226 |
| 8 | T3Template->loadLayout() | JROOT/templates/ja_focus/index.php:34 |
| 7 | require JROOT/templates/ja_focus/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 3.03 ms** **قبل آخر إستعلام: 8.11 ms** **إستعلام الذاكرة: 0.033 MB الذاكرة بعد الإستعلام: 7.530 MB** **إرجاع الصفوف: 300**
SHOW TABLES
**التوضيح غير ممكن للإستعلام: SHOW TABLES**
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| checking permissions | 1.40 ms |
| Sending data | 0.13 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.04 ms |
| closing tables | 0.00 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 18 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:505 |
| 17 | JDatabaseDriverMysqli->getTableList() | JROOT/administrator/components/com_acymailing/compat/joomla.php:552 |
| 16 | acymailing_getTableList() | JROOT/administrator/components/com_acymailing/classes/cpanel.php:18 |
| 15 | cpanelClass->load() | JROOT/administrator/components/com_acymailing/helpers/helper.php:523 |
| 14 | acymailing_config() | JROOT/administrator/components/com_acymailing/compat/joomla.php:845 |
| 13 | include_once JROOT/administrator/components/com_acymailing/compat/joomla.php | JROOT/administrator/components/com_acymailing/helpers/helper.php:25 |
| 12 | include_once JROOT/administrator/components/com_acymailing/helpers/helper.php | JROOT/modules/mod_acymailing/mod_acymailing.php:13 |
| 11 | include JROOT/modules/mod_acymailing/mod_acymailing.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:240 |
| 10 | Joomla\CMS\Helper\ModuleHelper::renderRawModule() | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:65 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 1.53 ms** **قبل آخر إستعلام: 0.20 ms** **إستعلام الذاكرة: 0.029 MB الذاكرة بعد الإستعلام: 7.576 MB** **إرجاع الصفوف: 203**
SELECT *
FROM list_acymailing_config
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_acymailing_config | NULL | ALL | NULL | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 203 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.41 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.29 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acymailing/compat/joomla.php:478 |
| 16 | acymailing_loadObjectList() | JROOT/administrator/components/com_acymailing/classes/cpanel.php:23 |
| 15 | cpanelClass->load() | JROOT/administrator/components/com_acymailing/helpers/helper.php:523 |
| 14 | acymailing_config() | JROOT/administrator/components/com_acymailing/compat/joomla.php:845 |
| 13 | include_once JROOT/administrator/components/com_acymailing/compat/joomla.php | JROOT/administrator/components/com_acymailing/helpers/helper.php:25 |
| 12 | include_once JROOT/administrator/components/com_acymailing/helpers/helper.php | JROOT/modules/mod_acymailing/mod_acymailing.php:13 |
| 11 | include JROOT/modules/mod_acymailing/mod_acymailing.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:240 |
| 10 | Joomla\CMS\Helper\ModuleHelper::renderRawModule() | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:65 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.62 ms** **قبل آخر إستعلام: 7.32 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.833 MB** **إرجاع الصفوف: 1**
SELECT *
FROM list_acymailing_list
WHERE type = 'list'
ORDER BY ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_acymailing_list | NULL | ref | typeorderingindex,typeuseridindex | typeorderingindex | 1 | const | 1 | 100.00 | Using index condition |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.10 ms |
| init | 0.03 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.08 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acymailing/compat/joomla.php:478 |
| 13 | acymailing_loadObjectList() | JROOT/administrator/components/com_acymailing/classes/list.php:30 |
| 12 | listClass->getLists() | JROOT/modules/mod_acymailing/mod_acymailing.php:149 |
| 11 | include JROOT/modules/mod_acymailing/mod_acymailing.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:240 |
| 10 | Joomla\CMS\Helper\ModuleHelper::renderRawModule() | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:65 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 2.10 ms** **قبل آخر إستعلام: 1.65 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.897 MB** **إرجاع الصفوف: 3**
SELECT *
FROM `list_acymailing_fields` as a
WHERE a.`published` = 1
AND (a.access = 'all' OR a.access LIKE ('%,9,%'))
ORDER BY a.`ordering` ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ALL | orderingindex | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 3 | 55.56 | Using where; **استعمال ترتيب الملفات** |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.08 ms |
| init | 0.03 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.97 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acymailing/compat/joomla.php:478 |
| 13 | acymailing_loadObjectList() | JROOT/administrator/components/com_acymailing/classes/fields.php:85 |
| 12 | fieldsClass->getFields() | JROOT/modules/mod_acymailing/mod_acymailing.php:245 |
| 11 | include JROOT/modules/mod_acymailing/mod_acymailing.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:240 |
| 10 | Joomla\CMS\Helper\ModuleHelper::renderRawModule() | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:65 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.31 ms** **قبل آخر إستعلام: 0.15 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 7.910 MB** **إرجاع الصفوف: 3**
SELECT *
FROM `list_acymailing_fields`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_acymailing_fields | NULL | ALL | NULL | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 3 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 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.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acymailing/compat/joomla.php:478 |
| 13 | acymailing_loadObjectList() | JROOT/administrator/components/com_acymailing/classes/fields.php:100 |
| 12 | fieldsClass->getFields() | JROOT/modules/mod_acymailing/mod_acymailing.php:245 |
| 11 | include JROOT/modules/mod_acymailing/mod_acymailing.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:240 |
| 10 | Joomla\CMS\Helper\ModuleHelper::renderRawModule() | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:65 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 27.55 ms** **قبل آخر إستعلام: 12.43 ms** **إستعلام الذاكرة: 0.103 MB الذاكرة بعد الإستعلام: 8.020 MB** **إرجاع الصفوف: 5**
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 list_content AS a
LEFT JOIN list_categories AS c
ON c.id = a.catid
LEFT JOIN list_users AS ua
ON ua.id = a.created_by
LEFT JOIN list_users AS uam
ON uam.id = a.modified_by
LEFT JOIN list_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 IN (9,10,115,116,11,112,113,114,78,12,13,32,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,123,14,15,42,38,39,29,117,138)
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2026-06-24 19:06:55')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-06-24 19:06:55')
AND a.language IN ('ar-AA','*')
ORDER BY a.created DESC
LIMIT 5
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | c | NULL | ALL | PRIMARY,idx_access | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 91 | 10.00 | Using where; Using temporary; **استعمال ترتيب الملفات** |
| 1 | SIMPLE | a | NULL | ref | idx_access,idx_state,idx_catid,idx_language | idx_catid | 4 | listixic_lististanbul.c.id | 18 | 8.98 | Using index condition; Using where |
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.a.created_by | 1 | 100.00 | Using where |
| 1 | SIMPLE | uam | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.a.modified_by | 1 | 100.00 | Using where |
| 1 | SIMPLE | parent | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.c.parent_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.18 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.10 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.31 ms |
| preparing | 0.03 ms |
| Creating tmp table | 0.06 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 23.91 ms |
| Creating sort index | 2.06 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| removing tmp table | 0.35 ms |
| query end | 0.01 ms |
| closing tables | 0.04 ms |
| freeing items | 0.87 ms |
| cleaning up | 0.03 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 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/libraries/src/MVC/Model/ListModel.php:194 |
| 17 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_content/models/articles.php:576 |
| 16 | ContentModelArticles->getItems() | JROOT/modules/mod_articles_latest/helper.php:123 |
| 15 | ModArticlesLatestHelper::getList() | JROOT/modules/mod_articles_latest/mod_articles_latest.php:15 |
| 14 | include JROOT/modules/mod_articles_latest/mod_articles_latest.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:240 |
| 13 | Joomla\CMS\Helper\ModuleHelper::renderRawModule() | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:65 |
| 12 | Joomla\CMS\Helper\ModuleHelper::renderModule() | **نفس الاستدعاء في خط أدناه.** |
| 11 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 10 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/plugins/system/t3/includes/core/t3.php(525) : eval()'d code:606 |
| 9 | Joomla\CMS\Helper\_ModuleHelper::moduleCache() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:95 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.77 ms** **قبل آخر إستعلام: 0.79 ms** **إستعلام الذاكرة: 0.028 MB الذاكرة بعد الإستعلام: 8.169 MB** **إرجاع الصفوف: 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 `list_categories` AS `s`
INNER JOIN `list_categories` AS `c`
ON (s.lft < c.lft
AND c.lft < s.rgt
AND c.language IN ('ar-AA','*')) 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 = 38
ORDER BY c.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | **استعمال ترتيب الملفات** |
| 1 | SIMPLE | c | NULL | ALL | cat_idx,idx_access,idx_left_right,idx_language | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 91 | 21.32 | Using where |
| Status | Duration |
|---|
| starting | 0.13 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.06 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.15 ms |
| preparing | 0.02 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.17 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 29 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 28 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
| 27 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
| 26 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
| 25 | ContentRouter->getCategorySegment() | **نفس الاستدعاء في خط أدناه.** |
| 24 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
| 23 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
| 22 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
| 21 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
| 20 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
| 19 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 18 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 17 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 16 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_articles_latest/helper.php:135 |
| 15 | ModArticlesLatestHelper::getList() | JROOT/modules/mod_articles_latest/mod_articles_latest.php:15 |
| 14 | include JROOT/modules/mod_articles_latest/mod_articles_latest.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:240 |
| 13 | Joomla\CMS\Helper\ModuleHelper::renderRawModule() | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:65 |
| 12 | Joomla\CMS\Helper\ModuleHelper::renderModule() | **نفس الاستدعاء في خط أدناه.** |
| 11 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 10 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/plugins/system/t3/includes/core/t3.php(525) : eval()'d code:606 |
| 9 | Joomla\CMS\Helper\_ModuleHelper::moduleCache() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:95 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 1.60 ms** **قبل آخر إستعلام: 0.59 ms** **إستعلام الذاكرة: 0.028 MB الذاكرة بعد الإستعلام: 8.196 MB** **إرجاع الصفوف: 3**
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `list_categories` AS `s`
INNER JOIN `list_categories` AS `c`
ON (s.lft < c.lft
AND c.lft < s.rgt
AND c.language IN ('ar-AA','*')) OR (c.lft <= s.lft
AND s.rgt <= c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 14
ORDER BY c.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | **استعمال ترتيب الملفات** |
| 1 | SIMPLE | c | NULL | ALL | cat_idx,idx_access,idx_left_right,idx_language | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 91 | 19.84 | Using where |
| Status | Duration |
|---|
| starting | 0.12 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.12 ms |
| preparing | 0.02 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.15 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.02 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 29 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 28 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
| 27 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
| 26 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
| 25 | ContentRouter->getCategorySegment() | **نفس الاستدعاء في خط أدناه.** |
| 24 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
| 23 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
| 22 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
| 21 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
| 20 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
| 19 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 18 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 17 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 16 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_articles_latest/helper.php:135 |
| 15 | ModArticlesLatestHelper::getList() | JROOT/modules/mod_articles_latest/mod_articles_latest.php:15 |
| 14 | include JROOT/modules/mod_articles_latest/mod_articles_latest.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:240 |
| 13 | Joomla\CMS\Helper\ModuleHelper::renderRawModule() | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:65 |
| 12 | Joomla\CMS\Helper\ModuleHelper::renderModule() | **نفس الاستدعاء في خط أدناه.** |
| 11 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 10 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/plugins/system/t3/includes/core/t3.php(525) : eval()'d code:606 |
| 9 | Joomla\CMS\Helper\_ModuleHelper::moduleCache() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:95 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 1.38 ms** **قبل آخر إستعلام: 0.42 ms** **إستعلام الذاكرة: 0.028 MB الذاكرة بعد الإستعلام: 8.215 MB** **إرجاع الصفوف: 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 `list_categories` AS `s`
INNER JOIN `list_categories` AS `c`
ON (s.lft < c.lft
AND c.lft < s.rgt
AND c.language IN ('ar-AA','*')) 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 = 117
ORDER BY c.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | **استعمال ترتيب الملفات** |
| 1 | SIMPLE | c | NULL | ALL | cat_idx,idx_access,idx_left_right,idx_language | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 91 | 22.81 | Using where |
| Status | Duration |
|---|
| starting | 0.12 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.12 ms |
| preparing | 0.02 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.15 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.02 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 29 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 28 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
| 27 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
| 26 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
| 25 | ContentRouter->getCategorySegment() | **نفس الاستدعاء في خط أدناه.** |
| 24 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
| 23 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
| 22 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
| 21 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
| 20 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
| 19 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
| 18 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
| 17 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
| 16 | Joomla\CMS\Router\Route::_() | JROOT/modules/mod_articles_latest/helper.php:135 |
| 15 | ModArticlesLatestHelper::getList() | JROOT/modules/mod_articles_latest/mod_articles_latest.php:15 |
| 14 | include JROOT/modules/mod_articles_latest/mod_articles_latest.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:240 |
| 13 | Joomla\CMS\Helper\ModuleHelper::renderRawModule() | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:65 |
| 12 | Joomla\CMS\Helper\ModuleHelper::renderModule() | **نفس الاستدعاء في خط أدناه.** |
| 11 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 10 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/plugins/system/t3/includes/core/t3.php(525) : eval()'d code:606 |
| 9 | Joomla\CMS\Helper\_ModuleHelper::moduleCache() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:95 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.65 ms** **قبل آخر إستعلام: 8.53 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 8.118 MB** **إرجاع الصفوف: 3**
SELECT `c2`.`language`,`c2`.`id`
FROM `list_menu` AS `c`
INNER JOIN `list_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_menus.item'
INNER JOIN `list_associations` AS `a2`
ON `a`.`key` = `a2`.`key`
INNER JOIN `list_menu` AS `c2`
ON a2.id = c2.`id`
WHERE c.id = 385
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | c | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index |
| 1 | SIMPLE | a | NULL | const | PRIMARY,idx_key | PRIMARY | 206 | const,const | 1 | 100.00 | NULL |
| 1 | SIMPLE | a2 | NULL | ref | idx_key | idx_key | 128 | const | 3 | 100.00 | Using index |
| 1 | SIMPLE | c2 | NULL | eq_ref | PRIMARY | PRIMARY | 4 | listixic_lististanbul.a2.id | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.11 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.12 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.03 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/Associations.php:115 |
| 14 | Joomla\CMS\Language\Associations::getAssociations() | JROOT/administrator/components/com_menus/helpers/menus.php:321 |
| 13 | MenusHelper::getAssociations() | JROOT/modules/mod_languages/helper.php:58 |
| 12 | ModLanguagesHelper::getList() | JROOT/modules/mod_languages/mod_languages.php:17 |
| 11 | include JROOT/modules/mod_languages/mod_languages.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:240 |
| 10 | Joomla\CMS\Helper\ModuleHelper::renderRawModule() | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:65 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.44 ms** **قبل آخر إستعلام: 11.78 ms** **إستعلام الذاكرة: 0.023 MB الذاكرة بعد الإستعلام: 8.656 MB** **إرجاع الصفوف: 0**
SELECT *
FROM list_acym_form
WHERE active = 1
AND type != 'shortcode'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_acym_form | NULL | ALL | NULL | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.11 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:31 |
| 14 | acym_loadObjectList() | JROOT/administrator/components/com_acym/classes/form.php:114 |
| 13 | AcyMailing\Classes\FormClass->getAllFormsToDisplay() | JROOT/plugins/system/acymtriggers/acymtriggers.php:124 |
| 12 | plgSystemAcymtriggers->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/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
**وقت الإستعلام: 0.53 ms** **قبل آخر إستعلام: 3.95 ms** **إستعلام الذاكرة: 0.020 MB الذاكرة بعد الإستعلام: 8.699 MB** **إرجاع الصفوف: 1**
SELECT `value`
FROM list_acym_configuration
WHERE `name` LIKE "%regacy" OR `name` LIKE "%\_sub"
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_acym_configuration | NULL | ALL | NULL | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 186 | 20.99 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.27 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 9 | JDatabaseDriver->loadColumn() | JROOT/plugins/system/acymtriggers/acymtriggers.php:157 |
| 8 | plgSystemAcymtriggers->applyRegacy() | JROOT/plugins/system/acymtriggers/acymtriggers.php:150 |
| 7 | plgSystemAcymtriggers->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 |
**وقت الإستعلام: 1.83 ms** **قبل آخر إستعلام: 0.15 ms** **إستعلام الذاكرة: 0.029 MB الذاكرة بعد الإستعلام: 8.707 MB** **إرجاع الصفوف: 300**
SHOW TABLES
**التوضيح غير ممكن للإستعلام: SHOW TABLES**
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.03 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.03 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| checking permissions | 1.41 ms |
| Sending data | 0.11 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.06 ms |
| closing tables | 0.00 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 12 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:505 |
| 11 | JDatabaseDriverMysqli->getTableList() | JROOT/administrator/components/com_acym/libraries/joomla/database.php:122 |
| 10 | acym_getTableList() | JROOT/administrator/components/com_acym/helpers/global/addon.php:10 |
| 9 | acym_trigger() | JROOT/plugins/system/acymtriggers/acymtriggers.php:194 |
| 8 | plgSystemAcymtriggers->applyRegacy() | JROOT/plugins/system/acymtriggers/acymtriggers.php:150 |
| 7 | plgSystemAcymtriggers->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 |
**وقت الإستعلام: 0.38 ms** **قبل آخر إستعلام: 1.65 ms** **إستعلام الذاكرة: 0.021 MB الذاكرة بعد الإستعلام: 8.792 MB** **إرجاع الصفوف: 1**
SELECT published
FROM list_baforms_forms
WHERE id=2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_baforms_forms | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.11 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 10 | JDatabaseDriver->loadResult() | JROOT/components/com_baforms/helpers/baforms.php:884 |
| 9 | baformsHelper::checkForm() | JROOT/plugins/system/baforms/baforms.php:56 |
| 8 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:42 |
| 7 | plgSystemBaforms->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 |
**وقت الإستعلام: 1.38 ms** **قبل آخر إستعلام: 0.09 ms** **إستعلام الذاكرة: 0.021 MB الذاكرة بعد الإستعلام: 8.798 MB** **إرجاع الصفوف: 1**
SELECT template
FROM list_template_styles
WHERE `client_id`=0
AND `home`=1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_template_styles | NULL | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 5 | 14.29 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.05 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.58 ms |
| preparing | 0.46 ms |
| executing | 0.01 ms |
| Sending data | 0.10 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/components/com_baforms/helpers/baforms.php:246 |
| 10 | baformsHelper::setPath() | JROOT/components/com_baforms/helpers/baforms.php:332 |
| 9 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:60 |
| 8 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:42 |
| 7 | plgSystemBaforms->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 |
**وقت الإستعلام: 0.23 ms** **قبل آخر إستعلام: 0.12 ms** **إستعلام الذاكرة: 0.021 MB الذاكرة بعد الإستعلام: 8.804 MB** **إرجاع الصفوف: 1**
**الإستعلامات المتكررة**:
#136SELECT title, title_settings, form_settings, theme_color
FROM list_baforms_forms
WHERE id=2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_baforms_forms | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_baforms/helpers/baforms.php:846 |
| 10 | baformsHelper::getForm() | JROOT/components/com_baforms/helpers/baforms.php:333 |
| 9 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:60 |
| 8 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:42 |
| 7 | plgSystemBaforms->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 |
**وقت الإستعلام: 0.24 ms** **قبل آخر إستعلام: 0.07 ms** **إستعلام الذاكرة: 0.021 MB الذاكرة بعد الإستعلام: 8.811 MB** **إرجاع الصفوف: 1**
**الإستعلامات المتكررة**:
#138SELECT multiple_payment, custom_payment, paypal_email,
seller_id, skrill_email, webmoney_purse, payu_api_key,
payu_merchant_id, payu_account_id, stripe_api_key,
stripe_image, stripe_name, stripe_description, mollie_api_key,
payu_biz_merchant, payu_biz_salt, ccavenue_merchant_id,
ccavenue_working_key, yandex_shopId, yandex_scid, barion_poskey,
barion_email, payu_pl_pos_id, payu_pl_second_key
FROM list_baforms_forms
WHERE id=2| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_baforms_forms | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 11 | JDatabaseDriver->loadObject() | JROOT/components/com_baforms/helpers/baforms.php:834 |
| 10 | baformsHelper::getPayment() | JROOT/components/com_baforms/helpers/baforms.php:334 |
| 9 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:60 |
| 8 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:42 |
| 7 | plgSystemBaforms->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 |
**وقت الإستعلام: 0.34 ms** **قبل آخر إستعلام: 0.08 ms** **إستعلام الذاكرة: 0.025 MB الذاكرة بعد الإستعلام: 8.830 MB** **إرجاع الصفوف: 5**
SELECT settings
FROM list_baforms_columns
WHERE form_id=2
ORDER BY id ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_baforms_columns | NULL | index | NULL | PRIMARY | 4 | NULL | 64 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.08 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.07 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_baforms/helpers/baforms.php:859 |
| 10 | baformsHelper::getColumn() | JROOT/components/com_baforms/helpers/baforms.php:335 |
| 9 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:60 |
| 8 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:42 |
| 7 | plgSystemBaforms->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 |
**وقت الإستعلام: 0.41 ms** **قبل آخر إستعلام: 0.08 ms** **إستعلام الذاكرة: 0.021 MB الذاكرة بعد الإستعلام: 8.842 MB** **إرجاع الصفوف: 6**
**الإستعلامات المتكررة**:
#140SELECT settings, id, custom, options
FROM list_baforms_items
WHERE form_id=2
ORDER BY column_id ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_baforms_items | NULL | ALL | NULL | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 93 | 10.00 | Using where; **استعمال ترتيب الملفات** |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.12 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.12 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_baforms/helpers/baforms.php:872 |
| 10 | baformsHelper::getElement() | JROOT/components/com_baforms/helpers/baforms.php:336 |
| 9 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:60 |
| 8 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:42 |
| 7 | plgSystemBaforms->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 |
**وقت الإستعلام: 0.25 ms** **قبل آخر إستعلام: 0.08 ms** **إستعلام الذاكرة: 0.021 MB الذاكرة بعد الإستعلام: 8.851 MB** **إرجاع الصفوف: 1**
SELECT display_popup, button_lable, button_position, button_bg,
button_color, button_font_size, button_weight,
button_border, modal_width, button_type
FROM list_baforms_forms
WHERE id=2| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_baforms_forms | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 11 | JDatabaseDriver->loadAssoc() | JROOT/components/com_baforms/helpers/baforms.php:918 |
| 10 | baformsHelper::getPopup() | JROOT/components/com_baforms/helpers/baforms.php:337 |
| 9 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:60 |
| 8 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:42 |
| 7 | plgSystemBaforms->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 |
**وقت الإستعلام: 0.21 ms** **قبل آخر إستعلام: 0.07 ms** **إستعلام الذاكرة: 0.021 MB الذاكرة بعد الإستعلام: 8.857 MB** **إرجاع الصفوف: 1**
**الإستعلامات المتكررة**:
#139SELECT alow_captcha, display_title, sent_massage, error_massage,
redirect_url, display_submit, dialog_color_rgba,
message_color_rgba, message_bg_rgba, display_total,
currency_code, currency_symbol, payment_methods,
display_cart, currency_position
FROM list_baforms_forms
WHERE id=2| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_baforms_forms | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 11 | JDatabaseDriver->loadAssoc() | JROOT/components/com_baforms/helpers/baforms.php:804 |
| 10 | baformsHelper::getSubmisionOptions() | JROOT/components/com_baforms/helpers/baforms.php:338 |
| 9 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:60 |
| 8 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:42 |
| 7 | plgSystemBaforms->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 |
**وقت الإستعلام: 0.17 ms** **قبل آخر إستعلام: 0.06 ms** **إستعلام الذاكرة: 0.021 MB الذاكرة بعد الإستعلام: 8.864 MB** **إرجاع الصفوف: 1**
SELECT save_continue as enable, save_continue_label as label, save_continue_size as size,
save_continue_weight as weight, save_continue_align as align, save_continue_color as color,
save_continue_popup_title as title, save_continue_popup_message as message
FROM list_baforms_forms
WHERE `id` = 2| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_baforms_forms | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.03 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 11 | JDatabaseDriver->loadObject() | JROOT/components/com_baforms/helpers/baforms.php:279 |
| 10 | baformsHelper::getSaveOptions() | JROOT/components/com_baforms/helpers/baforms.php:339 |
| 9 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:60 |
| 8 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:42 |
| 7 | plgSystemBaforms->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 |
**وقت الإستعلام: 0.13 ms** **قبل آخر إستعلام: 0.05 ms** **إستعلام الذاكرة: 0.021 MB الذاكرة بعد الإستعلام: 8.870 MB** **إرجاع الصفوف: 1**
SELECT submit_embed
FROM list_baforms_forms
WHERE id=2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_baforms_forms | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.03 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/components/com_baforms/helpers/baforms.php:904 |
| 10 | baformsHelper::getEmbed() | JROOT/components/com_baforms/helpers/baforms.php:342 |
| 9 | baformsHelper::drawHTMLPage() | JROOT/plugins/system/baforms/baforms.php:60 |
| 8 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:42 |
| 7 | plgSystemBaforms->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 |
**وقت الإستعلام: 0.23 ms** **قبل آخر إستعلام: 0.76 ms** **إستعلام الذاكرة: 0.021 MB الذاكرة بعد الإستعلام: 8.872 MB** **إرجاع الصفوف: 1**
SELECT display_popup, button_type
FROM list_baforms_forms
WHERE id=2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_baforms_forms | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 10 | JDatabaseDriver->loadAssoc() | JROOT/components/com_baforms/helpers/baforms.php:37 |
| 9 | baformsHelper::getType() | JROOT/plugins/system/baforms/baforms.php:61 |
| 8 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:42 |
| 7 | plgSystemBaforms->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 |
**وقت الإستعلام: 0.21 ms** **قبل آخر إستعلام: 0.20 ms** **إستعلام الذاكرة: 0.021 MB الذاكرة بعد الإستعلام: 8.911 MB** **إرجاع الصفوف: 1**
**الإستعلامات المتكررة**:
#127SELECT title, title_settings, form_settings, theme_color
FROM list_baforms_forms
WHERE id=2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_baforms_forms | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_baforms/helpers/baforms.php:846 |
| 10 | baformsHelper::getForm() | JROOT/components/com_baforms/helpers/baforms.php:73 |
| 9 | baformsHelper::addScripts() | JROOT/plugins/system/baforms/baforms.php:71 |
| 8 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:42 |
| 7 | plgSystemBaforms->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 |
**وقت الإستعلام: 0.19 ms** **قبل آخر إستعلام: 0.22 ms** **إستعلام الذاكرة: 0.021 MB الذاكرة بعد الإستعلام: 8.919 MB** **إرجاع الصفوف: 1**
SELECT load_jquery
FROM list_baforms_forms
WHERE `id` = 2
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_baforms_forms | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT/components/com_baforms/helpers/baforms.php:49 |
| 10 | baformsHelper::loadJQuery() | JROOT/components/com_baforms/helpers/baforms.php:79 |
| 9 | baformsHelper::addScripts() | JROOT/plugins/system/baforms/baforms.php:71 |
| 8 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:42 |
| 7 | plgSystemBaforms->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 |
**وقت الإستعلام: 0.22 ms** **قبل آخر إستعلام: 0.06 ms** **إستعلام الذاكرة: 0.021 MB الذاكرة بعد الإستعلام: 8.925 MB** **إرجاع الصفوف: 1**
**الإستعلامات المتكررة**:
#128SELECT multiple_payment, custom_payment, paypal_email,
seller_id, skrill_email, webmoney_purse, payu_api_key,
payu_merchant_id, payu_account_id, stripe_api_key,
stripe_image, stripe_name, stripe_description, mollie_api_key,
payu_biz_merchant, payu_biz_salt, ccavenue_merchant_id,
ccavenue_working_key, yandex_shopId, yandex_scid, barion_poskey,
barion_email, payu_pl_pos_id, payu_pl_second_key
FROM list_baforms_forms
WHERE id=2| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_baforms_forms | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 11 | JDatabaseDriver->loadObject() | JROOT/components/com_baforms/helpers/baforms.php:834 |
| 10 | baformsHelper::getPayment() | JROOT/components/com_baforms/helpers/baforms.php:85 |
| 9 | baformsHelper::addScripts() | JROOT/plugins/system/baforms/baforms.php:71 |
| 8 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:42 |
| 7 | plgSystemBaforms->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 |
**وقت الإستعلام: 0.20 ms** **قبل آخر إستعلام: 0.09 ms** **إستعلام الذاكرة: 0.021 MB الذاكرة بعد الإستعلام: 8.932 MB** **إرجاع الصفوف: 1**
**الإستعلامات المتكررة**:
#132SELECT alow_captcha, display_title, sent_massage, error_massage,
redirect_url, display_submit, dialog_color_rgba,
message_color_rgba, message_bg_rgba, display_total,
currency_code, currency_symbol, payment_methods,
display_cart, currency_position
FROM list_baforms_forms
WHERE id=2| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_baforms_forms | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.04 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.10 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 11 | JDatabaseDriver->loadAssoc() | JROOT/components/com_baforms/helpers/baforms.php:804 |
| 10 | baformsHelper::getSubmisionOptions() | JROOT/components/com_baforms/helpers/baforms.php:86 |
| 9 | baformsHelper::addScripts() | JROOT/plugins/system/baforms/baforms.php:71 |
| 8 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:42 |
| 7 | plgSystemBaforms->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 |
**وقت الإستعلام: 0.23 ms** **قبل آخر إستعلام: 0.06 ms** **إستعلام الذاكرة: 0.021 MB الذاكرة بعد الإستعلام: 8.939 MB** **إرجاع الصفوف: 6**
**الإستعلامات المتكررة**:
#130SELECT settings, id, custom, options
FROM list_baforms_items
WHERE form_id=2
ORDER BY column_id ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | list_baforms_items | NULL | ALL | NULL | **لا يوجد مفتاح رئيسي يمكن استخدامه** | NULL | NULL | 93 | 10.00 | Using where; **استعمال ترتيب الملفات** |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.08 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.67 ms |
| cleaning up | 0.01 ms |
| # | **المتصل** | **الملف ورقم السطر** |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/components/com_baforms/helpers/baforms.php:872 |
| 10 | baformsHelper::getElement() | JROOT/components/com_baforms/helpers/baforms.php:92 |
| 9 | baformsHelper::addScripts() | JROOT/plugins/system/baforms/baforms.php:71 |
| 8 | plgSystemBaforms->getContent() | JROOT/plugins/system/baforms/baforms.php:42 |
| 7 | plgSystemBaforms->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 |
**45 × SELECT fv.value, fg.title AS gtitle, f.title AS ftitle, f.name
FROM list_fields_values fv
LEFT JOIN list_fields f
ON fv.field_id = f.id
LEFT JOIN list_fields_groups fg
ON fg.id = f.group_id **
**31 × SELECT *
FROM list_acym_plugin **
**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 `list_categories` AS `s`
INNER JOIN `list_categories` AS `c`
ON (s.lft < c.lft
AND c.lft < s.rgt
AND c.language IN ('ar-AA','*')) OR (c.lft <= s.lft
AND s.rgt <= c.rgt) **
**3 × SELECT `value`
FROM list_acym_configuration **
**2 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `list_assets` **
**2 × SELECT `alias`
FROM `list_content` **
**2 × SELECT title, title_settings, form_settings, theme_color
FROM list_baforms_forms **
**2 × SELECT multiple_payment, custom_payment, paypal_email, seller_id, skrill_email, webmoney_purse, payu_api_key, payu_merchant_id, payu_account_id, stripe_api_key, stripe_image, stripe_name, stripe_description, mollie_api_key, payu_biz_merchant, payu_biz_salt, ccavenue_merchant_id, ccavenue_working_key, yandex_shopId, yandex_scid, barion_poskey, barion_email, payu_pl_pos_id, payu_pl_second_key
FROM list_baforms_forms **
**2 × SELECT settings, id, custom, options
FROM list_baforms_items **
**2 × SELECT alow_captcha, display_title, sent_massage, error_massage, redirect_url, display_submit, dialog_color_rgba, message_color_rgba, message_bg_rgba, display_total, currency_code, currency_symbol, payment_methods, display_cart, currency_position
FROM list_baforms_forms **
**1 × SELECT `data`
FROM `list_session` **
**1 × SELECT `session_id`
FROM `list_session` **
**1 × SELECT id, rules
FROM `list_viewlevels **
**1 × SELECT b.id
FROM list_usergroups AS a
LEFT JOIN list_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt **
**1 × SELECT `id`
FROM `list_content` **
**1 × SELECT *
FROM list_acym_configuratio **
**1 × SELECT *
FROM list_acym_plugi **
**1 × SELECT `groups`.*, `groups`.title AS text, `groups`.id AS `value`
FROM list_usergroups AS `groups **
**1 × SELECT fas.*
FROM list_jbusinessdirectory_application_settings fa **
**1 × SELECT fas.*
FROM list_jbusinessdirectory_date_formats fas **
**1 × SELECT fas.*
FROM list_jbusinessdirectory_currencies fas **
**1 × SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
FROM list_content AS a
INNER JOIN list_categories AS c
on c.id = a.catid
LEFT JOIN list_users AS u
on u.id = a.created_by
LEFT JOIN list_categories as parent
ON parent.id = c.parent_id
LEFT JOIN list_content_rating AS v
ON a.id = v.content_id **
**1 × SELECT `m`.`tag_id`,`t`.*
FROM `list_contentitem_tag_map` AS m
INNER JOIN `list_tags` AS t
ON `m`.`tag_id` = `t`.`id` **
**1 × SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM list_fields AS a
LEFT JOIN `list_languages` AS l
ON l.lang_code = a.language
LEFT JOIN list_users AS uc
ON uc.id=a.checked_out
LEFT JOIN list_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN list_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN list_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `list_fields_categories` AS fc
ON fc.field_id = a.id **
**1 × SELECT `field_id`,`value`
FROM `list_fields_values` **
**1 × SELECT list_categories.title
FROM list_categories **
**1 × SELECT language,id
FROM `list_menu` **
**1 × SELECT `c2`.`language`,CONCAT_WS(':', `c2`.`id`, `c2`.`alias`) AS `id`,CONCAT_WS(':', ca.id, ca.alias) AS `catid`
FROM `list_content` AS `c`
INNER JOIN `list_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_content.item'
INNER JOIN `list_associations` AS `a2`
ON `a`.`key` = `a2`.`key`
INNER JOIN `list_content` AS `c2`
ON a2.id = c2.`id`
INNER JOIN `list_categories` AS `ca`
ON `c2`.`catid` = ca.id
AND ca.extension = 'com_content' ****1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM list_modules AS m
LEFT JOIN list_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN list_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id **
**1 × SELECT *
FROM list_acymailing_confi **
**1 × SELECT *
FROM list_acymailing_list **
**1 × SELECT *
FROM `list_acymailing_fields` as a **
**1 × SELECT *
FROM `list_acymailing_fields **
**1 × SELECT a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN c.published = 2
AND a.state > 0 THEN 2 WHEN c.published != 1 THEN 0 ELSE a.state END as state,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.language, LENGTH(a.fulltext) AS readmore, a.ordering,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,c.published, c.published AS parents_published, c.lft,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias
FROM list_content AS a
LEFT JOIN list_categories AS c
ON c.id = a.catid
LEFT JOIN list_users AS ua
ON ua.id = a.created_by
LEFT JOIN list_users AS uam
ON uam.id = a.modified_by
LEFT JOIN list_categories as parent
ON parent.id = c.parent_id **
**1 × SELECT `c2`.`language`,`c2`.`id`
FROM `list_menu` AS `c`
INNER JOIN `list_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_menus.item'
INNER JOIN `list_associations` AS `a2`
ON `a`.`key` = `a2`.`key`
INNER JOIN `list_menu` AS `c2`
ON a2.id = c2.`id` **
**1 × SELECT *
FROM list_acym_form **
**1 × SELECT published
FROM list_baforms_forms **
**1 × SELECT template
FROM list_template_styles **
**1 × SELECT settings
FROM list_baforms_columns **
**1 × SELECT display_popup, button_lable, button_position, button_bg, button_color, button_font_size, button_weight, button_border, modal_width, button_type
FROM list_baforms_forms **
**1 × SELECT save_continue as enable, save_continue_label as label, save_continue_size as size, save_continue_weight as weight, save_continue_align as align, save_continue_color as color, save_continue_popup_title as title, save_continue_popup_message as message
FROM list_baforms_forms **
**1 × SELECT submit_embed
FROM list_baforms_forms **
**1 × SELECT display_popup, button_type
FROM list_baforms_forms **
**1 × SELECT load_jquery
FROM list_baforms_forms **