The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Compress Forum Templates (Speed up your Forums & Save Bandwidth) Details »» | |||||||||||||||||||||||||||
Compress Forum Templates (Speed up your Forums & Save Bandwidth)
Developer Last Online: Nov 2019
Compress Forum Templates & Phrases Speed up your Forums & Save Bandwidth Description: Hi, this is a pretty simple hack that involves compressing the 'compiled' version of your templates, this way it only compresses the part thats to be shown on the forum and not the actual template data you edit. Background: Got the idea from Zero Tolerance in buro9's thread: https://vborg.vbsupport.ru/showthread.php?t=69787 The above hack compresses the page at parse time, while it provides some speed enhancement, on large pages you can actually "negate" the point of using the hack in the first place, because of the overhead in compression. Thus, the creation of this hack is to provide similiar functionality, but done in the adminCP; and without the overhead of constant compression. Info: No Queries. Only query is used when compressing your templates, the rest of the time its just pulling the templates straight out of the database like normal. Updates: Version 2.8 - Added Strip Whitespace from Start of JS Line by buro9 Version 2.7 - Option to strip HTML Comments from Compressed Output Version 2.6 - Removed Phrase Compression altogether, Too Iffy Version 2.5 - Removed the ASCII \n removal, emails should work now. Version 2.4 - Had to add editor_jsoptions_size to the Bad Templates array, it also was causing a font selection error. Version 2.3 - Added Phrase compression support, should help further increase page compression. Version 2.2 - Slightly Recoded Template compression for faster results. Version 2.1 - Added php_include templates to bad templates, will not compress these. Version 2.0 - Recoded Script, added support for certain templates to not compress Version 1.9 - Re-Added support for InLine Styles. Version 1.8 - Removed support for InLine Styles, all Style data is left with Linebreaks. Version 1.7 - Removed support for InLine Javascript, all JavaScript is left with Linebreaks. Version 1.6 - Fixed Tab problem, tabs are replaced with a single space Version 1.5 - Removed a part of the SQL. Version 1.4 - TOTALLY Remade, Works perfect now; Ultimate Compression Version 1.3 - Adjusted Again Version 1.2 - Adjusted Stripping regex Version 1.1 - Added Uncompress Support Version 1.0 - Release Install: Step 1. [ Open admincp/template.php ] Step 2. [ Go to about line: 1278, or just look for $_REQUEST['do'] == 'edit' ] Step 3. [ Above Step 2, add the below code ] PHP Code:
Step 5. [ look for ] PHP Code:
PHP Code:
1. Install 2. In the admincp left navigation, select "Compress Templates". 3. Repeat Step 2 after each modification of your Templates whenever you decide to change something. 4. If you want to uncompress all Templates, select "Uncompress Templates" 5. IF Any Templates Come Out Weird, add the template Name to the Bad Templates Array and Re-Run the Compress Templates. Supporters / CoAuthors Show Your Support
|
Comments |
#52
|
|||
|
|||
Nope, everything else is working fine... editors doing their job, popups where needed are working (attachments, i have a translate hack, buddy list, thread replies, etc).
So just that one very small adjustment... and frankly, for the benefit this hack gives I'd opt for the editing of the footer template over reducing the compression the hack does. |
#53
|
|||
|
|||
Quote:
I'll upgrade now |
#54
|
|||
|
|||
It works, but I had to add a line break.
I'm not sure what version of footer I customised (most likely the vb3 beta one that I've been dragging through each update), but it had the <script block directly following the DST correction block: </if><script For some reason that I don't want to look into , it would not recognise that as a JS block and was compressing it. If I moved the <script onto a new line like thus: </if> <script Then it worked perfectly. As I said though... the footer template is one I modified in vb a long time ago... so this is likely not an issue as viewing the original now shows that they are indeed on new lines already and thus work perfectly. If anyone has old templates that they've modified though, they hopefully will read this and add the linebreak |
#55
|
|||
|
|||
Hi
And here is the german translation for all german users: |
#56
|
||||
|
||||
Update:
Removed support for inline javascript, all javascript stays line-per-line. Removed support for inline styles, all style data stays line-per-line. |
#57
|
|||
|
|||
Would you please tell me what to change in the code, so that I can change it in the translation too?
|
#58
|
|||
|
|||
Hrm,
Here's a little problem with the latest version. |
#59
|
||||
|
||||
Quote:
|
#60
|
||||
|
||||
Update:
Im workin on the solution, ive identied the problem as a special template. |
#61
|
||||
|
||||
Update;
Finished, everyone use the newest version of the code. Problem was a certain template that delt with fonts available from drop down menu, they were being compressed also, causing errors. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|