friendica/mods
Zach Prezkuta 96ed0a7791 Implement Smarty3 2012-12-22 12:57:29 -07:00
..
friendica-to-smarty-tpl.py Implement Smarty3 2012-12-22 12:57:29 -07:00
readme.txt
sample-nginx.config Typos 2012-12-15 16:43:24 +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`);