: Shared servers are not the best choice for Rails applications because you might need to install gem, configure libraries or compile extensions and these kind of tasks are generally forbidden
Shared servers are not the best choice for Rails applications because you might need to install gem, configure libraries or compile extensions and these kind of tasks are generally forbidden in shared environments.
You can use a VPS. The amount of RAM depends on your several factors: your application processes, whether you want to host the database and caches on the same machine or not.
You can start with a low profile and upgrade the VPS while running.
Heroku is generally speaking a good solution. Before blaming it about the response time, you might want to ask yourself if the application was properly designed:
Does it use caching or memoization?
Does it use background processes?
Does it optimize queries?
Does it use HTTP caching?
More posts by @Yeniel560
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.