Forest Admin is wonderful, however, a major issue is how long time it takes to perform a single query, which makes the admin portal unusable for us.
Expected behavior
Quick, efficient, and responsive results when searching, navigating, editing, or inserting data.
Actual behavior
Any of the actions above take more than 2 seconds to perform, even though it takes milliseconds when performed directly through the database.
Context
- Database is hosted in the US, West Coast on a Linux VPS.
- Forest Admin is hosted in the US with Heroku.
What I understand is, the Forest admin panel is sending requests to the server located at Heroku, which in turn requests the main server and connected remotely to the MySQL data, and then later on the data is returned back to me.
My question is, is there any way to deploy the forest admin on the same server as my main server?
Let me know!