Managing Project Storage
Tips to get the most from your Thunkable Account
The size of your Thunkable project is generous, but finite. Projects created with free accounts need to be slightly smaller, while PRO subscribers will have a more generous allowance of project storage but in either case you will want to make the most out of every megabyte.
Projects created with free accounts need to be slightly smaller, while paid subscribers will have a more generous allowance of project storage but in either case you will want to make the most out of every megabyte.
Project Size
You can find a table of project sizes here:
AssetsCloud Storage
Depending on when you need an asset, storing it in the cloud might make sense. Using cloud storage in your app will not impact your local project size. Thunkable provides multiple third-party integrations, including Airtable, Cloudinary, and Firebase.
Refactoring your App
Sometimes there's simply no option left other than to go back through your app and make it more efficient. Some tips for refactoring your app include:
Reduce block count by creating functions
Use loops to perform repetitive tasks
Use the Any Component blocks as much as possible
Disable app screen preview
You can disable screen preview for apps with many screens to improve platform performance and load time. When enabled, the project only loads the screen you're working on, and the others are paused.
To disable app screen preview:
Click your account avatar or icon in the upper right corner.
Select Settings.
Click the FEATURES tab.
Toggle on Disable app screen preview.
Last updated