I am running my own webserver on a 384MB VPS from Slicehost to serve a Ruby on Rails application. I am running Phusion Passenger with Apache2.

I currently expect anywhere between 10-200 visits per day.

I am by no means a server admin so I would like to ask anyone who has advice. What are some simple checks I can do to make sure my server is running smoothly and quickly.

Thanks!

link|improve this question
feedback

2 Answers

Using the Firefox extensions Page Speed and YSlow! does wonders for tuning your content.

link|improve this answer
Yslow is brilliant, and most of what it suggests is very quick and easy to implement – AliGibbs Dec 16 '10 at 15:47
feedback

You might start with Apache performance tuning, check the tuning recommendations for your database (if you're using MySQL or postgres), and/or consider running nginx to get the most out of your memory.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.