Profile Information
Application 0.000 seconds (+0.000); 0.60 MB (+0.599) - afterLoad
Application 0.034 seconds (+0.034); 2.55 MB (+1.948) - afterInitialise
Application 0.038 seconds (+0.005); 2.88 MB (+0.329) - afterRoute
Application 0.075 seconds (+0.037); 4.58 MB (+1.701) - afterDispatch
Application 0.081 seconds (+0.006); 4.70 MB (+0.128) - beforeRenderModule mod_custom (Login)
Application 0.082 seconds (+0.001); 4.72 MB (+0.018) - afterRenderModule mod_custom (Login)
Application 0.083 seconds (+0.001); 4.72 MB (-0.001) - beforeRenderModule mod_custom (Evelyn)
Application 0.083 seconds (+0.000); 4.72 MB (+0.002) - afterRenderModule mod_custom (Evelyn)
Application 0.084 seconds (+0.001); 4.72 MB (-0.001) - beforeRenderModule mod_custom (ZFD)
Application 0.084 seconds (+0.000); 4.73 MB (+0.003) - afterRenderModule mod_custom (ZFD)
Application 0.085 seconds (+0.001); 4.72 MB (-0.001) - beforeRenderModule mod_custom (GZ MARKDORF)
Application 0.085 seconds (+0.000); 4.73 MB (+0.002) - afterRenderModule mod_custom (GZ MARKDORF)
Application 0.085 seconds (+0.000); 4.71 MB (-0.018) - beforeRenderModule mod_menu (Menü)
Application 0.086 seconds (+0.001); 4.73 MB (+0.022) - afterRenderModule mod_menu (Menü)
Application 0.086 seconds (+0.001); 4.75 MB (+0.018) - beforeRenderModule mod_search (Suchen)
Application 0.087 seconds (+0.001); 4.83 MB (+0.081) - afterRenderModule mod_search (Suchen)
Application 0.088 seconds (+0.001); 4.85 MB (+0.022) - afterRender
Memory Usage
4.89 MB (5,125,864 Bytes)
18 Queries Logged
- SELECT `data`
FROM `asj2h_session`
WHERE `session_id` = '71714f54571f8889f721d473b12aee13' - DELETE
FROM `asj2h_session`
WHERE `time` < 1618540181 - SELECT `session_id`
FROM `asj2h_session`
WHERE `session_id` = '71714f54571f8889f721d473b12aee13'
LIMIT 0, 1 - INSERT INTO `asj2h_session` (`session_id`, `client_id`, `time`)
VALUES ('71714f54571f8889f721d473b12aee13', 0, 1618541081) - SELECT extension_id AS "id", element AS "option", params, enabled
FROM asj2h_extensions
WHERE `type` = 'component'
AND `element` = 'com_users' - SELECT id, rules
FROM `asj2h_viewlevels` - SELECT folder AS type, element AS name, params
FROM asj2h_extensions
WHERE enabled >= 1
AND type ='plugin'
AND state >= 0
AND access IN (1,1)
ORDER BY ordering - SELECT extension_id AS "id", element AS "option", params, enabled
FROM asj2h_extensions
WHERE `type` = 'component'
AND `element` = 'com_languages' - SELECT m.id, m.menutype, m.title, m.alias, m.path AS route, 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,e.element as component
FROM asj2h_menu AS m
LEFT JOIN asj2h_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.access IN (1,1)
ORDER BY m.lft - SELECT extension_id AS "id", element AS "option", params, enabled
FROM asj2h_extensions
WHERE `type` = 'component'
AND `element` = 'com_content' - SELECT *
FROM asj2h_languages
WHERE published=1
ORDER BY ordering ASC - SELECT id, home, template, s.params
FROM asj2h_template_styles as s
LEFT JOIN asj2h_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 - SELECT a.rules
FROM asj2h_assets AS a
WHERE a.id = 1 - SELECT b.rules
FROM asj2h_assets AS a
LEFT JOIN asj2h_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.name = 'com_content'
ORDER BY b.lft - SELECT a.id, a.title, a.alias, a.title_alias, a.introtext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = 0 THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,CASE WHEN a.publish_up = 0 THEN a.created ELSE a.publish_up END as publish_up, a.publish_down, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, LENGTH(a.fulltext) AS readmore ,CASE WHEN badcats.id is not null THEN 0 ELSE a.state END AS state,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,contact.id as contactid,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND( v.rating_sum / v.rating_count ) AS rating, v.rating_count as rating_count,c.published, CASE WHEN badcats.id is null THEN c.published ELSE 0 END AS parents_published
FROM asj2h_content AS a
LEFT JOIN asj2h_categories AS c
ON c.id = a.catid
LEFT JOIN asj2h_users AS ua
ON ua.id = a.created_by
LEFT JOIN asj2h_users AS uam
ON uam.id = a.modified_by
LEFT JOIN asj2h_contact_details AS contact
on contact.user_id = a.created_by
LEFT JOIN asj2h_categories as parent
ON parent.id = c.parent_id
LEFT JOIN asj2h_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM asj2h_categories AS cat JOIN asj2h_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id ) AS badcats
ON badcats.id = c.id
INNER JOIN asj2h_content_frontpage AS fp
ON fp.content_id = a.id
WHERE a.access IN (1,1)
AND CASE WHEN badcats.id is null THEN a.state ELSE 0 END = 1
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2021-04-16 02:44:41')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2021-04-16 02:44:41')
GROUP BY a.id
ORDER BY c.lft, fp.ordering, a.created DESC
LIMIT 0, 3 - SELECT a.id, a.title, a.alias, a.title_alias, a.introtext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = 0 THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,CASE WHEN a.publish_up = 0 THEN a.created ELSE a.publish_up END as publish_up, a.publish_down, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, LENGTH(a.fulltext) AS readmore ,CASE WHEN badcats.id is not null THEN 0 ELSE a.state END AS state,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,contact.id as contactid,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND( v.rating_sum / v.rating_count ) AS rating, v.rating_count as rating_count,c.published, CASE WHEN badcats.id is null THEN c.published ELSE 0 END AS parents_published
FROM asj2h_content AS a
LEFT JOIN asj2h_categories AS c
ON c.id = a.catid
LEFT JOIN asj2h_users AS ua
ON ua.id = a.created_by
LEFT JOIN asj2h_users AS uam
ON uam.id = a.modified_by
LEFT JOIN asj2h_contact_details AS contact
on contact.user_id = a.created_by
LEFT JOIN asj2h_categories as parent
ON parent.id = c.parent_id
LEFT JOIN asj2h_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM asj2h_categories AS cat JOIN asj2h_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id ) AS badcats
ON badcats.id = c.id
INNER JOIN asj2h_content_frontpage AS fp
ON fp.content_id = a.id
WHERE a.access IN (1,1)
AND CASE WHEN badcats.id is null THEN a.state ELSE 0 END = 1
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2021-04-16 02:44:41')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2021-04-16 02:44:41')
GROUP BY a.id
ORDER BY c.lft, fp.ordering, a.created DESC - SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM asj2h_modules AS m
LEFT JOIN asj2h_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN asj2h_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE m.published = 1
AND e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2021-04-16 02:44:41')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2021-04-16 02:44:41')
AND m.access IN (1,1)
AND m.client_id = 0
AND (mm.menuid = 435 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering - UPDATE `asj2h_session`
SET `data` = '__default|a:7:{s:15:\"session.counter\";i:1;s:19:\"session.timer.start\";i:1618541081;s:18:\"session.timer.last\";i:1618541081;s:17:\"session.timer.now\";i:1618541081;s:22:\"session.client.browser\";s:40:\"CCBot/2.0 (https://commoncrawl.org/faq/)\";s:8:\"registry\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:4:\"user\";O:5:\"JUser\":23:{s:9:\"\0*\0isRoot\";b:0;s:2:\"id\";i:0;s:4:\"name\";N;s:8:\"username\";N;s:5:\"email\";N;s:8:\"password\";N;s:14:\"password_clear\";s:0:\"\";s:8:\"usertype\";N;s:5:\"block\";N;s:9:\"sendEmail\";i:0;s:12:\"registerDate\";N;s:13:\"lastvisitDate\";N;s:10:\"activation\";N;s:6:\"params\";N;s:6:\"groups\";a:0:{}s:5:\"guest\";i:1;s:10:\"\0*\0_params\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:14:\"\0*\0_authGroups\";a:1:{i:0;s:1:\"1\";}s:14:\"\0*\0_authLevels\";a:2:{i:0;i:1;i:1;i:1;}s:15:\"\0*\0_authActions\";N;s:12:\"\0*\0_errorMsg\";N;s:10:\"\0*\0_errors\";a:0:{}s:3:\"aid\";i:0;}}', `time` = 1618541081
WHERE `session_id` = '71714f54571f8889f721d473b12aee13'
15 Query Types Logged, Sorted by Occurrences.
SELECT Tables:
- 3 × SELECT extension_id AS "id", element AS "option", params, enabled FROM asj2h_extensions
- 2 × SELECT a.id, a.title, a.alias, a.title_alias, a.introtext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = 0 THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,CASE WHEN a.publish_up = 0 THEN a.created ELSE a.publish_up END as publish_up, a.publish_down, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, LENGTH(a.fulltext) AS readmore ,CASE WHEN badcats.id is not null THEN 0 ELSE a.state END AS state,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,contact.id as contactid,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND( v.rating_sum / v.rating_count ) AS rating, v.rating_count as rating_count,c.published, CASE WHEN badcats.id is null THEN c.published ELSE 0 END AS parents_published FROM asj2h_content AS a LEFT JOIN asj2h_categories AS c ON c.id = a.catid LEFT JOIN asj2h_users AS ua ON ua.id = a.created_by LEFT JOIN asj2h_users AS uam ON uam.id = a.modified_by LEFT JOIN asj2h_contact_details AS contact on contact.user_id = a.created_by LEFT JOIN asj2h_categories as parent ON parent.id = c.parent_id LEFT JOIN asj2h_content_rating AS v ON a.id = v.content_id LEFT OUTER JOIN (SELECT cat.id as id FROM asj2h_categories AS cat JOIN asj2h_categories AS parent ON cat.lft BETWEEN parent.lft AND parent.rgt
- 1 × SELECT `data` FROM `asj2h_session`
- 1 × SELECT `session_id` FROM `asj2h_session`
- 1 × SELECT id, rules FROM `asj2h_viewlevels
- 1 × SELECT folder AS type, element AS name, params FROM asj2h_extensions
- 1 × SELECT m.id, m.menutype, m.title, m.alias, m.path AS route, 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,e.element as component FROM asj2h_menu AS m LEFT JOIN asj2h_extensions AS e ON m.component_id = e.extension_id
- 1 × SELECT * FROM asj2h_languages
- 1 × SELECT id, home, template, s.params FROM asj2h_template_styles as s LEFT JOIN asj2h_extensions as e ON e.element=s.template AND e.type='template' AND e.client_id=s.client_id
- 1 × SELECT a.rules FROM asj2h_assets AS a
- 1 × SELECT b.rules FROM asj2h_assets AS a LEFT JOIN asj2h_assets AS b ON b.lft <= a.lft AND b.rgt >= a.rgt
- 1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid FROM asj2h_modules AS m LEFT JOIN asj2h_modules_menu AS mm ON mm.moduleid = m.id LEFT JOIN asj2h_extensions AS e ON e.element = m.module AND e.client_id = m.client_id
OTHER Tables:
- 1 × DELETE FROM `asj2h_session`
- 1 × INSERT INTO `asj2h_session` (`session_id`, `client_id`, `time`) VALUES ('71714f54571f8889f721d473b12aee13', 0, 1618541081
- 1 × UPDATE `asj2h_session` SET `data` = '__default|a:7:{s:15:\"session.counter\";i:1;s:19:\"session.timer.start\";i:1618541081;s:18:\"session.timer.last\";i:1618541081;s:17:\"session.timer.now\";i:1618541081;s:22:\"session.client.browser\";s:40:\"CCBot/2.0 (https://commoncrawl.org/faq/)\";s:8:\"registry\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:4:\"user\";O:5:\"JUser\":23:{s:9:\"\0*\0isRoot\";b:0;s:2:\"id\";i:0;s:4:\"name\";N;s:8:\"username\";N;s:5:\"email\";N;s:8:\"password\";N;s:14:\"password_clear\";s:0:\"\";s:8:\"usertype\";N;s:5:\"block\";N;s:9:\"sendEmail\";i:0;s:12:\"registerDate\";N;s:13:\"lastvisitDate\";N;s:10:\"activation\";N;s:6:\"params\";N;s:6:\"groups\";a:0:{}s:5:\"guest\";i:1;s:10:\"\0*\0_params\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:14:\"\0*\0_authGroups\";a:1:{i:0;s:1:\"1\";}s:14:\"\0*\0_authLevels\";a:2:{i:0;i:1;i:1;i:1;}s:15:\"\0*\0_authActions\";N;s:12:\"\0*\0_errorMsg\";N;s:10:\"\0*\0_errors\";a:0:{}s:3:\"aid\";i:0;}}', `time` = 1618541081