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: docs/solution-guidance/portal-performance.md
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,16 @@ Implementing customizations to SharePoint Online places an even greater emphasis
13
13
> [!NOTE]
14
14
> Although this guidance primarily targets SharePoint Online, most of it also applies to portals hosted in an on-premises SharePoint environment.
15
15
16
+
## Optimizing Classic Portal Pages
17
+
If you have not implemented Modern pages yet and are looking to optimize your existing or new Classic portal pages then this section applies to you.
18
+
To assist with some intial page reviews and start the process of understanding performance on classic portal pages for SharePoint Online, the [Page Diagnostics tool for SharePoint](https://aka.ms/perftool) can be utilized.
19
+
It is a Chrome extension developed by Microsoft to highlight guidance for optimzing Classic SharePoint portal pages.
20
+
21
+
Whilst some of the items highlighted relate to existing out of the box functionality, we are working towards removing these components as there are better alternatives that provide a faster user experience.The biggest culprit is the use of structural navigation.
22
+
The tool also highlights enhanced functionlity e.g. Content Delivery Networks (CDNs), that have been made available by Microsoft to further optimize the end user experience. Please also see [Tune SharePoint Online Performance](https://aka.ms/spoperformance)
23
+
24
+
What you will see is that between the Page Diagnostics tool and tuning guidance, they provide a high level overview of what impacts performance whilst the details on this page take you deeper into how customizations should be built to avoid impacting a pages performance.
25
+
16
26
<aname="bk_antiPatterns"> </a>
17
27
18
28
## What not to do
@@ -426,4 +436,4 @@ The logical architecture of the Data Access Layer (DAL) Framework includes the f
426
436
-[Introduction to performance tuning for SharePoint Online](https://support.office.com/en-US/article/Introduction-to-performance-tuning-for-SharePoint-Online-81c4be5f-327e-435d-a568-526d68cffef0)
-[Learn how to build a fast, responsive SharePoint portal in SharePoint Online](https://channel9.msdn.com/Events/Ignite/2016/BRK3026) (Channel 9 video)
0 commit comments