Updated How to: improve performance (markdown)

annando 2015-01-03 07:18:52 -08:00
parent b4042069a6
commit 0834172cc3

@ -69,7 +69,6 @@ Plugins
Active the following plugins:
* Alternate Pagination
* Privacy Image Cache
* rendertime
Alternate Pagination
@ -85,27 +84,6 @@ with "older" and "newer" links.
Go to the admin settings of "altpager" and set it to "global".
Privacy Image Cache
-------------------
### Description
This plugin pre-fetches external content and stores it in the
cache. Besides speeding up the page rendering it is also good for
the privacy of your users, since embedded pictures are
loaded from your site and not from a foreign site (that could spy on the
IP addresses).
Additionally it helps with content from external sites that have
slow performance or aren not online all the time.
### Administration
Please create a folder named "privacy_image_cache" and "photo" in
your web root. If these folders exists then the cached files will be
stored there. This has the great advantage that your web server will
fetch the files directly from there.
rendertime
----------