Example
Example copied to clipboard
Page speed optimization
-
Eliminate render-blocking resources: 1.1 google fonts "/css?family=Share+Tech+Mono" transfer the fonts to the server or apply the system fonts 1.2 use preload for /console.css
-
Enable text compression. it would be good to use brotli compress
-
Use modern HTTP/2
- This example is not about front-end, it shows server-side platform and access to it from browser, so client-side optimizations are not a goal for us. Moreover we serve static files because it is comfortable for developers and as a source for supply static files to cdn.
- Ditto
- We are going to implement HTTP/2 transport provider for
metacomand add its support inimpressbut it is not critical because we usewebsocketoverhttsforrpc, so connection is permanent and there is no overhead for cryptography handshakes, etc.