friendica/mods
Olaf Conradi 0c31ca6c29 Backport Nginx sample config from Red to Friendica 2013-11-13 00:29:12 +01:00
..
readme.txt OStatus-Conversation auto completion works now. 2013-01-30 01:31:27 +01:00
sample-Lighttpd.config merge 2013-03-02 15:46:54 -08:00
sample-nginx.config Backport Nginx sample config from Red to Friendica 2013-11-13 00:29:12 +01:00

readme.txt

Site speed can be improved when the following indexes are set. They cannot be set through the update script because on large sites they will block the site for several minutes.

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`);