Quote:
Originally posted by nakkid
in other order of ideas... can you post if there are still any negative values present at all time?
thanks.
|
Nakkid, here I'm.
Since installed 1.7 I never got negative values any more, even on the forumhome... :knockedout:
Still I'm receiveing strange values for time. As JDD said before perhaps due to global.php reloaded many times (so even the pagestarttime many times reset), I always get too small values for microseconds elapsed.
I made this check:
- created a function getmicrotime() to expand seconds and microseconds, as sampled on php.net
- put a $customstartpage=getmicrotime() at the top of a php page
- put a $customstoptime = getmicrotime() at the end of an action
- displayed the difference near the { getmicrostats } replacement variable
- ...
Well. $customdifference values are MUCH larger than the {gms} variable one !!! (about an order... i.e. 10 vs. 1 !!! )
How could I force the pagestarttime reset only at the very beginning of the page and not other times within ????
Thanks again for all your upgrades and support .
Bye