Does anyone know of any performance issues with aMember - as in, if I just opened my site up to registrations and it gets hit with 200 people registering all at the same time, people are getting stuck at the redirect page. We have mysql caching enabled.. and are seeing huge load. We are unsure if it's aMember as we have optimized and went through our own code several times. Anyone have these types of issues?
Which redirect page? Specifically at which point in the sales process are you seeing the users get stuck?
I'm not blaming it on aMember at all. We are working on optimizing Apache, PHP, and MySQL currently. When the load gets too high and too many SQL connections are open, if a user logs in, they get stuck at the redirect page. Now I'm not sure if it's caching - but we had over 100 people signup within 10 minutes today to test out the new beta system we built. We wrapped our custom web app in to aMember. So the issues occur when a user logs in and see the "You are now being redirected to the protected area".
new users can't sign in for some reason it causes redirect loop.. I believe it has to do with sign up process Anyone?
So I found this thread http://amember.com/forum/showthread.php?p=41715 But no solution. We are in the same situation. Completely customized aMember in to WordPress with dynamic headers and footers... Anyone have any advice? I opened up a ticket to see if they could help.
Issue was fixed. The problem was in wp-header include in config.inc.php this is better to include wordpress code where it will be used (in templates)