-
Notifications
You must be signed in to change notification settings - Fork 493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Performance degradation investigation #3631
Comments
Some numbers for Jan. 21 to Feb. 21 from Google Analytics: All pages: 5.77* seconds
Dataset page: 8.53** seconds
It is not "definitive" whether page slowness is a combination of slow-loading individual pages, overall system load, an unknown bug, or a combination of these. However, there are known issues previously identified via tools such as google PageSpeeds. As a first cut for examining issues:
Barring a "silver bullet"/bad bug being found. Site performance enhancements may be made via:
|
It might be helpful to have some system-level information from the various servers involved (glassfish application servers, postgres servers, solr servers, apache servers) for the same time window. Assuming sysstat is installed, the contents of |
Important to note that stuff below is likely going to come into play--prepare to optimize
Guidelines for server response time:
|
|
note: "prototype" above is not full-featured by any means. But thought is:
|
Great - it looks like we now have enough information to work on this when we pull it into a future sprint. |
Closing in favor of #5824 |
@djbrooke I'm catching up on email and hope you don't mind that I'm clicking "close" for you. 😄 |
In our retrospective today, @raprasad mentioned that there have been pages throwing performance alerts in New Relic. At first glance, there does not appear to be a common thread with these alerts.
We should investigate what's causing these alerts and determine small steps we can take to keep our performance where we want it.
The text was updated successfully, but these errors were encountered: