Mantis Logo
Mantis Manual
Manual
Configuration

Database
Path
Webserver
Version
Email
Language
Display
Time
JpGraph
Date
News
Default Preferences
Summary
Bugnote
File Upload
HTML
Authentication
Status Settings
Filters
Misc
Colors
Cookies
Database Tables
Speed Optimisation
Reminders
Bug History
Sponsorship
Source Control Integration
Custom Fields
My View Settings
Relationships
System Logging


Partner Links


Speed Optimisation
Last Modified: December 12, 2004 09:12AM
(Any)
Description

$g_compress_html This option is used to enable buffering/compression of HTML output if the user's browser supports it. Default value is ON.

This option will be ignored in the following scenarios:
  • If php.ini has zlib.output_compression enabled.
  • If php.ini has output_handler set to a handler.
  • If PHP does not include the zlib extension (PHP 4.3.0 and later include zlib extension by default).
You can check the loaded modules in your PHP by running "php -m" on the command line, or by using php_info() command in a php script.
$g_use_persistent_connections Use persistent database connections, setting this to ON will open the database once per connection, rather than once per page. There might be some scalability issues here and that is why it is defaulted to OFF.

User Contributed Notes
Speed Optimisation
Add Notes About Notes
luka at ius dot org
05-Jan-2004 6:15
#45
Here's a tip on how to add indices to speed up the DB queries of Mantis:

http://sourceforge.net/forum/message.php?msg_id=2193013
mike.whisky_papa.hotel.india.limaATyahoo.dot.co.dot.uk
17-Feb-2005 5:08
#356
>>
"Optimisation" should be corrected to "Optimization" everywhere
<<
... if you're North American !!
Is the index script still valid?
15-Sep-2005 4:26
#607
The link to the script that adds indices is dated 15 September 2003. Can one still implemet these indices today (15/9/2005)? Are there maybe other inices that will improve performance?
Add Notes About Notes
Last updated: Wed, 20 Aug 2008 - 5:40:35

Mantis @ SourceForge