Mobile app version of vmapp.org
Login or Join
Yeniel560

: 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

@Yeniel560

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?

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Yeniel560

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme