[wp-hackers] Using WordPress offline

Eric Mann eric at eam.me
Wed Feb 9 14:53:03 UTC 2011


Any idea what was making the call to the HTTP class?  Because *that's* where
you'll want to add a workaround ...

On Wed, Feb 9, 2011 at 5:15 AM, Rich Pedley <elfin at elfden.co.uk> wrote:

> Hi,
>
> Just had my internet connection go down, first time in quite a while, but I
> noticed an extreme slowdown of WordPress this seems to be caused by a call
> to class-http.
>
> Fatal error: Maximum execution time of 30 seconds exceeded in
> E:\htdocs\wpbeta\wp-includes\class-http.php on line 1420
>
> which is this:
> $theResponse = curl_exec( $handle );
>
> temporarily changing that to ='' does solve the issue, but obviously that
> is just a quick workaround.
>
> Is there any method to totally disable it if/when necessary?
>
> Rich
> _______________________________________________
> 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