There are two issues we are facing on our App platform website after running the google lighthouse.
We are looking to upgrade from HTTP to HTTP/2 as described in the Google lighthouse report. https://web.dev/uses-http2/?utm_source=lighthouse&utm_medium=devtools
How can we implement HTTP/2 on the DO App platform?
Also, how can we reduce the server response time?
Any lead and help will be appreciated.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
I have just tested this with one of my static websites and it seems to have HTTP2 enabled. Here is a quick check is done with an online HTTP2 checker:
https://http2.pro/check?url=https%3A//introduction-to-git-and-github-rb7pg.ondigitalocean.app/
I believe that as long as you have HTTPS enabled HTTP2 should be in place as well.
Let me know how it goes. Regards, Bobby