Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Yes… I have this option disable.

    As soon as I started activating the plugin, queries began to appear like these in the database:

    SELECT DISTINCT ID, postnumber, SUM(cntaccess) as sumCount FROM *_top_ten_daily INNER JOIN *_posts ON postnumber=ID WHERE 1=1 AND blog_id = 1 AND *_posts.post_status = ‘publish’ AND dp_date >= ‘2019-02-28’ AND *_posts.post_type IN (‘post’) GROUP BY postnumber ORDER BY sumCount DESC LIMIT 1 OFFSET 0

    This seems to be ordering the every visit… and there are lots of posts and traffic on the site.

    It is convenient to have the active Cache Option and Debug mode?

    Thanks

    • This reply was modified 7 years, 3 months ago by xavtb.
    • This reply was modified 7 years, 3 months ago by xavtb.

    The same thing happens to me… I had to disable the plugin. There are many calls to the database.

    I use the most current version of the plugin. My website also has a lot of traffic.

    It was convenient to solve this in a new version…

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)