Did you define your list data as individual blocks, or did you embed the data in your Media drawer as .csv files to be loaded and converted at runtime?
There is a heavy load on the browser's Javascript engine to manage a screen full of many blocks.
First, minimize all blocks until you need to edit them.
If you haven't done so yet, take .aia exports as backup, to minimize disaster loss.
Reduce block count by these techniques ...
- Make the app table driven
- Load data from the Media drawer
- Use procedures to eliminate common code
- Use Any Component blocks in procedures to handle redundant GUI elements
- Use lookup in pairs instead of long IF THEN ElSE ladders
If these don't help, also