hi
i had a Drupal 5.1 site on siteground and becoz they were shutting the site down regularly, due to php timeout..i moved it to ixwebhosting.

i didnt delete the cache before i did move it..nor did i disable the clean urls...i only deleted watchdog..becoz it was large.

after the move..things are fine..and i can see my site proper.

However, there is one big issue....everything is very slow..

Have i done something wrong ? or is it a bad host ?

Comments

robertdouglass’s picture

I don't know about your hosting. Is this an advcache issue?

gurukripa’s picture

i dont know if it is...i shifted hosts..the first one used php5..the second php4.X...

shld i delete the cache files first..and allow them to reform ?

if so which cache files can i delete..

pls advise..

robertdouglass’s picture

Status: Active » Fixed

In general you can at any time truncate or empty and database table in Drupal that starts with cache_. This includes cache, cache_page, cache_menu, and so forth. The data will get rebuilt as needed. However, if you've visited your modules page or done anything else meaningful in the admin section of your site, you have already invalidated these caches, and this is not likely to be your problem. I really doubt that this is an issue with the advcache module. For general help with optimizing your site and troubleshooting the bottlenecks, please join the High Performance group on groups.drupal.org.

Anonymous’s picture

Status: Fixed » Closed (fixed)