Ticket #1622 (closed New Feature: fixed)
CSS cache in JS
| Reported by: | designfu | Owned by: | fredck |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.6 |
| Component: | Core : Styles | Version: | SVN (FCKeditor) |
| Keywords: | Review+ | Cc: |
Description
Instead of including CSS files with <link ...> tags, how about caching them in a global data structure? Then, instead of emitting tags, we can echo the <style> information in-place and save extraneous CSS requests. We plan to use this at PBwiki.com to help optimize page loading time and minimize the number of requests we serve. Patch attached.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
