|
The flaw with the script is that it doesn't cache... I know the purpose is to have "live" stats, but it's still likely being fetched and generated on every pageload. The overhead is likely minimal, but each request adds up. If you're concerned about that, setup a cron that writes a GIF every 5-10 minutes.
|