#1622: CSS cache in JS
----------------------------+-----------------------------------------------
  Reporter:  designfu       |       Owner:          
      Type:  New Feature    |      Status:  new     
  Priority:  Normal         |   Milestone:          
 Component:  Core : Styles  |     Version:  SVN     
Resolution:                 |    Keywords:  HasPatch
----------------------------+-----------------------------------------------
Comment (by alfonsoml):

 I've recreated the patch in order to test it. There are some comments
 about it:

 It doesn't apply any compression to the css files processed by the
 packager. It should remove all the comments, tabs and new lines as they
 aren't needed and they might end up being a big percentage of those files.

 It doesn't seems that the css are being properly cached, in Firebug I can
 see still several calls to the files (in order to debug I've tried to add
 the "FCKCSSManager.AddCachedCSS(" commands located at the end of the
 compressed files to the fckcssmanager.js)

 People should be warned that it does cache only the files that are added
 to the packager.xml (for example now it's compressing the silver skin
 instead of the default)

 I guess that a future version could use CSSDom to cache any css file that
 it's being loaded, so it will be easier to use with custom styles.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/1622#comment:3>
FCKeditor <http://www.fckeditor.net>
The text editor for Internet
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to