# Managing Project Storage

### Project Size

You can find a table of project sizes here:

{% content-ref url="../assets" %}
[assets](https://docs.thunkable.com/settings/assets)
{% endcontent-ref %}

### Cloud 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](https://www.airtable.com/), [Cloudinary](https://cloudinary.com/), and [Firebase](https://firebase.google.com/).

### 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](https://docs.thunkable.com/blocks/blocks/functions)
* Use [loops](https://docs.thunkable.com/blocks/blocks/control#repeat-an-event) to perform repetitive tasks
* Use the [Any Component](https://docs.thunkable.com/blocks/advanced-app-features/any-component-blocks) 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.&#x20;

<figure><img src="https://1223006790-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LAn5scXl2uqUJUOqkJo-84897653%2Fuploads%2FN1EydCAC5ddxbP6QD6mU%2FDisable%20App%20Screen%20Preview.png?alt=media&#x26;token=bff476b3-a1d8-420d-a186-29cc7e63c92f" alt=""><figcaption></figcaption></figure>

To disable app screen preview:

1. Click your **account avatar or icon** in the upper right corner.&#x20;
2. Select **Settings**.&#x20;
3. Click the **FEATURES** tab.
4. Toggle on **Disable app screen preview**.
