After making a larger program with circuit blocks, I have encoutered issues with lag. When trying to move Around the blocks, I saw that there was a few second delay for the blocks to reach their destination, aswell as delays with scrolling around the secreen. Scrolling in the micropython screen and upploading works just fine though, so it appears the the issues are caused by and limmeted too the blocks. Is the root of the issue simply over use of the feature? And is their anyway to fix it? For now ill work with more advanced coding software but i thought that i would mention this to give awarness of the problem to those who are cabaple of improving the software to maybe reduce or even complety remove such issues. By the way if you happen to be facing such issues writing code with only micropython works just fine.
1 Like
Hey @Cool_Guy,
yes, unfortunately, we have that limitation on the browsers.
If you’re working on lengthy code like that, we recommend writing it, and not using the blocks. This not only enhances readability but also minimizes confusion and helps prevent lags.