friendica/mods
Olaf Conradi 30b5e08eb6 Fix rewrite rules to pass arguments
Fix location regex for extensions to end with $
Add more comments
2012-12-15 16:21:50 +01:00
..
readme.txt Moving the index creation commands into a readme file due to the fact that creating of these indexes is really slow. 2012-07-26 07:38:51 +02:00
sample-nginx.config Fix rewrite rules to pass arguments 2012-12-15 16:21:50 +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`);