I have gone through various stack overflow questions on the "br/gzip" compression. Have some doubts around it.
AWS takes care of compression when configured correctly. Please correct understanding on following points,
On the first request (non-cached ) to the server -
Would the AWS take time to create compressed version of assets?I assume it would benefit end user post 1st request as compressed assets are available by then ?
What if
single page application distribution
can havebr/gzip
which can serve over AWS compression with help of Edge Lambda? The reason I think of this approach is the compressed version is already available in build so AWS don't have to manage even on the very first request.