Query Time: 0.87 ms Query memory: 0.023 MB Memory before query: 3.796 MB Rows returned: 0
SELECT `data`
FROM `c0rp_session`
WHERE `session_id` = X'3263393739633362643863356238366234623431623334316236653239303561'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c0rp_session | const | PRIMARY | PRIMARY | 194 | const | 1 | |
Status | Duration |
---|
Starting | 0.10 ms |
Checking permissions | 0.03 ms |
Opening tables | 0.08 ms |
After opening tables | 0.02 ms |
System lock | 0.02 ms |
Table lock | 0.03 ms |
Init | 0.04 ms |
Optimizing | 0.03 ms |
Statistics | 0.10 ms |
Preparing | 0.02 ms |
Executing | 0.03 ms |
End of update loop | 0.04 ms |
Query end | 0.02 ms |
Commit | 0.02 ms |
Closing tables | 0.04 ms |
Unlocking tables | 0.03 ms |
Closing tables | 0.05 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.02 ms |
Updating status | 0.03 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 |
14 | JSessionStorageDatabase->read() | Same as call in the line below. |
13 | session_start() | JROOT/libraries/joomla/session/handler/native.php:260 |
12 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:50 |
11 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:88 |
10 | JSessionHandlerJoomla->start() | JROOT/libraries/src/Session/Session.php:660 |
9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:620 |
8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:498 |
7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:455 |
6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:758 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:135 |
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:344 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.56 ms After last query: 1.68 ms Query memory: 0.020 MB Memory before query: 3.891 MB Rows returned: 0
SELECT `session_id`
FROM `c0rp_session`
WHERE `session_id` = X'3263393739633362643863356238366234623431623334316236653239303561'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c0rp_session | const | PRIMARY | PRIMARY | 194 | const | 1 | Using index |
Status | Duration |
---|
Starting | 0.06 ms |
Checking permissions | 0.03 ms |
Opening tables | 0.04 ms |
After opening tables | 0.02 ms |
System lock | 0.02 ms |
Table lock | 0.03 ms |
Init | 0.03 ms |
Optimizing | 0.03 ms |
Statistics | 0.04 ms |
Preparing | 0.03 ms |
Executing | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
8 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Session/MetadataManager.php:74 |
7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:153 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:760 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:135 |
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:344 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 1.49 ms After last query: 0.12 ms Query memory: 0.004 MB Memory before query: 3.896 MB
INSERT INTO `c0rp_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'3263393739633362643863356238366234623431623334316236653239303561', 1, 1611662024, 0, '', 0)
EXPLAIN not possible on query: INSERT INTO `c0rp_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'3263393739633362643863356238366234623431623334316236653239303561', 1, 1611662024, 0, '', 0)
Status | Duration |
---|
Starting | 0.07 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init for update | 0.03 ms |
Update | 0.21 ms |
Waiting for query cache lock | 0.02 ms |
Update | 0.01 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.91 ms |
Closing tables | 0.02 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Session/MetadataManager.php:116 |
7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:153 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:760 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:135 |
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:344 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Query Time: 0.59 ms After last query: 8.54 ms Query memory: 0.021 MB Memory before query: 4.468 MB Rows returned: 5
SELECT id, rules
FROM `c0rp_viewlevels`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c0rp_viewlevels | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | |
Status | Duration |
---|
Starting | 0.05 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.08 ms |
After opening tables | 0.02 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.07 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.02 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Access/Access.php:1063 |
8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:321 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php: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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.74 ms After last query: 0.11 ms Query memory: 0.021 MB Memory before query: 4.480 MB Rows returned: 2
SELECT b.id
FROM c0rp_usergroups AS a
LEFT JOIN c0rp_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | b | index | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 8 | NULL | 9 | Using where; Using index |
Status | Duration |
---|
Starting | 0.08 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.06 ms |
After opening tables | 0.02 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.03 ms |
Statistics | 0.13 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.04 ms |
Executing | 0.01 ms |
Sending data | 0.07 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
10 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 |
9 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/Access/Access.php:1095 |
8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:321 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php: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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.56 ms After last query: 47.50 ms Query memory: 0.005 MB Memory before query: 7.594 MB
UPDATE `c0rp_extensions`
SET `params` = '{\"mediaversion\":\"e824007958afa849ca24beff4860f477\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `c0rp_extensions`
SET `params` = '{\"mediaversion\":\"e824007958afa849ca24beff4860f477\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
Status | Duration |
---|
Starting | 0.15 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.08 ms |
After opening tables | 0.02 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init for update | 0.24 ms |
Updating | 0.17 ms |
End of update loop | 0.02 ms |
Waiting for query cache lock | 0.01 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.55 ms |
Closing tables | 0.02 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.05 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.02 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
9 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
8 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
7 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
6 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
5 | Joomla\CMS\Factory::getDocument() | JROOT/libraries/src/Application/WebApplication.php:1130 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.00 ms After last query: 12.39 ms Query memory: 0.024 MB Memory before query: 8.382 MB Rows returned: 5
SELECT
sp.id,
st.name as type
FROM
`c0rp_creative_fields` sp
JOIN `c0rp_creative_field_types` st
ON st.id = sp.id_type
WHERE sp.published = '1'
AND sp.id_form = '3'
ORDER BY sp.ordering,sp.id
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | sp | ref | id_form | id_form | 3 | const | 4 | Using where; Using filesort |
1 | SIMPLE | st | eq_ref | PRIMARY | PRIMARY | 4 | corporac_bd2020.sp.id_type | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.11 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.09 ms |
After opening tables | 0.02 ms |
System lock | 0.01 ms |
Table lock | 0.02 ms |
Init | 0.07 ms |
Optimizing | 0.04 ms |
Statistics | 0.10 ms |
Preparing | 0.08 ms |
Sorting result | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
Creating sort index | 0.18 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
16 | JDatabaseDriver->loadAssocList() | JROOT/components/com_creativecontactform/helpers/helper.php:229 |
15 | CreativecontactformHelper->get_data() | JROOT/components/com_creativecontactform/helpers/helper.php:973 |
14 | CreativecontactformHelper->render_html() | JROOT/components/com_creativecontactform/views/creativecontactform/tmpl/default.php:23 |
13 | include JROOT/components/com_creativecontactform/views/creativecontactform/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_creativecontactform/views/creativecontactform/view.html.php:21 |
10 | CreativeContactFormViewCreativecontactform->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_creativecontactform/controller.php:34 |
8 | CreativeContactFormController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_creativecontactform/creativecontactform.php:32 |
6 | require_once JROOT/components/com_creativecontactform/creativecontactform.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.78 ms After last query: 0.08 ms Query memory: 0.025 MB Memory before query: 8.395 MB Rows returned: 1
SELECT
sp.`id_template`,
sp.name,
sp.top_text,
sp.pre_text,
sp.thank_you_text,
sp.send_text,
sp.send_new_text,
sp.close_alert_text,
sp.form_width,
sp.redirect,
sp.redirect_itemid,
sp.redirect_url,
sp.redirect_delay,
sp.shake_count,
sp.shake_distanse,
sp.send_copy_enable,
sp.send_copy_text,
sp.shake_duration,
sp.custom_css,
st.styles,
sp.render_type,
sp.popup_button_text,
sp.static_button_position,
sp.static_button_offset,
sp.appear_animation_type,
sp.check_token,
sp.next_button_text,
sp.prev_button_text,
sp.email_template
FROM
`c0rp_creative_forms` sp
LEFT JOIN `c0rp_contact_templates` st
ON st.id = sp.id_template
WHERE sp.published = '1'
AND sp.id = '3'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | sp | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | st | const | PRIMARY | PRIMARY | 3 | const | 1 | |
Status | Duration |
---|
Starting | 0.09 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.10 ms |
After opening tables | 0.02 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.07 ms |
Optimizing | 0.03 ms |
Statistics | 0.09 ms |
Preparing | 0.02 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.06 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.02 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
16 | JDatabaseDriver->loadAssoc() | JROOT/components/com_creativecontactform/helpers/helper.php:284 |
15 | CreativecontactformHelper->get_data() | JROOT/components/com_creativecontactform/helpers/helper.php:973 |
14 | CreativecontactformHelper->render_html() | JROOT/components/com_creativecontactform/views/creativecontactform/tmpl/default.php:23 |
13 | include JROOT/components/com_creativecontactform/views/creativecontactform/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_creativecontactform/views/creativecontactform/view.html.php:21 |
10 | CreativeContactFormViewCreativecontactform->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_creativecontactform/controller.php:34 |
8 | CreativeContactFormController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_creativecontactform/creativecontactform.php:32 |
6 | require_once JROOT/components/com_creativecontactform/creativecontactform.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.88 ms After last query: 0.06 ms Query memory: 0.033 MB Memory before query: 8.415 MB Rows returned: 5
SELECT
sp.id,
sp.name,
sp.tooltip_text,
sp.required,
sp.ordering_field,
sp.select_default_text,
sp.show_parent_label,
sp.select_no_match_text,
sp.width,
sp.field_margin_top,
sp.select_show_scroll_after,
sp.select_show_search_after,
sp.upload_button_text,
sp.upload_minfilesize,
sp.upload_maxfilesize,
sp.upload_acceptfiletypes,
sp.upload_minfilesize_message,
sp.upload_maxfilesize_message,
sp.upload_acceptfiletypes_message,
sp.captcha_wrong_message,
sp.datepicker_date_format,
sp.datepicker_animation,
sp.datepicker_style,
sp.datepicker_icon_style,
sp.datepicker_show_icon,
sp.datepicker_input_readonly,
sp.datepicker_number_months,
sp.datepicker_mindate,
sp.datepicker_maxdate,
sp.datepicker_changemonths,
sp.datepicker_changeyears,
sp.column_type,
sp.custom_html,
sp.google_maps,
sp.heading,
sp.recaptcha_site_key,
sp.recaptcha_wrong_message,
sp.recaptcha_theme,
sp.recaptcha_type,
sp.contact_data,
sp.contact_data_width,
sp.creative_popup,
sp.creative_popup_embed,
sp.m_recipients_value,
sp.m_recipients_multiple,
sp.pagebreak_type,
sp.pagebreak_page_title,
sp.if_id,
sp.if_val,
sp.then_id,
sp.hidden_val,
st.name as type
FROM
`c0rp_creative_fields` sp
JOIN `c0rp_creative_field_types` st
ON st.id = sp.id_type
WHERE sp.published = '1'
AND sp.id_form = '3'
ORDER BY sp.ordering,sp.id
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | sp | ref | id_form | id_form | 3 | const | 4 | Using where; Using filesort |
1 | SIMPLE | st | eq_ref | PRIMARY | PRIMARY | 4 | corporac_bd2020.sp.id_type | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.12 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.05 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.07 ms |
Optimizing | 0.03 ms |
Statistics | 0.05 ms |
Preparing | 0.03 ms |
Sorting result | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.04 ms |
Creating sort index | 0.18 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
16 | JDatabaseDriver->loadAssocList() | JROOT/components/com_creativecontactform/helpers/helper.php:354 |
15 | CreativecontactformHelper->get_data() | JROOT/components/com_creativecontactform/helpers/helper.php:973 |
14 | CreativecontactformHelper->render_html() | JROOT/components/com_creativecontactform/views/creativecontactform/tmpl/default.php:23 |
13 | include JROOT/components/com_creativecontactform/views/creativecontactform/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_creativecontactform/views/creativecontactform/view.html.php:21 |
10 | CreativeContactFormViewCreativecontactform->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_creativecontactform/controller.php:34 |
8 | CreativeContactFormController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_creativecontactform/creativecontactform.php:32 |
6 | require_once JROOT/components/com_creativecontactform/creativecontactform.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.48 ms After last query: 1.72 ms Query memory: 0.023 MB Memory before query: 8.477 MB Rows returned: 1
SELECT
sp.id,
sp.recaptcha_site_key,
sp.recaptcha_theme,
sp.recaptcha_type
FROM
`c0rp_creative_fields` sp
WHERE sp.published = '1'
AND sp.id_type = '19'
AND sp.id_form = '3'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | sp | ref | id_form | id_form | 3 | const | 4 | Using where |
Status | Duration |
---|
Starting | 0.05 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.04 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.06 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
15 | JDatabaseDriver->loadAssocList() | JROOT/components/com_creativecontactform/helpers/helper.php:1322 |
14 | CreativecontactformHelper->render_html() | JROOT/components/com_creativecontactform/views/creativecontactform/tmpl/default.php:23 |
13 | include JROOT/components/com_creativecontactform/views/creativecontactform/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_creativecontactform/views/creativecontactform/view.html.php:21 |
10 | CreativeContactFormViewCreativecontactform->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_creativecontactform/controller.php:34 |
8 | CreativeContactFormController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_creativecontactform/creativecontactform.php:32 |
6 | require_once JROOT/components/com_creativecontactform/creativecontactform.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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 1.25 ms After last query: 2115.09 ms Query memory: 0.028 MB Memory before query: 11.100 MB Rows returned: 1
SELECT `id`,`referencekey`,`value`,`system`,`editable`
FROM `c0rp_nextend2_section_storage`
WHERE `application` = 'system'
AND `section` = 'global'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c0rp_nextend2_section_storage | ref | application,application_2 | application | 448 | const,const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.23 ms |
Checking permissions | 0.04 ms |
Opening tables | 0.06 ms |
After opening tables | 0.02 ms |
System lock | 0.02 ms |
Table lock | 0.03 ms |
Init | 0.06 ms |
Optimizing | 0.03 ms |
Statistics | 0.14 ms |
Preparing | 0.05 ms |
Executing | 0.01 ms |
Sending data | 0.11 ms |
End of update loop | 0.03 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.05 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.02 ms |
Updating status | 0.03 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
24 | JDatabaseDriver->loadAssocList() | JROOT/libraries/nextend2/nextend/joomla/libraries/mvc/db.php:122 |
23 | N2DBConnector->findAllByAttributes() | JROOT/libraries/nextend2/nextend/library/libraries/storage/section.php:68 |
22 | N2StorageSectionAdmin::getAll() | JROOT/libraries/nextend2/nextend/library/settings.php:29 |
21 | N2Settings::init() | JROOT/libraries/nextend2/nextend/library/settings.php:67 |
20 | require_once JROOT/libraries/nextend2/nextend/library/settings.php | JROOT/libraries/nextend2/nextend/library/loader.php:57 |
19 | N2Loader::importPath() | JROOT/libraries/nextend2/nextend/library/loader.php:23 |
18 | N2Loader::import() | JROOT/libraries/nextend2/nextend/library/library.php:48 |
17 | require_once JROOT/libraries/nextend2/nextend/library/library.php | JROOT/libraries/nextend2/nextend/joomla/library.php:25 |
16 | include_once JROOT/libraries/nextend2/nextend/joomla/library.php | JROOT/libraries/loader.php:226 |
15 | JLoader::import() | JROOT/libraries/loader.php:845 |
14 | jimport() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:55 |
13 | nextend_smartslider3() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:40 |
12 | plgSystemNextendSmartslider3::prepare() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:31 |
10 | plgSystemNextendSmartslider3->onNextendBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
9 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
8 | JEventDispatcher->trigger() | JROOT/plugins/system/nextend2/nextend2.php:32 |
7 | plgSystemNextend2->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:1050 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.66 ms After last query: 14.90 ms Query memory: 0.028 MB Memory before query: 12.179 MB Rows returned: 0
SELECT `id`,`referencekey`,`value`,`system`,`editable`
FROM `c0rp_nextend2_section_storage`
WHERE `application` = 'system'
AND `section` = 'fonts'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c0rp_nextend2_section_storage | ref | application,application_2 | application | 448 | const,const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.06 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.03 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.03 ms |
Statistics | 0.07 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.04 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.02 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.02 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
25 | JDatabaseDriver->loadAssocList() | JROOT/libraries/nextend2/nextend/joomla/libraries/mvc/db.php:122 |
24 | N2DBConnector->findAllByAttributes() | JROOT/libraries/nextend2/nextend/library/libraries/storage/section.php:68 |
23 | N2StorageSectionAdmin::getAll() | JROOT/libraries/nextend2/nextend/library/libraries/fonts/fonts.php:103 |
22 | N2Fonts::loadSettings() | JROOT/libraries/nextend2/nextend/library/libraries/fonts/fonts.php:136 |
21 | require_once JROOT/libraries/nextend2/nextend/library/libraries/fonts/fonts.php | JROOT/libraries/nextend2/nextend/library/loader.php:57 |
20 | N2Loader::importPath() | JROOT/libraries/nextend2/nextend/library/loader.php:23 |
19 | N2Loader::import() | JROOT/libraries/nextend2/nextend/library/applications/system/plugins/loadplugin.php:4 |
18 | require_once JROOT/libraries/nextend2/nextend/library/applications/system/plugins/loadplugin.php | JROOT/libraries/nextend2/nextend/library/library.php:57 |
17 | require_once JROOT/libraries/nextend2/nextend/library/library.php | JROOT/libraries/nextend2/nextend/joomla/library.php:25 |
16 | include_once JROOT/libraries/nextend2/nextend/joomla/library.php | JROOT/libraries/loader.php:226 |
15 | JLoader::import() | JROOT/libraries/loader.php:845 |
14 | jimport() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:55 |
13 | nextend_smartslider3() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:40 |
12 | plgSystemNextendSmartslider3::prepare() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:31 |
10 | plgSystemNextendSmartslider3->onNextendBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
9 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
8 | JEventDispatcher->trigger() | JROOT/plugins/system/nextend2/nextend2.php:32 |
7 | plgSystemNextend2->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:1050 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.79 ms After last query: 105.07 ms Query memory: 0.029 MB Memory before query: 20.069 MB Rows returned: 0
SELECT *
FROM `c0rp_nextend2_section_storage`
WHERE `application` = 'smartslider'
AND `section` = 'settings'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c0rp_nextend2_section_storage | ref | application,application_2 | application | 448 | const,const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.10 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.05 ms |
Optimizing | 0.03 ms |
Statistics | 0.11 ms |
Preparing | 0.05 ms |
Executing | 0.01 ms |
Sending data | 0.06 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.03 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.03 ms |
Updating status | 0.02 ms |
Reset for next command | 0.04 ms |
# | Caller | File and line number |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
29 | JDatabaseDriver->loadAssoc() | JROOT/libraries/nextend2/nextend/joomla/libraries/mvc/db.php:73 |
28 | N2DBConnector->findByAttributes() | JROOT/libraries/nextend2/nextend/library/libraries/storage/section.php:207 |
27 | N2StorageSection->get() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/settings/settings.php:12 |
26 | N2SmartSliderSettings::getAll() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/settings/settings.php:19 |
25 | N2SmartSliderSettings::get() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:54 |
24 | N2SmartSliderManager->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml:7 |
23 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:148 |
22 | N2Layout->renderInline() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:115 |
21 | N2Layout->renderFragmentBlock() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml:4 |
20 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:73 |
19 | N2Layout->renderLayout() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:106 |
18 | N2Layout->render() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/controller.php:82 |
17 | N2ControllerAbstract->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/home.php:25 |
16 | N2SmartSliderFrontendHomeController->actionJoomla() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:119 |
15 | N2ApplicationType->run() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:192 |
14 | N2ApplicationType->render() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:65 |
13 | nextend_smartslider3() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:40 |
12 | plgSystemNextendSmartslider3::prepare() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:31 |
10 | plgSystemNextendSmartslider3->onNextendBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
9 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
8 | JEventDispatcher->trigger() | JROOT/plugins/system/nextend2/nextend2.php:32 |
7 | plgSystemNextend2->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:1050 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.57 ms After last query: 0.56 ms Query memory: 0.030 MB Memory before query: 20.105 MB Rows returned: 1
SELECT *
FROM `c0rp_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-4'
AND `referencekey` = 'variations.manifest'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c0rp_nextend2_section_storage | ref | application,application_2 | application | 834 | const,const,const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.04 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.06 ms |
Preparing | 0.04 ms |
Executing | 0.02 ms |
Sending data | 0.06 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.04 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.04 ms |
# | Caller | File and line number |
---|
32 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
31 | JDatabaseDriver->loadAssoc() | JROOT/libraries/nextend2/nextend/joomla/libraries/mvc/db.php:73 |
30 | N2DBConnector->findByAttributes() | JROOT/libraries/nextend2/nextend/library/libraries/storage/section.php:207 |
29 | N2StorageSection->get() | JROOT/libraries/nextend2/nextend/library/libraries/cache/storage/cachestoragedatabase.php:26 |
28 | N2CacheStorageDatabase->exists() | JROOT/libraries/nextend2/nextend/library/libraries/cache/cache.php:68 |
27 | N2Cache->exists() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/cache/slider.php:24 |
26 | N2CacheManifestSlider->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:78 |
25 | N2SmartSliderManager->cacheSlider() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:68 |
24 | N2SmartSliderManager->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml:7 |
23 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:148 |
22 | N2Layout->renderInline() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:115 |
21 | N2Layout->renderFragmentBlock() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml:4 |
20 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:73 |
19 | N2Layout->renderLayout() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:106 |
18 | N2Layout->render() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/controller.php:82 |
17 | N2ControllerAbstract->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/home.php:25 |
16 | N2SmartSliderFrontendHomeController->actionJoomla() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:119 |
15 | N2ApplicationType->run() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:192 |
14 | N2ApplicationType->render() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:65 |
13 | nextend_smartslider3() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:40 |
12 | plgSystemNextendSmartslider3::prepare() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:31 |
10 | plgSystemNextendSmartslider3->onNextendBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
9 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
8 | JEventDispatcher->trigger() | JROOT/plugins/system/nextend2/nextend2.php:32 |
7 | plgSystemNextend2->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:1050 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.50 ms After last query: 0.14 ms Query memory: 0.030 MB Memory before query: 20.120 MB Rows returned: 1
SELECT *
FROM `c0rp_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-4'
AND `referencekey` = 'data.manifest'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c0rp_nextend2_section_storage | ref | application,application_2 | application | 834 | const,const,const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.06 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.06 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.04 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.04 ms |
# | Caller | File and line number |
---|
32 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
31 | JDatabaseDriver->loadAssoc() | JROOT/libraries/nextend2/nextend/joomla/libraries/mvc/db.php:73 |
30 | N2DBConnector->findByAttributes() | JROOT/libraries/nextend2/nextend/library/libraries/storage/section.php:207 |
29 | N2StorageSection->get() | JROOT/libraries/nextend2/nextend/library/libraries/cache/storage/cachestoragedatabase.php:26 |
28 | N2CacheStorageDatabase->exists() | JROOT/libraries/nextend2/nextend/library/libraries/cache/cache.php:68 |
27 | N2Cache->exists() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/cache/slider.php:41 |
26 | N2CacheManifestSlider->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:78 |
25 | N2SmartSliderManager->cacheSlider() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:68 |
24 | N2SmartSliderManager->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml:7 |
23 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:148 |
22 | N2Layout->renderInline() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:115 |
21 | N2Layout->renderFragmentBlock() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml:4 |
20 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:73 |
19 | N2Layout->renderLayout() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:106 |
18 | N2Layout->render() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/controller.php:82 |
17 | N2ControllerAbstract->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/home.php:25 |
16 | N2SmartSliderFrontendHomeController->actionJoomla() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:119 |
15 | N2ApplicationType->run() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:192 |
14 | N2ApplicationType->render() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:65 |
13 | nextend_smartslider3() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:40 |
12 | plgSystemNextendSmartslider3::prepare() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:31 |
10 | plgSystemNextendSmartslider3->onNextendBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
9 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
8 | JEventDispatcher->trigger() | JROOT/plugins/system/nextend2/nextend2.php:32 |
7 | plgSystemNextend2->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:1050 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.47 ms After last query: 0.17 ms Query memory: 0.032 MB Memory before query: 20.134 MB Rows returned: 1
SELECT *
FROM `c0rp_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-4'
AND `referencekey` = 'slideren-GB1.manifest'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c0rp_nextend2_section_storage | ref | application,application_2 | application | 834 | const,const,const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.04 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.06 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.05 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
34 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
33 | JDatabaseDriver->loadAssoc() | JROOT/libraries/nextend2/nextend/joomla/libraries/mvc/db.php:73 |
32 | N2DBConnector->findByAttributes() | JROOT/libraries/nextend2/nextend/library/libraries/storage/section.php:207 |
31 | N2StorageSection->get() | JROOT/libraries/nextend2/nextend/library/libraries/cache/storage/cachestoragedatabase.php:26 |
30 | N2CacheStorageDatabase->exists() | JROOT/libraries/nextend2/nextend/library/libraries/cache/cache.php:68 |
29 | N2Cache->exists() | JROOT/libraries/nextend2/nextend/library/libraries/cache/manifest.php:40 |
28 | N2CacheManifest->isCached() | JROOT/libraries/nextend2/nextend/library/libraries/cache/manifest.php:20 |
27 | N2CacheManifest->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/cache/slider.php:48 |
26 | N2CacheManifestSlider->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:78 |
25 | N2SmartSliderManager->cacheSlider() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:68 |
24 | N2SmartSliderManager->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml:7 |
23 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:148 |
22 | N2Layout->renderInline() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:115 |
21 | N2Layout->renderFragmentBlock() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml:4 |
20 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:73 |
19 | N2Layout->renderLayout() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:106 |
18 | N2Layout->render() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/controller.php:82 |
17 | N2ControllerAbstract->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/home.php:25 |
16 | N2SmartSliderFrontendHomeController->actionJoomla() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:119 |
15 | N2ApplicationType->run() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:192 |
14 | N2ApplicationType->render() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:65 |
13 | nextend_smartslider3() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:40 |
12 | plgSystemNextendSmartslider3::prepare() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:31 |
10 | plgSystemNextendSmartslider3->onNextendBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
9 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
8 | JEventDispatcher->trigger() | JROOT/plugins/system/nextend2/nextend2.php:32 |
7 | plgSystemNextend2->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:1050 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.57 ms After last query: 0.15 ms Query memory: 0.032 MB Memory before query: 20.153 MB Rows returned: 1
SELECT *
FROM `c0rp_nextend2_section_storage`
WHERE `application` = 'smartslider'
AND `section` = 'sliderChanged'
AND `referencekey` = 4
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c0rp_nextend2_section_storage | ref | application,application_2 | application | 448 | const,const | 4 | Using index condition |
Status | Duration |
---|
Starting | 0.04 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.07 ms |
Preparing | 0.04 ms |
Executing | 0.01 ms |
Sending data | 0.06 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.03 ms |
# | Caller | File and line number |
---|
34 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
33 | JDatabaseDriver->loadAssoc() | JROOT/libraries/nextend2/nextend/joomla/libraries/mvc/db.php:73 |
32 | N2DBConnector->findByAttributes() | JROOT/libraries/nextend2/nextend/library/libraries/storage/section.php:207 |
31 | N2StorageSection->get() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/helper.php:26 |
30 | N2SmartSliderHelper->isSliderChanged() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/cache/slider.php:97 |
29 | N2CacheManifestSlider->isCacheValid() | JROOT/libraries/nextend2/nextend/library/libraries/cache/manifest.php:44 |
28 | N2CacheManifest->isCached() | JROOT/libraries/nextend2/nextend/library/libraries/cache/manifest.php:20 |
27 | N2CacheManifest->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/cache/slider.php:48 |
26 | N2CacheManifestSlider->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:78 |
25 | N2SmartSliderManager->cacheSlider() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:68 |
24 | N2SmartSliderManager->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml:7 |
23 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:148 |
22 | N2Layout->renderInline() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:115 |
21 | N2Layout->renderFragmentBlock() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml:4 |
20 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:73 |
19 | N2Layout->renderLayout() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:106 |
18 | N2Layout->render() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/controller.php:82 |
17 | N2ControllerAbstract->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/home.php:25 |
16 | N2SmartSliderFrontendHomeController->actionJoomla() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:119 |
15 | N2ApplicationType->run() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:192 |
14 | N2ApplicationType->render() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:65 |
13 | nextend_smartslider3() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:40 |
12 | plgSystemNextendSmartslider3::prepare() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:31 |
10 | plgSystemNextendSmartslider3->onNextendBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
9 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
8 | JEventDispatcher->trigger() | JROOT/plugins/system/nextend2/nextend2.php:32 |
7 | plgSystemNextend2->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:1050 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.91 ms After last query: 0.37 ms Query memory: 0.180 MB Memory before query: 20.171 MB Rows returned: 1
SELECT *
FROM `c0rp_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-4'
AND `referencekey` = 'slideren-GB1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c0rp_nextend2_section_storage | ref | application,application_2 | application | 834 | const,const,const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.04 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.02 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.06 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.39 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.03 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.02 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
34 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
33 | JDatabaseDriver->loadAssoc() | JROOT/libraries/nextend2/nextend/joomla/libraries/mvc/db.php:73 |
32 | N2DBConnector->findByAttributes() | JROOT/libraries/nextend2/nextend/library/libraries/storage/section.php:207 |
31 | N2StorageSection->get() | JROOT/libraries/nextend2/nextend/library/libraries/cache/storage/cachestoragedatabase.php:26 |
30 | N2CacheStorageDatabase->exists() | JROOT/libraries/nextend2/nextend/library/libraries/cache/cache.php:68 |
29 | N2Cache->exists() | JROOT/libraries/nextend2/nextend/library/libraries/cache/manifest.php:44 |
28 | N2CacheManifest->isCached() | JROOT/libraries/nextend2/nextend/library/libraries/cache/manifest.php:20 |
27 | N2CacheManifest->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/cache/slider.php:48 |
26 | N2CacheManifestSlider->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:78 |
25 | N2SmartSliderManager->cacheSlider() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:68 |
24 | N2SmartSliderManager->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml:7 |
23 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:148 |
22 | N2Layout->renderInline() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:115 |
21 | N2Layout->renderFragmentBlock() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml:4 |
20 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:73 |
19 | N2Layout->renderLayout() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:106 |
18 | N2Layout->render() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/controller.php:82 |
17 | N2ControllerAbstract->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/home.php:25 |
16 | N2SmartSliderFrontendHomeController->actionJoomla() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:119 |
15 | N2ApplicationType->run() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:192 |
14 | N2ApplicationType->render() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:65 |
13 | nextend_smartslider3() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:40 |
12 | plgSystemNextendSmartslider3::prepare() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:31 |
10 | plgSystemNextendSmartslider3->onNextendBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
9 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
8 | JEventDispatcher->trigger() | JROOT/plugins/system/nextend2/nextend2.php:32 |
7 | plgSystemNextend2->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:1050 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.57 ms After last query: 5.82 ms Query memory: 0.030 MB Memory before query: 20.746 MB Rows returned: 1
SELECT *
FROM `c0rp_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-3'
AND `referencekey` = 'variations.manifest'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c0rp_nextend2_section_storage | ref | application,application_2 | application | 834 | const,const,const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.06 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.08 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.06 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.03 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
32 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
31 | JDatabaseDriver->loadAssoc() | JROOT/libraries/nextend2/nextend/joomla/libraries/mvc/db.php:73 |
30 | N2DBConnector->findByAttributes() | JROOT/libraries/nextend2/nextend/library/libraries/storage/section.php:207 |
29 | N2StorageSection->get() | JROOT/libraries/nextend2/nextend/library/libraries/cache/storage/cachestoragedatabase.php:26 |
28 | N2CacheStorageDatabase->exists() | JROOT/libraries/nextend2/nextend/library/libraries/cache/cache.php:68 |
27 | N2Cache->exists() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/cache/slider.php:24 |
26 | N2CacheManifestSlider->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:78 |
25 | N2SmartSliderManager->cacheSlider() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:68 |
24 | N2SmartSliderManager->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml:7 |
23 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:148 |
22 | N2Layout->renderInline() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:115 |
21 | N2Layout->renderFragmentBlock() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml:4 |
20 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:73 |
19 | N2Layout->renderLayout() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:106 |
18 | N2Layout->render() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/controller.php:82 |
17 | N2ControllerAbstract->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/home.php:25 |
16 | N2SmartSliderFrontendHomeController->actionJoomla() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:119 |
15 | N2ApplicationType->run() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:192 |
14 | N2ApplicationType->render() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:65 |
13 | nextend_smartslider3() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:40 |
12 | plgSystemNextendSmartslider3::prepare() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:31 |
10 | plgSystemNextendSmartslider3->onNextendBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
9 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
8 | JEventDispatcher->trigger() | JROOT/plugins/system/nextend2/nextend2.php:32 |
7 | plgSystemNextend2->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:1050 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.51 ms After last query: 0.13 ms Query memory: 0.030 MB Memory before query: 20.760 MB Rows returned: 1
SELECT *
FROM `c0rp_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-3'
AND `referencekey` = 'data.manifest'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c0rp_nextend2_section_storage | ref | application,application_2 | application | 834 | const,const,const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.05 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.06 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.05 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.01 ms |
# | Caller | File and line number |
---|
32 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
31 | JDatabaseDriver->loadAssoc() | JROOT/libraries/nextend2/nextend/joomla/libraries/mvc/db.php:73 |
30 | N2DBConnector->findByAttributes() | JROOT/libraries/nextend2/nextend/library/libraries/storage/section.php:207 |
29 | N2StorageSection->get() | JROOT/libraries/nextend2/nextend/library/libraries/cache/storage/cachestoragedatabase.php:26 |
28 | N2CacheStorageDatabase->exists() | JROOT/libraries/nextend2/nextend/library/libraries/cache/cache.php:68 |
27 | N2Cache->exists() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/cache/slider.php:41 |
26 | N2CacheManifestSlider->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:78 |
25 | N2SmartSliderManager->cacheSlider() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:68 |
24 | N2SmartSliderManager->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml:7 |
23 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:148 |
22 | N2Layout->renderInline() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:115 |
21 | N2Layout->renderFragmentBlock() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml:4 |
20 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:73 |
19 | N2Layout->renderLayout() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:106 |
18 | N2Layout->render() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/controller.php:82 |
17 | N2ControllerAbstract->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/home.php:25 |
16 | N2SmartSliderFrontendHomeController->actionJoomla() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:119 |
15 | N2ApplicationType->run() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:192 |
14 | N2ApplicationType->render() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:65 |
13 | nextend_smartslider3() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:40 |
12 | plgSystemNextendSmartslider3::prepare() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:31 |
10 | plgSystemNextendSmartslider3->onNextendBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
9 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
8 | JEventDispatcher->trigger() | JROOT/plugins/system/nextend2/nextend2.php:32 |
7 | plgSystemNextend2->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:1050 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.59 ms After last query: 0.11 ms Query memory: 0.032 MB Memory before query: 20.774 MB Rows returned: 1
SELECT *
FROM `c0rp_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-3'
AND `referencekey` = 'slideren-GB1.manifest'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c0rp_nextend2_section_storage | ref | application,application_2 | application | 834 | const,const,const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.04 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.02 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.07 ms |
Preparing | 0.04 ms |
Executing | 0.01 ms |
Sending data | 0.05 ms |
End of update loop | 0.02 ms |
Query end | 0.02 ms |
Commit | 0.01 ms |
Closing tables | 0.02 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
34 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
33 | JDatabaseDriver->loadAssoc() | JROOT/libraries/nextend2/nextend/joomla/libraries/mvc/db.php:73 |
32 | N2DBConnector->findByAttributes() | JROOT/libraries/nextend2/nextend/library/libraries/storage/section.php:207 |
31 | N2StorageSection->get() | JROOT/libraries/nextend2/nextend/library/libraries/cache/storage/cachestoragedatabase.php:26 |
30 | N2CacheStorageDatabase->exists() | JROOT/libraries/nextend2/nextend/library/libraries/cache/cache.php:68 |
29 | N2Cache->exists() | JROOT/libraries/nextend2/nextend/library/libraries/cache/manifest.php:40 |
28 | N2CacheManifest->isCached() | JROOT/libraries/nextend2/nextend/library/libraries/cache/manifest.php:20 |
27 | N2CacheManifest->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/cache/slider.php:48 |
26 | N2CacheManifestSlider->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:78 |
25 | N2SmartSliderManager->cacheSlider() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:68 |
24 | N2SmartSliderManager->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml:7 |
23 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:148 |
22 | N2Layout->renderInline() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:115 |
21 | N2Layout->renderFragmentBlock() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml:4 |
20 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:73 |
19 | N2Layout->renderLayout() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:106 |
18 | N2Layout->render() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/controller.php:82 |
17 | N2ControllerAbstract->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/home.php:25 |
16 | N2SmartSliderFrontendHomeController->actionJoomla() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:119 |
15 | N2ApplicationType->run() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:192 |
14 | N2ApplicationType->render() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:65 |
13 | nextend_smartslider3() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:40 |
12 | plgSystemNextendSmartslider3::prepare() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:31 |
10 | plgSystemNextendSmartslider3->onNextendBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
9 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
8 | JEventDispatcher->trigger() | JROOT/plugins/system/nextend2/nextend2.php:32 |
7 | plgSystemNextend2->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:1050 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.51 ms After last query: 0.13 ms Query memory: 0.032 MB Memory before query: 20.791 MB Rows returned: 1
SELECT *
FROM `c0rp_nextend2_section_storage`
WHERE `application` = 'smartslider'
AND `section` = 'sliderChanged'
AND `referencekey` = 3
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c0rp_nextend2_section_storage | ref | application,application_2 | application | 448 | const,const | 4 | Using index condition |
Status | Duration |
---|
Starting | 0.05 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.05 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.05 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.02 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
34 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
33 | JDatabaseDriver->loadAssoc() | JROOT/libraries/nextend2/nextend/joomla/libraries/mvc/db.php:73 |
32 | N2DBConnector->findByAttributes() | JROOT/libraries/nextend2/nextend/library/libraries/storage/section.php:207 |
31 | N2StorageSection->get() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/helper.php:26 |
30 | N2SmartSliderHelper->isSliderChanged() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/cache/slider.php:97 |
29 | N2CacheManifestSlider->isCacheValid() | JROOT/libraries/nextend2/nextend/library/libraries/cache/manifest.php:44 |
28 | N2CacheManifest->isCached() | JROOT/libraries/nextend2/nextend/library/libraries/cache/manifest.php:20 |
27 | N2CacheManifest->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/cache/slider.php:48 |
26 | N2CacheManifestSlider->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:78 |
25 | N2SmartSliderManager->cacheSlider() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:68 |
24 | N2SmartSliderManager->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml:7 |
23 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:148 |
22 | N2Layout->renderInline() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:115 |
21 | N2Layout->renderFragmentBlock() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml:4 |
20 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:73 |
19 | N2Layout->renderLayout() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:106 |
18 | N2Layout->render() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/controller.php:82 |
17 | N2ControllerAbstract->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/home.php:25 |
16 | N2SmartSliderFrontendHomeController->actionJoomla() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:119 |
15 | N2ApplicationType->run() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:192 |
14 | N2ApplicationType->render() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:65 |
13 | nextend_smartslider3() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:40 |
12 | plgSystemNextendSmartslider3::prepare() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:31 |
10 | plgSystemNextendSmartslider3->onNextendBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
9 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
8 | JEventDispatcher->trigger() | JROOT/plugins/system/nextend2/nextend2.php:32 |
7 | plgSystemNextend2->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:1050 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.62 ms After last query: 0.14 ms Query memory: 0.094 MB Memory before query: 20.807 MB Rows returned: 1
SELECT *
FROM `c0rp_nextend2_section_storage`
WHERE `application` = 'cache'
AND `section` = 'notweb/n2-ss-3'
AND `referencekey` = 'slideren-GB1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c0rp_nextend2_section_storage | ref | application,application_2 | application | 834 | const,const,const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.04 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
After opening tables | 0.03 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.06 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.17 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.02 ms |
Reset for next command | 0.03 ms |
# | Caller | File and line number |
---|
34 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
33 | JDatabaseDriver->loadAssoc() | JROOT/libraries/nextend2/nextend/joomla/libraries/mvc/db.php:73 |
32 | N2DBConnector->findByAttributes() | JROOT/libraries/nextend2/nextend/library/libraries/storage/section.php:207 |
31 | N2StorageSection->get() | JROOT/libraries/nextend2/nextend/library/libraries/cache/storage/cachestoragedatabase.php:26 |
30 | N2CacheStorageDatabase->exists() | JROOT/libraries/nextend2/nextend/library/libraries/cache/cache.php:68 |
29 | N2Cache->exists() | JROOT/libraries/nextend2/nextend/library/libraries/cache/manifest.php:44 |
28 | N2CacheManifest->isCached() | JROOT/libraries/nextend2/nextend/library/libraries/cache/manifest.php:20 |
27 | N2CacheManifest->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/cache/slider.php:48 |
26 | N2CacheManifestSlider->makeCache() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:78 |
25 | N2SmartSliderManager->cacheSlider() | JROOT/libraries/nextend2/smartslider/smartslider/libraries/slider/manager.php:68 |
24 | N2SmartSliderManager->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml:7 |
23 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/views/joomla.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:148 |
22 | N2Layout->renderInline() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:115 |
21 | N2Layout->renderFragmentBlock() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml:4 |
20 | include JROOT/libraries/nextend2/smartslider/smartslider/frontend/layouts/default.phtml | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:73 |
19 | N2Layout->renderLayout() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/layout.php:106 |
18 | N2Layout->render() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/controller.php:82 |
17 | N2ControllerAbstract->render() | JROOT/libraries/nextend2/smartslider/smartslider/frontend/controllers/home/home.php:25 |
16 | N2SmartSliderFrontendHomeController->actionJoomla() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:119 |
15 | N2ApplicationType->run() | JROOT/libraries/nextend2/nextend/library/libraries/mvc/application/type.php:192 |
14 | N2ApplicationType->render() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:65 |
13 | nextend_smartslider3() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:40 |
12 | plgSystemNextendSmartslider3::prepare() | Same as call in the line below. |
11 | preg_replace_callback() | JROOT/plugins/system/nextendsmartslider3/nextendsmartslider3.php:31 |
10 | plgSystemNextendSmartslider3->onNextendBeforeCompileHead() | JROOT/libraries/joomla/event/event.php:70 |
9 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
8 | JEventDispatcher->trigger() | JROOT/plugins/system/nextend2/nextend2.php:32 |
7 | plgSystemNextend2->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:1050 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Query Time: 0.72 ms After last query: 14.76 ms Query memory: 0.024 MB Memory before query: 21.370 MB Rows returned: 1
SELECT folder AS type, element AS name, params, extension_id
FROM c0rp_extensions
WHERE element = 'jch_optimize'
AND type = 'plugin'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c0rp_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | Using index condition; Using where |
Status | Duration |
---|
Starting | 0.06 ms |
Checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
After opening tables | 0.02 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.09 ms |
Preparing | 0.03 ms |
Executing | 0.03 ms |
Sending data | 0.08 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.03 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.02 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.02 ms |
# | Caller | File and line number |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
17 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jch_optimize/platform/plugin.php:73 |
16 | JchPlatformPlugin::loadjch() | JROOT/plugins/system/jch_optimize/platform/plugin.php:45 |
15 | JchPlatformPlugin::getPlugin() | JROOT/plugins/system/jch_optimize/platform/plugin.php:90 |
14 | JchPlatformPlugin::getPluginParams() | JROOT/plugins/system/jch_optimize/platform/cache.php:131 |
13 | JchPlatformCache::getLifetime() | JROOT/plugins/system/jch_optimize/platform/cache.php:117 |
12 | JchPlatformCache::getCacheObject() | JROOT/plugins/system/jch_optimize/platform/cache.php:37 |
11 | JchPlatformCache::getCache() | JROOT/plugins/system/jch_optimize/jchoptimize/parser.php:79 |
10 | JchOptimizeParser->__construct() | JROOT/plugins/system/jch_optimize/jchoptimize/jchoptimize.php:53 |
9 | JchOptimize->process() | JROOT/plugins/system/jch_optimize/jchoptimize/jchoptimize.php:107 |
8 | JchOptimize::optimize() | JROOT/plugins/system/jch_optimize/jch_optimize.php:102 |
7 | plgSystemJCH_Optimize->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:1050 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
11 × SELECT *
FROM `c0rp_nextend2_section_storage`
2 × SELECT `id`,`referencekey`,`value`,`system`,`editable`
FROM `c0rp_nextend2_section_storage`
1 × SELECT `data`
FROM `c0rp_session`
1 × SELECT `session_id`
FROM `c0rp_session`
1 × SELECT id, rules
FROM `c0rp_viewlevels
1 × SELECT b.id
FROM c0rp_usergroups AS a
LEFT JOIN c0rp_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT
sp.id,
st.name as type
FROM
`c0rp_creative_fields` sp
JOIN `c0rp_creative_field_types` st
ON st.id = sp.id_type
1 × SELECT
sp.`id_template`,
sp.name,
sp.top_text,
sp.pre_text,
sp.thank_you_text,
sp.send_text,
sp.send_new_text,
sp.close_alert_text,
sp.form_width,
sp.redirect,
sp.redirect_itemid,
sp.redirect_url,
sp.redirect_delay,
sp.shake_count,
sp.shake_distanse,
sp.send_copy_enable,
sp.send_copy_text,
sp.shake_duration,
sp.custom_css,
st.styles,
sp.render_type,
sp.popup_button_text,
sp.static_button_position,
sp.static_button_offset,
sp.appear_animation_type,
sp.check_token,
sp.next_button_text,
sp.prev_button_text,
sp.email_template
FROM
`c0rp_creative_forms` sp
LEFT JOIN `c0rp_contact_templates` st
ON st.id = sp.id_template
1 × SELECT
sp.id,
sp.name,
sp.tooltip_text,
sp.required,
sp.ordering_field,
sp.select_default_text,
sp.show_parent_label,
sp.select_no_match_text,
sp.width,
sp.field_margin_top,
sp.select_show_scroll_after,
sp.select_show_search_after,
sp.upload_button_text,
sp.upload_minfilesize,
sp.upload_maxfilesize,
sp.upload_acceptfiletypes,
sp.upload_minfilesize_message,
sp.upload_maxfilesize_message,
sp.upload_acceptfiletypes_message,
sp.captcha_wrong_message,
sp.datepicker_date_format,
sp.datepicker_animation,
sp.datepicker_style,
sp.datepicker_icon_style,
sp.datepicker_show_icon,
sp.datepicker_input_readonly,
sp.datepicker_number_months,
sp.datepicker_mindate,
sp.datepicker_maxdate,
sp.datepicker_changemonths,
sp.datepicker_changeyears,
sp.column_type,
sp.custom_html,
sp.google_maps,
sp.heading,
sp.recaptcha_site_key,
sp.recaptcha_wrong_message,
sp.recaptcha_theme,
sp.recaptcha_type,
sp.contact_data,
sp.contact_data_width,
sp.creative_popup,
sp.creative_popup_embed,
sp.m_recipients_value,
sp.m_recipients_multiple,
sp.pagebreak_type,
sp.pagebreak_page_title,
sp.if_id,
sp.if_val,
sp.then_id,
sp.hidden_val,
st.name as type
FROM
`c0rp_creative_fields` sp
JOIN `c0rp_creative_field_types` st
ON st.id = sp.id_type
1 × SELECT
sp.id,
sp.recaptcha_site_key,
sp.recaptcha_theme,
sp.recaptcha_type
FROM
`c0rp_creative_fields` sp
1 × SELECT folder AS type, element AS name, params, extension_id
FROM c0rp_extensions