Skip to content

Commit e3f4a16

Browse files
committed
Create new section "Optimize and tune"
1 parent 55692c1 commit e3f4a16

File tree

3 files changed

+31
-3
lines changed

3 files changed

+31
-3
lines changed

docs/deployment/components.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ You need the following components to deploy a Plone application.
2727
- {term}`Load balancer` or router
2828
- Database
2929
- Mail service
30-
- Optimization tasks
31-
- Database parameters
32-
- https://5.docs.plone.org/manage/deploying/performance/index.html
3330
- Maintenance tasks
3431
- Database backup
3532
- Packing database - https://5.docs.plone.org/manage/deploying/packing.html

docs/deployment/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ components
2727
server-environment
2828
continuous-integration-and-deployment
2929
orchestration
30+
optimize-and-tune
3031
caching/index
3132
```

docs/deployment/optimize-and-tune.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
myst:
3+
html_meta:
4+
"description": "Optimize and tune a Plone 6 application for deployment"
5+
"property=og:description": "Optimize and tune a Plone 6 application for deployment"
6+
"property=og:title": "Optimize and tune a Plone 6 application for deployment"
7+
"keywords": "Plone, deployment, optimize, optimization, tune, backend, volto, frontend, load balancer, database, maintenance"
8+
---
9+
10+
(deployment-optimize-and-tune-label)=
11+
12+
# Optimize and tune
13+
14+
This page in the deployment guide describes how to optimize and tune your Plone application.
15+
16+
17+
(deployment-optimize-and-tune-database-parameters-label)=
18+
19+
## Database parameters
20+
21+
```{todo}
22+
Insert database parameters here.
23+
```
24+
25+
26+
(deployment-optimize-and-tune-future-heading-tbd-label)=
27+
28+
## Future heading TBD
29+
30+
[Plone 5.2 documentation, Performance and tuning](https://5.docs.plone.org/manage/deploying/performance/index.html)

0 commit comments

Comments
 (0)