Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

how to improve page load speed for mean js ? #1633

Open
PManager1 opened this issue Nov 13, 2016 · 1 comment
Open

how to improve page load speed for mean js ? #1633

PManager1 opened this issue Nov 13, 2016 · 1 comment

Comments

@PManager1
Copy link

other than doing docker-compose up for production file, is there anything else that i should do ?

@PManager1 PManager1 changed the title how to improve page loading speed for mean js ? how to improve page load speed for mean js ? Nov 13, 2016
@vaucouleur
Copy link
Contributor

@jpca999 It's a broad question, and not necessarily meanjs specific. Many options, for example to move your static assets (images etc.) to a fast CDN (content delivery network). If you're truly stateless, and if you have a high number of parallel client Service requests, you could also take the multi-nodejs server route (careful about Socket..).

I don't use docker, so I cannot help with a docker specific solution, others might have some insights.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants