Answer the question
In order to leave comments, you need to log in
ajax result time?
There was a question, when sending a jquery ajax request, the result comes in 3+ seconds
$.ajax({
url: '/index.php/modules/like/123123',
type: 'GET',
dataType: 'json',
cache: true,
data: null,
success: MyFunction
});
Answer the question
In order to leave comments, you need to log in
Doesn't this mean anything to you? See what is running on the server, there is obviously a problem there.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question