fhir-crucible / crucible

🔥 Crucible web application for testing FHIR servers
77 stars 25 forks source link

Front page performance #265

Closed arscan closed 7 years ago

arscan commented 7 years ago

FYI @kjmahalingam, these changes I made fixed the performance issues that we were seeing. I just restricted the queries to only return the data that was being used on the page. The front page is now showing many more servers than before, and all the servers now have a full 52 week summary history. That was a lot of data for rails to pull from mongo, especially since we weren't using it.

jawalonoski commented 7 years ago

Still too slow.

arscan commented 7 years ago

@jawalonoski was this in regards to that history test run being slow or something else? The front page may be faster than it has been in awhile actually.

jawalonoski commented 7 years ago

It may have been the venue network.

The history test isn't finished, and it hasn't "fixed itself."

arscan commented 7 years ago

Yeah I noticed that and am working on it.

arscan commented 7 years ago

All set -- the script that kicks stalled runs had a hard reference to the old version of ruby.