Actions
Bug #14106
closedRemove puppetclass no_route page
Status:
Closed
Priority:
Normal
Assignee:
Category:
Puppet integration
Target version:
Difficulty:
Triaged:
Description
Using Rack::Deflater we can compress our responses for HTML and assets using gzip automatically. This allows us to serve considerably smaller (in kb) pages, which should go over the wire faster as well.
Trying out /login, /hosts, and /dashboard, processing times were similar with and without this, but the page size was reduced up to 80% in some cases.
See the following gist with benchmarks using siege: https://gist.github.com/dLobatog/600f151fd0676345c95a - notice some pages like /login are reduced a whooping 75% in size.
Updated by Daniel Lobato Garcia over 8 years ago
- Subject changed from Return 15-30% smaller controller responses to Compress 15-30% (on avg) controller responses with Rack::Deflater
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/3295 added
Updated by Daniel Lobato Garcia over 8 years ago
- Tracker changed from Feature to Bug
- Subject changed from Compress 15-30% (on avg) controller responses with Rack::Deflater to Remove puppetclass no_route page
- Category changed from Performance to Puppet integration
I don't think it's being used anywhere anymore
Updated by The Foreman Bot over 8 years ago
- Pull request https://github.com/theforeman/foreman/pull/3300 added
Updated by Dominic Cleal over 8 years ago
- Related to Bug #1556: Puppet rdoc generation is broken in Foreman added
Updated by Daniel Lobato Garcia over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 5dbbc05b0971848302ae8b1e4ab80f7567417b1f.
Updated by Dominic Cleal over 8 years ago
- Translation missing: en.field_release set to 136
Actions