-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
tag pages are getting slow #30
Comments
I haven't checked this out yet, but gut reaction is to wonder about the If the slowness is database related, we can determine that from rails On Thu, Apr 10, 2014 at 9:42 AM, Jeffrey Warren notifications@github.comwrote:
|
or from the production log, which ought to show load time and a breakdown On Thu, Apr 10, 2014 at 1:32 PM, Bryan Bonvallet
|
Oh yeah, I keep forgetting you have some way of looking at the log that is On Thu, Apr 10, 2014 at 1:34 PM, Jeffrey Warren notifications@github.comwrote:
|
Example:
yeah it's pretty nice! |
697ms is not great, but 447 of that is Views not ActiveRecord. So if I'm Wait, why is wiki show loading slow if you're loading a user profile? That log file snippet is super useful, isn't it? On Thu, Apr 10, 2014 at 1:42 PM, Jeffrey Warren notifications@github.comwrote:
|
oh sorry i was rushing, that's not actually for a tag page On Thu, Apr 10, 2014 at 1:54 PM, Bryan Bonvallet
|
Well we might want a new ticket because that page has a crazy long load Btw I banned the user in the pasted log. username was of the form On Thu, Apr 10, 2014 at 1:57 PM, Jeffrey Warren notifications@github.comwrote:
|
Well, 0.4 seconds is a lot better than the 24 seconds the /maps page is taking, thanks to using powertags for location storage. boo. see #33 |
Yeah I was just seeing log results for my work rails project which were in Is there a debug mode that we can turn on and off? Turning it off might On Fri, Apr 11, 2014 at 8:53 AM, Jeffrey Warren notifications@github.comwrote:
|
you can run it in production or development mode; locally, the default is On Fri, Apr 11, 2014 at 1:13 PM, Bryan Bonvallet
|
these are now optimized using a nice join. whew! |
wooooooo On Fri, May 2, 2014 at 12:35 PM, Jeffrey Warren notifications@github.comwrote:
|
http://publiclab.org/tag/spectrometer
The text was updated successfully, but these errors were encountered: