You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/power-platform/power-apps/canvas-app-performance/troubleshoot-perf-table.md
+5-13Lines changed: 5 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
---
2
-
title: Troubleshoot Power Apps Performance Issues
3
-
description: Troubleshoot common performance issues in Power Apps.
2
+
title: Troubleshoot Power Apps canvas app Performance Issues
3
+
description: Troubleshoot common performance issues in Power Apps canvas app.
4
4
author: lancedMicrosoft
5
-
ms.custom: sap:App Creation (Canvas App)
5
+
ms.custom: sap:Canvas App Performance
6
6
ms.reviewer: lanced, aartigoyle
7
7
ms.date: 01/31/2025
8
8
ms.author: lanced
@@ -13,13 +13,11 @@ search.app:
13
13
contributors:
14
14
- aartigoyle
15
15
---
16
-
# Troubleshoot Power Apps performance issues
16
+
# Troubleshoot Power Apps canvas app performance issues
17
17
18
18
> [!TIP]
19
19
> For performance issues, you can use profiling tools like [Monitor](/power-apps/maker/monitor-overview) and [Performance insights](/power-apps/maker/common/performance-insights-overview) to debug and diagnose problems.
20
20
21
-
## Canvas apps
22
-
23
21
The following table outlines common issues you might encounter while using a Power Apps canvas app with likely causes and recommendations. High-level issues are linked to more detailed documentation through their associated causes and recommendations. Some recommendations might appear multiple times, as the root cause can manifest in various symptoms.
24
22
25
23
| Problem / Symptom | Likely cause | Recommendations |
@@ -30,7 +28,7 @@ The following table outlines common issues you might encounter while using a Pow
30
28
| Inefficient calculations | - Complex formulas<br> - Repeated calculations <br> |- [Optimize formulas](/power-apps/maker/canvas-apps/efficient-calculations#calculations) <br> - [Split up long formulas](/power-apps/maker/canvas-apps/working-with-large-apps#split-up-long-formulas)|
31
29
| Overall slow app performance | - Inefficient data retrieval<br> - Excessive controls<br> - Complex formulas<br> - App is too large | - [Optimize data sources](/power-apps/maker/canvas-apps/optimized-query-data-patterns) <br> - Reduce control count <br> - [Optimize formulas](/power-apps/maker/canvas-apps/fast-app-page-load#avoid-directly-populating-a-collection-with-large-amounts-of-data) <br> - [Use collections for small, frequently used data](/power-apps/maker/canvas-apps/fast-app-page-load#avoid-directly-populating-a-collection-with-large-amounts-of-data) <br> - [Split up App](/power-apps/maker/canvas-apps/working-with-large-apps#partition-the-app)|
32
30
33
-
###More information
31
+
## More information
34
32
35
33
For an overview of how to create a performant canvas app, see the [Overview of creating performant apps](/power-apps/maker/canvas-apps/create-performant-apps-overview).
36
34
@@ -47,9 +45,3 @@ For more information on debugging canvas apps and performance issues, see:
-[Common canvas app performance issues and resolutions](/power-apps/maker/canvas-apps/common-performance-issue-resolutions)
49
47
-[Debugging canvas apps with Monitor](/power-apps/maker/monitor-canvasapps)
50
-
51
-
## Model-driven apps
52
-
53
-
For model-driven apps, verify if [forms are designed for performance](/power-apps/maker/model-driven-apps/design-performant-forms).
54
-
55
-
For more information on debugging model-driven apps and performance issues, see [Debugging model-driven apps with Monitor](/power-apps/maker/monitor-modelapps).
Copy file name to clipboardExpand all lines: support/power-platform/power-apps/create-and-use-apps/isolate-common-issues.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,18 @@ If your issue isn't listed, see [Next steps](#next-steps) later in this article.
49
49
50
50
## Performance troubleshooting
51
51
52
-
For more information, see [Troubleshoot Power Apps performance issues](troubleshoot-perf-table.md).
52
+
> [!TIP]
53
+
> For performance issues, you can use profiling tools like [Monitor](/power-apps/maker/monitor-overview) and [Performance insights](/power-apps/maker/common/performance-insights-overview) to debug and diagnose problems.
54
+
55
+
### Canvas apps
56
+
57
+
For more information, see [Troubleshoot Power Apps canvas app performance issues](troubleshoot-perf-table.md).
58
+
59
+
### Model-driven apps
60
+
61
+
For model-driven apps, verify if [forms are designed for performance](/power-apps/maker/model-driven-apps/design-performant-forms).
62
+
63
+
For more information on debugging model-driven apps and performance issues, see [Debugging model-driven apps with Monitor](/power-apps/maker/monitor-modelapps).
0 commit comments