This repository was archived by the owner on Mar 1, 2018. It is now read-only.
"Add Computer widget", Catalog caching and other small fixes#71
Merged
Conversation
added 5 commits
October 22, 2011 14:06
…ecting computer group. Fixes jnraine#66.
My experience has been that this will increase catalog request times, at minimum, 3x to 5x faster. On an extremely trivial catalog (i.e. one package) the time spent in ActiveRecord queries went from 2.8 ms to .6 ms. The overall request went from 364ms to 106ms.
Contributor
Author
|
Worked on Caching today, and this got 'auto-updated' into this pull request. |
Contributor
Author
|
To add a bit more compelling information to catalog caching: 3 runs of generating the same catalog 1st: Completed 200 OK in 1347ms (Views: 0.8ms | ActiveRecord: 329.5ms) This is with a non-trivial catalog of a little over 100 packages. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Completed work on first draft of computer widget. The only thing to be done would be adding jQuery support for selecting computer group when adding the compter.
Added Catalog caching which should significantly speed up computer checkins.
Lastly, made a minor fix to boostrap:user to hide your password in the console and also added a TextMate Backtracer gem to make it nicer when linking to directly to TextMate for error backtraces.