diff --git a/_includes/build/best_practices_download_speed.html b/_includes/build/best_practices_download_speed.html index 203aeaa..62fd0d0 100644 --- a/_includes/build/best_practices_download_speed.html +++ b/_includes/build/best_practices_download_speed.html @@ -4,9 +4,7 @@
- Requesting compressed data can help increase your download speed. You can request compressed data files by - specifying the `Accept-Encoding: gzip` header in your download requests. After you finish downloading, uncompress - (unzip) the file to access your data. + Requesting compressed data can help increase your download speed. You can request compressed data files by specifying the `Accept-Encoding: gzip` header in your download requests.
When multiple files are available, you don't need to wait for one download to complete before starting the next. - You may make multiple download requests concurrently
+When multiple files are available, you don't need to wait for one download to complete before starting the next. You may make multiple download requests concurrently.
\ No newline at end of file diff --git a/_includes/build/requesting_data_all_three.html b/_includes/build/requesting_data_all_three.html index a619dfb..80edcbf 100644 --- a/_includes/build/requesting_data_all_three.html +++ b/_includes/build/requesting_data_all_three.html @@ -170,7 +170,7 @@- The "Accept-Encoding: gzip" header is optional, but will return a significantly smaller (40X smaller) file with a faster download speed. Follow our recommended best practices for speeding up downloads. + The "Accept-Encoding: gzip" header is optional, but will return a significantly smaller (about 30X smaller) file with a faster download speed. Follow our recommended best practices for speeding up downloads.
The response will be the requested data as FHIR resources in NDJSON format. Each file related to a different resource type will appear separately and labeled as to which resource type it contains. Examples of data from each Resource Type are available in the guide to working with BCDA data.