App Inventor site crashing/working very slowly

I'm working on a very big project, but now when I try to access the "Blocks" section of one of my screens, the website either takes a very long time to switch, or just crashes. When I can access the blocks screen, it slows down/crashes(basically the same as when I initially access it) every time I move my view of the screen(zoom/drag to view other blocks) or move/snap a block into place. I've been told this is because it is because my project is too big, but it is a big project and I can't reduce it any. I've tried it on multiple computers and the website crashes every time. Any solutions for this?

Edit: Using Firefox seems to speed it up a little, but I need to keep using Chrome.

Have you tried a different browser? If using Chrome, try switching to Firefox....

2 Likes

Does your block count increase with the amount of data in your app?

If so, load your data from CSV files in the Media folder at startup.

That will reduce load on the Blocks Editor.

Does your block count increase with the amount of data in your app?

I'm not sure what you mean, but the screen contains 1,275 blocks.

load your data from CSV files

What is a CSV file and how do I do that?

Here is a small project with a Comma Separated Values (CSV) file driving it.