-
Notifications
You must be signed in to change notification settings - Fork 41
Increase page speed #127
Comments
The website is deployed on AWS S3 and uses AWS CloudFront as CDN, so there isn't a whole lot we can do server-side, apart from the options AWS provides to us. We do plan to make some performance improvements on the client-side, however. |
We are using Lambdas to set some extra security headers though, so we could
add some extras there related to caching 🤔
…On Wed, 28 Aug 2019 at 21:06, József Sallai ***@***.***> wrote:
The website is deployed on AWS S3 and uses AWS CloudFront as CDN, so there
isn't a whole lot we can do server-side, apart from the options AWS
provides to us.
We do plan to make some performance improvements on the client-side,
however.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#127?email_source=notifications&email_token=ADBFXZIKU3V32GG2S3AGXQTQG3EBVA5CNFSM4INFUSH2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5MEZ5I#issuecomment-525880565>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADBFXZL66UV2M2YGWUQ5KILQG3EBVANCNFSM4INFUSHQ>
.
|
https://aws.amazon.com/de/blogs/aws/new-gzip-compression-support-for-amazon-cloudfront/ |
Hi, I noticed that some of the image assets are huge (both in file size and image dimensions). Resizing and compressing them can also increase page speed. I can have a look into that... |
@julia-r I'm not sure if this will help the most. |
The Website could be improved server side to increase page-speed.
Better page speed might result in more people who get known to okuna via search.
On
_.htaccess
with default parameters could be added that can be renamed to '.htaccess' on production. (similiar to TYPO3).Example for redirection:
The text was updated successfully, but these errors were encountered: