By scottwei on
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
Same here
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
views runs queries i beleive, and so can slow down a site
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
Thank you very much. I'll
Thank you very much. I'll try to use cache for module view. :)
Actually, I used three
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.
i'm using the same three...
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
Do you think the problem may come from my server
My server is Intel(R) Xeon(R) CPU E5310 @ 1.60GHz, 512MB Mem, 5GB HD.
Can it run drupal fast or slow?