Hey, my app is really really slow since the last update, my screens take forever to change, the time for the blocks to execute is phenomenous, it takes around 2s for blocks to get a value from local storage and to display it, I have an iphone X so the phone isn’t the issue. My app is based on reactivity, and there is no reactivity with such delays. Any ideas ?
Please note that putting everything in one screen isn’t an option here because we cannot delete components by the block section.
I haven’t found a solution except I regrouped all the useless blocks into repeating functions which made it a bit better. I also noticed that when the screens are switching, it is better to have your items directly placed on the screen and not to add them after loading. Last I added a waiting icon for the time the screen loads. Hope it helps
I built an app and it works great except after a few screen changes it starts to progressively get slower. I have tried loading screens and still not helpful.
DID NOT WORK: using a bottom navigator without the first screen after the splash screen.
WHAT WORKS: i used a bottom navigator with ONLY the FIRST SCREEN after the splash screen. I made the bar black and inactive and it worked. NO MORE LAG when changing screens.
IMPROVEMENTS: how do i make the bottom navigator invisible using blocks?
MUST NOTE: all screens must navigate back to the screen in the bottom navigation or else it lags again. It appears as though when I return to the screen in the bottom navigation bar it clears all the stored memory or something like that.
Did this ever get a proper fix? I’m also experiencing 0.5 second lags for variables to update every time I change screens. Using a navigator won’t really work as I don’t want or need on for my app.