Skip to main content

iOS Disk Usage

Measures the amount of data the app reads and writes (in MB) to the device’s disk during a session.

How does it impact user experience

Excessive disk writes can degrade app performance, cause disk write exceptions, and increase wear on device storage. To improve responsiveness and avoid these issues, it’s crucial to minimize disk writes.

Threshold Guidelines

Recommended thresholds are :

  • Total Disk Reads (MB) <100 MB in a session
  • Total Disk Writes (MB) < 20 MB in a session

How to improve Disk Usage

Following are the recommendations to improve Disk Usage :

  • Reduce unnecessary file operations: Avoid excessive file read and write operations to improve app performance and prevent storage wear.
  • Use caching: Use caching techniques to store frequently accessed data in memory and minimize the need for disk I/O operations.
  • Optimize database queries: Use efficient queries to reduce the number of database reads and writes, which can improve performance and reduce disk usage.
  • Use efficient data storage formats: Use efficient data storage formats like binary or compressed data to reduce the amount of disk space required for storage.

We're sorry to hear that. Please share your feedback so we can do better

Contact our Support team for immediate help while we work on improving our docs.

We're continuously improving our docs. We'd love to know what you liked






Thank you for your valuable feedback

Is this page helping you?

Yes
No

We're sorry to hear that. Please share your feedback so we can do better

Contact our Support team for immediate help while we work on improving our docs.

We're continuously improving our docs. We'd love to know what you liked






Thank you for your valuable feedback!

Talk to an Expert
Download Copy