Skip to content

Commit cd6bfe3

Browse files
authored
add the troubleshooting information for Model-driven apps
1 parent 50d24c2 commit cd6bfe3

2 files changed

Lines changed: 14 additions & 16 deletions

File tree

support/power-platform/power-apps/create-and-use-apps/isolate-common-issues.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,7 @@ If your issue isn't listed, see [Next steps](#next-steps) later in this article.
4949

5050
## Performance troubleshooting
5151

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).
6353

6454
## General troubleshooting strategies
6555

support/power-platform/power-apps/create-and-use-apps/troubleshoot-perf-table.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
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.
44
author: lancedMicrosoft
55
ms.custom: sap:App Creation (Canvas App)
66
ms.reviewer: lanced, aartigoyle
@@ -13,11 +13,13 @@ search.app:
1313
contributors:
1414
- aartigoyle
1515
---
16-
# Troubleshoot Power Apps canvas app performance issues
16+
# Troubleshoot Power Apps performance issues
1717

1818
> [!TIP]
1919
> 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.
2020
21+
## Canvas apps
22+
2123
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.
2224

2325
| Problem / Symptom | Likely cause | Recommendations |
@@ -28,7 +30,7 @@ The following table outlines common issues you might encounter while using a Pow
2830
| 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)|
2931
| 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) |
3032

31-
## More information
33+
### More information
3234

3335
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).
3436

@@ -39,9 +41,15 @@ For more information and guidance on creating performant apps, see:
3941
- [Speed up app or page load](/power-apps/maker/canvas-apps/fast-app-page-load)
4042
- [Fast calculations](/power-apps/maker/canvas-apps/efficient-calculations)
4143

42-
For information on debugging canvas apps and performance issues, see:
44+
For more information on debugging canvas apps and performance issues, see:
4345

4446
- [Understand canvas app execution phases and performance monitoring](/power-apps/maker/canvas-apps/execution-phases-data-flow)
4547
- [Creating performant apps](/power-apps/maker/canvas-apps/create-performant-apps-overview)
4648
- [Common canvas app performance issues and resolutions](/power-apps/maker/canvas-apps/common-performance-issue-resolutions)
4749
- [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

Comments
 (0)