SID-01350: How to make twiki faster
| Status: |
Answered |
TWiki version: |
5.0.1 |
Perl version: |
5.6.1 |
| Category: |
CategoryAPI |
Server OS: |
Ubuntu 8.04 |
Last update: |
14 years ago |
I would like to know, if there are any tips on how to make twiki faster.
I was looking at
http://twiki.org/cgi-bin/view/Plugins/CacheAddOn
but i dont quite like its Disadvantages, so i am looking for something else if it is possible. Thanks
--
BostjanTovornik - 2011-12-13
Discussion and Answer
Performance depends on your environment
- Do you have a high load due to many concurrent users? Use load balancing.
- Do you have an older hardware? Add more memory, or use faster processor.
- Do you use SPARC? x86 performs much better in a CGI environment.
- Do you run on Windows server? (L)AMP performs better on Linux.
- Do you have slow %SEARCHes in some pages? Use the VarCachePlugin.
- Do you integrate with LDAP? The LDAP query could be the bottleneck.
See
TWikiScalability.
--
PeterThoeny - 2011-12-13
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.