<?phpand this worked fine, but it took ages for the page to load. So I did some benchmarking
header( 'Location: http://www.ribalba.de/pmwiki/' ) ;
?>
Static HTMLSo what can we conclude? pmwiki is not a fast wiki and that the redirect took just a little time.
real 0m39.731s
user 0m0.206s
sys 0m0.659s
PmWiki with php redirect
real 4m16.862s
user 0m0.260s
sys 0m0.717s
Just PmWiki
real 4m7.132s
user 0m0.259s
sys 0m0.743s
So now I have the start page as static html and if someone want's more information he has to wait.
Update: Of course the time is the average of 100 Queries
2 comments:
Am I being thick? 4 minutes for pmwiki to redirect??
Post a Comment