timmyse2 / VeganNewWorld

草食系新世界 (使用ASP.NET MVC Core2.x製作的蔬食商品展示網站)
1 stars 0 forks source link

Ajax卡住, 後端曾執行debug中斷 #4

Closed timmyse2 closed 4 months ago

timmyse2 commented 4 months ago

Upgrade all APIs called by ajax.

  1. Set async Task
  2. Set await Task.Run(()=>{ }); 將較佔用時間處理的code、常中斷debug的部份放在{}裡面
  3. Fine tone result, detail, in JSON format