• Hello,
    I installed the plugin but it causes error 503, because too many requests are made by the admin-ajax.php file.
    Anyone know how to reduce the number of these queries in the wp-admin post file?

    or can be downright suppressing these calls

Viewing 1 replies (of 1 total)
  • Thread Starter gawell

    (@gawell)

    k I answer myself.
    I found the solution :
    In the class-admin.php file, you’ve just have to comment this line (164) :
    public static function mce_external_plugins( $plugins ) {

    //just here
    //$plugins[‘dg’] = DG_Util::getAssetPath( ‘assets/js/gallery.js’ );

    return $plugins;
    }

    And it works great !
    No ajax 503 …

Viewing 1 replies (of 1 total)
  • The topic ‘Admin-ajax.php to many requests’ is closed to new replies.