OStatus-Conversation auto completion works now.
Some performance issues added as well.
This commit is contained in:
parent
9967c9892d
commit
2350aa54eb
5 changed files with 40 additions and 42 deletions
|
@ -3,3 +3,4 @@ Site speed can be improved when the following indexes are set. They cannot be se
|
|||
CREATE INDEX `uid_commented` ON `item` (`uid`, `commented`);
|
||||
CREATE INDEX `uid_created` ON `item` (`uid`, `created`);
|
||||
CREATE INDEX `uid_unseen` ON `item` (`uid`, `unseen`);
|
||||
CREATE INDEX `resource-id` ON `item` (`resource-id`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue