Skip to content

Commit 8a941e8

Browse files
authored
Merge pull request #10350 from MicrosoftDocs/trdehove-patch-guidelines-update
Update mobile-offline-guidelines.md
2 parents 142f930 + 64a6bdb commit 8a941e8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Guidance for optimizing offline profiles for model-driven apps.
44
author: trdehove
55
ms.component: pa-user
66
ms.topic: quickstart
7-
ms.date: 06/14/2024
7+
ms.date: 08/07/2024
88
ms.subservice: mobile
99
ms.author: trdehove
1010
ms.custom: ""
@@ -32,6 +32,7 @@ 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.
3536

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

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

120121
- Avoid using many **OR** conditions.
121122

123+
- 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.
124+
122125
### Optimize downloaded data with Offline Table Column Selection (Preview)
123126

124127
> [!IMPORTANT]

0 commit comments

Comments
 (0)