
Originally Posted by
horse01
**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!