New release of WP Static HTML Output plugin for WordPress

While using the plugin for some development work last night, I was
stumped when it kept failing to scrape a certain URL in the site. For
other URLs, I’d upped the memory limits for PHP and MySQL in attempts to
get the heavy page loading faster, then eventually realised that I’d
not set a long enough delay for the wp_remote_get function to parse the
URLs. For slow servers, this should help fix some issues for some users
(I think we actually have some users for the plugin now;)

Here is the area of code adjusted, from the UrlRequest.php file:

$response = wp_remote_get($this->_url);

becomes

$response = wp_remote_get($this->_url, array(‘timeout’=>300));

Until we add a snazzy settings screen for the WordPress admin panel,
you may adjust this time value (in seconds) if working with
exceptionally heavy sites.

On the note of users, I actually
have had a few emails from people trying out the plugin. A few have had
issues which have been resolved, others still stuck, possibly due to
their hosting company’s limitations, but we’ve set up a support forum
here:

WP Static HTML Output support forum

Please raise any issues there and help out others if you can share your expertise.

Share on twitter
Twitter
Share on reddit
Reddit
Share on telegram
Telegram
Share on email
Email
Share on print
Print

Site made with love of these open source tools

The beautifully-crafted OS that forces you to learn how to do things properly.

For better or worse, WordPress powers 30% of the web. ClassicPress reduces some of the bloat.

Text is my material. Learn one text editor well.

Version controlling all the things.

Retaining workspaces on local and remote servers.

Supporting the OpenBSD community with opinionated VMs. €10/yr donated to the OpenBSD Foundation.

To Roman Zolotarev, for helping us Master the Web. My family and friends for enduring my voluntary financial hardship while pursuing my passions.