In order to provide you with the best online experience this website uses cookies.
By using our website, you agree to our use of cookies.
Joomla! Version | 5.2.4 |
PHP Version | 8.3.17 |
Identity | guest |
Response | 200 |
Template | g5_hydrogen |
Database |
|
1 x afterRenderComponent com_ibrepen (1.94MB) (57.64%) | 531ms |
1 x afterRender (991.98KB) (19.33%) | 178ms |
1 x beforeRenderRawModule mod_jbcookies (JB Cookies) (2.03MB) (10.48%) | 96.55ms |
1 x afterInitialise (1.59MB) (3.71%) | 34.12ms |
1 x afterDispatch (399.48KB) (2.59%) | 23.89ms |
1 x afterRoute (1.16MB) (2.34%) | 21.59ms |
1 x beforeRenderRawModule mod_sclogin (SCLogin) (334.45KB) (1.84%) | 16.92ms |
1 x afterRenderRawModule mod_sclogin (SCLogin) (75.51KB) (0.72%) | 6.59ms |
1 x After Access::preloadComponents (all components) (137.3KB) (0.3%) | 2.76ms |
1 x Before Access::preloadComponents (all components) (35.62KB) (0.28%) | 2.60ms |
1 x afterRenderRawModule mod_jbcookies (JB Cookies) (14.51KB) (0.27%) | 2.47ms |
1 x afterLoad (85.14KB) (0.2%) | 1.87ms |
1 x afterRenderModule mod_jbcookies (JB Cookies) (7.07KB) (0.08%) | 765μs |
1 x beforeRenderComponent com_ibrepen (36.88KB) (0.07%) | 614μs |
1 x afterRenderModule mod_sclogin (SCLogin) (24B) (0.04%) | 411μs |
1 x After Access::getAssetRules (id:1 name:root.1) (7.63KB) (0.03%) | 258μs |
1 x Before Access::getAssetRules (id:1 name:root.1) (424B) (0.01%) | 67μs |
1 x beforeRenderModule mod_sclogin (SCLogin) (720B) (0%) | 24μs |
1 x beforeRenderModule mod_jbcookies (JB Cookies) (720B) (0%) | 15μs |
SELECT @@SESSION.sql_mode;
221μs968B/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:308CopySELECT `data`
FROM `fmagj5_session`
WHERE `session_id` = ?
377μs1008BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:250CopySELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `fmagj5_extensions`
WHERE `type` = 'component' AND `state` = 0 AND `enabled` = 1
791μs17.42KB/libraries/src/Component/ComponentHelper.php:399CopySELECT `id`,`rules`
FROM `fmagj5_viewlevels`
273μs656B/libraries/src/Access/Access.php:955CopySELECT `b`.`id`
FROM `fmagj5_usergroups` AS `a`
LEFT JOIN `fmagj5_usergroups` AS `b` ON `b`.`lft` <= `a`.`lft` AND `b`.`rgt` >= `a`.`rgt`
WHERE `a`.`id` = :guest
460μs1.64KBParams/libraries/src/Access/Access.php:868CopySELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM `fmagj5_extensions`
WHERE `enabled` = 1 AND `type` = 'plugin' AND `state` IN (0,1) AND `access` IN (:preparedArray1,:preparedArray2)
ORDER BY `ordering`
1.93ms19.98KBParams/libraries/src/Plugin/PluginHelper.php:294CopySELECT *
FROM `fmagj5_languages`
WHERE `published` = 1
ORDER BY `ordering` ASC
450μs1.61KB/libraries/src/Language/LanguageHelper.php:177CopySELECT `element`,`name`,`client_id`,`extension_id`
FROM `fmagj5_extensions`
WHERE `type` = 'language' AND `state` = 0 AND `enabled` = 1
489μs784B/libraries/src/Language/LanguageHelper.php:250CopySELECT `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 `fmagj5_menu` AS `m`
LEFT JOIN `fmagj5_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`
4ms199.92KBParams/libraries/src/Menu/SiteMenu.php:166CopySELECT `id`,`home`,`template`,`s`.`params`,`inheritable`,`parent`
FROM `fmagj5_template_styles` AS `s`
LEFT JOIN `fmagj5_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
637μs864B/administrator/components/com_templates/src/Model/StyleModel.php:775CopySELECT s.id, s.template, s.home, s.title AS long_title, s.params
FROM fmagj5_template_styles AS s
WHERE s.client_id = 0 AND s.template = 'g5_hydrogen'
ORDER BY s.id
383μs784B/libraries/gantry5/src/classes/Gantry/Joomla/StyleHelper.php:69CopySELECT a.*,c.title AS cattitle, c.alias AS catalias,ROUND( v.rating_sum / v.rating_count ) AS rating, v.rating_count as rating_count
FROM fmagj5_ibrepentheme AS a
LEFT JOIN fmagj5_ibrepencategories AS c ON c.id = a.catid
LEFT JOIN fmagj5_ibrepenrating AS v ON a.id = v.theme_id
WHERE a.access IN (1,5) AND a.state = 1 AND a.catid =2 AND c.access IN (1,5) AND a.language in ('en-GB','*') AND a.state = 1
GROUP BY a.id
58.74ms2.88MB/libraries/src/MVC/Model/BaseDatabaseModel.php:209CopySELECT a.*,c.title AS cattitle, c.alias AS catalias,ROUND( v.rating_sum / v.rating_count ) AS rating, v.rating_count as rating_count
FROM fmagj5_ibrepentheme AS a
LEFT JOIN fmagj5_ibrepencategories AS c ON c.id = a.catid
LEFT JOIN fmagj5_ibrepenrating AS v ON a.id = v.theme_id
WHERE a.access IN (1,5) AND a.state = 1 AND a.catid =2 AND c.access IN (1,5) AND a.language in ('en-GB','*') AND a.state = 1
GROUP BY a.id
ORDER BY mysort ASC, a.ordering LIMIT 2740, 10
26.91ms20.83KB/libraries/src/MVC/Model/BaseDatabaseModel.php:164CopySELECT a.name AS title, a.id AS tag_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemetag3 AS b
INNER JOIN fmagj5_ibrepentag AS a ON a.id = b.idtag
WHERE b.idtheme = 1990 AND a.language in ('en-GB','*')
ORDER BY a.name
316μs752B/components/com_ibrepen/models/category.php:230CopySELECT a.name AS title, a.id AS releaseyear_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemeear3 AS b
INNER JOIN fmagj5_ibrepenreleaseyear AS a ON a.id = b.idear3
WHERE b.idtheme = 1990 AND a.language in ('en-GB','*')
ORDER BY a.name
625μs768B/components/com_ibrepen/models/category.php:246CopySELECT a.name AS title, a.id AS issue_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemesue3 AS b
INNER JOIN fmagj5_ibrepenissue AS a ON a.id = b.idsue3
WHERE b.idtheme = 1990 AND a.language in ('en-GB','*')
ORDER BY a.name
512μs768B/components/com_ibrepen/models/category.php:262CopySELECT a.name AS title, a.id AS serie_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemerie3 AS b
INNER JOIN fmagj5_ibrepenserie AS a ON a.id = b.idrie3
WHERE b.idtheme = 1990 AND a.language in ('en-GB','*')
ORDER BY a.name
516μs2KB/components/com_ibrepen/models/category.php:278CopySELECT a.name AS title, a.id AS genre_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemenre3 AS b
INNER JOIN fmagj5_ibrepengenre AS a ON a.id = b.idnre3
WHERE b.idtheme = 1990 AND a.language in ('en-GB','*')
ORDER BY a.name
393μs752B/components/com_ibrepen/models/category.php:294CopySELECT a.name AS title, a.id AS mylet_id, a.alias, b.id, b.mychar_id
FROM fmagj5_ibrepentheme AS b
INNER JOIN fmagj5_ibrepenmylet AS a ON a.id = b.mychar_id
WHERE b.state = 1 AND b.id = 1990 AND a.language in ('en-GB','*')
ORDER BY a.name
497μs768B/components/com_ibrepen/models/category.php:309CopySELECT a.name AS title, a.id AS writer_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemeter3 AS b
INNER JOIN fmagj5_ibrepenwriter AS a ON a.id = b.idter3
WHERE b.idtheme = 1990 AND a.language in ('en-GB','*')
ORDER BY a.name
458μs768B/components/com_ibrepen/models/category.php:325CopySELECT ROUND( v.rating_sum / v.rating_count ) AS rating, v.rating_count FROM fmagj5_ibrepentheme AS a LEFT JOIN fmagj5_ibrepenrating AS v ON a.id = v.theme_id WHERE a.state = 1 AND a.id=1990
224μs592B/components/com_ibrepen/models/category.php:336CopySELECT a.name AS title, a.id AS tag_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemetag3 AS b
INNER JOIN fmagj5_ibrepentag AS a ON a.id = b.idtag
WHERE b.idtheme = 2640 AND a.language in ('en-GB','*')
ORDER BY a.name
237μs752B/components/com_ibrepen/models/category.php:230CopySELECT a.name AS title, a.id AS releaseyear_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemeear3 AS b
INNER JOIN fmagj5_ibrepenreleaseyear AS a ON a.id = b.idear3
WHERE b.idtheme = 2640 AND a.language in ('en-GB','*')
ORDER BY a.name
449μs768B/components/com_ibrepen/models/category.php:246CopySELECT a.name AS title, a.id AS issue_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemesue3 AS b
INNER JOIN fmagj5_ibrepenissue AS a ON a.id = b.idsue3
WHERE b.idtheme = 2640 AND a.language in ('en-GB','*')
ORDER BY a.name
356μs768B/components/com_ibrepen/models/category.php:262CopySELECT a.name AS title, a.id AS serie_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemerie3 AS b
INNER JOIN fmagj5_ibrepenserie AS a ON a.id = b.idrie3
WHERE b.idtheme = 2640 AND a.language in ('en-GB','*')
ORDER BY a.name
1.04ms752B/components/com_ibrepen/models/category.php:278CopySELECT a.name AS title, a.id AS genre_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemenre3 AS b
INNER JOIN fmagj5_ibrepengenre AS a ON a.id = b.idnre3
WHERE b.idtheme = 2640 AND a.language in ('en-GB','*')
ORDER BY a.name
484μs752B/components/com_ibrepen/models/category.php:294CopySELECT a.name AS title, a.id AS mylet_id, a.alias, b.id, b.mychar_id
FROM fmagj5_ibrepentheme AS b
INNER JOIN fmagj5_ibrepenmylet AS a ON a.id = b.mychar_id
WHERE b.state = 1 AND b.id = 2640 AND a.language in ('en-GB','*')
ORDER BY a.name
523μs768B/components/com_ibrepen/models/category.php:309CopySELECT a.name AS title, a.id AS writer_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemeter3 AS b
INNER JOIN fmagj5_ibrepenwriter AS a ON a.id = b.idter3
WHERE b.idtheme = 2640 AND a.language in ('en-GB','*')
ORDER BY a.name
616μs768B/components/com_ibrepen/models/category.php:325CopySELECT ROUND( v.rating_sum / v.rating_count ) AS rating, v.rating_count FROM fmagj5_ibrepentheme AS a LEFT JOIN fmagj5_ibrepenrating AS v ON a.id = v.theme_id WHERE a.state = 1 AND a.id=2640
298μs592B/components/com_ibrepen/models/category.php:336CopySELECT a.name AS title, a.id AS tag_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemetag3 AS b
INNER JOIN fmagj5_ibrepentag AS a ON a.id = b.idtag
WHERE b.idtheme = 3492 AND a.language in ('en-GB','*')
ORDER BY a.name
372μs752B/components/com_ibrepen/models/category.php:230CopySELECT a.name AS title, a.id AS releaseyear_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemeear3 AS b
INNER JOIN fmagj5_ibrepenreleaseyear AS a ON a.id = b.idear3
WHERE b.idtheme = 3492 AND a.language in ('en-GB','*')
ORDER BY a.name
537μs768B/components/com_ibrepen/models/category.php:246CopySELECT a.name AS title, a.id AS issue_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemesue3 AS b
INNER JOIN fmagj5_ibrepenissue AS a ON a.id = b.idsue3
WHERE b.idtheme = 3492 AND a.language in ('en-GB','*')
ORDER BY a.name
578μs768B/components/com_ibrepen/models/category.php:262CopySELECT a.name AS title, a.id AS serie_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemerie3 AS b
INNER JOIN fmagj5_ibrepenserie AS a ON a.id = b.idrie3
WHERE b.idtheme = 3492 AND a.language in ('en-GB','*')
ORDER BY a.name
489μs3.23KB/components/com_ibrepen/models/category.php:278CopySELECT a.name AS title, a.id AS genre_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemenre3 AS b
INNER JOIN fmagj5_ibrepengenre AS a ON a.id = b.idnre3
WHERE b.idtheme = 3492 AND a.language in ('en-GB','*')
ORDER BY a.name
452μs752B/components/com_ibrepen/models/category.php:294CopySELECT a.name AS title, a.id AS mylet_id, a.alias, b.id, b.mychar_id
FROM fmagj5_ibrepentheme AS b
INNER JOIN fmagj5_ibrepenmylet AS a ON a.id = b.mychar_id
WHERE b.state = 1 AND b.id = 3492 AND a.language in ('en-GB','*')
ORDER BY a.name
510μs768B/components/com_ibrepen/models/category.php:309CopySELECT a.name AS title, a.id AS writer_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemeter3 AS b
INNER JOIN fmagj5_ibrepenwriter AS a ON a.id = b.idter3
WHERE b.idtheme = 3492 AND a.language in ('en-GB','*')
ORDER BY a.name
523μs768B/components/com_ibrepen/models/category.php:325CopySELECT ROUND( v.rating_sum / v.rating_count ) AS rating, v.rating_count FROM fmagj5_ibrepentheme AS a LEFT JOIN fmagj5_ibrepenrating AS v ON a.id = v.theme_id WHERE a.state = 1 AND a.id=3492
244μs592B/components/com_ibrepen/models/category.php:336CopySELECT a.name AS title, a.id AS tag_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemetag3 AS b
INNER JOIN fmagj5_ibrepentag AS a ON a.id = b.idtag
WHERE b.idtheme = 178 AND a.language in ('en-GB','*')
ORDER BY a.name
276μs752B/components/com_ibrepen/models/category.php:230CopySELECT a.name AS title, a.id AS releaseyear_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemeear3 AS b
INNER JOIN fmagj5_ibrepenreleaseyear AS a ON a.id = b.idear3
WHERE b.idtheme = 178 AND a.language in ('en-GB','*')
ORDER BY a.name
498μs768B/components/com_ibrepen/models/category.php:246CopySELECT a.name AS title, a.id AS issue_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemesue3 AS b
INNER JOIN fmagj5_ibrepenissue AS a ON a.id = b.idsue3
WHERE b.idtheme = 178 AND a.language in ('en-GB','*')
ORDER BY a.name
523μs768B/components/com_ibrepen/models/category.php:262CopySELECT a.name AS title, a.id AS serie_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemerie3 AS b
INNER JOIN fmagj5_ibrepenserie AS a ON a.id = b.idrie3
WHERE b.idtheme = 178 AND a.language in ('en-GB','*')
ORDER BY a.name
434μs752B/components/com_ibrepen/models/category.php:278CopySELECT a.name AS title, a.id AS genre_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemenre3 AS b
INNER JOIN fmagj5_ibrepengenre AS a ON a.id = b.idnre3
WHERE b.idtheme = 178 AND a.language in ('en-GB','*')
ORDER BY a.name
435μs752B/components/com_ibrepen/models/category.php:294CopySELECT a.name AS title, a.id AS mylet_id, a.alias, b.id, b.mychar_id
FROM fmagj5_ibrepentheme AS b
INNER JOIN fmagj5_ibrepenmylet AS a ON a.id = b.mychar_id
WHERE b.state = 1 AND b.id = 178 AND a.language in ('en-GB','*')
ORDER BY a.name
471μs768B/components/com_ibrepen/models/category.php:309CopySELECT a.name AS title, a.id AS writer_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemeter3 AS b
INNER JOIN fmagj5_ibrepenwriter AS a ON a.id = b.idter3
WHERE b.idtheme = 178 AND a.language in ('en-GB','*')
ORDER BY a.name
491μs768B/components/com_ibrepen/models/category.php:325CopySELECT ROUND( v.rating_sum / v.rating_count ) AS rating, v.rating_count FROM fmagj5_ibrepentheme AS a LEFT JOIN fmagj5_ibrepenrating AS v ON a.id = v.theme_id WHERE a.state = 1 AND a.id=178
244μs592B/components/com_ibrepen/models/category.php:336CopySELECT a.name AS title, a.id AS tag_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemetag3 AS b
INNER JOIN fmagj5_ibrepentag AS a ON a.id = b.idtag
WHERE b.idtheme = 2004 AND a.language in ('en-GB','*')
ORDER BY a.name
239μs752B/components/com_ibrepen/models/category.php:230CopySELECT a.name AS title, a.id AS releaseyear_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemeear3 AS b
INNER JOIN fmagj5_ibrepenreleaseyear AS a ON a.id = b.idear3
WHERE b.idtheme = 2004 AND a.language in ('en-GB','*')
ORDER BY a.name
457μs768B/components/com_ibrepen/models/category.php:246CopySELECT a.name AS title, a.id AS issue_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemesue3 AS b
INNER JOIN fmagj5_ibrepenissue AS a ON a.id = b.idsue3
WHERE b.idtheme = 2004 AND a.language in ('en-GB','*')
ORDER BY a.name
469μs768B/components/com_ibrepen/models/category.php:262CopySELECT a.name AS title, a.id AS serie_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemerie3 AS b
INNER JOIN fmagj5_ibrepenserie AS a ON a.id = b.idrie3
WHERE b.idtheme = 2004 AND a.language in ('en-GB','*')
ORDER BY a.name
345μs752B/components/com_ibrepen/models/category.php:278CopySELECT a.name AS title, a.id AS genre_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemenre3 AS b
INNER JOIN fmagj5_ibrepengenre AS a ON a.id = b.idnre3
WHERE b.idtheme = 2004 AND a.language in ('en-GB','*')
ORDER BY a.name
443μs752B/components/com_ibrepen/models/category.php:294CopySELECT a.name AS title, a.id AS mylet_id, a.alias, b.id, b.mychar_id
FROM fmagj5_ibrepentheme AS b
INNER JOIN fmagj5_ibrepenmylet AS a ON a.id = b.mychar_id
WHERE b.state = 1 AND b.id = 2004 AND a.language in ('en-GB','*')
ORDER BY a.name
469μs768B/components/com_ibrepen/models/category.php:309CopySELECT a.name AS title, a.id AS writer_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemeter3 AS b
INNER JOIN fmagj5_ibrepenwriter AS a ON a.id = b.idter3
WHERE b.idtheme = 2004 AND a.language in ('en-GB','*')
ORDER BY a.name
438μs768B/components/com_ibrepen/models/category.php:325CopySELECT ROUND( v.rating_sum / v.rating_count ) AS rating, v.rating_count FROM fmagj5_ibrepentheme AS a LEFT JOIN fmagj5_ibrepenrating AS v ON a.id = v.theme_id WHERE a.state = 1 AND a.id=2004
251μs592B/components/com_ibrepen/models/category.php:336CopySELECT a.name AS title, a.id AS tag_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemetag3 AS b
INNER JOIN fmagj5_ibrepentag AS a ON a.id = b.idtag
WHERE b.idtheme = 1451 AND a.language in ('en-GB','*')
ORDER BY a.name
227μs752B/components/com_ibrepen/models/category.php:230CopySELECT a.name AS title, a.id AS releaseyear_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemeear3 AS b
INNER JOIN fmagj5_ibrepenreleaseyear AS a ON a.id = b.idear3
WHERE b.idtheme = 1451 AND a.language in ('en-GB','*')
ORDER BY a.name
391μs768B/components/com_ibrepen/models/category.php:246CopySELECT a.name AS title, a.id AS issue_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemesue3 AS b
INNER JOIN fmagj5_ibrepenissue AS a ON a.id = b.idsue3
WHERE b.idtheme = 1451 AND a.language in ('en-GB','*')
ORDER BY a.name
360μs768B/components/com_ibrepen/models/category.php:262CopySELECT a.name AS title, a.id AS serie_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemerie3 AS b
INNER JOIN fmagj5_ibrepenserie AS a ON a.id = b.idrie3
WHERE b.idtheme = 1451 AND a.language in ('en-GB','*')
ORDER BY a.name
343μs752B/components/com_ibrepen/models/category.php:278CopySELECT a.name AS title, a.id AS genre_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemenre3 AS b
INNER JOIN fmagj5_ibrepengenre AS a ON a.id = b.idnre3
WHERE b.idtheme = 1451 AND a.language in ('en-GB','*')
ORDER BY a.name
452μs768B/components/com_ibrepen/models/category.php:294CopySELECT a.name AS title, a.id AS mylet_id, a.alias, b.id, b.mychar_id
FROM fmagj5_ibrepentheme AS b
INNER JOIN fmagj5_ibrepenmylet AS a ON a.id = b.mychar_id
WHERE b.state = 1 AND b.id = 1451 AND a.language in ('en-GB','*')
ORDER BY a.name
534μs768B/components/com_ibrepen/models/category.php:309CopySELECT a.name AS title, a.id AS writer_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemeter3 AS b
INNER JOIN fmagj5_ibrepenwriter AS a ON a.id = b.idter3
WHERE b.idtheme = 1451 AND a.language in ('en-GB','*')
ORDER BY a.name
550μs768B/components/com_ibrepen/models/category.php:325CopySELECT ROUND( v.rating_sum / v.rating_count ) AS rating, v.rating_count FROM fmagj5_ibrepentheme AS a LEFT JOIN fmagj5_ibrepenrating AS v ON a.id = v.theme_id WHERE a.state = 1 AND a.id=1451
247μs592B/components/com_ibrepen/models/category.php:336CopySELECT a.name AS title, a.id AS tag_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemetag3 AS b
INNER JOIN fmagj5_ibrepentag AS a ON a.id = b.idtag
WHERE b.idtheme = 356 AND a.language in ('en-GB','*')
ORDER BY a.name
241μs752B/components/com_ibrepen/models/category.php:230CopySELECT a.name AS title, a.id AS releaseyear_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemeear3 AS b
INNER JOIN fmagj5_ibrepenreleaseyear AS a ON a.id = b.idear3
WHERE b.idtheme = 356 AND a.language in ('en-GB','*')
ORDER BY a.name
373μs768B/components/com_ibrepen/models/category.php:246CopySELECT a.name AS title, a.id AS issue_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemesue3 AS b
INNER JOIN fmagj5_ibrepenissue AS a ON a.id = b.idsue3
WHERE b.idtheme = 356 AND a.language in ('en-GB','*')
ORDER BY a.name
466μs768B/components/com_ibrepen/models/category.php:262CopySELECT a.name AS title, a.id AS serie_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemerie3 AS b
INNER JOIN fmagj5_ibrepenserie AS a ON a.id = b.idrie3
WHERE b.idtheme = 356 AND a.language in ('en-GB','*')
ORDER BY a.name
462μs11.73KB/components/com_ibrepen/models/category.php:278CopySELECT a.name AS title, a.id AS genre_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemenre3 AS b
INNER JOIN fmagj5_ibrepengenre AS a ON a.id = b.idnre3
WHERE b.idtheme = 356 AND a.language in ('en-GB','*')
ORDER BY a.name
442μs752B/components/com_ibrepen/models/category.php:294CopySELECT a.name AS title, a.id AS mylet_id, a.alias, b.id, b.mychar_id
FROM fmagj5_ibrepentheme AS b
INNER JOIN fmagj5_ibrepenmylet AS a ON a.id = b.mychar_id
WHERE b.state = 1 AND b.id = 356 AND a.language in ('en-GB','*')
ORDER BY a.name
467μs768B/components/com_ibrepen/models/category.php:309CopySELECT a.name AS title, a.id AS writer_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemeter3 AS b
INNER JOIN fmagj5_ibrepenwriter AS a ON a.id = b.idter3
WHERE b.idtheme = 356 AND a.language in ('en-GB','*')
ORDER BY a.name
475μs768B/components/com_ibrepen/models/category.php:325CopySELECT ROUND( v.rating_sum / v.rating_count ) AS rating, v.rating_count FROM fmagj5_ibrepentheme AS a LEFT JOIN fmagj5_ibrepenrating AS v ON a.id = v.theme_id WHERE a.state = 1 AND a.id=356
306μs592B/components/com_ibrepen/models/category.php:336CopySELECT a.name AS title, a.id AS tag_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemetag3 AS b
INNER JOIN fmagj5_ibrepentag AS a ON a.id = b.idtag
WHERE b.idtheme = 2639 AND a.language in ('en-GB','*')
ORDER BY a.name
233μs752B/components/com_ibrepen/models/category.php:230CopySELECT a.name AS title, a.id AS releaseyear_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemeear3 AS b
INNER JOIN fmagj5_ibrepenreleaseyear AS a ON a.id = b.idear3
WHERE b.idtheme = 2639 AND a.language in ('en-GB','*')
ORDER BY a.name
477μs768B/components/com_ibrepen/models/category.php:246CopySELECT a.name AS title, a.id AS issue_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemesue3 AS b
INNER JOIN fmagj5_ibrepenissue AS a ON a.id = b.idsue3
WHERE b.idtheme = 2639 AND a.language in ('en-GB','*')
ORDER BY a.name
486μs768B/components/com_ibrepen/models/category.php:262CopySELECT a.name AS title, a.id AS serie_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemerie3 AS b
INNER JOIN fmagj5_ibrepenserie AS a ON a.id = b.idrie3
WHERE b.idtheme = 2639 AND a.language in ('en-GB','*')
ORDER BY a.name
442μs752B/components/com_ibrepen/models/category.php:278CopySELECT a.name AS title, a.id AS genre_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemenre3 AS b
INNER JOIN fmagj5_ibrepengenre AS a ON a.id = b.idnre3
WHERE b.idtheme = 2639 AND a.language in ('en-GB','*')
ORDER BY a.name
377μs752B/components/com_ibrepen/models/category.php:294CopySELECT a.name AS title, a.id AS mylet_id, a.alias, b.id, b.mychar_id
FROM fmagj5_ibrepentheme AS b
INNER JOIN fmagj5_ibrepenmylet AS a ON a.id = b.mychar_id
WHERE b.state = 1 AND b.id = 2639 AND a.language in ('en-GB','*')
ORDER BY a.name
468μs768B/components/com_ibrepen/models/category.php:309CopySELECT a.name AS title, a.id AS writer_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemeter3 AS b
INNER JOIN fmagj5_ibrepenwriter AS a ON a.id = b.idter3
WHERE b.idtheme = 2639 AND a.language in ('en-GB','*')
ORDER BY a.name
467μs768B/components/com_ibrepen/models/category.php:325CopySELECT ROUND( v.rating_sum / v.rating_count ) AS rating, v.rating_count FROM fmagj5_ibrepentheme AS a LEFT JOIN fmagj5_ibrepenrating AS v ON a.id = v.theme_id WHERE a.state = 1 AND a.id=2639
250μs592B/components/com_ibrepen/models/category.php:336CopySELECT a.name AS title, a.id AS tag_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemetag3 AS b
INNER JOIN fmagj5_ibrepentag AS a ON a.id = b.idtag
WHERE b.idtheme = 2651 AND a.language in ('en-GB','*')
ORDER BY a.name
240μs752B/components/com_ibrepen/models/category.php:230CopySELECT a.name AS title, a.id AS releaseyear_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemeear3 AS b
INNER JOIN fmagj5_ibrepenreleaseyear AS a ON a.id = b.idear3
WHERE b.idtheme = 2651 AND a.language in ('en-GB','*')
ORDER BY a.name
423μs768B/components/com_ibrepen/models/category.php:246CopySELECT a.name AS title, a.id AS issue_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemesue3 AS b
INNER JOIN fmagj5_ibrepenissue AS a ON a.id = b.idsue3
WHERE b.idtheme = 2651 AND a.language in ('en-GB','*')
ORDER BY a.name
447μs768B/components/com_ibrepen/models/category.php:262CopySELECT a.name AS title, a.id AS serie_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemerie3 AS b
INNER JOIN fmagj5_ibrepenserie AS a ON a.id = b.idrie3
WHERE b.idtheme = 2651 AND a.language in ('en-GB','*')
ORDER BY a.name
340μs752B/components/com_ibrepen/models/category.php:278CopySELECT a.name AS title, a.id AS genre_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemenre3 AS b
INNER JOIN fmagj5_ibrepengenre AS a ON a.id = b.idnre3
WHERE b.idtheme = 2651 AND a.language in ('en-GB','*')
ORDER BY a.name
360μs752B/components/com_ibrepen/models/category.php:294CopySELECT a.name AS title, a.id AS mylet_id, a.alias, b.id, b.mychar_id
FROM fmagj5_ibrepentheme AS b
INNER JOIN fmagj5_ibrepenmylet AS a ON a.id = b.mychar_id
WHERE b.state = 1 AND b.id = 2651 AND a.language in ('en-GB','*')
ORDER BY a.name
473μs768B/components/com_ibrepen/models/category.php:309CopySELECT a.name AS title, a.id AS writer_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemeter3 AS b
INNER JOIN fmagj5_ibrepenwriter AS a ON a.id = b.idter3
WHERE b.idtheme = 2651 AND a.language in ('en-GB','*')
ORDER BY a.name
396μs768B/components/com_ibrepen/models/category.php:325CopySELECT ROUND( v.rating_sum / v.rating_count ) AS rating, v.rating_count FROM fmagj5_ibrepentheme AS a LEFT JOIN fmagj5_ibrepenrating AS v ON a.id = v.theme_id WHERE a.state = 1 AND a.id=2651
240μs592B/components/com_ibrepen/models/category.php:336CopySELECT a.name AS title, a.id AS tag_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemetag3 AS b
INNER JOIN fmagj5_ibrepentag AS a ON a.id = b.idtag
WHERE b.idtheme = 1679 AND a.language in ('en-GB','*')
ORDER BY a.name
240μs752B/components/com_ibrepen/models/category.php:230CopySELECT a.name AS title, a.id AS releaseyear_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemeear3 AS b
INNER JOIN fmagj5_ibrepenreleaseyear AS a ON a.id = b.idear3
WHERE b.idtheme = 1679 AND a.language in ('en-GB','*')
ORDER BY a.name
398μs768B/components/com_ibrepen/models/category.php:246CopySELECT a.name AS title, a.id AS issue_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemesue3 AS b
INNER JOIN fmagj5_ibrepenissue AS a ON a.id = b.idsue3
WHERE b.idtheme = 1679 AND a.language in ('en-GB','*')
ORDER BY a.name
408μs768B/components/com_ibrepen/models/category.php:262CopySELECT a.name AS title, a.id AS serie_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemerie3 AS b
INNER JOIN fmagj5_ibrepenserie AS a ON a.id = b.idrie3
WHERE b.idtheme = 1679 AND a.language in ('en-GB','*')
ORDER BY a.name
341μs752B/components/com_ibrepen/models/category.php:278CopySELECT a.name AS title, a.id AS genre_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemenre3 AS b
INNER JOIN fmagj5_ibrepengenre AS a ON a.id = b.idnre3
WHERE b.idtheme = 1679 AND a.language in ('en-GB','*')
ORDER BY a.name
399μs768B/components/com_ibrepen/models/category.php:294CopySELECT a.name AS title, a.id AS mylet_id, a.alias, b.id, b.mychar_id
FROM fmagj5_ibrepentheme AS b
INNER JOIN fmagj5_ibrepenmylet AS a ON a.id = b.mychar_id
WHERE b.state = 1 AND b.id = 1679 AND a.language in ('en-GB','*')
ORDER BY a.name
431μs768B/components/com_ibrepen/models/category.php:309CopySELECT a.name AS title, a.id AS writer_id, 1 AS access, "" AS params, a.alias
FROM fmagj5_ibrepenthemeter3 AS b
INNER JOIN fmagj5_ibrepenwriter AS a ON a.id = b.idter3
WHERE b.idtheme = 1679 AND a.language in ('en-GB','*')
ORDER BY a.name
401μs768B/components/com_ibrepen/models/category.php:325CopySELECT ROUND( v.rating_sum / v.rating_count ) AS rating, v.rating_count FROM fmagj5_ibrepentheme AS a LEFT JOIN fmagj5_ibrepenrating AS v ON a.id = v.theme_id WHERE a.state = 1 AND a.id=1679
245μs592B/components/com_ibrepen/models/category.php:336CopySELECT 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, 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 fmagj5_ibrepencategories as c
LEFT JOIN (SELECT cat.id as id FROM fmagj5_ibrepencategories AS cat JOIN fmagj5_ibrepencategories AS parent ON cat.lft BETWEEN parent.lft AND parent.rgt WHERE parent.extension = 'com_ibrepen' AND parent.published != 1 GROUP BY cat.id) AS badcats ON badcats.id = c.id
LEFT JOIN fmagj5_ibrepencategories 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 `fmagj5_ibrepentheme` AS i ON i.`catid` = c.id AND i.state = 1 AND (i.language = '*' OR i.language = 'en-GB')
WHERE (c.extension='com_ibrepen' OR c.extension='system') AND c.access IN (1,5) AND c.published = 1 AND badcats.id is null AND s.id=2
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
64.5ms3.05KB/components/com_ibrepen/helpers/category.php:134CopySELECT 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, CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM fmagj5_ibrepencategories as c
LEFT JOIN (SELECT cat.id as id FROM fmagj5_ibrepencategories AS cat JOIN fmagj5_ibrepencategories AS parent ON cat.lft BETWEEN parent.lft AND parent.rgt WHERE parent.extension = 'com_ibrepen' AND parent.published != 1 GROUP BY cat.id) AS badcats ON badcats.id = c.id
LEFT JOIN fmagj5_ibrepencategories 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)
WHERE (c.extension='com_ibrepen' OR c.extension='system') AND c.access IN (1,5) AND c.published = 1 AND badcats.id is null AND s.id=2
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
2.39ms3.02KB/components/com_ibrepen/helpers/category.php:134CopySELECT DISTINCT t.id, t.name AS text
FROM fmagj5_ibrepencategories AS c
LEFT JOIN fmagj5_ibrepentheme AS b ON b.catid=c.id
LEFT JOIN fmagj5_ibrepenmylet AS t ON t.id=b.mychar_id
WHERE b.state=1 AND b.catid =2 AND t.name IS NOT NULL
GROUP BY t.id
ORDER BY t.mysort ASC
44.02ms1.19KB/components/com_ibrepen/helpers/html/ibrepenmylet.php:70CopySELECT DISTINCT t.id, t.name AS text
FROM fmagj5_ibrepencategories AS c
LEFT JOIN fmagj5_ibrepentheme AS b ON b.catid=c.id
LEFT JOIN fmagj5_ibrepenthemeear3 AS bt ON bt.idtheme=b.id
LEFT JOIN fmagj5_ibrepenreleaseyear AS t ON t.id=bt.idear3
WHERE b.state=1 AND b.catid =2 AND t.name IS NOT NULL
GROUP BY t.id
ORDER BY t.name ASC
33.94ms1.06KB/components/com_ibrepen/helpers/html/ibrepenreleaseyear.php:72CopySELECT DISTINCT t.id, t.name AS text
FROM fmagj5_ibrepencategories AS c
LEFT JOIN fmagj5_ibrepentheme AS b ON b.catid=c.id
LEFT JOIN fmagj5_ibrepenthemesue3 AS bt ON bt.idtheme=b.id
LEFT JOIN fmagj5_ibrepenissue AS t ON t.id=bt.idsue3
WHERE b.state=1 AND b.catid =2 AND t.name IS NOT NULL
GROUP BY t.id
ORDER BY t.name ASC
42.62ms3.56KB/components/com_ibrepen/helpers/html/ibrepenissue.php:71CopySELECT DISTINCT t.id, t.name AS text
FROM fmagj5_ibrepencategories AS c
LEFT JOIN fmagj5_ibrepentheme AS b ON b.catid=c.id
LEFT JOIN fmagj5_ibrepenthemeter3 AS bt ON bt.idtheme=b.id
LEFT JOIN fmagj5_ibrepenwriter AS t ON t.id=bt.idter3
WHERE b.state=1 AND b.catid =2 AND t.name IS NOT NULL
GROUP BY t.id
ORDER BY t.mysort ASC
61.35ms28.56KB/components/com_ibrepen/helpers/html/ibrepenwriter.php:71CopySELECT mychar
FROM fmagj5_ibrepentheme
WHERE state = 1 AND catid = 2
ORDER BY mysort
26.24ms60.51KB/components/com_ibrepen/views/category/tmpl/default_items.php:171CopySELECT DISTINCT t.id, t.name AS text, b.id, b.mychar, b.mychar_id
FROM fmagj5_ibrepentheme AS b
LEFT JOIN fmagj5_ibrepenmylet AS t ON t.id=b.mychar_id
WHERE t.name IS NOT NULL AND b.state=1
GROUP BY t.id
ORDER BY b.mysort ASC
41.04ms1.36KB/components/com_ibrepen/helpers/icon.php:200CopySELECT r.*
FROM fmagj5_rereplacer AS r
WHERE r.published = 1 AND (r.area = 'component')
ORDER BY r.ordering, r.id
569μs1.48KB/plugins/system/rereplacer/src/Items.php:95CopySELECT `language`,`id`
FROM `fmagj5_menu`
WHERE `home` = '1' AND `published` = 1 AND `client_id` = 0
770μs624B/libraries/src/Language/Multilanguage.php:123CopySELECT `m`.`id`,`m`.`title`,`m`.`module`,`m`.`position`,`m`.`content`,`m`.`showtitle`,`m`.`params`,`mm`.`menuid`
FROM `fmagj5_modules` AS `m`
LEFT JOIN `fmagj5_modules_menu` AS `mm` ON `mm`.`moduleid` = `m`.`id`
LEFT JOIN `fmagj5_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`.`client_id` = :clientId AND `m`.`access` IN (:preparedArray1,:preparedArray2)) AND
(`m`.`publish_up` IS NULL OR `m`.`publish_up` <= :publishUp)) AND
(`m`.`publish_down` IS NULL OR `m`.`publish_down` >= :publishDown)) AND
(`mm`.`menuid` = :itemId OR `mm`.`menuid` <= 0) AND `m`.`language` IN (:preparedArray3,:preparedArray4)
ORDER BY `m`.`position`,`m`.`ordering`
1.1ms1.97KBParams/libraries/src/Cache/Controller/CallbackController.php:51CopySELECT * FROM fmagj5_menu WHERE id='3047'
531μs2.84KB/modules/mod_sclogin/helper.php:429CopySELECT a.params
FROM fmagj5_advancedmodules AS a
WHERE a.module_id = 113
313μs536B/plugins/system/advancedmodules/src/Helper.php:159CopySELECT `id`,`name`,`rules`,`parent_id`
FROM `fmagj5_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)
1.46ms7.56KBParams/libraries/src/Access/Access.php:357CopySELECT `a`.`menutype`,`a`.`title`
FROM `fmagj5_menu_types` AS `a`
WHERE `a`.`client_id` = 0
336μs640B/libraries/gantry5/src/classes/Gantry/Framework/Menu.php:138CopySELECT m.id, m.alias, m.path AS route, m.level, m.parent_id
FROM fmagj5_menu AS m
WHERE m.menutype = 'english' AND m.parent_id > 0 AND m.client_id = 0 AND m.published >= 0
ORDER BY m.lft
2.17ms2.23KB/libraries/gantry5/src/classes/Gantry/Framework/Menu.php:791CopySELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params,am.params AS extra, 0 AS menuid, m.publish_up, m.publish_down
FROM fmagj5_modules AS m
LEFT JOIN fmagj5_extensions AS e ON e.element = m.module AND e.client_id = m.client_id
LEFT JOIN fmagj5_advancedmodules as am ON am.module_id = m.id
WHERE m.published = 1 AND e.enabled = 1 AND m.client_id = 0
ORDER BY m.position, m.ordering
868μs1.55KB/plugins/system/advancedmodules/src/Helper.php:199CopySELECT m.condition_id,m.item_id
FROM fmagj5_conditions_map as m
LEFT JOIN fmagj5_conditions as c ON c.id = m.condition_id
WHERE `m`.`extension` = 'com_advancedmodules' AND `c`.`published` = 1
558μs1.19KB/administrator/components/com_conditions/src/Model/ItemModel.php:831CopySHOW FULL COLUMNS FROM `fmagj5_conditions`
1.01ms1.45KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:587CopySELECT *
FROM `fmagj5_conditions`
WHERE `id` = '4'
397μs1.44KB/libraries/src/Table/Table.php:780CopySELECT *
FROM fmagj5_conditions_groups as g
WHERE g.condition_id = 4
343μs688B/administrator/components/com_conditions/src/Model/ItemModel.php:1054CopySELECT m.extension,m.item_id,m.table,m.name_column
FROM fmagj5_conditions_map as m
WHERE m.condition_id = 4
ORDER BY m.extension,m.item_id
345μs704B/administrator/components/com_conditions/src/Model/ItemModel.php:922CopySELECT `id`,`title` AS `value`
FROM `fmagj5_modules`
314μs1.44KB/administrator/components/com_conditions/src/Helper/Helper.php:184CopySHOW FULL COLUMNS FROM `fmagj5_modules`
989μs1.58KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:587CopySELECT `id`,`published` AS `value`
FROM `fmagj5_modules`
289μs1.44KB/administrator/components/com_conditions/src/Helper/Helper.php:184CopySELECT *
FROM `fmagj5_conditions`
WHERE `id` = '8'
394μs1.44KB/libraries/src/Table/Table.php:780CopySELECT *
FROM fmagj5_conditions_groups as g
WHERE g.condition_id = 8
303μs704B/administrator/components/com_conditions/src/Model/ItemModel.php:1054CopySELECT *
FROM fmagj5_conditions_rules as r
WHERE r.group_id = 3
288μs832B/administrator/components/com_conditions/src/Model/GroupModel.php:108CopySELECT m.extension,m.item_id,m.table,m.name_column
FROM fmagj5_conditions_map as m
WHERE m.condition_id = 8
ORDER BY m.extension,m.item_id
309μs704B/administrator/components/com_conditions/src/Model/ItemModel.php:922CopySELECT *
FROM `fmagj5_conditions`
WHERE `id` = '37'
295μs1.44KB/libraries/src/Table/Table.php:780CopySELECT *
FROM fmagj5_conditions_groups as g
WHERE g.condition_id = 37
332μs704B/administrator/components/com_conditions/src/Model/ItemModel.php:1054CopySELECT *
FROM fmagj5_conditions_rules as r
WHERE r.group_id = 41
272μs832B/administrator/components/com_conditions/src/Model/GroupModel.php:108CopySELECT m.extension,m.item_id,m.table,m.name_column
FROM fmagj5_conditions_map as m
WHERE m.condition_id = 37
ORDER BY m.extension,m.item_id
288μs704B/administrator/components/com_conditions/src/Model/ItemModel.php:922CopySELECT *
FROM `fmagj5_conditions`
WHERE `id` = '40'
258μs1.44KB/libraries/src/Table/Table.php:780CopySELECT *
FROM fmagj5_conditions_groups as g
WHERE g.condition_id = 40
254μs704B/administrator/components/com_conditions/src/Model/ItemModel.php:1054CopySELECT *
FROM fmagj5_conditions_rules as r
WHERE r.group_id = 43
310μs8.81KB/administrator/components/com_conditions/src/Model/GroupModel.php:108CopySELECT m.extension,m.item_id,m.table,m.name_column
FROM fmagj5_conditions_map as m
WHERE m.condition_id = 40
ORDER BY m.extension,m.item_id
279μs704B/administrator/components/com_conditions/src/Model/ItemModel.php:922CopySELECT *
FROM `fmagj5_conditions`
WHERE `id` = '39'
252μs1.44KB/libraries/src/Table/Table.php:780CopySELECT *
FROM fmagj5_conditions_groups as g
WHERE g.condition_id = 39
251μs704B/administrator/components/com_conditions/src/Model/ItemModel.php:1054CopySELECT *
FROM fmagj5_conditions_rules as r
WHERE r.group_id = 42
251μs832B/administrator/components/com_conditions/src/Model/GroupModel.php:108CopySELECT m.extension,m.item_id,m.table,m.name_column
FROM fmagj5_conditions_map as m
WHERE m.condition_id = 39
ORDER BY m.extension,m.item_id
280μs704B/administrator/components/com_conditions/src/Model/ItemModel.php:922CopySELECT *
FROM `fmagj5_conditions`
WHERE `id` = '35'
248μs1.44KB/libraries/src/Table/Table.php:780CopySELECT *
FROM fmagj5_conditions_groups as g
WHERE g.condition_id = 35
243μs704B/administrator/components/com_conditions/src/Model/ItemModel.php:1054CopySELECT *
FROM fmagj5_conditions_rules as r
WHERE r.group_id = 36
250μs832B/administrator/components/com_conditions/src/Model/GroupModel.php:108CopySELECT m.extension,m.item_id,m.table,m.name_column
FROM fmagj5_conditions_map as m
WHERE m.condition_id = 35
ORDER BY m.extension,m.item_id
273μs704B/administrator/components/com_conditions/src/Model/ItemModel.php:922CopySELECT 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 `fmagj5_scheduler_tasks` AS `a`
WHERE `a`.`state` = 1
359μs1.37KBParams/administrator/components/com_scheduler/src/Model/TasksModel.php:517CopySELECT r.*
FROM fmagj5_rereplacer AS r
WHERE r.published = 1 AND (r.area = 'head')
ORDER BY r.ordering, r.id
611μs1.48KB/plugins/system/rereplacer/src/Items.php:95CopySELECT r.*
FROM fmagj5_rereplacer AS r
WHERE r.published = 1 AND (r.area = 'body')
ORDER BY r.ordering, r.id
791μs50.23KB/plugins/system/rereplacer/src/Items.php:95CopySELECT r.*
FROM fmagj5_rereplacer AS r
WHERE r.published = 1 AND (r.area = 'everywhere')
ORDER BY r.ordering, r.id
634μs1.61KB/plugins/system/rereplacer/src/Items.php:95CopySELECT `session_id`
FROM `fmagj5_session`
WHERE `session_id` = ?
300μs1008BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:277CopyINSERT INTO `fmagj5_session`
(`data`,`time`,`session_id`) VALUES
(?, ?, ?)
3.36ms544BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:301Copy