phpBB Development: phpBB is a popular open-source bulletin board written in PHP. This repository also contains the history of version 2.
Find a file
David M 0ebc5cc9ee The beginnings of the destruction of phpBB's greatest bottleneck, dynamic css...
As of phpBB 3.0.x, we take our "generic" CSS for a theme and later on combine it with the imagesets and languages as needed... What we did for 3.0.x involved dynamically resolving the variables in the CSS and then sending it off, caching it at several layers (except the one that mattered). The biggest issue with style.php is that it is one giant str_replace on every page load, no matter what; cache be damned. Instead, the trick is to cache the full compilation earlier on...
Further work to do: kill all the old crap and fully integrate the new solution


git-svn-id: file:///svn/phpbb/trunk@8649 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-06-12 07:24:13 +00:00
code_sniffer/phpbb Moving code sniffer stuff into subfolder so directory can be linked and doesn't require copying 2008-05-04 20:06:02 +00:00
phpBB The beginnings of the destruction of phpBB's greatest bottleneck, dynamic css... 2008-06-12 07:24:13 +00:00
tests fix security test for redirect. Also set common server variables to mimick a real testbed. 2008-06-08 21:43:27 +00:00