0
trendline created
In MPA, on the same server when request a page it will spend more than 200ms to wait the server get response, if request the API (which also requested in the page via AJAX) directly it only needs spend more or less 60ms.
request a page needs to wait more than 200ms will let people feel the page is slowly.
Is there a way to optimize the page loading performance?
3 Answer(s)
-
0
Hi @trendline,
MVC renders your view after getting data but API only returns raw data to client. Can you try same scenario with an empty view and same code for controller and app service ?
We have worked on this before but couldn't find any point to optimize.
Thanks.
-
0
I will keep on eye on this and do more testing.
-
0
Thanks @trendline.
We will also work on this issue for next releases.