Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Occasional long loading (15+ second) page load times #173

Open
ericecook opened this issue Dec 3, 2014 · 5 comments
Open

Occasional long loading (15+ second) page load times #173

ericecook opened this issue Dec 3, 2014 · 5 comments

Comments

@ericecook
Copy link
Member

reported in chat

might not be page specific

@icook
Copy link
Member

icook commented Dec 16, 2014

Hmmm, not sure what exactly we should do for this. For all we know his internet connection was choking? p99 on server response times are substantially under this. What investigation actions would you propose?

@ericecook
Copy link
Member Author

Has been reported by multiple people, so unlikely to be network related. My guess right now is it is just the RPC calls occasionally choking out the webserver, so prolly just fix that and see if we still get reports

@icook
Copy link
Member

icook commented Dec 16, 2014

After digging through our stats it does appear that occasionally we have really long load times. Probably need to do some optimization on RPC calls would be my guess, they were hacked together quickly and are really inefficient.

@ericecook
Copy link
Member Author

yea. Simpler than that would be to add some sleeps, or move it to a different process

@icook
Copy link
Member

icook commented Dec 16, 2014

Ah, right. We were going to setup an "admin" instance to run RPC stuff against. I'll do that and we can see if it helps.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants