Skip to content

Commit 78efa6e

Browse files
authored
Update mobile-offline-guidelines.md
1 parent bdf998d commit 78efa6e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

powerapps-docs/mobile/mobile-offline-guidelines.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ As you develop your offline profile and test with real or representative data, k
3232
- Limit the number of tables to fewer than 100.
3333
- Limit the total data size to less than 1 GB.
3434
- Limit the total files and images size to less than 4 GB. Apply filters to reduce the total download size.
35+
- Reduce the number of records downloaded in tables that change frequently by filtering on fields like status, group, region, owner, or assigned to.
36+
3537

3638
If your app's offline data exceeds these recommendations, users will see slower syncs, higher data usage, higher battery usage, and slower app performance.
3739

@@ -119,6 +121,8 @@ If a custom filter results in a slow Dataverse query, downloads will take longer
119121

120122
- Avoid using many **OR** conditions.
121123

124+
- Avoid using small time windows to reduce data downloads on tables that change frequently. If a table in your offline profile is large and changes frequently, reduce the number of records downloaded by filtering on fields like status, group, region, owner, or assigned to.
125+
122126
### Optimize downloaded data with Offline Table Column Selection (Preview)
123127

124128
> [!IMPORTANT]

0 commit comments

Comments
 (0)