- Posts: 11
- Thank you received: 0
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.
Question 10 to 20 second delay on post submit
14 years 10 months ago #98370
by bobede
Replied by bobede on topic Re: 10 to 20 second delay on post submit
Yes. pollenabled = 0
I also checked jos_kunena_config_backup and it was also pollenabled = 0
I also checked jos_kunena_config_backup and it was also pollenabled = 0
Please Log in or Create an account to join the conversation.
14 years 10 months ago #98768
by bobede
Replied by bobede on topic Re: 10 to 20 second delay on post submit
Hi 810
With pollenabled = "0" and the delay still occurring should I assume that my hosting environment is simply incompatible with Kunena? Or are you confident that this issue can be resolved at some point?
With pollenabled = "0" and the delay still occurring should I assume that my hosting environment is simply incompatible with Kunena? Or are you confident that this issue can be resolved at some point?
Please Log in or Create an account to join the conversation.
14 years 10 months ago #98798
by Matias
Replied by Matias on topic Re: 10 to 20 second delay on post submit
This is very interesting issue as sending the message just timed out (5 minutes) for me. After that the whole site went down, which means that your site is either in very heavy load, processes died or the database is locked.
Generally Kunena was running very fast in your server and sending a message is just like loading a large category page -- just with INSERT INTO queries instead of SELECT queries. It should be about as fast.
This is not a poll issue; I believe that the poll issue is IE9 incompatibility with our JavaScript.
The only thing that get slow is sending all the emails to subscribers. You can ensure that no emails is being sent by leaving email address in Kunena configuration empty. But I doupt that this is the case.
I believe that you have something wrong in the server configuration itself as no PHP page should kill your site. It almost looks like some processes in the server become zombies or die, and that's usually because of a bug in that software or a bad mistake in PHP/Apache/MySQL configuration.
Generally Kunena was running very fast in your server and sending a message is just like loading a large category page -- just with INSERT INTO queries instead of SELECT queries. It should be about as fast.
This is not a poll issue; I believe that the poll issue is IE9 incompatibility with our JavaScript.
The only thing that get slow is sending all the emails to subscribers. You can ensure that no emails is being sent by leaving email address in Kunena configuration empty. But I doupt that this is the case.
I believe that you have something wrong in the server configuration itself as no PHP page should kill your site. It almost looks like some processes in the server become zombies or die, and that's usually because of a bug in that software or a bad mistake in PHP/Apache/MySQL configuration.
Please Log in or Create an account to join the conversation.
14 years 5 months ago #110375
by TheSpooki
Replied by TheSpooki on topic Re: 10 to 20 second delay on post submit
Has anyone found a solution to the 20 second lag after submitting? I am having the same issue but everything else is working perfectly? Please let me know if there was ever a solution to this.
Please Log in or Create an account to join the conversation.
14 years 5 months ago #110386
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re: 10 to 20 second delay on post submit
Hello,
Check in source code of the page if you have numerous javascript loaded
Check in source code of the page if you have numerous javascript loaded
I don't provide support by PM, because this can be useful for someone else.
Please Log in or Create an account to join the conversation.
14 years 5 months ago #110410
by TheSpooki
Replied by TheSpooki on topic Re: 10 to 20 second delay on post submit
I have 10 js files loading, 4 of them are Kunena javascripts. Any idea what it could be? I think it might be the google analytics script I am using with my template but I could be wrong.
Please Log in or Create an account to join the conversation.
Time to create page: 0.261 seconds