PDA

View Full Version : Loading time of counter text ist too long



ggm
01-02-2008, 05:20 PM
Hello!
Can anyone tell me what to do if the webpage is shown and the counter appears between 5 seconds an 35 seconds later ?
I use config_filedb.php.
counter in text format
Visitors 200 to 300 at the same time
fdb-data.inc has 700 KB
fdb-arch.inc has 99 Byte
$OPTION['OnlineTime'] = 90;
$OPTION['RecentMode'] = 2;
$OPTION['VisitLength'] = 0;
$OPTION['Log_Referrers'] = 1;
Seitenaufrufe seit 1.1.2006:&nbsp;&nbsp;&nbsp;<span style="color:#FFFFFF; font-weight:700; ">!COUNTER-HITS!</span><br>
Besucher seit 1.1.2006:&nbsp;&nbsp;&nbsp;<span style="color:#FFFFFF; font-weight:700; ">!COUNTER-VISITS!</span><br>
Besucher zur Zeit Online:&nbsp;&nbsp;&nbsp;<span style="color:#FFFFFF; font-weight:700; ">!COUNTER-ONPAGE!</span>

Thanks
Mayer

Patrick
01-03-2008, 12:01 PM
If you have 200-300 visitors on your website at any given time I would not recommend using the file database.

Use the MySQL database instead. With 200-300 visitors, the manual file opening, locking, searching, editing, unlocking, and closing is likely taking its toll on your hard disk on the server. Using the real MySQL database instead of the file database will provide the necessary optimization to alleviate this matter (if it does not then it is your webserver).