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/docs/how-to/cloud/slices-optimization.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,14 @@ title: "Enable Slices API Optimizations"
3
3
description: "Learn how to optimize your Slices on Gatsby Cloud"
4
4
---
5
5
6
-
[Incremental Builds](/blog/2020-04-22-announcing-incremental-builds/) helps build your site faster. The [Slice API](/docs/reference/built-in-components/gatsby-slice) pushes your build speeds even further for common UI components. Learn how to use the Slice API in our [How-to doc](docs/docs/how-to/performance/using-slices).
6
+
[Incremental Builds](/blog/2020-04-22-announcing-incremental-builds/) helps build your site faster. The [Slice API](/docs/reference/built-in-components/gatsby-slice) pushes your build speeds even further for common UI components. Learn how to use the Slice API in our [How-to doc](/docs/how-to/performance/using-slices).
7
7
8
8
## Cloud Optimizations
9
9
10
-
By using Slices, Gatsby Cloud can optimize your builds even further by enabling the checkbox in your Build Features settings.
10
+
When using Slices, Gatsby Cloud can optimize your builds even further. You can take advantage of these optimzations by enabling the checkbox in your Build Features settings.
11
11
12
12

13
13
14
14
By knowing which pieces of your site to build and host, Gatsby Cloud can increase build times on Slice changes by up to 90%.
15
15
16
-
These optimizations for Slices requires [Unified Hosting](/docs/docs/how-to/cloud/unified-hosting).
16
+
These optimizations for Slices requires [Unified Hosting](/docs/how-to/cloud/unified-hosting).
0 commit comments