Skip to content

Commit 2b384dc

Browse files
annajhaveriVesaJuvonen
authored andcommitted
Updated grammar and spelling. (#4113)
Fixed the spelling from "requried" to "required" Fixed the punctuation from "pages performance" to "page's performance" Fixed the space from "experience.The" to "experience. The" Fixed the punctuation from "new Classic portal pages then this section" to "new Classic portal pages, then this section" Fixed the word from "high level" to "high-level"
1 parent a58d9d4 commit 2b384dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/solution-guidance/portal-performance.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ Implementing customizations to SharePoint Online places an even greater emphasis
1515
> Although this guidance primarily targets SharePoint Online, most of it also applies to portals hosted in an on-premises SharePoint environment.
1616
1717
## Optimizing Classic Portal Pages
18-
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+
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.
1919
To assist with some initial 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.
2020
It is a Chrome extension developed by Microsoft to highlight guidance for optimizing Classic SharePoint portal pages.
2121

22-
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+
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.
2323
The tool also highlights enhanced functionality 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)
2424

25-
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+
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 page's performance.
2626

2727
<a name="bk_antiPatterns"> </a>
2828

@@ -256,7 +256,7 @@ In general, use SharePoint REST APIs for client-side data requests. When perform
256256

257257
- Often multiple controls on a page will require data from a single source. If not properly planned, this can result in multiple similar service calls. Ensuring that the data retrieved by one control is available to others (where appropriate) can eliminate unnecessary round trips.
258258

259-
#### Request only what is requried
259+
#### Request only what is required
260260

261261
- The SharePoint client library allows a developer to specify the fields needed for their application and return only this data. This reduces costs at all layers.
262262

0 commit comments

Comments
 (0)