Bug 14384 - Implement JS/CSS caching/hashing
: Implement JS/CSS caching/hashing
Status: RESOLVED FIXED
Product: MySqueezebox.com
Classification: Unclassified
Component: Web UI
: MySB
: PC Windows XP
: P2 normal (vote)
: Kraftwerk
Assigned To: Michael Herger
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-09-28 22:03 UTC by Andy Grundman
Modified: 2010-06-17 03:23 UTC (History)
2 users (show)

See Also:
Category: Task


Attachments
bundle & minify JS files, cache results (7.73 KB, patch)
2010-06-02 06:05 UTC, Michael Herger
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andy Grundman 2009-09-28 22:03:07 UTC
Some good ideas in this article we should think about implementing: http://blog.greenfelt.net/2009/09/01/caching-javascript-safely/
Comment 1 Michael Herger 2009-10-06 00:03:03 UTC
estimating hours
Comment 2 Michael Herger 2010-06-02 06:05:57 UTC
Created attachment 6872 [details]
bundle & minify JS files, cache results
Comment 3 Michael Herger 2010-06-14 09:19:13 UTC
change 8348: JS minification - https://svn.slimdevices.com/network?rev=8348&view=rev
Comment 4 SVN Bot 2010-06-17 03:08:51 UTC
 == Auto-comment from SVN commit #8364 to the network repo by mherger ==
 == http://svn.slimdevices.com/network?view=revision&revision=8364 ==

Bug: 14384
Description: add minification/hashing of stylesheets using CSS::Minifier::XS. Manipulate the CSS rules to fix refernenced files on the fly.
Comment 5 SVN Bot 2010-06-17 03:10:00 UTC
 == Auto-comment from SVN commit #8365 to the network repo by mherger ==
 == http://svn.slimdevices.com/network?view=revision&revision=8365 ==

Bug: 14384
Description: add minification/hashing of stylesheets using CSS::Minifier::XS. Rename javascript filter to minify_js.
Comment 6 SVN Bot 2010-06-17 03:23:40 UTC
 == Auto-comment from SVN commit #8366 to the network repo by mherger ==
 == http://svn.slimdevices.com/network?view=revision&revision=8366 ==

Fixed Bug: 14384
Description: apply new minifying rules to page templates