Making CGI faster
Added by Matt Tavares about 15 years ago
So I am unfortunately stuck with shared hosting. dramatic music plays
It is the standard Apache, Cpanel, Ruby on Rails type thing you seem to find with a lot of the cheap hosts.
Now here is the kicker. I have everything working under cgi but my host wont support fcgi. This makes everything slow. Very slow. I am talking about 3-5 second load times on every single page. This makes everything rather unusable.
Other than changing hosting to a different location (which may be my only real option), are there any ways I can speed up the cgi version of redmine?
Replies (1)
RE: Making CGI faster - Added by Eric Davis almost 15 years ago
I don't think there is any way to speed of CGI at all. CGI has to load Ruby, Rails, and Redmine for every single request which is extremely slow. I also think Rails is phasing out CGI support in the future.
So moving to a different host is probably the best option.
Eric Davis