Recently, I found my website runs slowly. Finally, I found the reason.
When I use module Calendar and module View together, the performance will be quite low.
Any there anybody met the same problem? And how to solve it?
I need your help, thank you.

Comments

itangalo’s picture

I've experienced the same thing. I blame my slow performance on a low-budget web host, but there might be ways of caching stuff to increase speed. That's beyond my skills, though.

My web host provides me with 16 MB memory, which is quite low for a Drupal site. Could the same be true for you?

//Johan Falk, Sweden

zilla’s picture

i've read about this before, where views intensive sites slow down a bit when views is running intensive queries to update pages...does page caching help at all?

........................................................................
i love to waste time: http://twitter.com/passingnotes

scottwei’s picture

Thank you very much. I'll try to use cache for module view. :)

scottwei’s picture

Actually, I used three module together to implement my requirement. They are module View, module Calendar and module 'CCK'. so seems like three of them kill my site.

zilla’s picture

but it's not killing the site

not sure why this is happening to you - you may want to read the various postings about optimizing drupal installs via php.ini files and so on...

........................................................................
i love to waste time: http://twitter.com/passingnotes

scottwei’s picture

My server is Intel(R) Xeon(R) CPU E5310 @ 1.60GHz, 512MB Mem, 5GB HD.
Can it run drupal fast or slow?