Skip to content

Commit e38d4e3

Browse files
authored
Move this article to new subfolder and update TOC
1 parent cd6bfe3 commit e38d4e3

3 files changed

Lines changed: 21 additions & 14 deletions

File tree

support/power-platform/power-apps/create-and-use-apps/troubleshoot-perf-table.md renamed to support/power-platform/power-apps/canvas-app-performance/troubleshoot-perf-table.md

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

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

33-
### More information
31+
## More information
3432

3533
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).
3634

@@ -47,9 +45,3 @@ For more information on debugging canvas apps and performance issues, see:
4745
- [Creating performant apps](/power-apps/maker/canvas-apps/create-performant-apps-overview)
4846
- [Common canvas app performance issues and resolutions](/power-apps/maker/canvas-apps/common-performance-issue-resolutions)
4947
- [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).

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

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

5050
## Performance troubleshooting
5151

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

5465
## General troubleshooting strategies
5566

support/power-platform/power-apps/toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
- name: Power Apps Troubleshooting
22
href: welcome-power-apps.yml
3+
- name: Canvas App Performance
4+
items:
5+
- name: Troubleshoot Power Apps canvas app performance issues
6+
href: canvas-app-performance/troubleshoot-perf-table.md
37
- name: Connections
48
items:
59
- name: Best practices when updating a flow

0 commit comments

Comments
 (0)