March 22nd, 2007
Stat Traq release 1.1.1 is getting close to hitting 2,000 downloads and is just 1 download from that number. This is awesome for a plugin that I’m maintaining to be popular as it is. I’m getting ready to release Stat Traq 1.2.0 in the next few weeks and hope it can reach this number as well. I’m also adding a version checker to the release 1.2 to make it easier for the users to know when an update is available for it or not.













Congratulations on the popularity of your plugin – it seems since you wrote this post you can add another thousand to that number! Works great, looking forward to seeing what’s in store for the next version.
Hi,
customers of mine were using stattraq for their sites, and recently run into problems, which usually has to be solved by me
i just did a quick look and the problem is quite easy and as follows:
From a certain level of hits stored in the database, stattraq will run into the php memory_limit, fastest way to reach that is ofcourse the year-summary for good visited sites. The Memory Limit on that Server were 64M – but even 80M were not enough – and offcourse raising the memory_limit would fix that problem only for some time, as soon enough, you will fall over it again.
Both stattraq tables in the db, dumped to plain-mysql-dump, were together 19M in size (almost no options in the option table).
i wouldn’t go into your scripts as i have a lot other things to do, but i suggest you take a look at this matter.