Results 1 - 6 of 6

Commnunity Marketplace is connecting user communities. We are providing access to use, manage and even purchase your very own social community platform. By providing localized community platforms like Facebook, Groupon, YouTube, Uber and others we can effectively empower each community to effectively keep money local .
Check out a collection of our community sites for you to join and thrive from collected from GET COMMUNITY CONNECTED. If you want to use those, we would love to empower you to get your own community connected.
Joomla! Version | 4.4.4 |
PHP Version | 8.2.26 |
Identity | guest |
Response | 200 |
Template | j-network |
Database |
|
1 x afterInitialise (3.04MB) (46.5%) | 101.61ms |
1 x afterRenderComponent com_jbusinessdirectory (1.59MB) (22.35%) | 48.85ms |
1 x Before Access::preloadComponents (all components) (1.58MB) (9.08%) | 19.84ms |
1 x afterRender (399.94KB) (8.15%) | 17.82ms |
1 x afterRoute (1001.13KB) (4.79%) | 10.48ms |
1 x afterRenderRawModule mod_jbusiness_user (User module) (196.89KB) (2.22%) | 4.85ms |
1 x afterLoad (476.13KB) (1.23%) | 2.68ms |
1 x afterRenderRawModule mod_menu (POLICY) (74.94KB) (0.93%) | 2.03ms |
1 x afterRenderRawModule mod_menu (Offcanvas) (18.48KB) (0.88%) | 1.93ms |
1 x afterRenderModule mod_menu (Offcanvas) (14.64KB) (0.63%) | 1.38ms |
1 x afterRenderModule mod_jbusiness_user (User module) (68.78KB) (0.55%) | 1.20ms |
1 x afterRenderModule mod_menu (POLICY) (36.96KB) (0.54%) | 1.17ms |
1 x afterRenderModule mod_custom (GET COMMUNITY CONNECTED) (36.82KB) (0.53%) | 1.16ms |
1 x afterRenderRawModule mod_custom (GET COMMUNITY CONNECTED) (4.03KB) (0.41%) | 904μs |
1 x beforeRenderComponent com_jbusinessdirectory (55.41KB) (0.37%) | 810μs |
1 x After Access::preloadComponents (all components) (188.52KB) (0.28%) | 618μs |
1 x afterDispatch (2.66KB) (0.11%) | 236μs |
1 x beforeRenderRawModule mod_menu (Offcanvas) (7.31KB) (0.09%) | 197μs |
1 x After Access::getAssetRules (id:137 name:com_jfbconnect) (7.18KB) (0.03%) | 62μs |
1 x beforeRenderRawModule mod_jbusiness_user (User module) (3.16KB) (0.02%) | 49μs |
1 x beforeRenderRawModule mod_menu (POLICY) (568B) (0.02%) | 48μs |
1 x beforeRenderRawModule mod_custom (GET COMMUNITY CONNECTED) (1.52KB) (0.02%) | 36μs |
1 x Before Access::getAssetRules (id:137 name:com_jfbconnect) (2.43KB) (0.01%) | 20μs |
1 x beforeRenderModule mod_jbusiness_user (User module) (720B) (0%) | 7μs |
1 x beforeRenderModule mod_menu (Offcanvas) (704B) (0%) | 6μs |
1 x beforeRenderModule mod_menu (POLICY) (704B) (0%) | 6μs |
1 x beforeRenderModule mod_custom (GET COMMUNITY CONNECTED) (720B) (0%) | 5μs |
SELECT @@SESSION.sql_mode;
142μs968B/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:334CopySELECT `data`
FROM `n36ic_session`
WHERE `session_id` = ?
169μs1008BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:261CopySELECT `session_id`
FROM `n36ic_session`
WHERE `session_id` = :session_id LIMIT 1
74μs1.3KBParams/libraries/src/Session/MetadataManager.php:187CopyINSERT INTO `n36ic_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(:session_id, :guest, :time, :user_id, :username, :client_id)
177μs944BParams/libraries/src/Session/MetadataManager.php:260CopySELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `n36ic_extensions`
WHERE `type` = 'component' AND `state` = 0 AND `enabled` = 1
96μs34.23KB/libraries/src/Component/ComponentHelper.php:399CopySELECT `id`,`rules`
FROM `n36ic_viewlevels`
41μs656B/libraries/src/Access/Access.php:955CopySELECT `b`.`id`
FROM `n36ic_usergroups` AS `a`
LEFT JOIN `n36ic_usergroups` AS `b` ON `b`.`lft` <= `a`.`lft` AND `b`.`rgt` >= `a`.`rgt`
WHERE `a`.`id` = :guest
50μs1.33KBParams/libraries/src/Access/Access.php:868CopySELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM `n36ic_extensions`
WHERE `enabled` = 1 AND `type` = 'plugin' AND `state` IN (0,1) AND `access` IN (:preparedArray1,:preparedArray2)
ORDER BY `ordering`
88μs25.48KBParams/libraries/src/Plugin/PluginHelper.php:294CopySELECT `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 `n36ic_menu` AS `m`
LEFT JOIN `n36ic_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`
1.44ms20.55KBParams/libraries/src/Menu/SiteMenu.php:166CopySELECT `id`,`home`,`template`,`s`.`params`,`inheritable`,`parent`
FROM `n36ic_template_styles` AS `s`
LEFT JOIN `n36ic_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
70μs40.86KB/administrator/components/com_templates/src/Model/StyleModel.php:773CopySELECT *
FROM `n36ic_template_styles`
WHERE `client_id` = 0 AND `id` = '10'
52μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySET @@SESSION.sql_mode =''
30μs0B/plugins/system/jomsocial.system/jomsocial.system.php:139CopySELECT manifest_cache
FROM `n36ic_extensions`
WHERE element = "com_affiliatetracker"
40μs536B/plugins/system/affiliate_tracker/affiliate_tracker.php:203CopySELECT `id`
FROM `n36ic_affiliate_tracker_accounts`
WHERE `ref_word` = 'en/offer-category/252-your-team-pros-favorites' AND `publish` = '1'
68.64ms520B/plugins/system/affiliate_tracker/affiliate_tracker.php:75CopySELECT `template`
FROM `n36ic_template_styles`
WHERE `client_id` = 0 AND `home` = 1
46μs536B/plugins/system/helix3/helix3.php:247CopySELECT *
FROM n36ic_rsform_config
59μs1KB/administrator/components/com_rsform/helpers/config.php:50CopySELECT `session_id`
FROM `n36ic_session`
WHERE `session_id` = :session_id LIMIT 1
213μs2.56KBParams/libraries/src/Session/MetadataManager.php:187CopyUPDATE `n36ic_session`
SET `guest` = :guest
, `time` = :time
, `userid` = :user_id
, `username` = :username
, `client_id` = :client_id
WHERE `session_id` = :session_id
124μs992BParams/libraries/src/Session/MetadataManager.php:316CopySELECT setting,value FROM n36ic_jfbconnect_config
106μs17.77KB/administrator/components/com_jfbconnect/models/config.php:304CopySELECT value
FROM n36ic_jfbconnect_config
WHERE setting="profile_joomla"
37μs536B/libraries/sourcecoast/plugins/socialprofile.php:649CopySELECT value
FROM n36ic_jfbconnect_config
WHERE setting="profile_customdb"
28μs536B/libraries/sourcecoast/plugins/socialprofile.php:649CopySELECT fas.*
FROM n36ic_jbusinessdirectory_application_settings fas
73μs40.73KB/components/com_jbusinessdirectory/helpers/utils.php:67CopySELECT fas.*
FROM n36ic_jbusinessdirectory_date_formats fas
WHERE fas.id ='2'
31μs768B/components/com_jbusinessdirectory/helpers/utils.php:78CopySELECT fas.*
FROM n36ic_jbusinessdirectory_currencies fas
WHERE fas.currency_id ='26'
30μs704B/components/com_jbusinessdirectory/helpers/utils.php:87CopySELECT * FROM n36ic_jbusinessdirectory_categories c where c.id = 252 LIMIT 1
144μs2.72KB/plugins/system/urltranslator/jbdrouter.php:219CopySELECT *
FROM `n36ic_template_styles`
WHERE `client_id` = 0 AND `id` = '10'
47μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT * FROM n36ic_jbusinessdirectory_categories c where c.id = 252 LIMIT 1
48μs2.72KB/plugins/system/urltranslator/jbdrouter.php:219CopySHOW TABLES
3.02ms48.51KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:678CopySELECT * FROM n36ic_acym_plugin
59μs1.5KB/administrator/components/com_acym/libraries/joomla/database.php:32CopySELECT * FROM n36ic_acym_configuration
39μs3.06KB/administrator/components/com_acym/libraries/joomla/database.php:32CopySELECT * FROM n36ic_acym_plugin
37μs1.5KB/administrator/components/com_acym/libraries/joomla/database.php:32CopySELECT `groups`.*, `groups`.title AS text, `groups`.id AS `value`
FROM n36ic_usergroups AS `groups`
44μs1.02KB/administrator/components/com_acym/libraries/joomla/database.php:32CopySELECT *
FROM `n36ic_languages`
WHERE `published` = 1
ORDER BY `ordering` ASC
61μs4.09KB/libraries/src/Language/LanguageHelper.php:142CopySELECT *
FROM n36ic_jbusinessdirectory_mobile_app_config
52μs640B/components/com_jbusinessdirectory/helpers/utils.php:9373CopySHOW FULL COLUMNS FROM `n36ic_jbusinessdirectory_default_attributes`
502μs1.34KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:625CopySELECT id, name, offer_config as config FROM n36ic_jbusinessdirectory_default_attributes
39μs1.88KB/administrator/components/com_jbusinessdirectory/tables/defaultattributes.php:43CopySHOW FULL COLUMNS FROM `n36ic_jbusinessdirectory_categories`
452μs1.64KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:625Copyselect * from n36ic_jbusinessdirectory_categories c
where c.id=252
244μs2.72KB/administrator/components/com_jbusinessdirectory/tables/category.php:50Copyselect * from n36ic_jbusinessdirectory_categories where published=1 and type = 2 order by lft, parent_id, name
62μs19.33KB/administrator/components/com_jbusinessdirectory/tables/category.php:63Copyinsert into n36ic_jbusinessdirectory_search_logs (item_type, object_type, date, value, has_text) values
('2','2','2025-04-10','252','0')
511μs0B/components/com_jbusinessdirectory/helpers/utils.php:7602CopySHOW FULL COLUMNS FROM `n36ic_jbusinessdirectory_company_offers`
589μs2.27KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:625Copyselect co.id, co.subject, co.short_description, co.address, co.main_subcategory, co.city, co.county, co.province, co.area, co.street_number, co.postalCode, co.latitude,
co.longitude, co.startDate, co.endDate, co.alias, co.view_type, co.article_id, co.url, co.show_time, co.created, co.type, co.companyId, co.time_zone,
co.price, co.specialPrice, co.currencyId, co.countryId, co.price_text, co.packages,
co.quantity, co.enable_offer_selling,co.review_score, count(distinct cr.id) as nr_reviews,
et.name as offerType, et.id as typeId, bcm.markerLocation as categoryMaker,group_concat(pf.feature) as featuresS,
op.picture_info, op.picture_path, op.picture_title,GROUP_CONCAT( DISTINCT cg.id,'|',cg.name,'|',cg.alias,'|',cg.icon,'|',cg.color ORDER BY cg.name separator '#|') as categories,
GREATEST(if(FIND_IN_SET('featured_offers',GROUP_CONCAT(DISTINCT pf.feature)) ,1,0), co.featured) as featured
,cp.phone, cp.name as company_name, cp.id as company_id, cp.alias as company_alias, cp.logoLocation
from
n36ic_jbusinessdirectory_company_offers co
left join n36ic_jbusinessdirectory_company_reviews cr on cr.itemId = co.id and cr.review_type = 2 and (cr.approved=2 OR cr.approved=0)
left join n36ic_jbusinessdirectory_company_offer_pictures op on co.id=op.offerId
and
(op.id in (
select min(op1.id) as min from n36ic_jbusinessdirectory_company_offers co1
left join n36ic_jbusinessdirectory_company_offer_pictures op1 on co1.id=op1.offerId
where op1.picture_enable=1
group by co1.id
)
)
left join n36ic_jbusinessdirectory_company_offer_category cc on co.id=cc.offerId
left join n36ic_jbusinessdirectory_categories cg on cg.id=cc.categoryId and cg.published=1
left join n36ic_jbusinessdirectory_company_offer_types et on co.offer_type=et.id left join n36ic_jbusinessdirectory_categories bcm on bcm.id=co.main_subcategory and bcm.published=1
left join n36ic_jbusinessdirectory_companies cp on co.companyId = cp.id
left join n36ic_jbusinessdirectory_orders inv on inv.company_id=cp.id
left join n36ic_jbusinessdirectory_packages p on (inv.package_id=p.id and p.status=1) or (p.price=0 and p.status=1)
left join n36ic_jbusinessdirectory_package_fields pf on p.id=pf.package_id
left join n36ic_jbusinessdirectory_language_translations t on co.id = t.object_id and t.type = 5 where co.state=1 and co.approved !=-1
and ((co.publish_start_date<=DATE(now()) or co.publish_start_date='0000-00-00' or co.publish_start_date is null) and ((co.publish_start_date=DATE(now()) and time(co.publish_start_time)<=time(convert_tz(now(),@@session.time_zone,co.time_zone)) or IFNULL(UNIX_TIMESTAMP(co.publish_start_date),0)!=UNIX_TIMESTAMP(DATE(now()))) or co.publish_start_time='00:00:00' or co.publish_start_time is null))
and ((co.publish_end_date>=DATE(now()) or co.publish_end_date='0000-00-00' or co.publish_end_date is null ) and ((co.publish_end_date=DATE(now()) and time(co.publish_end_time)>=time(convert_tz(now(),@@session.time_zone,co.time_zone)) or IFNULL(UNIX_TIMESTAMP(co.publish_end_date),0)!=UNIX_TIMESTAMP(DATE(now()))) or co.publish_end_time='00:00:00' or co.publish_end_time is null) ) and cc.categoryId in (252,252) and (
(
(inv.state= 1 and (
(
(( now() between inv.start_date and inv.end_date) or p.expiration_type=1)
or
(now() between inv.start_trial_date and inv.end_trial_date)
)
))
)
or (
((p.expiration_type=1 and p.price=0) or (p.id = cp.package_id and p.price=0)))
) and (pf.feature='company_offers' or pf.feature='featured_offers') and cp.state=1 and (cp.approved = 2 or cp.approved= -1 or cp.approved= 0) and (co.approved = 0 or co.approved = 1) and (co.approved = 0 or co.approved = 1)
and co.item_type = 1
group by co.id
having 1
order by featured desc, co.id desc
LIMIT 20
5.17ms21.48KB/administrator/components/com_jbusinessdirectory/tables/offer.php:775Copyselect object_id, name, content_short, additional_content from n36ic_jbusinessdirectory_language_translations where type=5 and object_id in (160,159,157,155,153,118) and language_tag='en-GB'
227μs784B/components/com_jbusinessdirectory/helpers/translations.php:1406CopySELECT t.*
from n36ic_jbusinessdirectory_categories c
inner join n36ic_jbusinessdirectory_language_translations t on c.id=t.object_id where t.type=3 and language_tag='en-GB'
40μs1.33KB/components/com_jbusinessdirectory/helpers/translations.php:68CopySELECT t.*
from n36ic_jbusinessdirectory_company_offer_types ot
inner join n36ic_jbusinessdirectory_language_translations t on ot.id=t.object_id where t.type=28 and language_tag='en-GB'
57μs976B/components/com_jbusinessdirectory/helpers/translations.php:225CopySELECT a.id AS value, a.name AS text, a.level, a.published, a.parent_id
FROM n36ic_jbusinessdirectory_categories AS a
LEFT JOIN `n36ic_jbusinessdirectory_categories` AS b ON a.lft > b.lft AND a.rgt < b.rgt
WHERE a.published = 1 AND (a.type IN (0,2)) AND a.id >1
GROUP BY a.id, a.name, a.level, a.lft, a.rgt, a.parent_id, a.published
ORDER BY a.lft ASC
44μs1.36KB/components/com_jbusinessdirectory/helpers/utils.php:3637CopySHOW FULL COLUMNS FROM `n36ic_jbusinessdirectory_attributes`
458μs1.58KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:625Copyselect * from n36ic_jbusinessdirectory_categories c
where c.id=252
50μs2.72KB/administrator/components/com_jbusinessdirectory/tables/category.php:50Copyselect * from n36ic_jbusinessdirectory_language_translations where type=3 and object_id=252 and language_tag='en-GB'
192μs928B/components/com_jbusinessdirectory/helpers/translations.php:631Copyselect * from n36ic_jbusinessdirectory_categories c
where c.id=252
46μs2.72KB/administrator/components/com_jbusinessdirectory/tables/category.php:50Copyselect * from n36ic_jbusinessdirectory_categories where published=1 and type = 2 order by lft, parent_id, name
55μs19.33KB/administrator/components/com_jbusinessdirectory/tables/category.php:63Copyselect * from n36ic_jbusinessdirectory_categories c
where c.id=252
48μs2.72KB/administrator/components/com_jbusinessdirectory/tables/category.php:50Copyselect * from n36ic_jbusinessdirectory_categories where published=1 and type = 2 order by lft, parent_id, name
52μs19.33KB/administrator/components/com_jbusinessdirectory/tables/category.php:63CopySET SESSION group_concat_max_len = 10000
24μs0B/components/com_jbusinessdirectory/helpers/utils.php:6838Copyselect count(distinct co.id) as nr_offers,
GREATEST(if(FIND_IN_SET('featured_offers',GROUP_CONCAT(DISTINCT pf.feature)) ,1,0), co.featured) as featured , cg1.name, cg1.id
from
n36ic_jbusinessdirectory_company_offers co
left join n36ic_jbusinessdirectory_company_offer_category cc on co.id=cc.offerId
left join n36ic_jbusinessdirectory_categories cg on cg.id=cc.categoryId and cg.published=1
left join n36ic_jbusinessdirectory_categories cg1 ON cg1.id = cg.parent_id or cg1.id=cg.id
left join n36ic_jbusinessdirectory_company_offer_types et on co.offer_type=et.id left join n36ic_jbusinessdirectory_companies cp on co.companyId = cp.id
left join n36ic_jbusinessdirectory_orders inv on inv.company_id=cp.id
left join n36ic_jbusinessdirectory_packages p on (inv.package_id=p.id and p.status=1) or (p.price=0 and p.status=1)
left join n36ic_jbusinessdirectory_package_fields pf on p.id=pf.package_id left join n36ic_jbusinessdirectory_language_translations t on co.id = t.object_id and t.type = 5 where co.state=1 and co.approved !=-1
and ((co.publish_start_date<=DATE(now()) or co.publish_start_date='0000-00-00' or co.publish_start_date is null) and ((co.publish_start_date=DATE(now()) and time(co.publish_start_time)<=time(convert_tz(now(),@@session.time_zone,co.time_zone)) or IFNULL(UNIX_TIMESTAMP(co.publish_start_date),0)!=UNIX_TIMESTAMP(DATE(now()))) or co.publish_start_time='00:00:00' or co.publish_start_time is null))
and ((co.publish_end_date>=DATE(now()) or co.publish_end_date='0000-00-00' or co.publish_end_date is null ) and ((co.publish_end_date=DATE(now()) and time(co.publish_end_time)>=time(convert_tz(now(),@@session.time_zone,co.time_zone)) or IFNULL(UNIX_TIMESTAMP(co.publish_end_date),0)!=UNIX_TIMESTAMP(DATE(now()))) or co.publish_end_time='00:00:00' or co.publish_end_time is null) ) and cg1.parent_id = 1 and (
(
(inv.state= 1 and (
(
(( now() between inv.start_date and inv.end_date) or p.expiration_type=1)
or
(now() between inv.start_trial_date and inv.end_trial_date)
)
))
)
or (
((p.expiration_type=1 and p.price=0) or (p.id = cp.package_id and p.price=0)))
) and (pf.feature='company_offers' or pf.feature='featured_offers') and cp.state=1 and (cp.approved = 2 or cp.approved= -1 or cp.approved= 0) and (co.approved = 0 or co.approved = 1)
group by cg1.id
having 1
order by cg1.name
4.55ms880B/administrator/components/com_jbusinessdirectory/tables/offer.php:758Copyselect count(distinct co.id) as nr_offers,
GREATEST(if(FIND_IN_SET('featured_offers',GROUP_CONCAT(DISTINCT pf.feature)) ,1,0), co.featured) as featured , cn.country_name as countryName, co.countryId
from
n36ic_jbusinessdirectory_company_offers co
left join n36ic_jbusinessdirectory_company_offer_category cc on co.id=cc.offerId
left join n36ic_jbusinessdirectory_categories cg on cg.id=cc.categoryId and cg.published=1
left join n36ic_jbusinessdirectory_categories cg1 ON cg1.id = cg.parent_id or cg1.id=cg.id
left join n36ic_jbusinessdirectory_company_offer_types et on co.offer_type=et.id
left join n36ic_jbusinessdirectory_countries cn on co.countryId=cn.id left join n36ic_jbusinessdirectory_companies cp on co.companyId = cp.id
left join n36ic_jbusinessdirectory_orders inv on inv.company_id=cp.id
left join n36ic_jbusinessdirectory_packages p on (inv.package_id=p.id and p.status=1) or (p.price=0 and p.status=1)
left join n36ic_jbusinessdirectory_package_fields pf on p.id=pf.package_id left join n36ic_jbusinessdirectory_language_translations t on co.id = t.object_id and t.type = 5 where co.state=1 and co.approved !=-1
and ((co.publish_start_date<=DATE(now()) or co.publish_start_date='0000-00-00' or co.publish_start_date is null) and ((co.publish_start_date=DATE(now()) and time(co.publish_start_time)<=time(convert_tz(now(),@@session.time_zone,co.time_zone)) or IFNULL(UNIX_TIMESTAMP(co.publish_start_date),0)!=UNIX_TIMESTAMP(DATE(now()))) or co.publish_start_time='00:00:00' or co.publish_start_time is null))
and ((co.publish_end_date>=DATE(now()) or co.publish_end_date='0000-00-00' or co.publish_end_date is null ) and ((co.publish_end_date=DATE(now()) and time(co.publish_end_time)>=time(convert_tz(now(),@@session.time_zone,co.time_zone)) or IFNULL(UNIX_TIMESTAMP(co.publish_end_date),0)!=UNIX_TIMESTAMP(DATE(now()))) or co.publish_end_time='00:00:00' or co.publish_end_time is null) ) and cc.categoryId in (252,252) and (
(
(inv.state= 1 and (
(
(( now() between inv.start_date and inv.end_date) or p.expiration_type=1)
or
(now() between inv.start_trial_date and inv.end_trial_date)
)
))
)
or (
((p.expiration_type=1 and p.price=0) or (p.id = cp.package_id and p.price=0)))
) and (pf.feature='company_offers' or pf.feature='featured_offers') and cp.state=1 and (cp.approved = 2 or cp.approved= -1 or cp.approved= 0) and (co.approved = 0 or co.approved = 1)
group by cn.country_name
having 1
order by cn.country_name
2.21ms720B/administrator/components/com_jbusinessdirectory/tables/offer.php:758Copyselect * from n36ic_jbusinessdirectory_language_translations where type=7 and object_id=36 and language_tag='en-GB'
45μs912B/components/com_jbusinessdirectory/helpers/translations.php:631Copyselect count(distinct co.id) as nr_offers,
GREATEST(if(FIND_IN_SET('featured_offers',GROUP_CONCAT(DISTINCT pf.feature)) ,1,0), co.featured) as featured , co.city as cityName
from
n36ic_jbusinessdirectory_company_offers co
left join n36ic_jbusinessdirectory_company_offer_category cc on co.id=cc.offerId
left join n36ic_jbusinessdirectory_categories cg on cg.id=cc.categoryId and cg.published=1
left join n36ic_jbusinessdirectory_categories cg1 ON cg1.id = cg.parent_id or cg1.id=cg.id
left join n36ic_jbusinessdirectory_company_offer_types et on co.offer_type=et.id left join n36ic_jbusinessdirectory_companies cp on co.companyId = cp.id
left join n36ic_jbusinessdirectory_orders inv on inv.company_id=cp.id
left join n36ic_jbusinessdirectory_packages p on (inv.package_id=p.id and p.status=1) or (p.price=0 and p.status=1)
left join n36ic_jbusinessdirectory_package_fields pf on p.id=pf.package_id left join n36ic_jbusinessdirectory_language_translations t on co.id = t.object_id and t.type = 5 where co.state=1 and co.approved !=-1
and ((co.publish_start_date<=DATE(now()) or co.publish_start_date='0000-00-00' or co.publish_start_date is null) and ((co.publish_start_date=DATE(now()) and time(co.publish_start_time)<=time(convert_tz(now(),@@session.time_zone,co.time_zone)) or IFNULL(UNIX_TIMESTAMP(co.publish_start_date),0)!=UNIX_TIMESTAMP(DATE(now()))) or co.publish_start_time='00:00:00' or co.publish_start_time is null))
and ((co.publish_end_date>=DATE(now()) or co.publish_end_date='0000-00-00' or co.publish_end_date is null ) and ((co.publish_end_date=DATE(now()) and time(co.publish_end_time)>=time(convert_tz(now(),@@session.time_zone,co.time_zone)) or IFNULL(UNIX_TIMESTAMP(co.publish_end_date),0)!=UNIX_TIMESTAMP(DATE(now()))) or co.publish_end_time='00:00:00' or co.publish_end_time is null) ) and cc.categoryId in (252,252) and (
(
(inv.state= 1 and (
(
(( now() between inv.start_date and inv.end_date) or p.expiration_type=1)
or
(now() between inv.start_trial_date and inv.end_trial_date)
)
))
)
or (
((p.expiration_type=1 and p.price=0) or (p.id = cp.package_id and p.price=0)))
) and (pf.feature='company_offers' or pf.feature='featured_offers') and cp.state=1 and (cp.approved = 2 or cp.approved= -1 or cp.approved= 0) and (co.approved = 0 or co.approved = 1)
group by co.city
having 1
order by co.city
2.33ms672B/administrator/components/com_jbusinessdirectory/tables/offer.php:758Copyselect count(distinct co.id) as nr_offers,
GREATEST(if(FIND_IN_SET('featured_offers',GROUP_CONCAT(DISTINCT pf.feature)) ,1,0), co.featured) as featured , co.county as regionName
from
n36ic_jbusinessdirectory_company_offers co
left join n36ic_jbusinessdirectory_company_offer_category cc on co.id=cc.offerId
left join n36ic_jbusinessdirectory_categories cg on cg.id=cc.categoryId and cg.published=1
left join n36ic_jbusinessdirectory_categories cg1 ON cg1.id = cg.parent_id or cg1.id=cg.id
left join n36ic_jbusinessdirectory_company_offer_types et on co.offer_type=et.id left join n36ic_jbusinessdirectory_companies cp on co.companyId = cp.id
left join n36ic_jbusinessdirectory_orders inv on inv.company_id=cp.id
left join n36ic_jbusinessdirectory_packages p on (inv.package_id=p.id and p.status=1) or (p.price=0 and p.status=1)
left join n36ic_jbusinessdirectory_package_fields pf on p.id=pf.package_id left join n36ic_jbusinessdirectory_language_translations t on co.id = t.object_id and t.type = 5 where co.state=1 and co.approved !=-1
and ((co.publish_start_date<=DATE(now()) or co.publish_start_date='0000-00-00' or co.publish_start_date is null) and ((co.publish_start_date=DATE(now()) and time(co.publish_start_time)<=time(convert_tz(now(),@@session.time_zone,co.time_zone)) or IFNULL(UNIX_TIMESTAMP(co.publish_start_date),0)!=UNIX_TIMESTAMP(DATE(now()))) or co.publish_start_time='00:00:00' or co.publish_start_time is null))
and ((co.publish_end_date>=DATE(now()) or co.publish_end_date='0000-00-00' or co.publish_end_date is null ) and ((co.publish_end_date=DATE(now()) and time(co.publish_end_time)>=time(convert_tz(now(),@@session.time_zone,co.time_zone)) or IFNULL(UNIX_TIMESTAMP(co.publish_end_date),0)!=UNIX_TIMESTAMP(DATE(now()))) or co.publish_end_time='00:00:00' or co.publish_end_time is null) ) and cc.categoryId in (252,252) and (
(
(inv.state= 1 and (
(
(( now() between inv.start_date and inv.end_date) or p.expiration_type=1)
or
(now() between inv.start_trial_date and inv.end_trial_date)
)
))
)
or (
((p.expiration_type=1 and p.price=0) or (p.id = cp.package_id and p.price=0)))
) and (pf.feature='company_offers' or pf.feature='featured_offers') and cp.state=1 and (cp.approved = 2 or cp.approved= -1 or cp.approved= 0) and (co.approved = 0 or co.approved = 1)
group by co.county
having 1
order by co.county
2.27ms704B/administrator/components/com_jbusinessdirectory/tables/offer.php:758Copyselect count(distinct co.id) as nr_offers,
GREATEST(if(FIND_IN_SET('featured_offers',GROUP_CONCAT(DISTINCT pf.feature)) ,1,0), co.featured) as featured , et.name as typeName, co.offer_type as typeId
from
n36ic_jbusinessdirectory_company_offers co
left join n36ic_jbusinessdirectory_company_offer_category cc on co.id=cc.offerId
left join n36ic_jbusinessdirectory_categories cg on cg.id=cc.categoryId and cg.published=1
left join n36ic_jbusinessdirectory_categories cg1 ON cg1.id = cg.parent_id or cg1.id=cg.id
left join n36ic_jbusinessdirectory_company_offer_types et on co.offer_type=et.id left join n36ic_jbusinessdirectory_companies cp on co.companyId = cp.id
left join n36ic_jbusinessdirectory_orders inv on inv.company_id=cp.id
left join n36ic_jbusinessdirectory_packages p on (inv.package_id=p.id and p.status=1) or (p.price=0 and p.status=1)
left join n36ic_jbusinessdirectory_package_fields pf on p.id=pf.package_id left join n36ic_jbusinessdirectory_language_translations t on co.id = t.object_id and t.type = 5 where co.state=1 and co.approved !=-1
and ((co.publish_start_date<=DATE(now()) or co.publish_start_date='0000-00-00' or co.publish_start_date is null) and ((co.publish_start_date=DATE(now()) and time(co.publish_start_time)<=time(convert_tz(now(),@@session.time_zone,co.time_zone)) or IFNULL(UNIX_TIMESTAMP(co.publish_start_date),0)!=UNIX_TIMESTAMP(DATE(now()))) or co.publish_start_time='00:00:00' or co.publish_start_time is null))
and ((co.publish_end_date>=DATE(now()) or co.publish_end_date='0000-00-00' or co.publish_end_date is null ) and ((co.publish_end_date=DATE(now()) and time(co.publish_end_time)>=time(convert_tz(now(),@@session.time_zone,co.time_zone)) or IFNULL(UNIX_TIMESTAMP(co.publish_end_date),0)!=UNIX_TIMESTAMP(DATE(now()))) or co.publish_end_time='00:00:00' or co.publish_end_time is null) ) and cc.categoryId in (252,252) and (
(
(inv.state= 1 and (
(
(( now() between inv.start_date and inv.end_date) or p.expiration_type=1)
or
(now() between inv.start_trial_date and inv.end_trial_date)
)
))
)
or (
((p.expiration_type=1 and p.price=0) or (p.id = cp.package_id and p.price=0)))
) and (pf.feature='company_offers' or pf.feature='featured_offers') and cp.state=1 and (cp.approved = 2 or cp.approved= -1 or cp.approved= 0) and (co.approved = 0 or co.approved = 1)
group by et.id
having 1
order by et.ordering
2.2ms720B/administrator/components/com_jbusinessdirectory/tables/offer.php:758Copyselect id, name from n36ic_jbusinessdirectory_attributes where status = 1 and attribute_type = 2 order by name
37μs576B/administrator/components/com_jbusinessdirectory/tables/attribute.php:100Copyselect * from n36ic_jbusinessdirectory_categories c
where c.id=252
171μs2.72KB/administrator/components/com_jbusinessdirectory/tables/category.php:50Copyselect * from n36ic_jbusinessdirectory_categories where published=1 and type = 2 order by lft, parent_id, name
59μs19.33KB/administrator/components/com_jbusinessdirectory/tables/category.php:63Copyselect co.id, co.subject, co.short_description, co.address, co.main_subcategory, co.city, co.county, co.province, co.area, co.street_number, co.postalCode, co.latitude,
co.longitude, co.startDate, co.endDate, co.alias, co.view_type, co.article_id, co.url, co.show_time, co.created, co.type, co.companyId, co.time_zone,
co.price, co.specialPrice, co.currencyId, co.countryId, co.price_text, co.packages,
co.quantity, co.enable_offer_selling,co.review_score, count(distinct cr.id) as nr_reviews,
et.name as offerType, et.id as typeId, bcm.markerLocation as categoryMaker,group_concat(pf.feature) as featuresS,
op.picture_info, op.picture_path, op.picture_title,GROUP_CONCAT( DISTINCT cg.id,'|',cg.name,'|',cg.alias,'|',cg.icon,'|',cg.color ORDER BY cg.name separator '#|') as categories,
GREATEST(if(FIND_IN_SET('featured_offers',GROUP_CONCAT(DISTINCT pf.feature)) ,1,0), co.featured) as featured
,cp.phone, cp.name as company_name, cp.id as company_id, cp.alias as company_alias, cp.logoLocation
from
n36ic_jbusinessdirectory_company_offers co
left join n36ic_jbusinessdirectory_company_reviews cr on cr.itemId = co.id and cr.review_type = 2 and (cr.approved=2 OR cr.approved=0)
left join n36ic_jbusinessdirectory_company_offer_pictures op on co.id=op.offerId
and
(op.id in (
select min(op1.id) as min from n36ic_jbusinessdirectory_company_offers co1
left join n36ic_jbusinessdirectory_company_offer_pictures op1 on co1.id=op1.offerId
where op1.picture_enable=1
group by co1.id
)
)
left join n36ic_jbusinessdirectory_company_offer_category cc on co.id=cc.offerId
left join n36ic_jbusinessdirectory_categories cg on cg.id=cc.categoryId and cg.published=1
left join n36ic_jbusinessdirectory_company_offer_types et on co.offer_type=et.id left join n36ic_jbusinessdirectory_categories bcm on bcm.id=co.main_subcategory and bcm.published=1
left join n36ic_jbusinessdirectory_companies cp on co.companyId = cp.id
left join n36ic_jbusinessdirectory_orders inv on inv.company_id=cp.id
left join n36ic_jbusinessdirectory_packages p on (inv.package_id=p.id and p.status=1) or (p.price=0 and p.status=1)
left join n36ic_jbusinessdirectory_package_fields pf on p.id=pf.package_id
left join n36ic_jbusinessdirectory_language_translations t on co.id = t.object_id and t.type = 5 where co.state=1 and co.approved !=-1
and ((co.publish_start_date<=DATE(now()) or co.publish_start_date='0000-00-00' or co.publish_start_date is null) and ((co.publish_start_date=DATE(now()) and time(co.publish_start_time)<=time(convert_tz(now(),@@session.time_zone,co.time_zone)) or IFNULL(UNIX_TIMESTAMP(co.publish_start_date),0)!=UNIX_TIMESTAMP(DATE(now()))) or co.publish_start_time='00:00:00' or co.publish_start_time is null))
and ((co.publish_end_date>=DATE(now()) or co.publish_end_date='0000-00-00' or co.publish_end_date is null ) and ((co.publish_end_date=DATE(now()) and time(co.publish_end_time)>=time(convert_tz(now(),@@session.time_zone,co.time_zone)) or IFNULL(UNIX_TIMESTAMP(co.publish_end_date),0)!=UNIX_TIMESTAMP(DATE(now()))) or co.publish_end_time='00:00:00' or co.publish_end_time is null) ) and cc.categoryId in (252,252) and (
(
(inv.state= 1 and (
(
(( now() between inv.start_date and inv.end_date) or p.expiration_type=1)
or
(now() between inv.start_trial_date and inv.end_trial_date)
)
))
)
or (
((p.expiration_type=1 and p.price=0) or (p.id = cp.package_id and p.price=0)))
) and (pf.feature='company_offers' or pf.feature='featured_offers') and cp.state=1 and (cp.approved = 2 or cp.approved= -1 or cp.approved= 0) and (co.approved = 0 or co.approved = 1) and (co.approved = 0 or co.approved = 1)
and co.item_type = 1
group by co.id
having 1
order by featured desc, co.id desc
4.35ms21.48KB/administrator/components/com_jbusinessdirectory/tables/offer.php:791CopySELECT `m`.`id`,`m`.`title`,`m`.`module`,`m`.`position`,`m`.`content`,`m`.`showtitle`,`m`.`params`,`mm`.`menuid`
FROM `n36ic_modules` AS `m`
LEFT JOIN `n36ic_modules_menu` AS `mm` ON `mm`.`moduleid` = `m`.`id`
LEFT JOIN `n36ic_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)
ORDER BY `m`.`position`,`m`.`ordering`
1.88ms13.31KBParams/libraries/src/Cache/Controller/CallbackController.php:51Copyselect * from n36ic_jbusinessdirectory_countries where id = 36
40μs896B/components/com_jbusinessdirectory/helpers/utils.php:4951CopySHOW FULL COLUMNS FROM `n36ic_jbusinessdirectory_currencies`
431μs1.33KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:625Copyselect * from n36ic_jbusinessdirectory_currencies where currency_id='26'
30μs704B/administrator/components/com_jbusinessdirectory/tables/currency.php:36CopySELECT *
FROM `n36ic_template_styles`
WHERE `client_id` = 0 AND `id` = '10'
53μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `n36ic_template_styles`
WHERE `client_id` = 0 AND `id` = '10'
42μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `n36ic_template_styles`
WHERE `client_id` = 0 AND `id` = '10'
44μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `n36ic_template_styles`
WHERE `client_id` = 0 AND `id` = '10'
40μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `n36ic_template_styles`
WHERE `client_id` = 0 AND `id` = '10'
50μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `n36ic_template_styles`
WHERE `client_id` = 0 AND `id` = '10'
39μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `n36ic_template_styles`
WHERE `client_id` = 0 AND `id` = '10'
40μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `n36ic_template_styles`
WHERE `client_id` = 0 AND `id` = '10'
50μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `n36ic_template_styles`
WHERE `client_id` = 0 AND `id` = '10'
46μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySHOW FULL COLUMNS FROM `n36ic_community_config`
404μs1.3KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:625CopySELECT *
FROM `n36ic_community_config`
WHERE `name` = 'config'
49μs592B/libraries/src/Table/Table.php:755CopySELECT `id` FROM `n36ic_users` WHERE `id` = '0'
35μs520B/components/com_community/libraries/core.php:191CopySELECT a.`userid` as _userid , a.`status` as _status , a.`points` as _points, a.`posted_on` as _posted_on, a.`avatar` as _avatar , a.`cover` as _cover , a.`thumb` as _thumb , a.`invite` as _invite, a.`params` as _cparams, a.`view` as _view, a.`friends` as _friends, a.`pages` as _pages, a.`groups` as _groups, a.`events` as _events, a.`friendcount` as _friendcount, a.`alias` as _alias, a.`profile_id` as _profile_id, a.`storage` as _storage, a.`watermark_hash` as _watermark_hash, a.`search_email` as _search_email, a.`longitude` as longitude, a.`latitude` as latitude, a.`default_avatar` as _defaultAvatar, a.`usergroup` as _usergroup, s.`userid` as _isonline, u.* FROM `n36ic_community_users` as a LEFT JOIN `n36ic_users` u ON u.`id`=a.`userid` LEFT OUTER JOIN `n36ic_session` s ON s.`userid`=a.`userid` AND s.`client_id` !='1' WHERE a.`userid`='0'
289μs4.95KB/components/com_community/libraries/user.php:181CopySHOW FULL COLUMNS FROM `n36ic_community_profiles`
424μs1.52KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:625CopySELECT `id` FROM `n36ic_community_fields` WHERE `fieldcode`='FIELD_GENDER'
38μs536B/components/com_community/models/profile.php:825CopySELECT `value` FROM `n36ic_community_fields_values` WHERE `field_id` = '2' AND `user_id` = '0'
26μs520B/components/com_community/models/profile.php:808Copyshow tables like '%_kunena_users'
2.08ms520B/plugins/community/mykunenaposts/mykunenaposts.php:34CopySELECT *
FROM `n36ic_template_styles`
WHERE `client_id` = 0 AND `id` = '10'
65μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `n36ic_template_styles`
WHERE `client_id` = 0 AND `id` = '10'
50μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `n36ic_template_styles`
WHERE `client_id` = 0 AND `id` = '10'
49μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `n36ic_template_styles`
WHERE `client_id` = 0 AND `id` = '10'
45μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `n36ic_template_styles`
WHERE `client_id` = 0 AND `id` = '10'
64μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT `id`,`name`,`rules`,`parent_id`
FROM `n36ic_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,:preparedArray49,:preparedArray50,:preparedArray51,:preparedArray52,:preparedArray53,:preparedArray54,:preparedArray55,:preparedArray56,:preparedArray57,:preparedArray58,:preparedArray59,:preparedArray60,:preparedArray61,:preparedArray62,:preparedArray63,:preparedArray64,:preparedArray65,:preparedArray66,:preparedArray67,:preparedArray68,:preparedArray69)
197μs19.81KBParams/libraries/src/Access/Access.php:357CopySELECT *
FROM `n36ic_template_styles`
WHERE `client_id` = 0 AND `id` = '10'
55μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `n36ic_template_styles`
WHERE `client_id` = 0 AND `id` = '10'
91μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `n36ic_template_styles`
WHERE `client_id` = 0 AND `id` = '10'
43μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `n36ic_template_styles`
WHERE `client_id` = 0 AND `id` = '10'
44μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `n36ic_template_styles`
WHERE `client_id` = 0 AND `id` = '10'
48μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `n36ic_template_styles`
WHERE `client_id` = 0 AND `id` = '10'
49μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `n36ic_template_styles`
WHERE `client_id` = 0 AND `id` = '10'
43μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `n36ic_template_styles`
WHERE `client_id` = 0 AND `id` = '10'
41μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `n36ic_template_styles`
WHERE `client_id` = 0 AND `id` = '10'
45μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `n36ic_template_styles`
WHERE `client_id` = 0 AND `id` = '10'
49μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `n36ic_template_styles`
WHERE `client_id` = 0 AND `id` = '10'
39μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `n36ic_template_styles`
WHERE `client_id` = 0 AND `id` = '10'
39μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copyselect * from n36ic_jbusinessdirectory_language_translations where type=21 and object_id=2 and language_tag='en-GB'
38μs912B/components/com_jbusinessdirectory/helpers/translations.php:631Copyselect * from n36ic_jbusinessdirectory_language_translations where type=21 and object_id=1 and language_tag='en-GB'
37μs912B/components/com_jbusinessdirectory/helpers/translations.php:631Copyselect * from n36ic_jbusinessdirectory_language_translations where type=39 and object_id=1 and language_tag='en-GB'
42μs912B/components/com_jbusinessdirectory/helpers/translations.php:631Copyselect * from n36ic_jbusinessdirectory_language_translations where type=23 and object_id=1 and language_tag='en-GB'
40μs912B/components/com_jbusinessdirectory/helpers/translations.php:631Copyselect * from n36ic_jbusinessdirectory_language_translations where type=40 and object_id=1 and language_tag='en-GB'
33μs912B/components/com_jbusinessdirectory/helpers/translations.php:631Copyselect * from n36ic_jbusinessdirectory_language_translations where type=24 and object_id=1 and language_tag='en-GB'
40μs912B/components/com_jbusinessdirectory/helpers/translations.php:631Copyselect * from n36ic_jbusinessdirectory_language_translations where type=41 and object_id=1 and language_tag='en-GB'
36μs912B/components/com_jbusinessdirectory/helpers/translations.php:631Copyselect * from n36ic_jbusinessdirectory_language_translations where type=31 and object_id=1 and language_tag='en-GB'
37μs912B/components/com_jbusinessdirectory/helpers/translations.php:631Copyselect * from n36ic_jbusinessdirectory_language_translations where type=36 and object_id=1 and language_tag='en-GB'
34μs912B/components/com_jbusinessdirectory/helpers/translations.php:631Copyselect * from n36ic_jbusinessdirectory_language_translations where type=42 and object_id=1 and language_tag='en-GB'
33μs912B/components/com_jbusinessdirectory/helpers/translations.php:631Copyselect * from n36ic_jbusinessdirectory_language_translations where type=36 and object_id=2 and language_tag='en-GB'
36μs912B/components/com_jbusinessdirectory/helpers/translations.php:631Copyselect * from n36ic_jbusinessdirectory_language_translations where type=21 and object_id=1 and language_tag='en-GB'
35μs912B/components/com_jbusinessdirectory/helpers/translations.php:631Copyselect * from n36ic_jbusinessdirectory_language_translations where type=39 and object_id=1 and language_tag='en-GB'
33μs912B/components/com_jbusinessdirectory/helpers/translations.php:631Copyselect * from n36ic_jbusinessdirectory_language_translations where type=23 and object_id=1 and language_tag='en-GB'
50μs912B/components/com_jbusinessdirectory/helpers/translations.php:631Copyselect * from n36ic_jbusinessdirectory_language_translations where type=40 and object_id=1 and language_tag='en-GB'
37μs912B/components/com_jbusinessdirectory/helpers/translations.php:631Copyselect * from n36ic_jbusinessdirectory_language_translations where type=24 and object_id=1 and language_tag='en-GB'
34μs912B/components/com_jbusinessdirectory/helpers/translations.php:631Copyselect * from n36ic_jbusinessdirectory_language_translations where type=41 and object_id=1 and language_tag='en-GB'
52μs912B/components/com_jbusinessdirectory/helpers/translations.php:631Copyselect * from n36ic_jbusinessdirectory_language_translations where type=31 and object_id=1 and language_tag='en-GB'
35μs912B/components/com_jbusinessdirectory/helpers/translations.php:631Copyselect * from n36ic_jbusinessdirectory_language_translations where type=36 and object_id=1 and language_tag='en-GB'
35μs912B/components/com_jbusinessdirectory/helpers/translations.php:631Copyselect * from n36ic_jbusinessdirectory_language_translations where type=42 and object_id=1 and language_tag='en-GB'
34μs912B/components/com_jbusinessdirectory/helpers/translations.php:631CopySELECT *
FROM `n36ic_template_styles`
WHERE `client_id` = 0 AND `id` = '10'
49μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `n36ic_template_styles`
WHERE `client_id` = 0 AND `id` = '10'
45μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `n36ic_template_styles`
WHERE `client_id` = 0 AND `id` = '10'
41μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `n36ic_template_styles`
WHERE `client_id` = 0 AND `id` = '10'
59μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `n36ic_template_styles`
WHERE `client_id` = 0 AND `id` = '10'
39μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `n36ic_template_styles`
WHERE `client_id` = 0 AND `id` = '10'
45μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `n36ic_template_styles`
WHERE `client_id` = 0 AND `id` = '10'
40μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `n36ic_template_styles`
WHERE `client_id` = 0 AND `id` = '10'
41μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `n36ic_template_styles`
WHERE `client_id` = 0 AND `id` = '10'
47μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `n36ic_template_styles`
WHERE `client_id` = 0 AND `id` = '10'
38μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `n36ic_template_styles`
WHERE `client_id` = 0 AND `id` = '10'
48μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `n36ic_template_styles`
WHERE `client_id` = 0 AND `id` = '10'
40μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `n36ic_template_styles`
WHERE `client_id` = 0 AND `id` = '10'
38μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT * FROM n36ic_acym_list WHERE type = 'standard'
46μs1.67KB/administrator/components/com_acym/libraries/joomla/database.php:32CopySELECT * FROM n36ic_acym_field
42μs1.69KB/administrator/components/com_acym/libraries/joomla/database.php:32CopySELECT * FROM n36ic_acym_form WHERE active = 1 AND type != 'shortcode'
40μs912B/administrator/components/com_acym/libraries/joomla/database.php:32CopySELECT 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 `n36ic_scheduler_tasks` AS `a`
WHERE `a`.`state` = 1
228μs1.37KBParams/administrator/components/com_scheduler/src/Model/TasksModel.php:466CopySELECT *
FROM `n36ic_template_styles`
WHERE `client_id` = 0 AND `id` = '10'
60μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT `value` FROM n36ic_acym_configuration WHERE `name` LIKE "%regacy" OR `name` LIKE "%\_sub"
32μs536B/plugins/system/acymtriggers/acymtriggers.php:202CopySHOW TABLES
3.25ms48.51KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:678CopySELECT namekey,value FROM `n36ic_invitex_config`
46μs832B/components/com_invitex/helper.php:275CopySELECT namekey,value FROM `n36ic_invitex_config`
31μs832B/components/com_invitex/helper.php:275CopySELECT id FROM n36ic_menu
WHERE link LIKE '%index.php?option=com_invitex&view=invites%'
AND published =1
LIMIT 1
26μs536B/components/com_invitex/helper.php:1394CopySELECT `session_id`
FROM `n36ic_session`
WHERE `session_id` = ?
161μs1KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:291CopyUPDATE `n36ic_session`
SET `data` = ?
, `time` = ?
WHERE `session_id` = ?
240μs592BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:318Copy