|
|
|
|
|
by the8472
1742 days ago
|
|
Another thing. For each page that's being loaded there's a report being sent. Instead this could be aggregated (e.g. once a second) and then processed as a batch on the server side which should be faster. And if your JS assets are hashed then you can add cache-control: immutable so that a browser doesn't have to reload them when the user F5s. |
|