rosalmon
Forum Replies Created
-
Resolved.
Joe thanks for responding. I found the issue. I checked your demo site for tickets and saw that hitting the button kicks off the wp-admin/admin-ajax.php which sends the ajax request for update which took about about 435ms to complete while the server (shared hosting) I am using took about 3000ms.Submitting several of the same request results in a Internal Server 500 page error if I try to access any other page before the cart gets updated as the throttled hosting service sees it as a DOS or does not allow too many CPU cycles/IOPS. This is development site so I am no longer worried. Thanks again for your help and you are right hitting the maximum number of tickets will prevent any further registrations.
The only reason I am doing that is because it creates validates the potential for a denial of service attack. With that said it’s interesting that you could not replicate it. My php memory limit is 128 which I think should be enough. What’s the limit on your test site and URL if you don’t mind so that I try to validate that the issue is on my end.