performance optimization problem: slow ajax requests affect the jump between pages.
problem description: click, click on the personal Center or other tabs, the right boundary will stutter will not immediately switch, will switch after a while.
as shown in the figure, a balance query is performed in the quota conversion, and the ajax request takes about 6 seconds and 7 seconds. If the ajax request is removed, the above switch stutter will not exist, and the interface of manually calling the ajax.abort () method will still stutter for a few seconds to jump. Problem lock ajax request can not jump immediately, do you have any good ideas to solve this problem?