Head office telephone number
+38 044-585-05-11+38 044-585-05-12
Copyright © 2021 prokeram. All Rights Reserved.
session.client.browser ⇒ CCBot/2.0 (https://commoncrawl.org/faq/)
password_clear ⇒
groups ⇒
session.token ⇒ 40dfe2ea5c729bef57a2af95f0b86635
Application 0.001 seconds (+0.001); 0.61 MB (+0.607) - afterLoad
Application 0.062 seconds (+0.061); 4.75 MB (+4.146) - afterInitialise
Application 0.100 seconds (+0.038); 6.59 MB (+1.836) - afterRoute
Application 0.151 seconds (+0.051); 8.93 MB (+2.346) - afterDispatch
Application 0.228 seconds (+0.078); 12.72 MB (+3.783) - beforeRenderModule mod_roknavmenu ()
Application 0.246 seconds (+0.018); 13.81 MB (+1.098) - afterRenderModule mod_roknavmenu ()
Application 0.259 seconds (+0.013); 13.87 MB (+0.053) - beforeRenderModule mod_breadcrumbs (Хлебные крошки)
Application 0.261 seconds (+0.002); 13.89 MB (+0.023) - afterRenderModule mod_breadcrumbs (Хлебные крошки)
Application 0.262 seconds (+0.001); 13.89 MB (-0.001) - beforeRenderModule mod_falang (Языковые версии)
Application 0.273 seconds (+0.010); 14.00 MB (+0.107) - afterRenderModule mod_falang (Языковые версии)
Application 0.281 seconds (+0.009); 14.09 MB (+0.096) - afterRender
12.41 MB (13,010,968 Bytes)
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 proker_menu AS m
LEFT JOIN proker_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 joomlatablename,tablepkID
FROM `proker_falang_tableinfo`
SELECT *
FROM proker_languages
ORDER BY ordering
SHOW FULL COLUMNS
FROM `proker_languages`
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM proker_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(505,615,691,694,695,696,697,706,707,698,699,647,704,690,509,490,646,688,689,700,701,703)
AND falang_content.reference_table='menu'
SELECT a.rules
FROM proker_assets AS a
WHERE (a.id = 1)
GROUP BY a.id, a.rules, a.lft
SELECT b.rules
FROM proker_assets AS a
LEFT JOIN proker_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 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,
CASE WHEN a.modified = 0 THEN a.created ELSE a.modified END as 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,(
SELECT MAX(contact.id) AS id
FROM proker_contact_details AS contact
WHERE contact.published = 1
AND contact.user_id = a.created_by
AND (contact.language in ('en-GB','*') OR contact.language IS NULL)) 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
FROM proker_content AS a
LEFT JOIN proker_categories AS c
on c.id = a.catid
LEFT JOIN proker_users AS u
on u.id = a.created_by
LEFT JOIN proker_categories as parent
ON parent.id = c.parent_id
LEFT JOIN proker_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM proker_categories AS cat JOIN proker_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.language in ('en-GB','*')
AND a.id = 118
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2021-04-13 17:27:32')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2021-04-13 17:27:32')
AND (a.state = 1 OR a.state =2)
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM proker_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(118)
AND falang_content.reference_table='content'
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM proker_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(77)
AND falang_content.reference_table='categories'
SELECT c.*,
CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM proker_categories as c
LEFT JOIN proker_categories AS s
ON (s.lft < c.lft
AND s.rgt > c.rgt
AND c.language in ('en-GB','*')) OR (s.lft >= c.lft
AND s.rgt <= c.rgt)
LEFT JOIN (SELECT cat.id as id
FROM proker_categories AS cat JOIN proker_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=77
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
ORDER BY c.lft
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM proker_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(1,77,78,80,81,82,83)
AND falang_content.reference_table='categories'
SELECT b.rules
FROM proker_assets AS a
LEFT JOIN proker_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE (a.name = 'com_content.article.118')
GROUP BY b.id, b.rules, b.lft
ORDER BY b.lft
SELECT a.id,
CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END as slug,
CASE WHEN CHAR_LENGTH(cc.alias) THEN CONCAT_WS(':', cc.id, cc.alias) ELSE cc.id END as catslug
FROM proker_content AS a
LEFT JOIN proker_categories AS cc
ON cc.id = a.catid
WHERE a.catid = 77
AND a.state = 1
AND a.access = 1
AND (a.state = 1 OR a.state = -1)
AND (publish_up = '0000-00-00 00:00:00' OR publish_up <= '2021-04-13 17:27:32')
AND (publish_down = '0000-00-00 00:00:00' OR publish_down >= '2021-04-13 17:27:32')
AND a.language in ('en-GB','*')
ORDER BY a.created DESC
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM proker_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(124,122,121,118,117,116,106,105)
AND falang_content.reference_table='content'
UPDATE proker_content
SET hits = hits + 1
WHERE id = 118
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM proker_modules AS m
LEFT JOIN proker_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN proker_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-13 17:27:32')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2021-04-13 17:27:32')
AND m.access IN (1,1)
AND m.client_id = 0
AND (mm.menuid = 699 OR mm.menuid <= 0)
AND m.language IN ('en-GB','*')
ORDER BY m.position, m.ordering
SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM proker_falang_content AS falang_content
WHERE falang_content.language_id=1
AND falang_content.published=1
AND falang_content.reference_id IN(199,178,252,266)
AND falang_content.reference_table='modules'
SELECT ts.template
FROM proker_template_styles AS ts
INNER JOIN proker_menu AS m
ON ts.id=m.template_style_id
WHERE m.id = 699
AND m.template_style_id != 0
SELECT template
FROM proker_template_styles
WHERE home = 1
AND client_id = 0
SELECT m2.language, m2.id
FROM proker_menu as m
INNER JOIN proker_associations as a
ON a.id=m.id
AND a.context='com_menus.item'
INNER JOIN proker_associations as a2
ON a.key=a2.key
INNER JOIN proker_menu as m2
ON a2.id=m2.id
WHERE m.id=699
SELECT fc.value
FROM proker_falang_content fc
WHERE fc.reference_id = 699
AND fc.language_id = 2
AND fc.reference_field = 'path'
AND fc.reference_table = 'menu'
SELECT m.path
FROM proker_menu m
WHERE m.id = 699
SELECT fc.value
FROM proker_falang_content fc
WHERE fc.reference_id = 699
AND fc.language_id = 1
AND fc.reference_field = 'path'
AND fc.reference_table = 'menu'
SELECT fc.value
FROM proker_falang_content fc
WHERE fc.reference_id = 699
AND fc.language_id = 3
AND fc.reference_field = 'path'
AND fc.reference_table = 'menu'
SELECT m.path
FROM proker_menu m
WHERE m.id = 699
SELECT fc.value
FROM proker_falang_content fc
WHERE fc.reference_id = 699
AND fc.language_id = 1
AND fc.reference_field = 'path'
AND fc.reference_table = 'menu'
SHOW FULL COLUMNS
FROM `proker_template_styles`
SELECT *
FROM proker_template_styles
WHERE `id` = '126'
6 × SELECT falang_content.reference_field, falang_content.value, falang_content.reference_id, falang_content.original_value
FROM proker_falang_content AS falang_content
4 × SELECT fc.value
FROM proker_falang_content fc
2 × SELECT m.path
FROM proker_menu m
2 × SELECT b.rules
FROM proker_assets AS a
LEFT JOIN proker_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT ts.template
FROM proker_template_styles AS ts
INNER JOIN proker_menu AS m
ON ts.id=m.template_style_id
1 × SELECT template
FROM proker_template_styles
1 × SELECT m2.language, m2.id
FROM proker_menu as m
INNER JOIN proker_associations as a
ON a.id=m.id
AND a.context='com_menus.item'
INNER JOIN proker_associations as a2
ON a.key=a2.key
INNER JOIN proker_menu as m2
ON a2.id=m2.id
1 × SELECT *
FROM proker_template_styles
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM proker_modules AS m
LEFT JOIN proker_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN proker_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT c.*,
CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM proker_categories as c
LEFT JOIN proker_categories AS s
ON (s.lft < c.lft
AND s.rgt > c.rgt
AND c.language in ('en-GB','*')) OR (s.lft >= c.lft
AND s.rgt <= c.rgt)
LEFT JOIN (SELECT cat.id as id
FROM proker_categories AS cat JOIN proker_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
1 × SELECT *
FROM proker_languages
1 × SELECT joomlatablename,tablepkID
FROM `proker_falang_tableinfo
1 × SELECT a.rules
FROM proker_assets AS a
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,
CASE WHEN a.modified = 0 THEN a.created ELSE a.modified END as 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,( SELECT MAX(contact.id) AS id
FROM proker_contact_details AS contact
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 proker_menu AS m
LEFT JOIN proker_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT a.id,
CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END as slug,
CASE WHEN CHAR_LENGTH(cc.alias) THEN CONCAT_WS(':', cc.id, cc.alias) ELSE cc.id END as catslug
FROM proker_content AS a
LEFT JOIN proker_categories AS cc
ON cc.id = a.catid
1 × SHOW FULL COLUMNS
FROM `proker_template_styles
1 × UPDATE proker_content
SET hits = hits + 1
1 × SHOW FULL COLUMNS
FROM `proker_languages