CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • Performance/Load Time Problems
Pages: [1]

Author Topic: Performance/Load Time Problems  (Read 1738 times)

dkinney

  • Guest
Performance/Load Time Problems
April 07, 2009, 09:49:26 am
I have CiviCRM 2.2.1 installed on Drupal6 site on a media temple dedicate virtual server. Because we are selling event tickets, I am using SSL.

My page load for a ticketed event is about 23 seconds, which is driving me nuts.  Drupal is still running in "dev" mode with most caching disabled.  I went to the Civicrm dev site and a similar event loads in 2.3 seconds.

I have searched the forums and documentation for the last two hours looking for advice or direction on this issue. I would be deeply grateful for any advance anyone can offer - right now this feels like a solution that just will not work.

Thanks!

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Performance/Load Time Problems
April 07, 2009, 09:47:08 pm

do ensure that:

1. js/css/images are all cached (i.e. apache send them out with the right header information)

2. preferably use gzip compression also

3. if you have the $$$, looking into using the Zend Platform. Not sure why your media temple server is 10x slower than our server. Might want to use firebug to check this out

thanx

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Piotr Szotkowski

  • Moderator
  • I live on this forum
  • *****
  • Posts: 1497
  • Karma: 57
Re: Performance/Load Time Problems
April 08, 2009, 05:03:27 am
I’m not sure whether I remember this correctly, but I think (at least some) browsers do not cache any stuff received over HTTPS, and you can’t send parts of the website (CSS, JS, images) over plain HTTP without the browsers complaining that these parts are not secure. Serving the HTML/CSS/JS parts of the website with gzip compression should help, though.

What you need to figure out first is whether the delay is mostly caused by SSL/HTTPS, or is it indeed the rendering time on the Drupal/CiviCRM side.
If you found the above helpful, please consider helping us in return – you can even steer CiviCRM’s future and help us extend CiviCRM in ways useful to you.

Shai

  • I post frequently
  • ***
  • Posts: 202
  • Karma: 8
    • Content2zero
  • CiviCRM version: 4.3.x, 4.4.x, 4.5.x
  • CMS version: Drupal 7
  • MySQL version: 5.5.x
  • PHP version: 5.3.x, 5.4.x
Re: Performance/Load Time Problems
April 17, 2009, 06:50:59 am
Would you mind sending some more instructions or referring to the help page on how to gzip files and how to get apache to to cache/send correct header information.

Thanks,

Shai
Don't miss out! Sign up now for free expert advice on CiviCRM's new StackExchange help site.

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Performance/Load Time Problems
April 17, 2009, 07:45:19 am

please search for mod_expires / mod_deflate on yahoo. quite a few urls out there that will show you how to do so

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Shai

  • I post frequently
  • ***
  • Posts: 202
  • Karma: 8
    • Content2zero
  • CiviCRM version: 4.3.x, 4.4.x, 4.5.x
  • CMS version: Drupal 7
  • MySQL version: 5.5.x
  • PHP version: 5.3.x, 5.4.x
Re: Performance/Load Time Problems
April 17, 2009, 07:49:51 am
Okay, will do.

Can you explain why the tiny_mce js is downloading on every page even though I've selected FCKEditor?

Shai
Don't miss out! Sign up now for free expert advice on CiviCRM's new StackExchange help site.

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Performance/Load Time Problems
April 17, 2009, 07:54:24 am

this is a bug, please file an issue and we'll fix in a future version

if u want to delete this manually, edit: templates/CRM/common/jquery.tpl

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Shai

  • I post frequently
  • ***
  • Posts: 202
  • Karma: 8
    • Content2zero
  • CiviCRM version: 4.3.x, 4.4.x, 4.5.x
  • CMS version: Drupal 7
  • MySQL version: 5.5.x
  • PHP version: 5.3.x, 5.4.x
Re: Performance/Load Time Problems
April 17, 2009, 10:53:48 am
Bug report filed:

http://issues.civicrm.org/jira/browse/CRM-4390

Shai
Don't miss out! Sign up now for free expert advice on CiviCRM's new StackExchange help site.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Drupal Installations (Moderator: Piotr Szotkowski) »
  • Performance/Load Time Problems

This forum was archived on 2017-11-26.