The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
HELLCAT's Realtime Page Compressor Details »» | |||||||||||||||||||||||||
This is my version of a realtime page compressor.
The idea is based on ShiningArcanine's port of the "Realtime Template Compressor", that is also based on the original concept by Logician, and can be found in this thread: https://vborg.vbsupport.ru/showthread.php?t=83248 But since my version doesn't contain any of his original code anymore (even the regular expressions have been rewritten) and I added a bunch of new features I finally decided to release this one as a speperate thing. Features:
What does this exately do? This plugin strips all unneccesary whitespace, linebreaks and HTML comments out of the final HTML code that vBulletin sends to the browser. This way the pages get a bit smaller (saving bandwidth) and the browser often renders the pages faster since there's no whitespace it must skip. Passages that are enclosed by <pre> and <textarea> tags are left untouched completely so text posted in [code], [php] and other bb-tags of that sort are not affected and kept like the user intended them to be. Passages enclosed in <script> tags are only striped from leading whitspace but not of linebreaks - this way JavaScript (and other) code will remain functional and does not get messed up. How to install Couldn't be more easy. If you have any other page/template complression tool installed -> uninstall it first. Then go to "AdminCP -> Product Manager -> Add/Import product" and import the .XML you downloaded here. Now go to the "vBulletin Options" in the AdminCP, under "Help Server Settings and Optimization Options" you will find the "Realtime Page Compressor Options" settings group. Open the settings, change them to what you want and hit "SAVE" (It's important that you SAVE the options even when you want to use the defaults! For vB to actually create theese settings in the DB they have to be saved at least once!!!) Done More details are in the README. Have fun! UPDATE 1.10 Not a day old and here comes the first update
Update 1.20
Update 1.21
Show Your Support
|
Comments |
#192
|
|||
|
|||
It's a typo. He means "publically"
|
#193
|
||||
|
||||
I know - I was just teasing so he can fix it in the next update if there is one -- it's a great plugin!
|
#194
|
|||
|
|||
Many Thanks
Installed |
#195
|
|||
|
|||
Very nice mod. Thank you very much for this. I need this when the forum is new.. cheers
|
#196
|
|||
|
|||
Installed! Saving about 10%
Thanks! |
#197
|
|||
|
|||
Hi, can this be used in conjunction with the template caching hacks?
|
#198
|
||||
|
||||
I installed this on a test forum using 3.5.4 but it's not stripping the html comments... any ideas why?
It's still saying about 10% saving but when viewing source the comments are still there.. For eg: Quote:
Any ideas why? :-/ It seems to have removed white space tho.. |
#199
|
||||
|
||||
One of our users used the below signature and threads could not be opened with his posts in it. Instead an error message apeared.
Error Message: Fatal error: Maximum execution time of 60 seconds exceeded in /path/forum/includes/functions.php(4367) : eval()'d code on line 67 Exact Signature used by user. Square brackets replaced with shift-square brackets {} [] : Just a Friggin Fan. __________.......................... H3___l__\___\ __............./\^/\ ---\___)----o|||||o......../\^/^\ (@) )---(@) ) ¯¯ ) )....../*2007*\ ^^^^^^^^^^^^ ..../*DAKAR* \ {url}www.flyhiflylo.blogspot.com{/url} |
#200
|
|||
|
|||
Howdy
[high]Concerning vBulletin 3.6 (beta 1):[/high] This seems to be working fine under vB3.6b1. At least I didn't encounter any problems while testing |
#201
|
|||
|
|||
Please replace this in your code so the one with no permission to view the stats won't get the un-recorgnized HTML code when using HTML tag output.
replace Code:
{ { Code:
} else { $output = str_replace('<cmpstat />','' , $output); } } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|