friendica/mods
Olaf Conradi 492a42eebe Add ttf and svg to skip the front controller
This makes themes that rely on the correct mimetype work.
2013-01-15 10:28:24 +01:00
..
friendica-to-smarty-tpl.py * Add MIME types for file attachments 2013-01-12 06:31:32 -07: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 Add ttf and svg to skip the front controller 2013-01-15 10:28:24 +01:00
updatetpl.py automatic, command-line conversion 2013-01-11 09:41:45 -07: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`);