Friday, 16 August 2013

Accelerate the ruby on rails website

Accelerate the ruby on rails website

I am running ruby on rails website with unicorn as app server and nginx as
web server. Which is okay for the time being,but in spite of having CDN in
the place, the response time of the website is too slow.Also I am using
Sunspot solr for searching and index but its running in another ec2 ubuntu
instance and also redis server which is also running in another server.
How do I optimize the site and make it faster.

No comments:

Post a Comment