Normally a web page need almost two files: a html file and a css file. Now aiki generate first html file and a link for css like "style?widgets=1_2_3", who is rendered by style.php If a developer wants to improve benchmark caching the css (by user browser or aiki cache) he must put all css code in one or two widgets. Without a css field for widget the "style.php" needs receive the url (style?url=/foo/bar),and must process it. Browser and aiki can't cache this request.
Other question is determine the output of aiki: now aiki generate a html5 file (see libs/output.php) when custom_output is false. We can change the custom_output field to have one of this values: inherit (*), html5, xml, rss, png, none, ajax. ). That is the same idea as Jon my two cents (*) works as css inherit.
_______________________________________________ Mailing list: https://launchpad.net/~aikiframework-devel Post to : [email protected] Unsubscribe : https://launchpad.net/~aikiframework-devel More help : https://help.launchpad.net/ListHelp

