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.
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.