Hi Vlad,

> The results are somewhat bad, Naviserver is 2x slower on simple adp page
> comparing to similar PHP page.

can you replace the [ns_fmttime [ns_time... with one
[clock format [clock seconds] -format "%c"]

and did you set up similar configuration values in php.ini and config.tcl?

Like, e.g. for php.ini:
display_errors = Off
log_errors = Off
track_errors = Off
register_globals = Off
error_reporting  =  E_WARNING
magic_quotes_gpc = Off
output_buffering = Off
zlib.output_compression = Off
safe_mode = Off
and no zend_optimizer.optimization_level line.
Is the "mbstring" module compiled in? Does it change anything if it is 
activated or not?

NaviServer then should be configured to log only logmaxlevel 1 (warnings), 
fastpath cache false. No limits (are there defaults?); default charset 
encoding; no adp on-the-fly compression.

Does this change anything?

Bernd.

Reply via email to