/[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.3 - (hide annotations)
Mon Jul 29 09:36:23 2002 UTC (21 years, 9 months ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +2 -2 lines
File MIME type: text/html
misc fixes

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 dpavlin 1.2 Trustees are compiled on-the-fly into php code and store in file on disk
18 dpavlin 1.1 until next change of trustee file. Since it's just included in most times,
19 dpavlin 1.2 it's a great save our of time, but it would benefit anyway from some
20 dpavlin 1.1 kind of PHP acceleration (like
21 dpavlin 1.3 <a href="http://www.zend.com/store/products/zend-optimizer.php">Zend Optimizer</a> or
22     <a href="http://apc.communityconnect.com/">APC</a>).
23 dpavlin 1.1 </p>

  ViewVC Help
Powered by ViewVC 1.1.26