Reputation: 4998
I am about to implement a website for a client on his chosen hosting. When I asked, if their hosting was Drupal 6 compatible, they answered that it was, but asked me to make sure, that it is not a hog on resources.
How do I make sure of this?
Are there any resources in particular that would help me optimize the site?
Have You any good suggestions on how to optimize Drupal 6?
P.S. So far I have found:
Upvotes: 0
Views: 165
Reputation: 836
I recommend reading http://2bits.com/contents/articles — they provide quite a lot of useful information on scaling and optimizing Drupal.
But as a rule of thumb:
for further improvements
However, if your site becomes popular and grows quite a bit, it is more advisable to move to a VPS or dedicated hardware and look into using Pressflow along with Varnish (you can check http://library.linode.com/application-stacks/project-mercury/ for setup examples)
Upvotes: 1