-
Notifications
You must be signed in to change notification settings - Fork 57
Description
On a call with the City of Philadelphia last week, the performance of the program in terms of getting data from the server (ie, displaying the data in the View by Property and View by Tax Lot) was excruciatingly slow.
The user was using a computer with Windows 10 and the Edge browser on a reasonably decent internet connection.
I tested the performance of getting this data for this organization, on the same instance (the v2 production server) for the following situations and didn't experience the problem:
- Laptop with Windows 10 and Edge using wireless internet connection at LBNL -- performance was as expected -- 13-15 seconds for the data to display
- Desktop at home with Windows 7 and Chrome using a moderately decent wireless connection -- performance was as expected -- 13-15 seconds for the data to display
So it seems that it is probably not the window OS or the browser.
I have requested that the user talk to her IT department to see if they can figure out what the data bottleneck might be. Depending on their answer we may want to look into how we could improve the performance.
Under the current circumstances, it is not really possible for the user to use the software. So we need to determine if it is something that can be fixed on their IT side, or if it something that we need to do in our software.
Would be good to get this resolved by the end of November 2016 if possible.