Profiler/Optimization
* move searchable flags to their own db cols to speed up lookups * don't cast profile name to LOWER in SQL when displaying tooltips.
This commit is contained in:
parent
8a169eb400
commit
6eb5a67add
23 changed files with 92 additions and 58 deletions
|
|
@ -235,7 +235,7 @@ class UserBaseResponse extends TemplateResponse
|
|||
{
|
||||
$conditions = array(
|
||||
['OR', ['cuFlags', PROFILER_CU_PUBLISHED, '&'], ['ap.extraFlags', PROFILER_CU_PUBLISHED, '&']],
|
||||
[['cuFlags', PROFILER_CU_DELETED, '&'], 0],
|
||||
['deleted', 0],
|
||||
['OR', ['user', $this->user['id']], ['ap.accountId', $this->user['id']]]
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue