/[docman2]/doc/performance.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /doc/performance.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Sat Jul 20 10:26:42 2002 UTC (21 years, 9 months ago) by dpavlin
Branch: MAIN
Branch point for: DbP
File MIME type: text/html
Initial revision

1 dpavlin 1.1 <h1>How to increase performance of docman?<h1>
2    
3     <h2>cascading style sheets</h2>
4     <p>
5     For start, docman uses cascading style sheet which is located at distribution
6     directory <tt>html/docman.css</tt>. If it's left there, docman.php will serve
7     it using <tt>docman.css?STYLE=CSS</tt>. However, if you move it to
8     Apache DocumentRoot (<a href="new_directory_layout.html#DocumentRoot">
9     see directory layout</a>) if will get it from here (and enable browsers and/or
10     proxies to cache it).
11     <br>You can enable it using <tt>ln -s</tt> as described in
12     <a href="install.html#docman.css">installation instructions</a>.
13     </p>
14    
15     <h2>Trustees</h2>
16     <p>
17     Trustiees are compiled on-the-fly into php code and store in file on disk
18     until next change of trustee file. Since it's just included in most times,
19     it's a great saveour of time, but it would benefit anyway from some
20     kind of PHP acceleration (like
21     <a href="http://www.zend.org/">Zend Optimizer</a> or
22     <a href="http:// FIX ">APC</a>).
23     </p>

  ViewVC Help
Powered by ViewVC 1.1.26