janboddez / feed-reader

A very simple feed reader plugin for WordPress
https://feedreader.site
GNU General Public License v3.0
11 stars 0 forks source link

Don't log "No feeds due" when a site's users are not subscribed to *any* feeds #67

Closed janboddez closed 2 months ago

janboddez commented 6 months ago

Could be my hosting setup, but it really shouldn't do this.

janboddez commented 6 months ago

Turns out it doesn't. Runs every 15 minutes, but then it's network active and thus runs for all network sites, even when there's nothing to fetch.

I guess if no feeds are subscribed to, it should just quit silently rather than spam the debug log. Means next to the feeds due, we'll have to also SELECT COUNT(*) or something all feeds. Shouldn't make any difference, performance-wise.