+ Reply to Thread
Results 1 to 2 of 2

Thread: Loading time of counter text ist too long

  1. Join Date
    Nov 2007
    Posts
    1

    Loading time of counter text ist too long

    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

  2. Join Date
    Aug 2004
    Posts
    781

    Re: Loading time of counter text ist too long

    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).

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts