Skip to content

Commit b287483

Browse files
Add files via upload
1 parent 9611b79 commit b287483

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

jekyll/_cci2/optimizations.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
layout: classic-docs
3+
title: "Optimizations"
4+
short-title: "Optimizations"
5+
description: "CircleCI 2.0 build optimizations"
6+
categories: [getting-started]
7+
order: 1
8+
---
9+
Get started with speeding up your job runs and workflows using the following documentation.
10+
<hr>
11+
12+
13+
Caching Dependencies | Parallelism
14+
----------------------------|----------------------
15+
Learn about [caching dependencies]({{ site.baseurl }}/2.0/caching/). | Configure builds that will [run your tests in parallel]({{ site.baseurl }}/2.0/parallelism-faster-jobs/).
16+
17+
<hr>
18+
19+
Docker Layer Caching |
20+
------------------------|------------------
21+
Learn about [speeding up your image builds]({{ site.baseurl }}/2.0/docker-layer-caching/) with the Docker Layer Caching feature. |

0 commit comments

Comments
 (0)