mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 04:59:59 +02:00
Fix footnote bullet points format
This commit is contained in:
parent
54b27ef492
commit
7fa667922e
1 changed files with 14 additions and 11 deletions
|
@ -56,16 +56,19 @@ We will forgo (negligible) load-time improvements by leaving caching off.
|
||||||
|
|
||||||
## (Footnote - How to implement caching)
|
## (Footnote - How to implement caching)
|
||||||
Here are notes for implementing caching using whitenoise should we decide to pick this up again in the future;
|
Here are notes for implementing caching using whitenoise should we decide to pick this up again in the future;
|
||||||
1- Add caching capability to a sandbox using the following steps (or )
|
|
||||||
- Log-in to the cloud.gov website
|
1 - Add caching capability to a sandbox using the following steps (or )
|
||||||
- . Click "Add Service"...
|
- Log-in to the cloud.gov website
|
||||||
- Choose "Marketplace Service"
|
- . Click "Add Service"...
|
||||||
- For the fields, select Cloud Foundry, Organization = "cisa-dotgov", Space = "[your sandbox. eg. "nl"]". Click "Next"
|
- Choose "Marketplace Service"
|
||||||
- For the Service, select "External Domain". Click "Next"
|
- For the fields, select Cloud Foundry, Organization = "cisa-dotgov", Space = "[your sandbox. eg. "nl"]". Click "Next"
|
||||||
- For the Plan, select "domain-with-cdn" (here is )
|
- For the Service, select "External Domain". Click "Next"
|
||||||
- If you choose to bind the app, a JSON string will be required (we believe this should do it: {"domains": "example.gov"}, where "example.gov" is replaced with the domain name you want to use for this application)
|
- For the Plan, select "domain-with-cdn" (here is )
|
||||||
Before you can continue, work with Cameron to setup the DNS in AWS (use the following documentation linked below):
|
- If you choose to bind the app, a JSON string will be required (we believe this should do it: {"domains": "example.gov"}, where "example.gov" is replaced with the domain name you want to use for this application)
|
||||||
https://cloud.gov/docs/services/external-domain-service/
|
Before you can continue, work with Cameron to setup the DNS in AWS (use the following documentation linked below):
|
||||||
- Once the DNS is setup, you *should* be able to continue. We did not test this.
|
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 in the code with Whitenoise (see )
|
2- Enable caching in the code with Whitenoise (see )
|
||||||
|
|
||||||
3- Take performance measurements before/after caching is enabled to determine cost-benefits of implementing caching. (NOTE:  might be useful for this step)
|
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