Topic: Load times and crontabs (php from console)
I'm running some speed tests on the current alpha of 1.3, just for fun.
And I was wondering if running the php pages from console over and over again would skew the results? (is there any internal cashing for php etc)
Current script (.sh):
php -f index.php
php -f viewtopic.php
php -f viewforum.php
this is repeated 100 times.