Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

This is how it looks for at least a minute.

Very weird behavior, but unfortunately I could not reproduce it on Windows Chrome or Firefox. With 1 generator you should be getting 10 visits and 1 views per second. Do you see any errors in the console? Or are you using any ad-blocking plugins? Someone once reported that AdGuard breaks the game.

I'm using UBO as adblocker. No errors in console. Also, it shows tooltip correctly (20 visits/s, 2 viewes/s for 2 generators). No income is the only problem.

Thank you for helping me debug the issue, however currently I have only a vague idea of might be causing it. I tested with uBlock Origin on Firefox and for me it worked as expected. I am guessing it has something to do with Web Workers or SharedArrayBuffer, but can't properly test without the same setup as yours. Does the same issue repeat itself if you play the game on Dashclicker.com?

(+1)

I think I narrowed down the issue to the fact that game uses too many DOM workers. Because I was able to get this:


Thank you! There should only be two workers, one for Clicks and the other one for Analytics. I think that I could fix this by setting "SharedArrayBuffer support" to true in the game's settings, but that will erase all localStorage saves for people who have started playing the game, so I'm not sure how to proceed.