Replies: 0
THis plugin causes huge performance issues if you have dozens or thousands of visitors following a liveblog, as it updates via background POST.
Is it possible to switch the POST to GET for the public liveblog ajax functions? update and load_more
This way people can use online cache services like cloudflare or varnish to avoid overloading the backend.
POST is non-cachable
Keep up the good work!