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
    Newbie
    Join Date
    Feb 2013
    Posts
    4
    **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!
    maloukees, miloren, hudai and 3 others like this.

  2. #2
    Spanish Forum Moderator khris's Avatar
    Join Date
    Jun 2013
    Posts
    16,358
    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!
    Shared internally. Thank's for the analysis, hope it can help.

  3. #3
    Newbie
    Join Date
    Jul 2020
    Posts
    19
    maybe you ask them for a job, sounds like you know more than them
    miloren likes this.

  4. #4
    Dreamer
    Join Date
    Jul 2013
    Posts
    331
    Quote Originally Posted by Paul.h View Post
    maybe you ask them for a job, sounds like you know more than them
    lmao not sure where the comment was directed to. stared my carrier as a black box tester 18 years back. and now forgot most of coding skills and its hard to maintain and get involved in coding after handing few dev and marketing team. so if it was me then no thank you lol