stuyspec.com icon indicating copy to clipboard operation
stuyspec.com copied to clipboard

Profiling

Open NicholasLYang opened this issue 8 years ago • 1 comments

We need data in order to improve our performance. For this, we're going to be doing profiling. Profiling consists of dynamically checking the performance of the application. I'd like to get some data on a wide variety of OSes, network conditions and browsers. I'd like to know the following:

Delay on initial load. Form response time (logging in for instance) Navigation delay (probably very low right now, but will get higher with apollo)

If you are on macOS, you can download a tool called Network Link Conditioner to artificially slow down your network. Not sure about Windows, but there's probably an equivalent tool out there. Linux speeds would also help, as would smartphones.

NicholasLYang avatar Feb 09 '18 20:02 NicholasLYang

For the devs: if you are taking on the project, please just compile a file with all of the loading times in it, so we can use it to see what pages need optimization priority

AndySok avatar Apr 15 '21 16:04 AndySok