mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-27 14:54:51 +02:00
minor update
This commit is contained in:
parent
28fe444561
commit
b896a99a13
1 changed files with 2 additions and 2 deletions
|
@ -67,5 +67,5 @@ Here are notes for implementing caching using whitenoise should we decide to pic
|
|||
Before you can continue, work with Cameron to setup the DNS in AWS (use the following documentation linked below):
|
||||
https://cloud.gov/docs/services/external-domain-service/
|
||||
- Once the DNS is setup, you *should* be able to continue. We did not test this.
|
||||
2- Enable caching with Whitenoise (see https://whitenoise.readthedocs.io/en/latest/django.html#add-compression-and-caching-support)
|
||||
3- Take performance measurements before/after caching is enabled to determine cost-benefits of implementing caching. (NOTE:  might be useful for this)
|
||||
2- Enable caching in the code with Whitenoise (see https://whitenoise.readthedocs.io/en/latest/django.html#add-compression-and-caching-support)
|
||||
3- Take performance measurements before/after caching is enabled to determine cost-benefits of implementing caching. (NOTE:  might be useful for this step)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue