• On a freshly setup blog, there was a number being shown for ‘Total Subscriber Count’ and ‘Current Subscriber Count.’ I looked at database to verify sfs table was empty, so I used ‘Reset Stats’ to double check. That did not help. So, I used ‘Clear Cache’… that Zeroed it out alright… for ALL blogs.

    It seems that the cache is being shared across the entire Multisite install, rather than being site-specific.

    thanks for looking into this! Great tool.

    https://www.ads-software.com/plugins/simple-feed-stats/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Jeff Starr

    (@specialk)

    Will investigate for the next update, thanks for the feedback!

    Thread Starter C. Daniel Chase

    (@cdchase)

    Thanks, Jeff. I think I found the problem… where set/get_site_transient() is used, it should be set/get_transient(). I’ve seen similar problem on other plugins. Just because is_multisite() is true, you don’t want to mush the cache into a shared transient. I think you can eliminate the entire block and just use the current else clause, lines 571-578.

    https://codex.www.ads-software.com/Function_Reference/get_site_transient

    -Dan

    Plugin Author Jeff Starr

    (@specialk)

    Awesome, that definitely helps. Will get it fixed up next version. Cheers.

    Plugin Author Jeff Starr

    (@specialk)

    Hey Dan, just to let you know I’ve got this fixed up as suggested for Multisite. Let me know if any further issues, thanks again.

    Thread Starter C. Daniel Chase

    (@cdchase)

    Thanks, Jeff. It’s working great!

    Suggestion for next round of updates… add automatic cache flush on plug-in install/reload–across all network blogs. Would have made my life much easier! ??

    Feature idea: A Master Dashboard for multisite admins to see all of their blogs with summary stats. Show by default on Network Dashboard.

    Plugin Author Jeff Starr

    (@specialk)

    Awesome, glad to hear it!

    Thanks for the ideas, will add them to the list ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Subscriber Count on Multisite’ is closed to new replies.