Greetings everyone.
I have been running my site on a dedicated server, but since I have a relatively low traffic site [approx. 3,000 unique hits a day], I am deciding for financial reasons to move to a cheaper Xen 256MB VPS solution. [I have been following with great interest Khalid's postings about Xen VPS solutions.]
However, I have noticed a significant degradation in page execution time, during this migration to the Xen VPS.
For example, on the dedicated server the page "The Latest" executes as follows:
Executed 462 queries in 584.05 milliseconds. Queries taking longer than 5 ms and queries executed more than once, are highlighted.Page execution time was 1142.96 ms.
Whereas for the Xen 256MB VPS the page execution time is more than double:
Executed 460 queries in 765.61 milliseconds. Queries taking longer than 5 ms and queries executed more than once, are highlighted.Page execution time was 2901.89 ms.
Is this kind of page execution time normal for drupal on a 256 MB Xen machine? That is to say, is this as good as it gets? :-(
I have tried to follow the suggestions from the excellent www.2bits.com site.
1) I have installed lighttpd with fastcgi rather than apache to decrease the memory footprint.