Results 1 to 10 of 191
Like Tree77Likes

  Click here to go to the first staff post in this thread.   Thread: lag on web

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Addicted
    Join Date
    Aug 2019
    Posts
    673
    Quote Originally Posted by horse01 View Post
    **admins for attention of devs**

    The problem (on PC) appears to be that you are continually writing large files to IndexedDB for whichever browser - so for Chrome for example, the path is:

    C:\Users\someuserid\AppData\Local\Google\Chrome\Us er Data\Default\IndexedDB and you can see the folder https_app.topeleven.com_0.indexeddb.blob

    being added to non-stop while the application is running. After 10 minutes or so, I have 30Gb of apparently duplicate files here...

    This is obviously consuming disk resource at 100%, and around 30-40% CPU, which is what causes the lags and ultimately leads to crashes.

    It looks to me like a code problem - I'm guessing this is some sort of scratchpad and the same file should either be re-written or deleted and replaced, not name-incremented and written again.

    Sorry, I'm old school Cobol/DB2 mainframe so forgive my crude analysis - hope this helps though!
    I've defined the same thing you explained well here.

    Btw, You have 2 posts and your last one was 7 years ago lol. I think you get a mission from the past.
    maloukees likes this.

  2. #2
    Newbie
    Join Date
    Feb 2013
    Posts
    4
    Quote Originally Posted by RaiKo View Post
    I've defined the same thing you explained well here.

    Btw, You have 2 posts and your last one was 7 years ago lol. I think you get a mission from the past.
    Wow, seven years - now I REALLY feel old...! Thanks for pointing it out!
    maloukees and miloren like this.