[wp-hackers] ajax hanging

James Collins james at om4.com.au
Sun Feb 5 22:47:07 UTC 2012


Are any of your plugins or theme(s) using PHP sessions?

If so, this post may be relevant:
http://shout.setfive.com/2012/01/18/ajax-request-slow-with-php-heres-why/

Reconfiguring your server to store PHP sessions in a MySQL database
(instead of on the filesystem) may help.

James



On 6 February 2012 09:01, fris <fris at fris.net> wrote:

> Has anyone experienced any issues with an ajax request taking forever on
> some hosts?
>
> On localhost, and a few other servers my code works fine.
>
> But on one freebsd box (php 5.3.10, apache 2.2)
>
> The ajax itself works, its just very slow to complete.
>
> Curious if anyone else has run into this issue and what the problem may be?
>
> Thanks.
>
>
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
>


More information about the wp-hackers mailing list