heshiming
Forum Replies Created
-
Forum: Plugins
In reply to: [SlimStat Analytics] 3.5.7 no longer worksThank you! This did address the problem.
Forum: Plugins
In reply to: [SlimStat Analytics] 3.5.7 no longer worksCorrection, the overview screen shows 8 days of last month’s data, 7 days for the current month.
Forum: Plugins
In reply to: [Rich Text Excerpts] Strict Standard warningsThank you!
Forum: Plugins
In reply to: [W3 Total Cache] WordPress 3.6 support?I’d like to add that before wp3.6, even though the database cache is set to disable for logged in users, w3tc still manage to cache some of them. I’m not sure if it’s a bug or feature. But after 3.6, caching for logged in users are completely disabled.
From where I stand, it looks like I’ll have to implement custom database caching mechanisms outside of wordpress.
I really wish that you guys could fix the object cache feature, and make it work with memcached, because this API is surely one of the best features wordpress has to offer.
Forum: Plugins
In reply to: [W3 Total Cache] WordPress 3.6 support?I noticed a performance drop after upgrading to wordpress 3.6. After checking around, I found that w3tc’s database caching with memcached is somewhat broken with wp 3.6.
I’ve got pages running some heavy mysql queries in some pages. W3TC’s page caching takes care of this for non-logged in users. For logged in ones, I rely mainly on database caching since object caching is broken (https://www.ads-software.com/support/topic/transient-api-not-working-with-object-cache?replies=1) .
After upgrading to wp3.6, I’m experiencing quite some delays accessing these pages, but not others. That’s why I believe database caching is broken.
So in my particular scenario, w3tc is practically off for logged in users.
Forum: Plugins
In reply to: [SlimStat Analytics] Not tracking at allHi, thank you so much for the support! I’ve sorted out the problem now, I’ve got an mu-plugin that selectively disabled ajax for slimstat to improve performance.
Forum: Plugins
In reply to: [SlimStat Analytics] Not tracking at allThanks, I do have particular arrangement regarding admin-ajax.php. I’ll check this out myself. But I wonder what’s changed between version upgrades. I’ve implemented selective loading of plugins and may have incorrectly disabled ajax for slimstat.
Forum: Plugins
In reply to: [SlimStat Analytics] Not tracking at allHi, it’s in Chinese. The site url is: https://beta.kaoya.me , and I don’t have contents ready yet.
Forum: Hacks
In reply to: Possible for such function to be implemented via plugin?I’ll research a bit more on taxonomy. Thank you for the information.