-
Moving to a larger Redis story DB, since the existing DB is buckling under the new load from the requirements of the new NewsBlur Premium Archive subscription.
+
Moving to another Redis story DB, since the existing DB is having some issues. Check the daily load time graph to see how it's had an impact. Always good to do this, expect fast load times after this.
To pass the time, check out what's popular on MLTSHP.
diff --git a/templates/rss_feeds/status.xhtml b/templates/rss_feeds/status.xhtml
index f88a361d1..88f528f8f 100644
--- a/templates/rss_feeds/status.xhtml
+++ b/templates/rss_feeds/status.xhtml
@@ -2,7 +2,7 @@
{% load utils_tags tz %}
-{% block bodyclass %}NB-body-status{% endblock %}
+{% block bodyclass %}NB-body-status NB-static{% endblock %}
{% block content %}
@@ -21,6 +21,7 @@
{{ feed.pk }} |
- {{ feed.feed_title|truncatewords:4 }} |
+ {{ feed.feed_title|truncatewords:4 }} |
{{ feed.last_update|smooth_timedelta }} |
{% localdatetime feed.last_update "%b %d, %Y %H:%M:%S" %}
@@ -42,6 +45,7 @@
|
{{ feed.next_scheduled_update|smooth_timedelta }} |
{{ feed.min_to_decay }} |
+ {{ feed.last_load_time }} |
{{ feed.num_subscribers }} |
{{ feed.active_subscribers }} |
{{ feed.premium_subscribers }} |
@@ -50,6 +54,8 @@
{{ feed.active_premium_subscribers }} |
{{ feed.average_stories_per_month }} |
{{ feed.stories_last_month }} |
+ {{ feed.archive_count }} |
+ {{ feed.fs_size_bytes|commify }} |
{% endfor %}
diff --git a/templates/statistics/slow.xhtml b/templates/statistics/slow.xhtml
new file mode 100644
index 000000000..73a0fc619
--- /dev/null
+++ b/templates/statistics/slow.xhtml
@@ -0,0 +1,54 @@
+{% extends 'base.html' %}
+
+{% load utils_tags tz %}
+
+{% block bodyclass %}NB-body-status NB-static{% endblock %}
+
+{% block content %}
+
+