Moved all the vendor css & js code into webroot. Although it technically was working fine, cake apparently steps on the fact that the file doesn't change between requests, leading the browser to re-download the code with every hit. Under the webroot directory, cake returns code 304 if the browser already has a copy cached.
git-svn-id: file:///svn-source/pmgr/branches/ledger_transactions_20090605@110 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
2
site/webroot/css/jquery/base/ui.all.css
Normal file
2
site/webroot/css/jquery/base/ui.all.css
Normal file
@@ -0,0 +1,2 @@
|
||||
@import "ui.base.css";
|
||||
@import "ui.theme.css";
|
||||
Reference in New Issue
Block a user