Joomla! Version | 5.2.4 |
PHP Version | 8.2.7 |
Identity | guest |
Response | 200 |
Template | sj_martlife |
Database |
|
1 x afterInitialise (12.81MB) (39.23%) | 150ms |
1 x afterRenderComponent com_virtuemart (7.98MB) (33.16%) | 127ms |
1 x afterRoute (1.84MB) (8.4%) | 32.13ms |
1 x Before Access::preloadComponents (all components) (2.15MB) (7.56%) | 28.89ms |
1 x afterRender (1.37MB) (7.12%) | 27.22ms |
1 x afterLoad (74.72KB) (1.86%) | 7.11ms |
1 x afterDispatch (204.05KB) (1.14%) | 4.37ms |
1 x After Access::preloadComponents (all components) (149.62KB) (0.55%) | 2.11ms |
1 x beforeRenderComponent com_virtuemart (212.05KB) (0.29%) | 1.11ms |
1 x After Access::getAssetRules (id:1 name:root.1) (41.9KB) (0.14%) | 538μs |
1 x Before Access::getAssetRules (id:1 name:root.1) (104B) (0.01%) | 26μs |
1 x Before Access::getAssetRules (id:214 name:com_virtuemart) (776B) (0.01%) | 25μs |
1 x After Access::getAssetRules (id:214 name:com_virtuemart) (1.45KB) (0%) | 9μs |
SELECT @@SESSION.sql_mode;
232μs968B/libraries/src/Session/MetadataManager.php:184CopySELECT `session_id`
FROM `new2_session`
WHERE `session_id` = :session_id LIMIT 1
323μs1.3KBParams/libraries/src/Session/MetadataManager.php:187CopyINSERT INTO `new2_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(:session_id, :guest, :time, :user_id, :username, :client_id)
505μs944BParams/libraries/src/Session/MetadataManager.php:260CopySELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `new2_extensions`
WHERE `type` = 'component' AND `state` = 0 AND `enabled` = 1
644μs1.55KB/libraries/src/Component/ComponentHelper.php:399CopySELECT `id`,`rules`
FROM `new2_viewlevels`
280μs976B/libraries/src/Access/Access.php:955CopySELECT `b`.`id`
FROM `new2_usergroups` AS `a`
LEFT JOIN `new2_usergroups` AS `b` ON `b`.`lft` <= `a`.`lft` AND `b`.`rgt` >= `a`.`rgt`
WHERE `a`.`id` = :guest
435μs1.31KBParams/libraries/src/Access/Access.php:868CopySELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM `new2_extensions`
WHERE `enabled` = 1 AND `type` = 'plugin' AND `state` IN (0,1) AND `access` IN (:preparedArray1)
ORDER BY `ordering`
2.13ms5.46KBParams/libraries/src/Plugin/PluginHelper.php:294CopySELECT `path`
FROM new2_rsfirewall_ignored
WHERE `type`='ignore_folder' OR `type`='ignore_file'
214μs520B/administrator/components/com_rsfirewall/helpers/config.php:56CopySELECT `file`
FROM new2_rsfirewall_hashes
WHERE `type`='protect'
1.48ms1.13KB/administrator/components/com_rsfirewall/helpers/config.php:63CopySELECT *
FROM new2_rsfirewall_configuration
630μs1.88KB/administrator/components/com_rsfirewall/helpers/config.php:71CopySHOW FULL COLUMNS FROM `new2_rsfirewall_logs`
1.04ms1.42KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:587CopySELECT *
FROM `new2_nextend2_section_storage`
WHERE `application` = 'smartslider' AND `section` = 'settings'
369μs896B/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:182CopySELECT `template`
FROM `new2_template_styles`
WHERE `client_id` = 0 AND `home` = 1
394μs536B/components/com_sppagebuilder/parser/addon-parser.php:1403CopySELECT *
FROM `new2_languages`
WHERE `published` = 1
ORDER BY `ordering` ASC
527μs1.63KB/libraries/src/Language/LanguageHelper.php:177CopySELECT `element`,`name`,`client_id`,`extension_id`
FROM `new2_extensions`
WHERE `type` = 'language' AND `state` = 0 AND `enabled` = 1
465μs848B/libraries/src/Language/LanguageHelper.php:250CopySELECT `template`
FROM `new2_template_styles`
WHERE `client_id` = 0 AND `home` = 1
332μs536B/plugins/system/helix3/helix3.php:247CopySELECT *
FROM new2_rsform_config
402μs2.69KB/administrator/components/com_rsform/helpers/config.php:52CopySELECT *
FROM new2_menu
WHERE alias ='de' AND published=1
534μs2.83KB/plugins/system/t4/src/t4/MVC/Router/T4.php:352CopySELECT *
FROM new2_menu
WHERE alias ='online-katalog' AND published=1
357μs2.84KB/plugins/system/t4/src/t4/MVC/Router/T4.php:352CopySELECT `m`.`id`,`m`.`menutype`,`m`.`title`,`m`.`alias`,`m`.`note`,`m`.`link`,`m`.`type`,`m`.`level`,`m`.`language`,`m`.`browserNav`,`m`.`access`,`m`.`params`,`m`.`home`,`m`.`img`,`m`.`template_style_id`,`m`.`component_id`,`m`.`parent_id`,`m`.`path` AS `route`,`e`.`element` AS `component`
FROM `new2_menu` AS `m`
LEFT JOIN `new2_extensions` AS `e` ON `m`.`component_id` = `e`.`extension_id`
WHERE
(
(`m`.`published` = 1 AND `m`.`parent_id` > 0 AND `m`.`client_id` = 0) AND
(`m`.`publish_up` IS NULL OR `m`.`publish_up` <= :currentDate1)) AND
(`m`.`publish_down` IS NULL OR `m`.`publish_down` >= :currentDate2)
ORDER BY `m`.`lft`
2.69ms437.3KBParams/libraries/src/Menu/SiteMenu.php:166CopySHOW TABLES LIKE "new2_virtuemart_configs"
3.38ms536B/administrator/components/com_virtuemart/helpers/vmtable.php:826CopySELECT `config` FROM `new2_virtuemart_configs` WHERE `virtuemart_config_id` = "1";
197μs536B/administrator/components/com_virtuemart/helpers/config.php:454CopySELECT `id`,`name`,`rules`,`parent_id`
FROM `new2_assets`
WHERE `name` IN (:preparedArray1,:preparedArray2,:preparedArray3,:preparedArray4,:preparedArray5,:preparedArray6,:preparedArray7,:preparedArray8,:preparedArray9,:preparedArray10,:preparedArray11,:preparedArray12,:preparedArray13,:preparedArray14,:preparedArray15,:preparedArray16,:preparedArray17,:preparedArray18,:preparedArray19,:preparedArray20,:preparedArray21,:preparedArray22,:preparedArray23,:preparedArray24,:preparedArray25,:preparedArray26,:preparedArray27,:preparedArray28,:preparedArray29,:preparedArray30,:preparedArray31,:preparedArray32,:preparedArray33,:preparedArray34,:preparedArray35,:preparedArray36,:preparedArray37,:preparedArray38,:preparedArray39,:preparedArray40,:preparedArray41,:preparedArray42,:preparedArray43,:preparedArray44,:preparedArray45,:preparedArray46,:preparedArray47,:preparedArray48,:preparedArray49,:preparedArray50,:preparedArray51,:preparedArray52)
1.52ms7.94KBParams/libraries/src/Access/Access.php:357CopySELECT `id`,`home`,`template`,`s`.`params`,`inheritable`,`parent`
FROM `new2_template_styles` AS `s`
LEFT JOIN `new2_extensions` AS `e` ON `e`.`element` = `s`.`template` AND `e`.`type` = 'template' AND `e`.`client_id` = `s`.`client_id`
WHERE `s`.`client_id` = 0 AND `e`.`enabled` = 1
790μs140.95KB/administrator/components/com_templates/src/Model/StyleModel.php:775CopySELECT * FROM `new2_menu` WHERE `link` like "index.php?option=com_virtuemart%" and (language="*" or language = "de-DE" ) AND client_id=0 AND published=1 AND ( access="1" ) ORDER BY `language` DESC
1.27ms83.7KB/components/com_virtuemart/router.php:1699CopySELECT l.virtuemart_product_id FROM `new2_virtuemart_products_de_de` as l WHERE l.slug = "vanne-de-fermeture-rapide-pn25"
217μs536B/components/com_virtuemart/router.php:1624CopySELECT *
FROM new2_rsfirewall_hashes
WHERE (`type`='5.2.4' OR `type`='protect') AND (`flag`!='C' OR `flag` IS NULL)
1.09ms848B/plugins/system/rsfirewall/rsfirewall.php:1107CopySELECT *
FROM new2_rsfirewall_snapshots
WHERE `type`='protect'
197μs688B/administrator/components/com_rsfirewall/helpers/snapshot.php:49CopySELECT `ip`,`reason`
FROM new2_rsfirewall_lists
WHERE (`ip`='18.191.70.86' OR `ip` LIKE '%*%' OR `ip` LIKE '%/%' OR `ip` LIKE '%-%') AND `type`='1' AND `published`='1'
178μs576B/plugins/system/rsfirewall/rsfirewall.php:172CopySELECT `ip`,`reason`
FROM new2_rsfirewall_lists
WHERE (`ip`='18.191.70.86' OR `ip` LIKE '%*%' OR `ip` LIKE '%/%' OR `ip` LIKE '%-%') AND `type`='0' AND `published`='1'
160μs576B/plugins/system/rsfirewall/rsfirewall.php:172CopySELECT *
FROM new2_rsfirewall_exceptions
WHERE `published`='1'
173μs1.42KB/plugins/system/rsfirewall/rsfirewall.php:758CopySELECT *
FROM `new2_template_styles`
WHERE `client_id` = 0 AND `id` = '37'
288μs64.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT * FROM `new2_template_styles` WHERE `id`="36"
428μs59.41KB/components/com_virtuemart/helpers/vmtemplate.php:96CopySELECT * FROM `new2_virtuemart_shoppergroups` WHERE `default` = "2" AND (`virtuemart_vendor_id` = "1" OR `shared` = "1") AND `published`="1"
518μs2.38KB/administrator/components/com_virtuemart/models/shoppergroup.php:101CopySELECT `new2_virtuemart_shoppergroups`.* FROM `new2_virtuemart_shoppergroups` WHERE `new2_virtuemart_shoppergroups`.`virtuemart_shoppergroup_id` = "1"
229μs2.38KB/administrator/components/com_virtuemart/helpers/vmtable.php:1135CopySELECT `new2_virtuemart_products`.* ,`new2_virtuemart_products_de_de`.* FROM `new2_virtuemart_products` INNER JOIN `new2_virtuemart_products_de_de` ON `new2_virtuemart_products`.`virtuemart_product_id` = `new2_virtuemart_products_de_de`.`virtuemart_product_id` WHERE `new2_virtuemart_products`.`virtuemart_product_id` = "845"
367μs5.53KB/administrator/components/com_virtuemart/helpers/vmtable.php:1135CopySELECT `virtuemart_media_id` FROM `new2_virtuemart_product_medias` WHERE `virtuemart_product_id` = "845" ORDER BY `ordering`
243μs536B/administrator/components/com_virtuemart/helpers/vmtablexarray.php:78CopySELECT * FROM `new2_virtuemart_product_categories` WHERE `virtuemart_product_id` = 845
199μs704B/administrator/components/com_virtuemart/models/product.php:2174CopySELECT `new2_virtuemart_categories`.* ,`new2_virtuemart_categories_de_de`.* FROM `new2_virtuemart_categories` INNER JOIN `new2_virtuemart_categories_de_de` ON `new2_virtuemart_categories`.`virtuemart_category_id` = `new2_virtuemart_categories_de_de`.`virtuemart_category_id` WHERE `new2_virtuemart_categories`.`virtuemart_category_id` = "60"
283μs3.13KB/administrator/components/com_virtuemart/helpers/vmtable.php:1135CopySELECT c.`virtuemart_custom_id`, c.`custom_parent_id`, c.`virtuemart_vendor_id`, c.`custom_jplugin_id`, c.`custom_element`, c.`admin_only`, c.`custom_title`, c.`show_title` , c.`custom_tip`,
c.`custom_value`, c.`custom_desc`, c.`field_type`, c.`is_list`, c.`is_hidden`, c.`is_cart_attribute`, c.`is_input`, c.`searchable`, c.`layout_pos`, c.`custom_params`, c.`shared`, c.`published`, c.`ordering`, c.`virtuemart_shoppergroup_id`, field.`virtuemart_customfield_id`, field.`virtuemart_product_id`, field.`customfield_value`, field.`customfield_price`,
field.`customfield_params`, field.`published` as fpublished, field.`override`, field.`disabler`, field.`noninheritable`, field.`ordering`,
field.`product_sku`, field.`product_gtin`, field.`product_mpn`
FROM `new2_virtuemart_customs` AS c LEFT JOIN `new2_virtuemart_product_customfields` AS field ON c.`virtuemart_custom_id` = field.`virtuemart_custom_id` WHERE field.`virtuemart_product_id` IN (845) AND c.`published` = "1" ORDER BY field.`ordering` ASC
506μs4.66KB/administrator/components/com_virtuemart/models/customfields.php:163CopySELECT `extension_id` as `id`, `folder` as `type`, `element` as `name`, `params`, `state` FROM new2_extensions WHERE
`type`="plugin" and `folder`="vmcustom" and `element` = "catproduct"
363μs768B/administrator/components/com_virtuemart/helpers/vdispatcher.php:260CopySELECT * FROM `new2_virtuemart_currencies` AS c
LEFT JOIN `new2_virtuemart_vendors` AS v ON c.virtuemart_currency_id = v.vendor_currency
WHERE v.virtuemart_vendor_id = "1"
356μs4.63KB/administrator/components/com_virtuemart/models/vendor.php:316CopySELECT `new2_virtuemart_currencies`.* FROM `new2_virtuemart_currencies` WHERE `new2_virtuemart_currencies`.`virtuemart_currency_id` = "27"
405μs2.72KB/administrator/components/com_virtuemart/helpers/vmtable.php:1135CopySHOW FULL COLUMNS FROM `new2_virtuemart_userfields`
1.74ms1.89KB/administrator/components/com_virtuemart/helpers/vmtable.php:787CopySELECT * FROM `new2_virtuemart_userfields` WHERE 1 = 1 AND `account`="1" AND published = 1 AND FIND_IN_SET(name, 'address_type') = 0 ORDER BY ordering
636μs4.92KB/administrator/components/com_virtuemart/helpers/vmmodel.php:515CopySELECT * FROM `new2_virtuemart_userfields` WHERE 1 = 1 AND `shipment`="1" AND published = 1 AND FIND_IN_SET(name, 'address_type,name,username,password,password2,user_is_vendor,delimiter_userinfo') = 0 ORDER BY ordering
667μs4.8KB/administrator/components/com_virtuemart/helpers/vmmodel.php:515CopySELECT c.* FROM new2_virtuemart_calcs as c LEFT JOIN new2_virtuemart_calc_shoppergroups as cs ON cs.virtuemart_calc_id=c.virtuemart_calc_id WHERE `calc_kind` IN ('Marge','Tax','VatTax','DBTax','DATax' )
AND `published`="1"
AND (`virtuemart_vendor_id`="1" OR `shared`="1" )
AND ( ( ISNULL(`publish_up`) or `publish_up`="0000-00-00 00:00:00") OR publish_up <= "2025-04-08 00:36:05" )
AND ( ( ISNULL(`publish_down`) or `publish_down`="0000-00-00 00:00:00") OR publish_down >= "2025-04-08 00:36:05" )
AND ( virtuemart_shoppergroup_id = 1 OR (virtuemart_shoppergroup_id) IS NULL) ORDER BY c.ordering
706μs3.09KB/administrator/components/com_virtuemart/helpers/calculationh.php:174CopySELECT `new2_virtuemart_medias`.* FROM `new2_virtuemart_medias` WHERE `new2_virtuemart_medias`.`virtuemart_media_id` = "829"
354μs2.75KB/administrator/components/com_virtuemart/helpers/vmtable.php:1135CopySELECT c.category_parent_id, c.`ordering`, c.virtuemart_category_id, c.virtuemart_vendor_id, c.category_template, c.category_layout, c.category_product_layout, c.products_per_row, c.limit_list_step, c.limit_list_initial, c.hits, c.cat_params, c.metarobot, c.metaauthor, c.shared, c.`published`, c.has_children, c.has_medias, l.category_name, l.category_description, l.metadesc, l.metakey, l.customtitle, l.slug FROM new2_virtuemart_categories as c LEFT JOIN `new2_virtuemart_categories_de_de` as l ON l.`virtuemart_category_id` = c.`virtuemart_category_id` WHERE (c.`category_parent_id` = 0) AND c.`published` = 1 ORDER BY c.ordering,category_name ASC
687μs2.83KB/administrator/components/com_virtuemart/models/category.php:409CopySELECT `virtuemart_media_id` FROM `new2_virtuemart_category_medias` WHERE `virtuemart_category_id` = "47" ORDER BY `ordering`
269μs536B/administrator/components/com_virtuemart/helpers/vmtablexarray.php:78CopySELECT `virtuemart_media_id` FROM `new2_virtuemart_category_medias` WHERE `virtuemart_category_id` = "56" ORDER BY `ordering`
242μs536B/administrator/components/com_virtuemart/helpers/vmtablexarray.php:78CopySELECT `virtuemart_media_id` FROM `new2_virtuemart_category_medias` WHERE `virtuemart_category_id` = "65" ORDER BY `ordering`
235μs536B/administrator/components/com_virtuemart/helpers/vmtablexarray.php:78CopySELECT `virtuemart_media_id` FROM `new2_virtuemart_category_medias` WHERE `virtuemart_category_id` = "73" ORDER BY `ordering`
254μs536B/administrator/components/com_virtuemart/helpers/vmtablexarray.php:78CopySELECT *
FROM `new2_template_styles`
WHERE `client_id` = 0 AND `id` = '37'
341μs64.91KB/plugins/system/helix3/helix3.php:79CopySELECT `language`,`id`
FROM `new2_menu`
WHERE `home` = '1' AND `published` = 1 AND `client_id` = 0
778μs624B/libraries/src/Language/Multilanguage.php:123CopySELECT *
FROM `new2_template_styles`
WHERE `client_id` = 0 AND `id` = '37'
506μs64.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `new2_template_styles`
WHERE `client_id` = 0 AND `id` = '37'
371μs64.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `new2_template_styles`
WHERE `client_id` = 0 AND `id` = '37'
312μs64.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `new2_template_styles`
WHERE `client_id` = 0 AND `id` = '37'
292μs64.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `new2_template_styles`
WHERE `client_id` = 0 AND `id` = '37'
309μs64.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT SUM(CASE WHEN `a`.`next_execution` <= :now THEN 1 ELSE 0 END) AS due_count,SUM(CASE WHEN `a`.`locked` IS NULL THEN 0 ELSE 1 END) AS locked_count
FROM `new2_scheduler_tasks` AS `a`
WHERE `a`.`state` = 1
397μs1.37KBParams/administrator/components/com_scheduler/src/Model/TasksModel.php:517CopySELECT *
FROM `new2_template_styles`
WHERE `client_id` = 0 AND `id` = '37'
306μs64.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy