diff --git a/How-to:-improve-performance.md b/How-to:-improve-performance.md index 905b083..70f26f4 100644 --- a/How-to:-improve-performance.md +++ b/How-to:-improve-performance.md @@ -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 ----------