Indeed, the <a href="http://time.ly/">http://time.ly/</a> plugin (as they've recently turned it into a "freemium" plugin) is no longer desirable IMHO. Luckily, we have everything under the <a href="http://sudoroom.org/ai1ec_event/">http://sudoroom.org/ai1ec_event/</a> URL, so we can just make a hard rewrite to the calendar <a href="http://sudoroom.org/calendar">http://sudoroom.org/calendar</a> and start fresh with a new plugin. However, we want to make sure the .ics feed still works, so we need a replacement with an .ics export feature that will allow us to continue syndicating events. Any recommendations?<br>
<br>There's a varnish plugin <a href="http://wordpress.org/extend/plugins/wordpress-varnish/">http://wordpress.org/extend/plugins/wordpress-varnish/</a><br><br>but we could also run memcache with batcache <a href="http://wordpress.org/extend/plugins/batcache/">http://wordpress.org/extend/plugins/batcache/</a><br>
<br>either way we can do better php caching with this <a href="http://wordpress.org/extend/plugins/apc/">http://wordpress.org/extend/plugins/apc/</a><br><br><div class="gmail_quote">On Mon, Mar 18, 2013 at 5:57 PM, William Budington <span dir="ltr"><<a href="mailto:bill@inputoutput.io" target="_blank">bill@inputoutput.io</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hey, I just wanted to bring this to your collective attention:<br>
<br>
The calendar plugin we have on the wordpress site currently is pretty<br>
terrible.  It's the one we have on the Occupy Oakland site, and it<br>
brought the site to a grinding halt.  This had to do with the way the<br>
plugin generated its MySQL queries, which was pretty labyrinthine.  If<br>
my memory serves me, Mark Burdett rewrote part of the plugin to optimize<br>
indices on the table storing events.  We might want to have a look at<br>
that before this becomes a problem.<br>
<br>
I've also installed varnish on the server, and I'll be looking into a<br>
good way to cache these pages and serve them from memory so we don't<br>
have Apache/PHP hitting the disk and generating the page every time.<br>
I've done something similar for other wordpress installs, including ones<br>
being actively DDOSed, and it helped enormously.<br>
<br>
Bill<br>
_______________________________________________<br>
sudo-sys mailing list<br>
<a href="mailto:sudo-sys@lists.sudoroom.org">sudo-sys@lists.sudoroom.org</a><br>
<a href="http://lists.sudoroom.org/listinfo/sudo-sys" target="_blank">http://lists.sudoroom.org/listinfo/sudo-sys</a><br>
</blockquote></div><br>