Avoid Premature Optimizations
April 12th, 2002Dave Polaschek has another method of displaying refferrers [via PapaScott]. The best part of the article, though, is this quote (my emphasis):
There’s probably a more efficient way I could be doing it than using tail over and over, but the server logs don’t show that heavy of a load from this part of the script, so I’m not worrying about it yet. Avoid Premature Optimizations.