phpbb/phpBB/includes
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
..
acm ok... i hope i haven't messed too much with the code and everything is still working. 2008-05-29 12:25:56 +00:00
acp The beginnings of the destruction of phpBB's greatest bottleneck, dynamic css... 2008-06-12 07:24:13 +00:00
auth HTTP Authentication supports UTF-8 usernames now [Bug #21135] 2008-06-04 16:05:49 +00:00
bbcode A little cleanup 2008-03-29 14:11:49 +00:00
captcha #22855 2008-04-22 14:13:12 +00:00
db ok... i hope i haven't messed too much with the code and everything is still working. 2008-05-29 12:25:56 +00:00
diff merge with revision #r8350 2008-01-30 16:14:39 +00:00
hooks oh boy... 2008-01-03 17:00:40 +00:00
mcp #27325 2008-06-09 12:37:44 +00:00
search merging r8604 into trunk 2008-06-04 17:28:43 +00:00
ucp merge... 2008-06-08 21:44:59 +00:00
utf ok... i hope i haven't messed too much with the code and everything is still working. 2008-05-29 12:25:56 +00:00
auth.php ok... i hope i haven't messed too much with the code and everything is still working. 2008-05-29 12:25:56 +00:00
bbcode.php ok... i hope i haven't messed too much with the code and everything is still working. 2008-05-29 12:25:56 +00:00
cache.php do not allow [flash=0,0]... not implemented for images due to the reliance on getimagesize() - as usual both sizes are able to be limited by the maximum/minimum image size configuration options 2008-06-07 13:42:06 +00:00
constants.php Merging mime and referer checks into the Trunk 2008-05-28 13:05:45 +00:00
formatted_text.php A little cleanup 2008-03-29 14:11:49 +00:00
functions.php The beginnings of the destruction of phpBB's greatest bottleneck, dynamic css... 2008-06-12 07:24:13 +00:00
functions_admin.php ok... i hope i haven't messed too much with the code and everything is still working. 2008-05-29 12:25:56 +00:00
functions_compress.php check if folder is not empty (may happen for absolute paths). Thanks paul 2008-06-09 17:46:41 +00:00
functions_content.php ok... i hope i haven't messed too much with the code and everything is still working. 2008-05-29 12:25:56 +00:00
functions_convert.php ok... i hope i haven't messed too much with the code and everything is still working. 2008-05-29 12:25:56 +00:00
functions_display.php ok... i hope i haven't messed too much with the code and everything is still working. 2008-05-29 12:25:56 +00:00
functions_install.php ok... i hope i haven't messed too much with the code and everything is still working. 2008-05-29 12:25:56 +00:00
functions_jabber.php merge again, revisions 8516 to 8525 2008-04-21 15:10:59 +00:00
functions_messenger.php i am very sorry... i played a bit... :( 2008-05-29 12:28:07 +00:00
functions_module.php ok... i hope i haven't messed too much with the code and everything is still working. 2008-05-29 12:25:56 +00:00
functions_posting.php #23945 2008-06-09 12:37:08 +00:00
functions_privmsgs.php ok... i hope i haven't messed too much with the code and everything is still working. 2008-05-29 12:25:56 +00:00
functions_profile_fields.php ok... i hope i haven't messed too much with the code and everything is still working. 2008-05-29 12:25:56 +00:00
functions_template.php ok... i hope i haven't messed too much with the code and everything is still working. 2008-05-29 12:25:56 +00:00
functions_transfer.php ok... i hope i haven't messed too much with the code and everything is still working. 2008-05-29 12:25:56 +00:00
functions_upload.php ok... i hope i haven't messed too much with the code and everything is still working. 2008-05-29 12:25:56 +00:00
functions_user.php #16124 2008-06-09 13:06:14 +00:00
index.htm Add blank indexes to stop nosey people being, erm, nosey 2001-11-21 13:06:56 +00:00
message_parser.php do not allow [flash=0,0]... not implemented for images due to the reliance on getimagesize() - as usual both sizes are able to be limited by the maximum/minimum image size configuration options 2008-06-07 13:42:06 +00:00
session.php #27395 2008-06-09 17:10:59 +00:00
template.php ok... i hope i haven't messed too much with the code and everything is still working. 2008-05-29 12:25:56 +00:00