nope, it made it even slower :-))
In the Optimizer doc the only way to really improve is to use precompiled files

Bernd Eidenschink wrote:
I tried Zend Optimizer, still same speed, i guess there could PHP tricks
to speed up things i am not aware of

Maybe putting PHP for loop into a function? :-)))

============================

<BODY>

Test list <?php print date; ?><P>

<UL>
<?php

function foo($n) {
for ($i = 0; $i < $n; ++$i) {
   print $i;
}
}

foo(50);

?>

</UL>

</BODY>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
naviserver-devel mailing list
naviserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/naviserver-devel


--
Vlad Seryakov
571 262-8608 office
[EMAIL PROTECTED]
http://www.crystalballinc.com/vlad/


Reply via email to