SavageLearning / Machete

A web application for managing a day laborer referral organization. Built using .NET Core MVC, Entity Framework Core, jQuery, Datatables (datatables.net).
GNU General Public License v3.0
16 stars 17 forks source link

1.14.139 WorkOrder/Index performance is poor; query is duplicated; load times >9s #528

Closed chaim1221 closed 4 years ago

chaim1221 commented 5 years ago

Casa Latina reports slow Work Orders page. This screenshot was provided:

image

The double query is not new and seems to run concurrently (may be by design, but it's a smell); nevertheless, load time should not be this slow. May be related to other Ajax issues.

chaim1221 commented 5 years ago

Jimmy: On the Summary page, you doubleclick, and it brings up that page in handler for the day you clicked on. it's doing the query twice.

image

jcii commented 5 years ago

https://github.com/chaim1221/Machete/pull/49

jcii commented 4 years ago

pretty sure this is done. looking at casa prod now and workorder/index is fast.