From b896a99a13f043871e1fc859135d4a59ecdf16fc Mon Sep 17 00:00:00 2001 From: CocoByte Date: Wed, 28 Feb 2024 18:48:12 -0700 Subject: [PATCH] minor update --- docs/architecture/decisions/0025-caching | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/architecture/decisions/0025-caching b/docs/architecture/decisions/0025-caching index 1b4699134..455df6590 100644 --- a/docs/architecture/decisions/0025-caching +++ b/docs/architecture/decisions/0025-caching @@ -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: ![lighthouse](https://developer.chrome.com/blog/lighthouse-load-performance) 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: ![lighthouse](https://developer.chrome.com/blog/lighthouse-load-performance) might be useful for this step)