Pace is not working for every ajax call on page

589 Views Asked by At

Using following code in my page:

 var paceOptions = {
    ajax: {
        trackMethods: ['GET', 'POST', 'PUT', 'DELETE', 'REMOVE'],
        restartOnRequestAfter: true
    }
};

Still it is not working for the small ajax request.

0

There are 0 best solutions below