D
D
Dima2013-12-10 12:18:58
PHP
Dima, 2013-12-10 12:18:58

ajax result time?

KffzJtss3-c.jpgThere 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
});


Also, when opening /index.php/modules/like/123123 just through the browser, the page also returns after 3 seconds...

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Damir Makhmutov, 2013-12-10
@doodoo

Doesn't this mean anything to you? See what is running on the server, there is obviously a problem there.

A
aen, 2013-12-12
@aen

There is clearly a problem on the side of the back end. Profile.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question