| SELECT * FROM `sys_sessions` WHERE `id`=:id LIMIT 1 | 0.0034 sec | 1 | 1 | 17 |
| UPDATE `sys_sessions` SET `date`=UNIX_TIMESTAMP() WHERE `id`=:id | 0.0052 sec | 0 | 0 | 1 |
| SELECT `date` FROM `sys_sessions` WHERE `id` = :id AND `data` = :data AND `user_id` = :user_id AND `ttl` = :ttl AND `date` > UNIX_TIMESTAMP() - 30 | 0.0009 sec | 1 | 1 | 17 |
| SELECT `uri`, `param_name`, `param_value` FROM `sys_seo_links` WHERE `uri` = 'jethro' AND `module` = :module AND `page_uri` = :page_uri | 0.0009 sec | 1 | 1 | 17 |
| SELECT * FROM `sys_profiles` WHERE `id` = ? LIMIT 1 | 0.0014 sec | 1 | 1 | 16 |
| SELECT `id` FROM `sys_modules` WHERE `name`=? AND `enabled`='1' LIMIT 1 | 0.0002 sec | 1 | 1 | 16 |
| SELECT `bx_persons_data`.* FROM `bx_persons_data` WHERE 1 AND `bx_persons_data`.`id` = :id | 0.0004 sec | 1 | 1 | 19 |
| SELECT * FROM `sys_profiles` WHERE `content_id` = ? AND `type` = ? | 0.0005 sec | 1 | 1 | 16 |
| SELECT
`taa`.`ID` AS `id`,
`taa`.`Module` AS `module`,
`taa`.`Name` AS `name`,
`taa`.`Title` AS `title`,
`taa`.`Countable` AS `countable`,
`taa`.`DisabledForLevels` AS `disabled_for_levels`
FROM `sys_acl_actions` AS `taa`
WHERE 1 AND `taa`.`Name` IN('change badge') AND `taa`.`Module` = :module ORDER BY `taa`.`Title` ASC | 0.0003 sec | 1 | 1 | 18 |
| SELECT `id` FROM `sys_accounts` WHERE `id` = ? LIMIT 1 | 0.0001 sec | 1 | 1 | 16 |
| SELECT * FROM `sys_accounts` WHERE `id` = ? LIMIT 1 | 0.0003 sec | 1 | 1 | 17 |
|
SELECT `sys_acl_levels_members`.`IDLevel` as `id`,
`sys_acl_levels`.`Name` AS `name`,
`sys_acl_levels`.`QuotaSize` AS `quota_size`,
`sys_acl_levels`.`QuotaNumber` AS `quota_number`,
`sys_acl_levels`.`QuotaMaxFileSize` AS `quota_max_file_size`,
`sys_acl_levels`.`PasswordExpired` AS `password_expired`,
UNIX_TIMESTAMP(`sys_acl_levels_members`.`DateStarts`) as `date_starts`,
UNIX_TIMESTAMP(`sys_acl_levels_members`.`DateExpires`) as `date_expires`,
`sys_acl_levels_members`.`State` AS `state`,
`sys_acl_levels_members`.`TransactionID` AS `transaction_id`,
`sys_profiles`.`status`
FROM `sys_acl_levels_members`
RIGHT JOIN `sys_profiles` ON `sys_acl_levels_members`.IDMember = `sys_profiles`.`id`
AND (`sys_acl_levels_members`.DateStarts IS NULL OR `sys_acl_levels_members`.DateStarts <= FROM_UNIXTIME(?))
AND (`sys_acl_levels_members`.DateExpires IS NULL OR `sys_acl_levels_members`.DateExpires > FROM_UNIXTIME(?))
LEFT JOIN `sys_acl_levels` ON `sys_acl_levels_members`.IDLevel = `sys_acl_levels`.ID
WHERE `sys_profiles`.`id` = ?
ORDER BY `sys_acl_levels_members`.DateStarts DESC
LIMIT 1 | 0.0005 sec | 1 | 1 | 18 |
|
SELECT `sys_acl_levels_members`.`IDLevel` as `id`,
`sys_acl_levels`.`Name` AS `name`,
`sys_acl_levels`.`QuotaSize` AS `quota_size`,
`sys_acl_levels`.`QuotaNumber` AS `quota_number`,
`sys_acl_levels`.`QuotaMaxFileSize` AS `quota_max_file_size`,
`sys_acl_levels`.`PasswordExpired` AS `password_expired`,
UNIX_TIMESTAMP(`sys_acl_levels_members`.`DateStarts`) as `date_starts`,
UNIX_TIMESTAMP(`sys_acl_levels_members`.`DateExpires`) as `date_expires`,
`sys_acl_levels_members`.`State` AS `state`,
`sys_acl_levels_members`.`TransactionID` AS `transaction_id`,
`sys_profiles`.`status`
FROM `sys_acl_levels_members`
RIGHT JOIN `sys_profiles` ON `sys_acl_levels_members`.IDMember = `sys_profiles`.`id`
AND (`sys_acl_levels_members`.DateStarts IS NULL OR `sys_acl_levels_members`.DateStarts <= FROM_UNIXTIME(?))
AND (`sys_acl_levels_members`.DateExpires IS NULL OR `sys_acl_levels_members`.DateExpires > FROM_UNIXTIME(?))
LEFT JOIN `sys_acl_levels` ON `sys_acl_levels_members`.IDLevel = `sys_acl_levels`.ID
WHERE `sys_profiles`.`id` = ?
ORDER BY `sys_acl_levels_members`.DateStarts DESC
LIMIT 1 | 0.0004 sec | 1 | 1 | 18 |
| SELECT
`tam`.`IDAction` AS `id`,
`taa`.`Name` AS `name`,
`taa`.`Title` AS `title`,
`tam`.`AllowedCount` AS `allowed_count`,
`tam`.`AllowedPeriodLen` AS `allowed_period_len`,
UNIX_TIMESTAMP(`tam`.`AllowedPeriodStart`) as `allowed_period_start`,
UNIX_TIMESTAMP(`tam`.`AllowedPeriodEnd`) as `allowed_period_end`,
`tam`.`AdditionalParamValue` AS `additional_param_value`
FROM `sys_acl_actions` AS `taa`
LEFT JOIN `sys_acl_matrix` AS `tam` ON `tam`.`IDAction` = `taa`.`ID` AND `tam`.`IDLevel` = ?
WHERE `taa`.`ID` = ? | 0.0002 sec | 1 | 1 | 17 |
| SELECT
`taa`.`ID` AS `id`,
`taa`.`Module` AS `module`,
`taa`.`Name` AS `name`,
`taa`.`Title` AS `title`,
`taa`.`Countable` AS `countable`,
`taa`.`DisabledForLevels` AS `disabled_for_levels`
FROM `sys_acl_actions` AS `taa`
WHERE 1 AND `taa`.`Name` IN('edit any entry') AND `taa`.`Module` = :module ORDER BY `taa`.`Title` ASC | 0.0002 sec | 1 | 1 | 17 |
| SELECT
`tam`.`IDAction` AS `id`,
`taa`.`Name` AS `name`,
`taa`.`Title` AS `title`,
`tam`.`AllowedCount` AS `allowed_count`,
`tam`.`AllowedPeriodLen` AS `allowed_period_len`,
UNIX_TIMESTAMP(`tam`.`AllowedPeriodStart`) as `allowed_period_start`,
UNIX_TIMESTAMP(`tam`.`AllowedPeriodEnd`) as `allowed_period_end`,
`tam`.`AdditionalParamValue` AS `additional_param_value`
FROM `sys_acl_actions` AS `taa`
LEFT JOIN `sys_acl_matrix` AS `tam` ON `tam`.`IDAction` = `taa`.`ID` AND `tam`.`IDLevel` = ?
WHERE `taa`.`ID` = ? | 0.0002 sec | 1 | 1 | 17 |
| SELECT `id` AS `id`, `author` AS `owner_id`, `allow_view_to` AS `group_id` FROM `bx_persons_data` WHERE `id`=? LIMIT 1 | 0.0004 sec | 1 | 1 | 17 |
| SELECT
`taa`.`ID` AS `id`,
`taa`.`Module` AS `module`,
`taa`.`Name` AS `name`,
`taa`.`Title` AS `title`,
`taa`.`Countable` AS `countable`,
`taa`.`DisabledForLevels` AS `disabled_for_levels`
FROM `sys_acl_actions` AS `taa`
WHERE 1 AND `taa`.`Name` IN('view entry') AND `taa`.`Module` = :module ORDER BY `taa`.`Title` ASC | 0.0002 sec | 1 | 1 | 17 |
| SELECT
`tam`.`IDAction` AS `id`,
`taa`.`Name` AS `name`,
`taa`.`Title` AS `title`,
`tam`.`AllowedCount` AS `allowed_count`,
`tam`.`AllowedPeriodLen` AS `allowed_period_len`,
UNIX_TIMESTAMP(`tam`.`AllowedPeriodStart`) as `allowed_period_start`,
UNIX_TIMESTAMP(`tam`.`AllowedPeriodEnd`) as `allowed_period_end`,
`tam`.`AdditionalParamValue` AS `additional_param_value`
FROM `sys_acl_actions` AS `taa`
LEFT JOIN `sys_acl_matrix` AS `tam` ON `tam`.`IDAction` = `taa`.`ID` AND `tam`.`IDLevel` = ?
WHERE `taa`.`ID` = ? | 0.0002 sec | 1 | 1 | 17 |
| SELECT `c`.*, `p`.`account_id`, `p`.`id` AS `profile_id`, `a`.`email` AS `profile_email`, `a`.`active` AS `profile_last_active`, `a`.`ip` AS `profile_ip`, `p`.`status` AS `profile_status` FROM `bx_persons_data` AS `c` INNER JOIN `sys_profiles` AS `p` ON (`p`.`content_id` = `c`.`id` AND `p`.`type` = :type) INNER JOIN `sys_accounts` AS `a` ON (`p`.`account_id` = `a`.`id`) WHERE `c`.`id` = :id | 0.0015 sec | 1 | 1 | 35 |
| SELECT * FROM `msolutions_usernames_usernames` WHERE `profile_id` = ? LIMIT 1 | 0.0002 sec | 1 | 1 | 16 |
| SELECT * FROM `sys_objects_transcoder` WHERE `object` = ? | 0.0002 sec | 1 | 1 | 16 |
| SELECT * FROM `bx_persons_pictures` WHERE `id` = ? | 0.0002 sec | 1 | 1 | 16 |
| SELECT `mime_type` FROM `sys_storage_mime_types` WHERE `ext` = ? | 0.0001 sec | 1 | 1 | 16 |
| SELECT `file_id` FROM `sys_transcoder_images_files` WHERE `transcoder_object` = ? AND `handler` = ? LIMIT 1 | 0.0001 sec | 1 | 1 | 16 |
| SELECT * FROM `bx_persons_pictures_resized` WHERE `id` = ? | 0.0001 sec | 1 | 1 | 16 |
| SELECT * FROM `bx_persons_pictures` WHERE `id` = ? | 0.0001 sec | 1 | 1 | 16 |
| SELECT `file_id` FROM `sys_transcoder_images_files` WHERE `transcoder_object` = ? AND `handler` = ? LIMIT 1 | 0.0001 sec | 1 | 1 | 16 |
| SELECT * FROM `bx_persons_pictures_resized` WHERE `id` = ? | 0.0001 sec | 1 | 1 | 16 |
| SELECT `atime` FROM `sys_transcoder_images_files` WHERE `transcoder_object` = :obj AND `handler` = :hndl AND `atime` > :ts LIMIT 1 | 0.0001 sec | 1 | 1 | 17 |
| SELECT * FROM `bx_persons_pictures_resized` WHERE `id` = ? | 0.0001 sec | 1 | 1 | 16 |
| SELECT * FROM `sys_objects_transcoder` WHERE `object` = ? | 0.0001 sec | 1 | 1 | 16 |
| SELECT * FROM `bx_persons_pictures` WHERE `id` = ? | 0.0001 sec | 1 | 1 | 17 |
| SELECT `mime_type` FROM `sys_storage_mime_types` WHERE `ext` = ? | 0.0001 sec | 1 | 1 | 16 |
| SELECT `file_id` FROM `sys_transcoder_images_files` WHERE `transcoder_object` = ? AND `handler` = ? LIMIT 1 | 0.0001 sec | 1 | 1 | 16 |
| SELECT * FROM `bx_persons_pictures_resized` WHERE `id` = ? | 0.0001 sec | 1 | 1 | 16 |
| SELECT * FROM `bx_persons_pictures` WHERE `id` = ? | 0.0001 sec | 1 | 1 | 16 |
| SELECT `file_id` FROM `sys_transcoder_images_files` WHERE `transcoder_object` = ? AND `handler` = ? LIMIT 1 | 0.0001 sec | 1 | 1 | 16 |
| SELECT * FROM `bx_persons_pictures_resized` WHERE `id` = ? | 0.0001 sec | 1 | 1 | 16 |
| SELECT `atime` FROM `sys_transcoder_images_files` WHERE `transcoder_object` = :obj AND `handler` = :hndl AND `atime` > :ts LIMIT 1 | 0.0001 sec | 1 | 1 | 17 |
| SELECT * FROM `bx_persons_pictures_resized` WHERE `id` = ? | 0.0001 sec | 1 | 1 | 16 |
| SELECT * FROM `sys_objects_transcoder` WHERE `object` = ? | 0.0001 sec | 1 | 1 | 16 |
| SELECT * FROM `bx_persons_pictures` WHERE `id` = ? | 0.0001 sec | 1 | 1 | 16 |
| SELECT `mime_type` FROM `sys_storage_mime_types` WHERE `ext` = ? | 0.0001 sec | 1 | 1 | 16 |
| SELECT `file_id` FROM `sys_transcoder_images_files` WHERE `transcoder_object` = ? AND `handler` = ? LIMIT 1 | 0.0001 sec | 1 | 1 | 16 |
| SELECT * FROM `bx_persons_pictures_resized` WHERE `id` = ? | 0.0001 sec | 1 | 1 | 16 |
| SELECT * FROM `bx_persons_pictures` WHERE `id` = ? | 0.0001 sec | 1 | 1 | 16 |
| SELECT `file_id` FROM `sys_transcoder_images_files` WHERE `transcoder_object` = ? AND `handler` = ? LIMIT 1 | 0.0001 sec | 1 | 1 | 16 |
| SELECT * FROM `bx_persons_pictures_resized` WHERE `id` = ? | 0.0001 sec | 1 | 1 | 16 |
| SELECT `atime` FROM `sys_transcoder_images_files` WHERE `transcoder_object` = :obj AND `handler` = :hndl AND `atime` > :ts LIMIT 1 | 0.0001 sec | 1 | 1 | 17 |
| SELECT * FROM `bx_persons_pictures_resized` WHERE `id` = ? | 0.0001 sec | 1 | 1 | 16 |
| SELECT `uri`, `param_name`, `param_value` FROM `sys_seo_links` WHERE `param_value` = '4' AND `module` = :module AND `page_uri` = :page_uri | 0.0002 sec | 1 | 1 | 17 |
| SELECT
`tp`.`id`
FROM `sys_profiles` AS `tp`
INNER JOIN `sys_accounts` AS `ta` ON `tp`.`account_id`=`ta`.`id`
INNER JOIN `sys_sessions` AS `ts` ON `tp`.`account_id`=`ts`.`user_id`
WHERE
`tp`.`id` = ? AND
`ta`.`profile_id`=`tp`.`id` AND
`ts`.`date` > (UNIX_TIMESTAMP() - 60 * ?)
LIMIT 1 | 0.0002 sec | 0 | 0 | 16 |
| SELECT * FROM `msolutions_usernames_usernames` WHERE `profile_id` = ? LIMIT 1 | 0.0001 sec | 1 | 1 | 16 |
| SELECT `c`.*, `p`.`account_id`, `p`.`id` AS `profile_id`, `a`.`email` AS `profile_email`, `a`.`active` AS `profile_last_active`, `a`.`ip` AS `profile_ip`, `p`.`status` AS `profile_status` FROM `bx_persons_data` AS `c` INNER JOIN `sys_profiles` AS `p` ON (`p`.`content_id` = `c`.`id` AND `p`.`type` = :type) INNER JOIN `sys_accounts` AS `a` ON (`p`.`account_id` = `a`.`id`) WHERE `c`.`id` = :id | 0.0004 sec | 0 | 0 | 19 |
| SELECT 1 FROM `sys_menu_items` WHERE `set_name` = ? AND `parent_id` != '0' LIMIT 1 | 0.0007 sec | 0 | 0 | 16 |
| SELECT * FROM `sys_menu_items` WHERE 1 AND `set_name` = :set_name ORDER BY `order` ASC | 0.0008 sec | 24 | 24 | 18 |
| SELECT
`taa`.`ID` AS `id`,
`taa`.`Module` AS `module`,
`taa`.`Name` AS `name`,
`taa`.`Title` AS `title`,
`taa`.`Countable` AS `countable`,
`taa`.`DisabledForLevels` AS `disabled_for_levels`
FROM `sys_acl_actions` AS `taa`
WHERE 1 AND `taa`.`Name` IN('set acl level') AND `taa`.`Module` = :module ORDER BY `taa`.`Title` ASC | 0.0003 sec | 1 | 1 | 17 |
| SELECT
`tam`.`IDAction` AS `id`,
`taa`.`Name` AS `name`,
`taa`.`Title` AS `title`,
`tam`.`AllowedCount` AS `allowed_count`,
`tam`.`AllowedPeriodLen` AS `allowed_period_len`,
UNIX_TIMESTAMP(`tam`.`AllowedPeriodStart`) as `allowed_period_start`,
UNIX_TIMESTAMP(`tam`.`AllowedPeriodEnd`) as `allowed_period_end`,
`tam`.`AdditionalParamValue` AS `additional_param_value`
FROM `sys_acl_actions` AS `taa`
LEFT JOIN `sys_acl_matrix` AS `tam` ON `tam`.`IDAction` = `taa`.`ID` AND `tam`.`IDLevel` = ?
WHERE `taa`.`ID` = ? | 0.0002 sec | 1 | 1 | 17 |
| SELECT `count` as `count`, `sum` as `sum`, ROUND(`sum` / `count`, 2) AS `rate` FROM bx_persons_votes WHERE `object_id` = ? LIMIT 1 | 0.0002 sec | 0 | 0 | 16 |
| SELECT
`taa`.`ID` AS `id`,
`taa`.`Module` AS `module`,
`taa`.`Name` AS `name`,
`taa`.`Title` AS `title`,
`taa`.`Countable` AS `countable`,
`taa`.`DisabledForLevels` AS `disabled_for_levels`
FROM `sys_acl_actions` AS `taa`
WHERE 1 AND `taa`.`Name` IN('vote') AND `taa`.`Module` = :module ORDER BY `taa`.`Title` ASC | 0.0002 sec | 1 | 1 | 17 |
| SELECT
`tam`.`IDAction` AS `id`,
`taa`.`Name` AS `name`,
`taa`.`Title` AS `title`,
`tam`.`AllowedCount` AS `allowed_count`,
`tam`.`AllowedPeriodLen` AS `allowed_period_len`,
UNIX_TIMESTAMP(`tam`.`AllowedPeriodStart`) as `allowed_period_start`,
UNIX_TIMESTAMP(`tam`.`AllowedPeriodEnd`) as `allowed_period_end`,
`tam`.`AdditionalParamValue` AS `additional_param_value`
FROM `sys_acl_actions` AS `taa`
LEFT JOIN `sys_acl_matrix` AS `tam` ON `tam`.`IDAction` = `taa`.`ID` AND `tam`.`IDLevel` = ?
WHERE `taa`.`ID` = ? | 0.0002 sec | 1 | 1 | 17 |
| SELECT
`taa`.`ID` AS `id`,
`taa`.`Module` AS `module`,
`taa`.`Name` AS `name`,
`taa`.`Title` AS `title`,
`taa`.`Countable` AS `countable`,
`taa`.`DisabledForLevels` AS `disabled_for_levels`
FROM `sys_acl_actions` AS `taa`
WHERE 1 AND `taa`.`Name` IN('vote_view') AND `taa`.`Module` = :module ORDER BY `taa`.`Title` ASC | 0.0002 sec | 1 | 1 | 17 |
| SELECT
`tam`.`IDAction` AS `id`,
`taa`.`Name` AS `name`,
`taa`.`Title` AS `title`,
`tam`.`AllowedCount` AS `allowed_count`,
`tam`.`AllowedPeriodLen` AS `allowed_period_len`,
UNIX_TIMESTAMP(`tam`.`AllowedPeriodStart`) as `allowed_period_start`,
UNIX_TIMESTAMP(`tam`.`AllowedPeriodEnd`) as `allowed_period_end`,
`tam`.`AdditionalParamValue` AS `additional_param_value`
FROM `sys_acl_actions` AS `taa`
LEFT JOIN `sys_acl_matrix` AS `tam` ON `tam`.`IDAction` = `taa`.`ID` AND `tam`.`IDLevel` = ?
WHERE `taa`.`ID` = ? | 0.0001 sec | 1 | 1 | 17 |
| SELECT `object_id` FROM `bx_persons_votes_track` WHERE `object_id` = ? AND `author_id` = ? LIMIT 1 | 0.0001 sec | 0 | 0 | 21 |
| SELECT COUNT(DISTINCT `author_id`) AS `count` FROM `bx_persons_favorites_track` WHERE `object_id`=:object_id LIMIT 1 | 0.0001 sec | 1 | 1 | 17 |
| SELECT
`taa`.`ID` AS `id`,
`taa`.`Module` AS `module`,
`taa`.`Name` AS `name`,
`taa`.`Title` AS `title`,
`taa`.`Countable` AS `countable`,
`taa`.`DisabledForLevels` AS `disabled_for_levels`
FROM `sys_acl_actions` AS `taa`
WHERE 1 AND `taa`.`Name` IN('favorite') AND `taa`.`Module` = :module ORDER BY `taa`.`Title` ASC | 0.0002 sec | 1 | 1 | 17 |
| SELECT
`tam`.`IDAction` AS `id`,
`taa`.`Name` AS `name`,
`taa`.`Title` AS `title`,
`tam`.`AllowedCount` AS `allowed_count`,
`tam`.`AllowedPeriodLen` AS `allowed_period_len`,
UNIX_TIMESTAMP(`tam`.`AllowedPeriodStart`) as `allowed_period_start`,
UNIX_TIMESTAMP(`tam`.`AllowedPeriodEnd`) as `allowed_period_end`,
`tam`.`AdditionalParamValue` AS `additional_param_value`
FROM `sys_acl_actions` AS `taa`
LEFT JOIN `sys_acl_matrix` AS `tam` ON `tam`.`IDAction` = `taa`.`ID` AND `tam`.`IDLevel` = ?
WHERE `taa`.`ID` = ? | 0.0001 sec | 1 | 1 | 17 |
| SELECT `featured` FROM `bx_persons_data` WHERE `id` = ? LIMIT 1 | 0.0002 sec | 1 | 1 | 16 |
| SELECT
`taa`.`ID` AS `id`,
`taa`.`Module` AS `module`,
`taa`.`Name` AS `name`,
`taa`.`Title` AS `title`,
`taa`.`Countable` AS `countable`,
`taa`.`DisabledForLevels` AS `disabled_for_levels`
FROM `sys_acl_actions` AS `taa`
WHERE 1 AND `taa`.`Name` IN('feature') AND `taa`.`Module` = :module ORDER BY `taa`.`Title` ASC | 0.0002 sec | 1 | 1 | 17 |
| SELECT
`tam`.`IDAction` AS `id`,
`taa`.`Name` AS `name`,
`taa`.`Title` AS `title`,
`tam`.`AllowedCount` AS `allowed_count`,
`tam`.`AllowedPeriodLen` AS `allowed_period_len`,
UNIX_TIMESTAMP(`tam`.`AllowedPeriodStart`) as `allowed_period_start`,
UNIX_TIMESTAMP(`tam`.`AllowedPeriodEnd`) as `allowed_period_end`,
`tam`.`AdditionalParamValue` AS `additional_param_value`
FROM `sys_acl_actions` AS `taa`
LEFT JOIN `sys_acl_matrix` AS `tam` ON `tam`.`IDAction` = `taa`.`ID` AND `tam`.`IDLevel` = ?
WHERE `taa`.`ID` = ? | 0.0002 sec | 1 | 1 | 17 |
| SELECT
`taa`.`ID` AS `id`,
`taa`.`Module` AS `module`,
`taa`.`Name` AS `name`,
`taa`.`Title` AS `title`,
`taa`.`Countable` AS `countable`,
`taa`.`DisabledForLevels` AS `disabled_for_levels`
FROM `sys_acl_actions` AS `taa`
WHERE 1 AND `taa`.`Name` IN('report_view') AND `taa`.`Module` = :module ORDER BY `taa`.`Title` ASC | 0.0002 sec | 1 | 1 | 17 |
| SELECT
`tam`.`IDAction` AS `id`,
`taa`.`Name` AS `name`,
`taa`.`Title` AS `title`,
`tam`.`AllowedCount` AS `allowed_count`,
`tam`.`AllowedPeriodLen` AS `allowed_period_len`,
UNIX_TIMESTAMP(`tam`.`AllowedPeriodStart`) as `allowed_period_start`,
UNIX_TIMESTAMP(`tam`.`AllowedPeriodEnd`) as `allowed_period_end`,
`tam`.`AdditionalParamValue` AS `additional_param_value`
FROM `sys_acl_actions` AS `taa`
LEFT JOIN `sys_acl_matrix` AS `tam` ON `tam`.`IDAction` = `taa`.`ID` AND `tam`.`IDLevel` = ?
WHERE `taa`.`ID` = ? | 0.0002 sec | 1 | 1 | 17 |
| SELECT `count` as `count` FROM bx_persons_reports WHERE `object_id` = ? LIMIT 1 | 0.0001 sec | 0 | 0 | 16 |
| SELECT
`taa`.`ID` AS `id`,
`taa`.`Module` AS `module`,
`taa`.`Name` AS `name`,
`taa`.`Title` AS `title`,
`taa`.`Countable` AS `countable`,
`taa`.`DisabledForLevels` AS `disabled_for_levels`
FROM `sys_acl_actions` AS `taa`
WHERE 1 AND `taa`.`Name` IN('report') AND `taa`.`Module` = :module ORDER BY `taa`.`Title` ASC | 0.0002 sec | 1 | 1 | 17 |
| SELECT
`tam`.`IDAction` AS `id`,
`taa`.`Name` AS `name`,
`taa`.`Title` AS `title`,
`tam`.`AllowedCount` AS `allowed_count`,
`tam`.`AllowedPeriodLen` AS `allowed_period_len`,
UNIX_TIMESTAMP(`tam`.`AllowedPeriodStart`) as `allowed_period_start`,
UNIX_TIMESTAMP(`tam`.`AllowedPeriodEnd`) as `allowed_period_end`,
`tam`.`AdditionalParamValue` AS `additional_param_value`
FROM `sys_acl_actions` AS `taa`
LEFT JOIN `sys_acl_matrix` AS `tam` ON `tam`.`IDAction` = `taa`.`ID` AND `tam`.`IDLevel` = ?
WHERE `taa`.`ID` = ? | 0.0001 sec | 1 | 1 | 17 |
| SELECT `menu_item_name`, IF(`active`, `menu_item_eval`, 'return \' \';') AS `menu_item_eval` FROM `aqb_advanced_menu_items` | 0.0002 sec | 17 | 17 | 16 |
| SELECT 1 FROM `sys_menu_items` WHERE `set_name` = ? AND `parent_id` != '0' LIMIT 1 | 0.0009 sec | 0 | 0 | 16 |
| SELECT * FROM `sys_menu_items` WHERE 1 AND `set_name` = :set_name ORDER BY `order` ASC | 0.0009 sec | 10 | 10 | 18 |
| SELECT
`tal`.`ID` AS `id`,
`tal`.`Name` AS `name`,
`tal`.`Icon` AS `icon`,
`tal`.`Description` AS `description`,
`tal`.`Active` AS `active`,
`tal`.`Purchasable` AS `purchasable`,
`tal`.`Removable` AS `removable`,
`tal`.`QuotaSize` AS `quota_size`,
`tal`.`QuotaNumber` AS `quota_number`,
`tal`.`QuotaMaxFileSize` AS `quota_max_file_size`,
`tal`.`PasswordExpired` AS `password_expired`,
`tal`.`PasswordExpiredNotify` AS `password_expired_notify`,
`tal`.`Order` AS `order`
FROM `sys_acl_levels` AS `tal`
WHERE 1 AND `tal`.`ID`=:id ORDER BY `tal`.`Order` ASC LIMIT 1 | 0.0001 sec | 1 | 1 | 18 |
| SELECT `sc`.`id`, `sc`.`id`, `sc`.`text`, `sc`.`color`, `sc`.`fontcolor`, `sc`.`is_icon_only`, `sc`.`icon`, `soc`.`id` AS `badge_id`
FROM `sys_badges` AS `sc`INNER JOIN `sys_badges2objects` `soc` ON `sc`.`id` = `soc`.`badge_id` AND `soc`.`object_id` = :object_id
WHERE 1 AND `sc`.`module` = :module ORDER BY `sc`.`added` ASC | 0.0002 sec | 0 | 0 | 17 |
| SELECT COUNT(`c`.`id`) FROM `sys_profiles_conn_friends` AS `c` INNER JOIN `sys_profiles` `p` ON `p`.`id` = `c`.`initiator` AND `p`.`status` = 'active' WHERE 1 AND `c`.`content` = 9 AND `c`.`mutual` = '1' | 0.0002 sec | 1 | 1 | 16 |
| SELECT COUNT(`c`.`id`) FROM `sys_profiles_conn_subscriptions` AS `c` INNER JOIN `sys_profiles` `p` ON `p`.`id` = `c`.`initiator` AND `p`.`status` = 'active' WHERE 1 AND `c`.`content` = 9 | 0.0002 sec | 1 | 1 | 16 |
| SELECT `c`.`initiator` FROM `sys_profiles_conn_subscriptions` AS `c` INNER JOIN `sys_profiles` `p` ON `p`.`id` = `c`.`initiator` AND `p`.`status` = 'active' WHERE 1 AND `c`.`content` = :content LIMIT 0, 5 | 0.0001 sec | 1 | 1 | 17 |
| SELECT * FROM `sys_profiles` WHERE `id` = ? LIMIT 1 | 0.0001 sec | 1 | 1 | 16 |
| SELECT `id` FROM `sys_modules` WHERE `name`=? AND `enabled`='1' LIMIT 1 | 0.0001 sec | 1 | 1 | 16 |
| SELECT `id` FROM `sys_modules` WHERE `name`=? AND `enabled`='1' LIMIT 1 | 0.0004 sec | 1 | 1 | 16 |
| SELECT `c`.*, `p`.`account_id`, `p`.`id` AS `profile_id`, `a`.`email` AS `profile_email`, `a`.`active` AS `profile_last_active`, `a`.`ip` AS `profile_ip`, `p`.`status` AS `profile_status` FROM `bx_organizations_data` AS `c` INNER JOIN `sys_profiles` AS `p` ON (`p`.`content_id` = `c`.`id` AND `p`.`type` = :type) INNER JOIN `sys_accounts` AS `a` ON (`p`.`account_id` = `a`.`id`) WHERE `c`.`id` = :id | 0.0003 sec | 1 | 1 | 18 |
| SELECT * FROM `sys_profiles` WHERE `content_id` = ? AND `type` = ? | 0.0004 sec | 1 | 1 | 16 |
| SELECT `ti`.* FROM `bx_organizations_invites` AS `ti` WHERE 1 AND `ti`.`invited_profile_id`=:invited_pid AND `ti`.`group_profile_id`=:context_pid | 0.0001 sec | 0 | 0 | 17 |
| SELECT * FROM `bx_organizations_fans` WHERE `initiator` = ? AND `content` = ? | 0.0003 sec | 0 | 0 | 16 |
| SELECT
`taa`.`ID` AS `id`,
`taa`.`Module` AS `module`,
`taa`.`Name` AS `name`,
`taa`.`Title` AS `title`,
`taa`.`Countable` AS `countable`,
`taa`.`DisabledForLevels` AS `disabled_for_levels`
FROM `sys_acl_actions` AS `taa`
WHERE 1 AND `taa`.`Name` IN('view entry') AND `taa`.`Module` = :module ORDER BY `taa`.`Title` ASC | 0.0002 sec | 1 | 1 | 17 |
| SELECT
`tam`.`IDAction` AS `id`,
`taa`.`Name` AS `name`,
`taa`.`Title` AS `title`,
`tam`.`AllowedCount` AS `allowed_count`,
`tam`.`AllowedPeriodLen` AS `allowed_period_len`,
UNIX_TIMESTAMP(`tam`.`AllowedPeriodStart`) as `allowed_period_start`,
UNIX_TIMESTAMP(`tam`.`AllowedPeriodEnd`) as `allowed_period_end`,
`tam`.`AdditionalParamValue` AS `additional_param_value`
FROM `sys_acl_actions` AS `taa`
LEFT JOIN `sys_acl_matrix` AS `tam` ON `tam`.`IDAction` = `taa`.`ID` AND `tam`.`IDLevel` = ?
WHERE `taa`.`ID` = ? | 0.0002 sec | 1 | 1 | 17 |
| SELECT
`taa`.`ID` AS `id`,
`taa`.`Module` AS `module`,
`taa`.`Name` AS `name`,
`taa`.`Title` AS `title`,
`taa`.`Countable` AS `countable`,
`taa`.`DisabledForLevels` AS `disabled_for_levels`
FROM `sys_acl_actions` AS `taa`
WHERE 1 AND `taa`.`Name` IN('edit any entry') AND `taa`.`Module` = :module ORDER BY `taa`.`Title` ASC | 0.0002 sec | 1 | 1 | 17 |
| SELECT
`tam`.`IDAction` AS `id`,
`taa`.`Name` AS `name`,
`taa`.`Title` AS `title`,
`tam`.`AllowedCount` AS `allowed_count`,
`tam`.`AllowedPeriodLen` AS `allowed_period_len`,
UNIX_TIMESTAMP(`tam`.`AllowedPeriodStart`) as `allowed_period_start`,
UNIX_TIMESTAMP(`tam`.`AllowedPeriodEnd`) as `allowed_period_end`,
`tam`.`AdditionalParamValue` AS `additional_param_value`
FROM `sys_acl_actions` AS `taa`
LEFT JOIN `sys_acl_matrix` AS `tam` ON `tam`.`IDAction` = `taa`.`ID` AND `tam`.`IDLevel` = ?
WHERE `taa`.`ID` = ? | 0.0001 sec | 1 | 1 | 17 |
| SELECT `id` AS `id`, `author` AS `owner_id`, `allow_view_to` AS `group_id` FROM `bx_organizations_data` WHERE `id`=? LIMIT 1 | 0.0002 sec | 1 | 1 | 16 |
| SELECT
`tp`.`id`
FROM `sys_profiles` AS `tp`
INNER JOIN `sys_accounts` AS `ta` ON `tp`.`account_id`=`ta`.`id`
INNER JOIN `sys_sessions` AS `ts` ON `tp`.`account_id`=`ts`.`user_id`
WHERE
`tp`.`id` = ? AND
`ta`.`profile_id`=`tp`.`id` AND
`ts`.`date` > (UNIX_TIMESTAMP() - 60 * ?)
LIMIT 1 | 0.0002 sec | 0 | 0 | 16 |
| SELECT `views` FROM `bx_persons_data` WHERE `id` = ? LIMIT 1 | 0.0001 sec | 1 | 1 | 16 |
| SELECT `sc`.`id`, `sc`.`id`, `sc`.`text`, `sc`.`color`, `sc`.`fontcolor`, `sc`.`is_icon_only`, `sc`.`icon`, `soc`.`id` AS `badge_id`
FROM `sys_badges` AS `sc`INNER JOIN `sys_badges2objects` `soc` ON `sc`.`id` = `soc`.`badge_id` AND `soc`.`object_id` = :object_id
WHERE 1 AND `sc`.`module` = :module ORDER BY `sc`.`added` ASC | 0.0002 sec | 0 | 0 | 17 |
| SELECT * FROM `msolutions_usernames_usernames` WHERE `profile_id` = ? LIMIT 1 | 0.0002 sec | 1 | 1 | 16 |
| SELECT * FROM `sys_pages_blocks` WHERE `object` = :object AND `cell_id` = :cell_id AND `active` = 1 ORDER BY `order` ASC | 0.0003 sec | 4 | 4 | 18 |
| SELECT 0 `id`, 'Default' `title` UNION (SELECT `l`.`id`, `l`.`title` FROM `aqb_pages_favorites_lists` `l` INNER JOIN `aqb_pages_favorites_track` `t` ON `t`.`list_id` = `l`.`id` WHERE `l`.`author_id` = :author GROUP BY `l`.`id`, `l`.`title` ORDER BY `l`.`date` DESC) LIMIT 0, 6 | 0.0003 sec | 1 | 1 | 17 |
| SELECT `id` AS `id`, `author_id` AS `owner_id`, `allow_view_favorite_list_to` AS `group_id` FROM `aqb_pages_favorites_lists` WHERE `id`=? LIMIT 1 | 0.0001 sec | 0 | 0 | 16 |
| SELECT `id` FROM `sys_modules` WHERE `name`=? AND `enabled`='1' LIMIT 1 | 0.0002 sec | 1 | 1 | 16 |
| SELECT `c`.`content` FROM `aqb_black_lists_profiles` AS `c` WHERE 1 AND `c`.`initiator` = :initiator LIMIT 0, 1000 | 0.0001 sec | 0 | 0 | 17 |
| SELECT * FROM `aqb_pages_entries` INNER JOIN `aqb_pages_favorites_track` ON `aqb_pages_favorites_track`.`object_id`=`aqb_pages_entries`.`id`WHERE 1 AND `aqb_pages_entries`.`status` ='active' AND `aqb_pages_entries`.`status_admin` ='active' AND `aqb_pages_favorites_track`.`author_id` ='9' AND `aqb_pages_favorites_track`.`list_id` ='0' AND `aqb_pages_entries`.`allow_view_to` IN(3) AND '' NOT IN (SELECT `content` FROM `aqb_black_lists_profiles` WHERE `initiator`=`aqb_pages_entries`.`author`) LIMIT 0, 33 | 0.0003 sec | 0 | 0 | 17 |
| SELECT
`taa`.`ID` AS `id`,
`taa`.`Module` AS `module`,
`taa`.`Name` AS `name`,
`taa`.`Title` AS `title`,
`taa`.`Countable` AS `countable`,
`taa`.`DisabledForLevels` AS `disabled_for_levels`
FROM `sys_acl_actions` AS `taa`
WHERE 1 AND `taa`.`Name` IN('edit any entry') AND `taa`.`Module` = :module ORDER BY `taa`.`Title` ASC | 0.0007 sec | 1 | 1 | 17 |
| SELECT
`tam`.`IDAction` AS `id`,
`taa`.`Name` AS `name`,
`taa`.`Title` AS `title`,
`tam`.`AllowedCount` AS `allowed_count`,
`tam`.`AllowedPeriodLen` AS `allowed_period_len`,
UNIX_TIMESTAMP(`tam`.`AllowedPeriodStart`) as `allowed_period_start`,
UNIX_TIMESTAMP(`tam`.`AllowedPeriodEnd`) as `allowed_period_end`,
`tam`.`AdditionalParamValue` AS `additional_param_value`
FROM `sys_acl_actions` AS `taa`
LEFT JOIN `sys_acl_matrix` AS `tam` ON `tam`.`IDAction` = `taa`.`ID` AND `tam`.`IDLevel` = ?
WHERE `taa`.`ID` = ? | 0.0002 sec | 1 | 1 | 17 |
| SELECT `c`.`content` FROM `aqb_black_lists_profiles` AS `c` WHERE 1 AND `c`.`initiator` = :initiator LIMIT 0, 1000 | 0.0001 sec | 0 | 0 | 17 |
| SELECT * FROM `aqb_pages_entries` WHERE 1 AND `aqb_pages_entries`.`author` ='9' AND `aqb_pages_entries`.`status` ='active' AND `aqb_pages_entries`.`status_admin` ='active' AND '' NOT IN (SELECT `content` FROM `aqb_black_lists_profiles` WHERE `initiator`=`aqb_pages_entries`.`author`) LIMIT 0, 13 | 0.0003 sec | 1 | 1 | 16 |
| SELECT `aqb_pages_entries`.`id` as `id`, `aqb_pages_entries`.`title` as `title`, `aqb_pages_entries`.`text` as `text`, `aqb_pages_entries`.`thumb`, `aqb_pages_entries`.`cover`, `aqb_pages_entries`.`author` as `author`, `aqb_pages_entries`.`added` as `added` FROM `aqb_pages_entries` WHERE 1 AND `aqb_pages_entries`.`author` ='9' AND `aqb_pages_entries`.`status` ='active' AND `aqb_pages_entries`.`status_admin` ='active' AND '' NOT IN (SELECT `content` FROM `aqb_black_lists_profiles` WHERE `initiator`=`aqb_pages_entries`.`author`) ORDER BY `aqb_pages_entries`.`added` DESC LIMIT 0, 12 | 0.0002 sec | 1 | 1 | 16 |
| SELECT
`taa`.`ID` AS `id`,
`taa`.`Module` AS `module`,
`taa`.`Name` AS `name`,
`taa`.`Title` AS `title`,
`taa`.`Countable` AS `countable`,
`taa`.`DisabledForLevels` AS `disabled_for_levels`
FROM `sys_acl_actions` AS `taa`
WHERE 1 AND `taa`.`Name` IN('view entry') AND `taa`.`Module` = :module ORDER BY `taa`.`Title` ASC | 0.0002 sec | 1 | 1 | 17 |
| SELECT
`tam`.`IDAction` AS `id`,
`taa`.`Name` AS `name`,
`taa`.`Title` AS `title`,
`tam`.`AllowedCount` AS `allowed_count`,
`tam`.`AllowedPeriodLen` AS `allowed_period_len`,
UNIX_TIMESTAMP(`tam`.`AllowedPeriodStart`) as `allowed_period_start`,
UNIX_TIMESTAMP(`tam`.`AllowedPeriodEnd`) as `allowed_period_end`,
`tam`.`AdditionalParamValue` AS `additional_param_value`
FROM `sys_acl_actions` AS `taa`
LEFT JOIN `sys_acl_matrix` AS `tam` ON `tam`.`IDAction` = `taa`.`ID` AND `tam`.`IDLevel` = ?
WHERE `taa`.`ID` = ? | 0.0002 sec | 1 | 1 | 17 |
| SELECT `id` AS `id`, `author` AS `owner_id`, `allow_view_to` AS `group_id` FROM `aqb_pages_entries` WHERE `id`=? LIMIT 1 | 0.0001 sec | 1 | 1 | 16 |
| SELECT * FROM `aqb_pages_entries` WHERE `id` = :id | 0.0002 sec | 1 | 1 | 17 |
| SELECT `uri`, `param_name`, `param_value` FROM `sys_seo_links` WHERE `param_value` = '1' AND `module` = :module AND `page_uri` = :page_uri | 0.0001 sec | 1 | 1 | 17 |
| SELECT * FROM `sys_objects_metatags` WHERE `object` = ? | 0.0002 sec | 1 | 1 | 16 |
| SELECT `keyword` FROM `aqb_pages_meta_keywords` WHERE `object_id` = ? ORDER BY CHAR_LENGTH(`keyword`) DESC LIMIT ? | 0.0001 sec | 0 | 0 | 16 |
| SELECT * FROM `aqb_pages_entries` WHERE `id` = :id | 0.0002 sec | 1 | 1 | 17 |
| SELECT 1 FROM `sys_menu_items` WHERE `set_name` = ? AND `parent_id` != '0' LIMIT 1 | 0.0006 sec | 0 | 0 | 16 |
| SELECT * FROM `sys_menu_items` WHERE 1 AND `set_name` = :set_name ORDER BY `order` ASC | 0.0007 sec | 6 | 6 | 18 |
| SELECT `sc`.`id`, `sc`.`id`, `sc`.`text`, `sc`.`color`, `sc`.`fontcolor`, `sc`.`is_icon_only`, `sc`.`icon`, `soc`.`id` AS `badge_id`
FROM `sys_badges` AS `sc`INNER JOIN `sys_badges2objects` `soc` ON `sc`.`id` = `soc`.`badge_id` AND `soc`.`object_id` = :object_id
WHERE 1 AND `sc`.`module` = :module ORDER BY `sc`.`added` ASC | 0.0002 sec | 0 | 0 | 17 |
| SELECT * FROM `sys_objects_transcoder` WHERE `object` = ? | 0.0002 sec | 1 | 1 | 16 |
| SELECT * FROM `bx_persons_pictures` WHERE `id` = ? | 0.0015 sec | 1 | 1 | 16 |
| SELECT `mime_type` FROM `sys_storage_mime_types` WHERE `ext` = ? | 0.0001 sec | 1 | 1 | 16 |
| SELECT `file_id` FROM `sys_transcoder_images_files` WHERE `transcoder_object` = ? AND `handler` = ? LIMIT 1 | 0.0001 sec | 1 | 1 | 16 |
| SELECT * FROM `bx_persons_pictures_resized` WHERE `id` = ? | 0.0001 sec | 1 | 1 | 16 |
| SELECT * FROM `bx_persons_pictures` WHERE `id` = ? | 0.0001 sec | 1 | 1 | 16 |
| SELECT `file_id` FROM `sys_transcoder_images_files` WHERE `transcoder_object` = ? AND `handler` = ? LIMIT 1 | 0.0001 sec | 1 | 1 | 20 |
| SELECT * FROM `bx_persons_pictures_resized` WHERE `id` = ? | 0.0001 sec | 1 | 1 | 16 |
| SELECT `atime` FROM `sys_transcoder_images_files` WHERE `transcoder_object` = :obj AND `handler` = :hndl AND `atime` > :ts LIMIT 1 | 0.0001 sec | 1 | 1 | 17 |
| SELECT * FROM `bx_persons_pictures_resized` WHERE `id` = ? | 0.0001 sec | 1 | 1 | 16 |
| SELECT * FROM `sys_objects_transcoder` WHERE `object` = ? | 0.0002 sec | 1 | 1 | 16 |
| SELECT * FROM `bx_persons_pictures` WHERE `id` = ? | 0.0001 sec | 1 | 1 | 16 |
| SELECT `mime_type` FROM `sys_storage_mime_types` WHERE `ext` = ? | 0.0001 sec | 1 | 1 | 16 |
| SELECT `file_id` FROM `sys_transcoder_images_files` WHERE `transcoder_object` = ? AND `handler` = ? LIMIT 1 | 0.0001 sec | 1 | 1 | 16 |
| SELECT * FROM `bx_persons_pictures_resized` WHERE `id` = ? | 0.0001 sec | 1 | 1 | 16 |
| SELECT * FROM `bx_persons_pictures` WHERE `id` = ? | 0.0001 sec | 1 | 1 | 16 |
| SELECT `file_id` FROM `sys_transcoder_images_files` WHERE `transcoder_object` = ? AND `handler` = ? LIMIT 1 | 0.0001 sec | 1 | 1 | 16 |
| SELECT * FROM `bx_persons_pictures_resized` WHERE `id` = ? | 0.0001 sec | 1 | 1 | 16 |
| SELECT `atime` FROM `sys_transcoder_images_files` WHERE `transcoder_object` = :obj AND `handler` = :hndl AND `atime` > :ts LIMIT 1 | 0.0001 sec | 1 | 1 | 17 |
| SELECT * FROM `bx_persons_pictures_resized` WHERE `id` = ? | 0.0001 sec | 1 | 1 | 16 |
| SELECT * FROM `sys_objects_transcoder` WHERE `object` = ? | 0.0001 sec | 1 | 1 | 16 |
| SELECT * FROM `bx_persons_pictures` WHERE `id` = ? | 0.0001 sec | 1 | 1 | 16 |
| SELECT `mime_type` FROM `sys_storage_mime_types` WHERE `ext` = ? | 0.0001 sec | 1 | 1 | 16 |
| SELECT `file_id` FROM `sys_transcoder_images_files` WHERE `transcoder_object` = ? AND `handler` = ? LIMIT 1 | 0.0001 sec | 1 | 1 | 16 |
| SELECT * FROM `bx_persons_pictures_resized` WHERE `id` = ? | 0.0001 sec | 1 | 1 | 16 |
| SELECT * FROM `bx_persons_pictures` WHERE `id` = ? | 0.0001 sec | 1 | 1 | 16 |
| SELECT `file_id` FROM `sys_transcoder_images_files` WHERE `transcoder_object` = ? AND `handler` = ? LIMIT 1 | 0.0001 sec | 1 | 1 | 16 |
| SELECT * FROM `bx_persons_pictures_resized` WHERE `id` = ? | 0.0001 sec | 1 | 1 | 16 |
| SELECT `atime` FROM `sys_transcoder_images_files` WHERE `transcoder_object` = :obj AND `handler` = :hndl AND `atime` > :ts LIMIT 1 | 0.0001 sec | 1 | 1 | 17 |
| SELECT * FROM `bx_persons_pictures_resized` WHERE `id` = ? | 0.0001 sec | 1 | 1 | 16 |
| SELECT `c`.`content` FROM `aqb_black_lists_profiles` AS `c` WHERE 1 AND `c`.`initiator` = :initiator LIMIT 0, 1000 | 0.0001 sec | 0 | 0 | 17 |
| SELECT * FROM `aqb_pages_entries` WHERE 1 AND `aqb_pages_entries`.`status` ='active' AND `aqb_pages_entries`.`status_admin` ='active' AND `aqb_pages_entries`.`allow_view_to` ='-9' AND '' NOT IN (SELECT `content` FROM `aqb_black_lists_profiles` WHERE `initiator`=`aqb_pages_entries`.`author`) LIMIT 0, 13 | 0.0002 sec | 0 | 0 | 16 |