jnraine / munkiserver

Visit https://github.com/munkiserver/munkiserver for active development — this repository is no longer maintained
85 stars 27 forks source link

"Add Computer widget", Catalog caching and other small fixes #71

Closed rickychilcott closed 13 years ago

rickychilcott commented 13 years ago

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.

rickychilcott commented 13 years ago

Worked on Caching today, and this got 'auto-updated' into this pull request.

rickychilcott commented 13 years ago

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) 2nd: Completed 200 OK in 139ms (Views: 0.6ms | ActiveRecord: 0.5ms) 3rd: Completed 200 OK in 72ms (Views: 0.6ms | ActiveRecord: 0.3ms)

This is with a non-trivial catalog of a little over 100 packages.