• Resolved deejayhighbee

    (@deejayhighbee)


    Is it possible to prevent the plugin from using admin-ajax?, i discovered using up the server cpu, the only way i could solve that solution was to deactivate and delete the plugin which i believe is a very useful plugin.

    Can i use the plugin in a way that i will load the content without relying on admin-ajax.php?

    Thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author MyThemeShop

    (@mythemeshop)

    Hello,

    We’re currently working on ways to improve this and lighten the load on your server. For now, kindly append to following to your theme’s functions.php

    
    remove_filter('the_content', 'wpt_view_count_js');
    
    Plugin Author MyThemeShop

    (@mythemeshop)

    Hello,

    Did you try to update to the latest version? That should help. Thank you.

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

The topic ‘Disable admin-ajax.php’ is closed to new replies.