You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
friendica/mods
Michael Vogel 9d0262f992
Documentation was transferred to the wiki: https://github.com/friendica/friendica/wiki/How-to:-improve-performance
10 years ago
..
readme.txt OStatus-Conversation auto completion works now. 10 years ago
sample-Lighttpd.config merge 10 years ago
sample-nginx.config Add ttf and svg to skip the front controller 10 years ago

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