Open
Description
Describe the bug
If running frontend server on a cloud VM, the server responds very slowy. If running on localhost, it is normal.
To Reproduce
- Clone the open-event-frontend source to a cloud server
- Copy .env.example file to .env
- Update
API_HOST
setting in .env to point to backend server - Update docker-compose.yml to use
eventyay/open-event-frontend:development
image. - Run open-event-frontend with docker-compose
- Try visiting http://server-ip:4200
Expected behaviour
The page should load fast.
Screenshots
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context
It is normal (fast) if we copy the .env from old server, with additional settings.