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 »
  • Using CiviCRM »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • Joomla page caching breaks registration
Pages: [1]

Author Topic: Joomla page caching breaks registration  (Read 1114 times)

AkronAA

  • I’m new here
  • *
  • Posts: 18
  • Karma: 1
Joomla page caching breaks registration
February 17, 2010, 11:38:36 am
I am having an issue when I turn on page caching in Joomla(this is a must, because of the number of hits when the event registration actually begins).  I am getting invalid key upon submit from the first registration page.  In other words, I can register once, then no one else can register.

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Joomla page caching breaks registration
February 19, 2010, 12:18:11 am
May be you should try to disable caching for CiviCRM pages?

Kurund
Found this reply helpful? Support CiviCRM

AkronAA

  • I’m new here
  • *
  • Posts: 18
  • Karma: 1
Re: Joomla page caching breaks registration
February 20, 2010, 10:00:45 am
On IRC, dlobo helped me solve the performance issues without experiencing the issues arising from caching.  Basically, civicrm has memcache support, one must just apply it in the config files.  Then, I set up memcache for Joomla all around, system settings (global config), a plugin for sql caching, and changed Joomla's system cache to use memcache by changing the cache.php to memcache.php.  All this, coupled with configuring mpm-itk for apache2 to only allow a maximum number of connections (based on available ram on my server, which will change on the heavy registration days) solved all performance issues.  Now the server has the ability to quickly serve the client load, no matter how many try to register at one time, without moving to swap space (which killed performance or rather crashed the server).  Long and short is, proper configuration made the difference.   

Thank you, Lobo, for all your assistance. 

djtrouten

  • I’m new here
  • *
  • Posts: 29
  • Karma: 1
    • Evangelical Press Association
  • CiviCRM version: 3.4.7
  • CMS version: Joomla 1.5.23
  • MySQL version: 5.0.91
  • PHP version: 5.2.16
Re: Joomla page caching breaks registration
February 25, 2010, 09:34:18 am
Any chance you could spell this out in a little more detail? I'm sure others might like to follow your recipe for improving CiviCRM performance in Joomla.

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: Joomla page caching breaks registration
February 25, 2010, 10:43:39 am

Might want to check:

http://forum.civicrm.org/index.php/topic,12361.msg53269.html#msg53269

to get started. Might be good to start a wiki page on how to improve performance and some things folks can/should do

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

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • Joomla page caching breaks registration

This forum was archived on 2017-11-26.