I hope this is the right place to post this question... I'm looking for a free PHP log file analyzer for producing web stats. Any suggestions on one to download?
log files tend to be very large, and the typical analysis that one does on them tends to be computationally intensive.
whilst you *can* use php for these tasks, using an interpreted language for such intensive applications is hardly optimal. I would look for a compiled alternative; or, I would write my own logger to capture data in an appropriately related structure (since I know what my output needs are) and take some of the computational load off that way.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.