Profile Information
Application 0.000 seconds (+0.000); 0.42 MB (+0.419) - afterLoad
Application 0.035 seconds (+0.035); 5.34 MB (+4.918) - afterInitialise
Application 0.038 seconds (+0.004); 5.75 MB (+0.416) - afterRoute
Application 0.075 seconds (+0.037); 9.31 MB (+3.556) - beforeRenderModule mod_phocagallery_image (Foto - okoliš)
Application 0.104 seconds (+0.029); 10.95 MB (+1.645) - afterRenderModule mod_phocagallery_image (Foto - okoliš)
Application 0.107 seconds (+0.003); 10.91 MB (-0.049) - afterDispatch
Application 0.109 seconds (+0.001); 10.95 MB (+0.045) - beforeRenderModule mod_j4age_activate (j4age Activation)
Application 0.120 seconds (+0.012); 12.41 MB (+1.461) - afterRenderModule mod_j4age_activate (j4age Activation)
Application 0.120 seconds (+0.000); 12.42 MB (+0.010) - beforeRenderModule mod_languages (Select language)
Application 0.123 seconds (+0.002); 12.49 MB (+0.070) - afterRenderModule mod_languages (Select language)
Application 0.123 seconds (+0.000); 12.48 MB (-0.007) - beforeRenderModule mod_phocagallery_tree (Photo gallery)
Application 0.128 seconds (+0.005); 12.57 MB (+0.088) - afterRenderModule mod_phocagallery_tree (Photo gallery)
Application 0.128 seconds (+0.000); 12.56 MB (-0.010) - beforeRenderModule mod_weather_gk4 (Weather)
Application 0.232 seconds (+0.104); 13.14 MB (+0.578) - afterRenderModule mod_weather_gk4 (Weather)
Application 0.232 seconds (+0.000); 13.04 MB (-0.097) - beforeRenderModule mod_custom (Contact)
Application 0.234 seconds (+0.002); 13.09 MB (+0.046) - afterRenderModule mod_custom (Contact)
Application 0.234 seconds (+0.000); 13.09 MB (+0.002) - beforeRenderModule mod_menu (Top menu EN)
Application 0.241 seconds (+0.007); 13.16 MB (+0.072) - afterRenderModule mod_menu (Top menu EN)
Application 0.244 seconds (+0.002); 13.25 MB (+0.084) - afterRender
Memory Usage
13.28 MB (13,921,104 Bytes)
29 Queries Logged
- SELECT `data`
FROM `xibe7_session`
WHERE `session_id` = 'ded217fd8513ff0ecfd01ffa8425df5d' - SELECT folder AS type, element AS name, params
FROM xibe7_extensions
WHERE enabled >= 1
AND type ='plugin'
AND state >= 0
AND access IN (1,1)
ORDER BY ordering - SELECT *
FROM xibe7_languages
WHERE published=1
ORDER BY ordering ASC - SELECT extension_id AS "id", element AS "option", params, enabled
FROM xibe7_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.browserNav, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,m.language,e.element as component
FROM xibe7_menu AS m
LEFT JOIN xibe7_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 xibe7_extensions
WHERE `type` = 'component'
AND `element` = 'com_content' - SELECT id, home, template, s.params
FROM xibe7_template_styles as s
LEFT JOIN xibe7_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 extension_id AS "id", element AS "option", params, enabled
FROM xibe7_extensions
WHERE `type` = 'component'
AND `element` = 'com_users' - SELECT a.rules
FROM xibe7_assets AS a
WHERE a.id = 1 - SELECT b.rules
FROM xibe7_assets AS a
LEFT JOIN xibe7_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.asset_id, a.title, a.alias, a.title_alias, a.introtext, a.fulltext, CASE WHEN badcats.id is null THEN a.state ELSE 0 END AS state, a.mask, a.catid, a.created, a.created_by, a.created_by_alias, a.modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.parentid, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,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
FROM xibe7_content AS a
LEFT JOIN xibe7_categories AS c
on c.id = a.catid
LEFT JOIN xibe7_users AS u
on u.id = a.created_by
LEFT JOIN xibe7_contact_details AS contact
on contact.user_id = a.created_by
LEFT JOIN xibe7_categories as parent
ON parent.id = c.parent_id
LEFT JOIN xibe7_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM xibe7_categories AS cat JOIN xibe7_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published <= 0
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
WHERE a.id = 10
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2012-05-20 22:26:58')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2012-05-20 22:26:58')
AND (a.state = 1 OR a.state =2) - SELECT c.*,CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(":", c.id, c.alias) ELSE c.id END as slug
FROM xibe7_categories as c
LEFT JOIN xibe7_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 xibe7_categories AS cat JOIN xibe7_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)
AND c.published = 1
AND s.id=7
AND badcats.id is null
AND (c.id=s.id OR c.language in ('en-GB','*'))
GROUP BY c.id
ORDER BY c.lft - SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM xibe7_modules AS m
LEFT JOIN xibe7_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN xibe7_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 <= '2012-05-20 22:26:58')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2012-05-20 22:26:58')
AND m.access IN (1,1)
AND m.client_id = 0
AND (mm.menuid = 133 OR mm.menuid <= 0)
AND m.language IN ('en-GB','*')
ORDER BY m.position, m.ordering - SELECT extension_id AS "id", element AS "option", params, enabled
FROM xibe7_extensions
WHERE `type` = 'component'
AND `element` = 'com_phocagallery' - SELECT cc.title AS text, cc.id AS id, cc.parent_id as parentid, cc.alias as alias, cc.access as access, cc.accessuserid as accessuserid
FROM xibe7_phocagallery_categories AS cc
WHERE cc.published = 1
AND cc.access <= 0
ORDER BY cc.ordering - SELECT cc.id AS idcat, a.id AS idimage
FROM xibe7_phocagallery_categories AS cc
LEFT JOIN xibe7_phocagallery AS a
ON a.catid = cc.id
WHERE a.published = 1
AND a.approved = 1
AND cc.published = 1
AND cc.id IN (1)
ORDER BY a.ordering ASC
LIMIT 0,50 - SELECT cc.id, cc.alias as catalias, a.id, a.catid, a.title, a.alias, a.filename, a.description, a.extm, a.exts,a.extl, a.exto, a.extw, a.exth, a.extid, CASE WHEN CHAR_LENGTH(cc.alias) THEN CONCAT_WS(':', cc.id, cc.alias) ELSE cc.id END as catslug, CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END as slug
FROM xibe7_phocagallery_categories AS cc
LEFT JOIN xibe7_phocagallery AS a
ON a.catid = cc.id
WHERE a.id in (8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27)
ORDER BY a.ordering ASC - UPDATE xibe7_content
SET hits = hits + 1
WHERE id = 10 - SELECT *
FROM xibe7_jstats_configuration - SELECT *
FROM xibe7_jstats_ipaddresses AS a
WHERE a.ip = '644592591' - SELECT c.*
FROM xibe7_jstats_clients AS c
LEFT
OUTER JOIN xibe7_jstats_visits AS v
ON c.client_id = v.client_id
WHERE v.ip = '644592591'
AND (c.visitor_id = 0 OR c.visitor_id IS NULL); - select *
from `xibe7_jstats_configuration`
where description like 'ext_%'
and value = '1' - SELECT v.visit_id
FROM xibe7_jstats_visits as v
WHERE v.client_id = 514
AND v.ip = 644592591
AND v.changed_at >= 1337524018 - INSERT INTO xibe7_jstats_visits (client_id, joomla_userid, changed_at, ip)
VALUES ( 514, 0, 1337552818, 644592591 ) - SELECT page_id, page_title
FROM xibe7_jstats_pages
WHERE page = '/index.php'
LIMIT 1 - INSERT INTO `xibe7_jstats_impressions` (`page_id`, `visit_id`, `timestamp`)
VALUES (1,3380,1337552818) - SELECT id,language
FROM `xibe7_menu`
WHERE home=1 - SELECT cc.title AS text, cc.id AS id, cc.parent_id as parentid, cc.alias as alias, cc.access as access, cc.accessuserid as accessuserid
FROM xibe7_phocagallery_categories AS cc
WHERE cc.published = 1
AND cc.approved = 1
AND cc.id != 0
ORDER BY cc.ordering - UPDATE `xibe7_session`
SET `data` = '__default|a:8:{s:15:\"session.counter\";i:2;s:19:\"session.timer.start\";i:1337552817;s:18:\"session.timer.last\";i:1337552817;s:17:\"session.timer.now\";i:1337552818;s:22:\"session.client.browser\";s:48:\"CCBot/1.0 (+http://www.commoncrawl.org/bot.html)\";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;i: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;}s:16:\"com_mailto.links\";a:1:{s:40:\"a2f4df4cd815dd45563d6289bbbd48f07a48a57c\";O:8:\"stdClass\":2:{s:4:\"link\";s:114:\"http://www.pansion-antonia.info/index.php?option=com_content&view=article&id=10:home-en&catid=7&Itemid=133&lang=en\";s:6:\"expiry\";i:1337552818;}}}', `time` = 1337552818
WHERE `session_id` = 'ded217fd8513ff0ecfd01ffa8425df5d'
25 Query Types Logged, Sorted by Occurrences.
SELECT Tables:
- 4 × SELECT extension_id AS "id", element AS "option", params, enabled FROM xibe7_extensions
- 2 × SELECT cc.title AS text, cc.id AS id, cc.parent_id as parentid, cc.alias as alias, cc.access as access, cc.accessuserid as accessuserid FROM xibe7_phocagallery_categories AS cc
- 1 × SELECT * FROM xibe7_jstats_configuratio
- 1 × SELECT cc.id, cc.alias as catalias, a.id, a.catid, a.title, a.alias, a.filename, a.description, a.extm, a.exts,a.extl, a.exto, a.extw, a.exth, a.extid, CASE WHEN CHAR_LENGTH(cc.alias) THEN CONCAT_WS(':', cc.id, cc.alias) ELSE cc.id END as catslug, CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END as slug FROM xibe7_phocagallery_categories AS cc LEFT JOIN xibe7_phocagallery AS a ON a.catid = cc.id
- 1 × SELECT cc.id AS idcat, a.id AS idimage FROM xibe7_phocagallery_categories AS cc LEFT JOIN xibe7_phocagallery AS a ON a.catid = cc.id
- 1 × SELECT * FROM xibe7_jstats_ipaddresses AS a
- 1 × select * from `xibe7_jstats_configuration`
- 1 × SELECT id,language FROM `xibe7_menu`
- 1 × SELECT page_id, page_title FROM xibe7_jstats_pages
- 1 × SELECT v.visit_id
FROM xibe7_jstats_visits as v
- 1 × SELECT c.* FROM xibe7_jstats_clients AS c LEFT OUTER JOIN xibe7_jstats_visits AS v ON c.client_id = v.client_id
- 1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid FROM xibe7_modules AS m LEFT JOIN xibe7_modules_menu AS mm ON mm.moduleid = m.id LEFT JOIN xibe7_extensions AS e ON e.element = m.module AND e.client_id = m.client_id
- 1 × SELECT m.id, m.menutype, m.title, m.alias, m.path AS route, m.link, m.type, m.level,m.browserNav, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,m.language,e.element as component FROM xibe7_menu AS m LEFT JOIN xibe7_extensions AS e ON m.component_id = e.extension_id
- 1 × SELECT * FROM xibe7_languages
- 1 × SELECT folder AS type, element AS name, params FROM xibe7_extensions
- 1 × SELECT id, home, template, s.params FROM xibe7_template_styles as s LEFT JOIN xibe7_extensions as e ON e.element=s.template AND e.type='template' AND e.client_id=s.client_id
- 1 × SELECT a.rules FROM xibe7_assets AS a
- 1 × SELECT c.*,CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(":", c.id, c.alias) ELSE c.id END as slug FROM xibe7_categories as c LEFT JOIN xibe7_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 xibe7_categories AS cat JOIN xibe7_categories AS parent ON cat.lft BETWEEN parent.lft AND parent.rgt
- 1 × SELECT a.id, a.asset_id, a.title, a.alias, a.title_alias, a.introtext, a.fulltext, CASE WHEN badcats.id is null THEN a.state ELSE 0 END AS state, a.mask, a.catid, a.created, a.created_by, a.created_by_alias, a.modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.parentid, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,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 FROM xibe7_content AS a LEFT JOIN xibe7_categories AS c on c.id = a.catid LEFT JOIN xibe7_users AS u on u.id = a.created_by LEFT JOIN xibe7_contact_details AS contact on contact.user_id = a.created_by LEFT JOIN xibe7_categories as parent ON parent.id = c.parent_id LEFT JOIN xibe7_content_rating AS v ON a.id = v.content_id LEFT OUTER JOIN (SELECT cat.id as id FROM xibe7_categories AS cat JOIN xibe7_categories AS parent ON cat.lft BETWEEN parent.lft AND parent.rgt
- 1 × SELECT b.rules FROM xibe7_assets AS a LEFT JOIN xibe7_assets AS b ON b.lft <= a.lft AND b.rgt >= a.rgt
- 1 × SELECT `data` FROM `xibe7_session`
OTHER Tables:
- 1 × UPDATE `xibe7_session` SET `data` = '__default|a:8:{s:15:\"session.counter\";i:2;s:19:\"session.timer.start\";i:1337552817;s:18:\"session.timer.last\";i:1337552817;s:17:\"session.timer.now\";i:1337552818;s:22:\"session.client.browser\";s:48:\"CCBot/1.0 (+http://www.commoncrawl.org/bot.html)\";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;i: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;}s:16:\"com_mailto.links\";a:1:{s:40:\"a2f4df4cd815dd45563d6289bbbd48f07a48a57c\";O:8:\"stdClass\":2:{s:4:\"link\";s:114:\"http://www.pansion-antonia.info/index.php?option=com_content&view=article&id=10:home-en&catid=7&Itemid=133&lang=en\";s:6:\"expiry\";i:1337552818;}}}', `time` = 1337552818
- 1 × INSERT INTO `xibe7_jstats_impressions` (`page_id`, `visit_id`, `timestamp`) VALUES (1,3380,1337552818
- 1 × INSERT INTO xibe7_jstats_visits (client_id, joomla_userid, changed_at, ip) VALUES ( 514, 0, 1337552818, 644592591
- 1 × UPDATE xibe7_content SET hits = hits + 1