← Back to team overview

phpdevshell team mailing list archive

[Bug 728153] Re: Static content

 

Here's my idea:

-> have an option "static root" which will be a url such as
"http://static.phpdevshell.org/content/";

-> in the distribution provide two folders: one with various non
optimized js/css/png, one with optimized/minimized/gathered files

-> if "static root" is empty, include various non optimized js/css/png
like we currently do (helps debugging)

-> is "static root" is not empty, use the optimized files from the
static root

-> in debug mode, default install is ok

-> in normal mode, just use the server root as the static root

-> in optimized mode, use another server as the static root

-- 
You received this bug notification because you are a member of
PHPDevShell, which is subscribed to PHPDevShell.
https://bugs.launchpad.net/bugs/728153

Title:
  Static content

Status in Open Source PHP RAD Framework with UI.:
  New

Bug description:
  Heavy duty sites usually offer two servers:  a PHP server for dynamic
  content and a fast static server (or CDN) for static content. We
  should add an option to the themes to support that.



References