Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Vanila Joomla 3.1.1, WITH category list ON frontpage, ~3k articles IN category
- Joomla! Debug Console
- SESSION
- __default
- SESSION.client.browser ⇒ Mozilla/5.0 (Windows NT 6.1; WOW64; rv:22.0) Gecko/20100101 Firefox/22.0
- USER
- SESSION.token ⇒ a54201180514197c5fe6d1c16ab420b7
- Profile Information
- Application 0.000 seconds (+0.000); 0.19 MB (+0.185) - afterLoad
- Application 0.059 seconds (+0.059); 0.92 MB (+0.731) - afterInitialise
- Application 0.079 seconds (+0.019); 1.10 MB (+0.181) - afterRoute
- Application 11.155 seconds (+11.076); 1.84 MB (+0.744) - afterDispatch
- Application 11.161 seconds (+0.006); 1.94 MB (+0.098) - beforeRenderModule mod_articles_latest (Latest Article)
- Application 15.597 seconds (+4.436); 1.96 MB (+0.023) - afterRenderModule mod_articles_latest (Latest Article)
- Application 15.597 seconds (+0.000); 1.96 MB (-0.005) - beforeRenderModule mod_login (Login Form)
- Application 15.603 seconds (+0.006); 1.97 MB (+0.014) - afterRenderModule mod_login (Login Form)
- Application 15.603 seconds (+0.000); 1.97 MB (+0.001) - beforeRenderModule mod_breadcrumbs (Breadcrumbs)
- Application 15.606 seconds (+0.003); 1.98 MB (+0.008) - afterRenderModule mod_breadcrumbs (Breadcrumbs)
- Application 15.607 seconds (+0.001); 1.98 MB (-0.001) - beforeRenderModule mod_menu (Main Menu)
- Application 15.618 seconds (+0.011); 2.07 MB (+0.092) - afterRenderModule mod_menu (Main Menu)
- Application 15.623 seconds (+0.005); 2.09 MB (+0.020) - afterRender
- Memory Usage
- 2.11 MB (2,213,636 Bytes)
- DATABASE Queries
- 34 Queries Logged
- SELECT `data`
- FROM `w0z9v_session`
- WHERE `session_id` = 'tjl2iv5e7e5kjfu03l9ul0tt30'
- SELECT extension_id AS id, element AS "option", params, enabled
- FROM w0z9v_extensions
- WHERE `type` = 'component'
- AND `element` = 'com_users'
- SELECT folder AS TYPE, element AS name, params
- FROM w0z9v_extensions
- WHERE enabled >= 1
- AND TYPE ='plugin'
- AND state >= 0
- AND access IN (1,1,5)
- ORDER BY ordering
- SELECT extension_id AS id, element AS "option", params, enabled
- FROM w0z9v_extensions
- WHERE `type` = 'component'
- AND `element` = 'com_languages'
- SELECT extension_id AS id, element AS "option", params, enabled
- FROM w0z9v_extensions
- WHERE `type` = 'component'
- AND `element` = 'com_kunena'
- SELECT m.id, m.menutype, m.title, m.alias, m.note, 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 w0z9v_menu AS m
- LEFT JOIN w0z9v_extensions AS e
- ON m.component_id = e.extension_id
- WHERE m.published = 1
- AND m.parent_id > 0
- AND m.client_id = 0
- ORDER BY m.lft
- SELECT extension_id AS id, element AS "option", params, enabled
- FROM w0z9v_extensions
- WHERE `type` = 'component'
- AND `element` = 'com_content'
- SELECT *
- FROM w0z9v_languages
- WHERE published=1
- ORDER BY ordering ASC
- SELECT id, home, template, s.params
- FROM w0z9v_template_styles AS s
- LEFT JOIN w0z9v_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 b.rules
- FROM w0z9v_assets AS a
- LEFT JOIN w0z9v_assets AS b
- ON b.lft <= a.lft
- AND b.rgt >= a.rgt
- WHERE (a.name = 'com_content')
- GROUP BY b.id, b.rules, b.lft
- ORDER BY b.lft
- SELECT b.id
- FROM w0z9v_usergroups AS a
- LEFT JOIN w0z9v_usergroups AS b
- ON b.lft <= a.lft
- AND b.rgt >= a.rgt
- WHERE a.id = 9
- SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time, c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.LANGUAGE, c.level, c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id, c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
- CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END AS slug,COUNT(i.`id`) AS numitems
- FROM w0z9v_categories AS c
- LEFT JOIN w0z9v_categories AS s
- ON (s.lft <= c.lft
- AND s.rgt >= c.rgt) OR (s.lft > c.lft
- AND s.rgt < c.rgt)
- LEFT JOIN (SELECT cat.id AS id
- FROM w0z9v_categories AS cat JOIN w0z9v_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
- LEFT JOIN `w0z9v_content` AS i
- ON i.`catid` = c.id
- AND i.state = 1
- WHERE (c.extension='com_content' OR c.extension='system')
- AND c.access IN (1,1,5)
- AND c.published = 1
- AND s.id=8
- AND badcats.id IS NULL
- GROUP BY c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time, c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.LANGUAGE, c.level, c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id, c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version
- ORDER BY c.lft
- SELECT b.rules
- FROM w0z9v_assets AS a
- LEFT JOIN w0z9v_assets AS b
- ON b.lft <= a.lft
- AND b.rgt >= a.rgt
- WHERE (a.name = 'com_content.category.8')
- GROUP BY b.id, b.rules, b.lft
- ORDER BY b.lft
- SELECT a.id, a.title, a.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 = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END AS modified, a.modified_by, uam.name AS modified_by_name,
- CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END AS publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, 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, 0) 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 w0z9v_content AS a
- LEFT JOIN w0z9v_content_frontpage AS fp
- ON fp.content_id = a.id
- LEFT JOIN w0z9v_categories AS c
- ON c.id = a.catid
- LEFT JOIN w0z9v_users AS ua
- ON ua.id = a.created_by
- LEFT JOIN w0z9v_users AS uam
- ON uam.id = a.modified_by
- LEFT JOIN ( SELECT contact.user_id, MAX(contact.id) AS id, contact.LANGUAGE
- FROM w0z9v_contact_details AS contact
- WHERE contact.published = 1
- GROUP BY contact.user_id, contact.LANGUAGE) AS contact
- ON contact.user_id = a.created_by
- LEFT JOIN w0z9v_categories AS parent
- ON parent.id = c.parent_id
- LEFT JOIN w0z9v_content_rating AS v
- ON a.id = v.content_id
- LEFT
- OUTER JOIN (SELECT cat.id AS id
- FROM w0z9v_categories AS cat JOIN w0z9v_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
- WHERE a.access IN (1,1,5)
- AND c.access IN (1,1,5)
- AND
- CASE WHEN badcats.id IS NULL THEN a.state ELSE 0 END = 1
- AND a.catid = 8
- AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2013-07-11 13:29:10')
- AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2013-07-11 13:29:10')
- GROUP BY a.id, a.title, a.alias, a.introtext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias, a.created, a.modified, a.modified_by, uam.name, a.publish_up, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.fulltext, a.state, a.publish_down, badcats.id, c.title, c.path, c.access, c.alias, uam.id, ua.name, ua.email, contact.id, parent.title, parent.id, parent.path, parent.alias, v.rating_sum, v.rating_count, c.published, c.lft, a.ordering, parent.lft, fp.ordering, c.id, a.images, a.urls
- ORDER BY c.lft,
- CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END DESC , a.created
- LIMIT 0, 10
- SELECT extension_id AS id, element AS "option", params, enabled
- FROM w0z9v_extensions
- WHERE `type` = 'component'
- AND `element` = 'com_tags'
- SELECT `m`.`tag_id`,`t`.*
- FROM `w0z9v_contentitem_tag_map` AS m
- INNER JOIN `w0z9v_tags` AS t
- ON `m`.`tag_id` = `t`.`id`
- WHERE `m`.`type_alias` = 'com_content.article'
- AND `m`.`content_item_id` = 5913
- AND `t`.`published` = 1
- AND t.access IN (1,1,5)
- SELECT `m`.`tag_id`,`t`.*
- FROM `w0z9v_contentitem_tag_map` AS m
- INNER JOIN `w0z9v_tags` AS t
- ON `m`.`tag_id` = `t`.`id`
- WHERE `m`.`type_alias` = 'com_content.article'
- AND `m`.`content_item_id` = 9170
- AND `t`.`published` = 1
- AND t.access IN (1,1,5)
- SELECT `m`.`tag_id`,`t`.*
- FROM `w0z9v_contentitem_tag_map` AS m
- INNER JOIN `w0z9v_tags` AS t
- ON `m`.`tag_id` = `t`.`id`
- WHERE `m`.`type_alias` = 'com_content.article'
- AND `m`.`content_item_id` = 9169
- AND `t`.`published` = 1
- AND t.access IN (1,1,5)
- SELECT `m`.`tag_id`,`t`.*
- FROM `w0z9v_contentitem_tag_map` AS m
- INNER JOIN `w0z9v_tags` AS t
- ON `m`.`tag_id` = `t`.`id`
- WHERE `m`.`type_alias` = 'com_content.article'
- AND `m`.`content_item_id` = 9168
- AND `t`.`published` = 1
- AND t.access IN (1,1,5)
- SELECT `m`.`tag_id`,`t`.*
- FROM `w0z9v_contentitem_tag_map` AS m
- INNER JOIN `w0z9v_tags` AS t
- ON `m`.`tag_id` = `t`.`id`
- WHERE `m`.`type_alias` = 'com_content.article'
- AND `m`.`content_item_id` = 9167
- AND `t`.`published` = 1
- AND t.access IN (1,1,5)
- SELECT `m`.`tag_id`,`t`.*
- FROM `w0z9v_contentitem_tag_map` AS m
- INNER JOIN `w0z9v_tags` AS t
- ON `m`.`tag_id` = `t`.`id`
- WHERE `m`.`type_alias` = 'com_content.article'
- AND `m`.`content_item_id` = 9166
- AND `t`.`published` = 1
- AND t.access IN (1,1,5)
- SELECT `m`.`tag_id`,`t`.*
- FROM `w0z9v_contentitem_tag_map` AS m
- INNER JOIN `w0z9v_tags` AS t
- ON `m`.`tag_id` = `t`.`id`
- WHERE `m`.`type_alias` = 'com_content.article'
- AND `m`.`content_item_id` = 9165
- AND `t`.`published` = 1
- AND t.access IN (1,1,5)
- SELECT `m`.`tag_id`,`t`.*
- FROM `w0z9v_contentitem_tag_map` AS m
- INNER JOIN `w0z9v_tags` AS t
- ON `m`.`tag_id` = `t`.`id`
- WHERE `m`.`type_alias` = 'com_content.article'
- AND `m`.`content_item_id` = 9164
- AND `t`.`published` = 1
- AND t.access IN (1,1,5)
- SELECT `m`.`tag_id`,`t`.*
- FROM `w0z9v_contentitem_tag_map` AS m
- INNER JOIN `w0z9v_tags` AS t
- ON `m`.`tag_id` = `t`.`id`
- WHERE `m`.`type_alias` = 'com_content.article'
- AND `m`.`content_item_id` = 9163
- AND `t`.`published` = 1
- AND t.access IN (1,1,5)
- SELECT `m`.`tag_id`,`t`.*
- FROM `w0z9v_contentitem_tag_map` AS m
- INNER JOIN `w0z9v_tags` AS t
- ON `m`.`tag_id` = `t`.`id`
- WHERE `m`.`type_alias` = 'com_content.article'
- AND `m`.`content_item_id` = 9162
- AND `t`.`published` = 1
- AND t.access IN (1,1,5)
- SELECT a.id, a.title, a.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 = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END AS modified, a.modified_by, uam.name AS modified_by_name,
- CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END AS publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, 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, 0) 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 w0z9v_content AS a
- LEFT JOIN w0z9v_content_frontpage AS fp
- ON fp.content_id = a.id
- LEFT JOIN w0z9v_categories AS c
- ON c.id = a.catid
- LEFT JOIN w0z9v_users AS ua
- ON ua.id = a.created_by
- LEFT JOIN w0z9v_users AS uam
- ON uam.id = a.modified_by
- LEFT JOIN ( SELECT contact.user_id, MAX(contact.id) AS id, contact.LANGUAGE
- FROM w0z9v_contact_details AS contact
- WHERE contact.published = 1
- GROUP BY contact.user_id, contact.LANGUAGE) AS contact
- ON contact.user_id = a.created_by
- LEFT JOIN w0z9v_categories AS parent
- ON parent.id = c.parent_id
- LEFT JOIN w0z9v_content_rating AS v
- ON a.id = v.content_id
- LEFT
- OUTER JOIN (SELECT cat.id AS id
- FROM w0z9v_categories AS cat JOIN w0z9v_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
- WHERE a.access IN (1,1,5)
- AND c.access IN (1,1,5)
- AND
- CASE WHEN badcats.id IS NULL THEN a.state ELSE 0 END = 1
- AND a.catid = 8
- AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2013-07-11 13:29:10')
- AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2013-07-11 13:29:10')
- GROUP BY a.id, a.title, a.alias, a.introtext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias, a.created, a.modified, a.modified_by, uam.name, a.publish_up, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.fulltext, a.state, a.publish_down, badcats.id, c.title, c.path, c.access, c.alias, uam.id, ua.name, ua.email, contact.id, parent.title, parent.id, parent.path, parent.alias, v.rating_sum, v.rating_count, c.published, c.lft, a.ordering, parent.lft, fp.ordering, c.id, a.images, a.urls
- ORDER BY c.lft,
- CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END DESC , a.created
- UPDATE w0z9v_categories
- SET hits = hits + 1
- WHERE id = 8
- SELECT `m`.`tag_id`,`t`.*
- FROM `w0z9v_contentitem_tag_map` AS m
- INNER JOIN `w0z9v_tags` AS t
- ON `m`.`tag_id` = `t`.`id`
- WHERE `m`.`type_alias` = 'com_content.category'
- AND `m`.`content_item_id` = 8
- AND `t`.`published` = 1
- AND t.access IN (1,1,5)
- SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time, c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.LANGUAGE, c.level, c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id, c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
- CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END AS slug
- FROM w0z9v_categories AS c
- LEFT JOIN w0z9v_categories AS s
- ON (s.lft <= c.lft
- AND s.rgt >= c.rgt) OR (s.lft > c.lft
- AND s.rgt < c.rgt)
- LEFT JOIN (SELECT cat.id AS id
- FROM w0z9v_categories AS cat JOIN w0z9v_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
- WHERE (c.extension='com_content' OR c.extension='system')
- AND c.access IN (1,1,5)
- AND c.published = 1
- AND s.id=8
- AND badcats.id IS NULL
- GROUP BY c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time, c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.LANGUAGE, c.level, c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id, c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version
- ORDER BY c.lft
- SELECT m.id, m.title, m.module, m.POSITION, m.content, m.showtitle, m.params, mm.menuid
- FROM w0z9v_modules AS m
- LEFT JOIN w0z9v_modules_menu AS mm
- ON mm.moduleid = m.id
- LEFT JOIN w0z9v_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 <= '2013-07-11 13:29:10')
- AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2013-07-11 13:29:10')
- AND m.access IN (1,1,5)
- AND m.client_id = 0
- AND (mm.menuid = 435 OR mm.menuid <= 0)
- ORDER BY m.POSITION, m.ordering
- SELECT id, rules
- FROM `w0z9v_viewlevels`
- SELECT a.id, a.title, a.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 = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END AS modified, a.modified_by, uam.name AS modified_by_name,
- CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END AS publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, 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, 0) 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 w0z9v_content AS a
- LEFT JOIN w0z9v_content_frontpage AS fp
- ON fp.content_id = a.id
- LEFT JOIN w0z9v_categories AS c
- ON c.id = a.catid
- LEFT JOIN w0z9v_users AS ua
- ON ua.id = a.created_by
- LEFT JOIN w0z9v_users AS uam
- ON uam.id = a.modified_by
- LEFT JOIN ( SELECT contact.user_id, MAX(contact.id) AS id, contact.LANGUAGE
- FROM w0z9v_contact_details AS contact
- WHERE contact.published = 1
- GROUP BY contact.user_id, contact.LANGUAGE) AS contact
- ON contact.user_id = a.created_by
- LEFT JOIN w0z9v_categories AS parent
- ON parent.id = c.parent_id
- LEFT JOIN w0z9v_content_rating AS v
- ON a.id = v.content_id
- LEFT
- OUTER JOIN (SELECT cat.id AS id
- FROM w0z9v_categories AS cat JOIN w0z9v_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
- WHERE a.access IN (1,1,5)
- AND c.access IN (1,1,5)
- AND
- CASE WHEN badcats.id IS NULL THEN a.state ELSE 0 END = 1
- AND a.catid IN (8,10,11,12,13)
- AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2013-07-11 13:29:10')
- AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2013-07-11 13:29:10')
- GROUP BY a.id, a.title, a.alias, a.introtext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias, a.created, a.modified, a.modified_by, uam.name, a.publish_up, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.fulltext, a.state, a.publish_down, badcats.id, c.title, c.path, c.access, c.alias, uam.id, ua.name, ua.email, contact.id, parent.title, parent.id, parent.path, parent.alias, v.rating_sum, v.rating_count, c.published, c.lft, a.ordering, parent.lft, fp.ordering, c.id, a.images, a.urls
- ORDER BY a.created DESC
- LIMIT 0, 10
- SELECT *
- FROM w0z9v_kunena_configuration
- WHERE id=1
- UPDATE `w0z9v_session`
- SET `data` = '__default|a:8:{s:15:\"session.counter\";i:7;s:19:\"session.timer.start\";i:1373548759;s:18:\"session.timer.last\";i:1373549339;s:17:\"session.timer.now\";i:1373549350;s:22:\"session.client.browser\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:22.0) Gecko/20100101 Firefox/22.0\";s:8:\"registry\";O:9:\"JRegistry\":1:{s:7:\"\\0\\0\\0data\";O:8:\"stdClass\":0:{}}s:4:\"user\";O:5:\"JUser\":24:{s:9:\"\\0\\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: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:1:{i:0;s:1:\"9\";}s:5:\"guest\";i:1;s:13:\"lastResetTime\";N;s:10:\"resetCount\";N;s:10:\"\\0\\0\\0_params\";O:9:\"JRegistry\":1:{s:7:\"\\0\\0\\0data\";O:8:\"stdClass\":0:{}}s:14:\"\\0\\0\\0_authGroups\";a:2:{i:0;i:1;i:1;i:9;}s:14:\"\\0\\0\\0_authLevels\";a:3:{i:0;i:1;i:1;i:1;i:2;i:5;}s:15:\"\\0\\0\\0_authActions\";N;s:12:\"\\0\\0\\0_errorMsg\";N;s:10:\"\\0\\0\\0_errors\";a:0:{}s:3:\"aid\";i:0;}s:13:\"session.token\";s:32:\"a54201180514197c5fe6d1c16ab420b7\";}' , `time` = '1373549365'
- WHERE `session_id` = 'tjl2iv5e7e5kjfu03l9ul0tt30'
- 17 Query Types Logged, Sorted BY Occurrences.
- SELECT TABLES:
- 11 × SELECT `m`.`tag_id`,`t`.*
- FROM `w0z9v_contentitem_tag_map` AS m
- INNER JOIN `w0z9v_tags` AS t
- ON `m`.`tag_id` = `t`.`id`
- 5 × SELECT extension_id AS id, element AS "option", params, enabled
- FROM w0z9v_extensions
- 3 × SELECT a.id, a.title, a.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 = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END AS modified, a.modified_by, uam.name AS modified_by_name,
- CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END AS publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, 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, 0) 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 w0z9v_content AS a
- LEFT JOIN w0z9v_content_frontpage AS fp
- ON fp.content_id = a.id
- LEFT JOIN w0z9v_categories AS c
- ON c.id = a.catid
- LEFT JOIN w0z9v_users AS ua
- ON ua.id = a.created_by
- LEFT JOIN w0z9v_users AS uam
- ON uam.id = a.modified_by
- LEFT JOIN ( SELECT contact.user_id, MAX(contact.id) AS id, contact.LANGUAGE
- FROM w0z9v_contact_details AS contact
- 2 × SELECT b.rules
- FROM w0z9v_assets AS a
- LEFT JOIN w0z9v_assets AS b
- ON b.lft <= a.lft
- AND b.rgt >= a.rgt
- 1 × SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time, c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.LANGUAGE, c.level, c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id, c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
- CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END AS slug
- FROM w0z9v_categories AS c
- LEFT JOIN w0z9v_categories AS s
- ON (s.lft <= c.lft
- AND s.rgt >= c.rgt) OR (s.lft > c.lft
- AND s.rgt < c.rgt)
- LEFT JOIN (SELECT cat.id AS id
- FROM w0z9v_categories AS cat JOIN w0z9v_categories AS parent
- ON cat.lft BETWEEN parent.lft
- AND parent.rgt
- 1 × SELECT id, rules
- FROM `w0z9v_viewlevels
- 1 × SELECT *
- FROM w0z9v_kunena_configuration
- 1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
- FROM w0z9v_modules AS m
- LEFT JOIN w0z9v_modules_menu AS mm
- ON mm.moduleid = m.id
- LEFT JOIN w0z9v_extensions AS e
- ON e.element = m.module
- AND e.client_id = m.client_id
- 1 × SELECT b.id
- FROM w0z9v_usergroups AS a
- LEFT JOIN w0z9v_usergroups AS b
- ON b.lft <= a.lft
- AND b.rgt >= a.rgt
- 1 × SELECT m.id, m.menutype, m.title, m.alias, m.note, 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 w0z9v_menu AS m
- LEFT JOIN w0z9v_extensions AS e
- ON m.component_id = e.extension_id
- 1 × SELECT folder AS type, element AS name, params
- FROM w0z9v_extensions
- 1 × SELECT *
- FROM w0z9v_languages
- 1 × SELECT id, home, template, s.params
- FROM w0z9v_template_styles as s
- LEFT JOIN w0z9v_extensions as e
- ON e.element=s.template
- AND e.type='template'
- AND e.client_id=s.client_id
- 1 × SELECT `DATA`
- FROM `w0z9v_session`
- 1 × SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time, c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level, c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id, c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
- CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug,COUNT(i.`id`) AS numitems
- FROM w0z9v_categories as c
- LEFT JOIN w0z9v_categories AS s
- ON (s.lft <= c.lft
- AND s.rgt >= c.rgt) OR (s.lft > c.lft
- AND s.rgt < c.rgt)
- LEFT JOIN (SELECT cat.id as id
- FROM w0z9v_categories AS cat JOIN w0z9v_categories AS parent
- ON cat.lft BETWEEN parent.lft
- AND parent.rgt
- OTHER Tables:
- 1 × UPDATE `w0z9v_session`
- SET `DATA` = '__default|a:8:{s:15:\"session.counter\";i:7;s:19:\"session.timer.start\";i:1373548759;s:18:\"session.timer.last\";i:1373549339;s:17:\"session.timer.now\";i:1373549350;s:22:\"session.client.browser\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:22.0) Gecko/20100101 Firefox/22.0\";s:8:\"registry\";O:9:\"JRegistry\":1:{s:7:\"\\0\\0\\0data\";O:8:\"stdClass\":0:{}}s:4:\"user\";O:5:\"JUser\":24:{s:9:\"\\0\\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: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:1:{i:0;s:1:\"9\";}s:5:\"guest\";i:1;s:13:\"lastResetTime\";N;s:10:\"resetCount\";N;s:10:\"\\0\\0\\0_params\";O:9:\"JRegistry\":1:{s:7:\"\\0\\0\\0data\";O:8:\"stdClass\":0:{}}s:14:\"\\0\\0\\0_authGroups\";a:2:{i:0;i:1;i:1;i:9;}s:14:\"\\0\\0\\0_authLevels\";a:3:{i:0;i:1;i:1;i:1;i:2;i:5;}s:15:\"\\0\\0\\0_authActions\";N;s:12:\"\\0\\0\\0_errorMsg\";N;s:10:\"\\0\\0\\0_errors\";a:0:{}s:3:\"aid\";i:0;}s:13:\"session.token\";s:32:\"a54201180514197c5fe6d1c16ab420b7\";}' , `TIME` = '1373549365'
- 1 × UPDATE w0z9v_categories
- SET hits = hits + 1
Advertisement
Add Comment
Please, Sign In to add comment