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/create-and-use-apps/isolate-common-issues.md
+1-11Lines changed: 1 addition & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,17 +49,7 @@ 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 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.
53
-
54
-
### Canvas apps
55
-
56
-
For more information, see [Power Apps canvas app troubleshooting performance issues](troubleshoot-perf-table.md).
57
-
58
-
### Model-driven apps
59
-
60
-
For model-driven apps, verify if [forms are designed for performance](/power-apps/maker/model-driven-apps/design-performant-forms).
61
-
62
-
For more information on debugging model-driven apps and performance issues, see [Debugging model-driven apps with Monitor](/power-apps/maker/monitor-modelapps).
52
+
For more information, see [Troubleshoot Power Apps performance issues](troubleshoot-perf-table.md).
Copy file name to clipboardExpand all lines: support/power-platform/power-apps/create-and-use-apps/troubleshoot-perf-table.md
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Troubleshoot Power Apps Canvas App Performance Issues
3
-
description: Troubleshoot common performance issues with likely causes and recommendations in a Power Apps canvas app.
2
+
title: Troubleshoot Power Apps Performance Issues
3
+
description: Troubleshoot common performance issues in Power Apps.
4
4
author: lancedMicrosoft
5
5
ms.custom: sap:App Creation (Canvas App)
6
6
ms.reviewer: lanced, aartigoyle
@@ -13,11 +13,13 @@ search.app:
13
13
contributors:
14
14
- aartigoyle
15
15
---
16
-
# Troubleshoot Power Apps canvas app performance issues
16
+
# Troubleshoot Power Apps 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
+
21
23
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.
22
24
23
25
| Problem / Symptom | Likely cause | Recommendations |
@@ -28,7 +30,7 @@ The following table outlines common issues you might encounter while using a Pow
28
30
| 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)|
29
31
| 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)|
30
32
31
-
## More information
33
+
###More information
32
34
33
35
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).
34
36
@@ -39,9 +41,15 @@ For more information and guidance on creating performant apps, see:
39
41
-[Speed up app or page load](/power-apps/maker/canvas-apps/fast-app-page-load)
-[Common canvas app performance issues and resolutions](/power-apps/maker/canvas-apps/common-performance-issue-resolutions)
47
49
-[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).
0 commit comments