Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons

Reply
 
Thread Tools
Realtime Template Compressor: Reduces page sizes, loads pages faster, saves bandwidth Details »»
Realtime Template Compressor: Reduces page sizes, loads pages faster, saves bandwidth
Version: 1.1.0, by ShiningArcanine ShiningArcanine is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.5.0 Beta 1 Rating:
Released: 06-16-2005 Last Update: 06-16-2005 Installs: 274
Uses Plugins
 
No support by the author.

This is a port of Logican's Realtime Template Compressor hack from vBulletin 2.2.x to vBulletin 3.5.0 Beta 1. I wrote this by rewriting a version of the original hack, that I wrote for my forums when they ran 3.0.x, so that it would function as a plugin for 3.5.0.

I had originally sent this to Logican for him to release it but he replied granting me permission to release it; hence why I'm releasing this.

Installation is very simple. Just import the plugin via vBulletin's "Download / Upload Plugins" page in the Plugin System in the Admin Control Panel and you're done.

I'll try to correct any bugs that you might find. Let me know if you like this plugin and don't forget to click the install link if you install this.

Update History


Version 1.1.0: The expression was replaced with a more efficient one that increases the compression level from approximately 1-2% to approximately 4-8%.
Version 1.0.0: Initial Release

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #182  
Old 01-09-2006, 10:33 PM
jw00dy's Avatar
jw00dy jw00dy is offline
 
Join Date: Dec 2004
Location: Utah
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Excellent mod! My dialup users will love you forever!
Reply With Quote
  #183  
Old 01-09-2006, 10:47 PM
Julie's Avatar
Julie Julie is offline
 
Join Date: Mar 2005
Location: Oslo, Norway
Posts: 187
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'd like to re-install this as well... It's just the space-bug that's killing it for me. Many of my users like to add extra spacing in titles, etc, and this kills them :S
Reply With Quote
  #184  
Old 01-11-2006, 08:59 AM
Daracon Daracon is offline
 
Join Date: Nov 2005
Location: Germany
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by 1996 328ti
Nope. I can't use it until it is fixed.
I'm waiting for the fix too.
Reply With Quote
  #185  
Old 01-11-2006, 10:00 AM
ryuji ryuji is offline
 
Join Date: Jan 2006
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

im using the new code, but when i used the code from the download link it didnt break the advanced editor, it didnt do more tne 3-5% tho either that or a random code edit i did earlier fixed it if this is true ill figure out what i did if you ppl want
Reply With Quote
  #186  
Old 01-11-2006, 10:04 AM
tantawi tantawi is offline
 
Join Date: Sep 2002
Location: Egypt
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ryuji
im using the new code, but when i used the code from the download link it didnt break the advanced editor, it didnt do more tne 3-5% tho either that or a random code edit i did earlier fixed it if this is true ill figure out what i did if you ppl want
Please Thanks.
Reply With Quote
  #187  
Old 01-11-2006, 03:03 PM
DruidToolz DruidToolz is offline
 
Join Date: Oct 2005
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok i am kinda having a small problem... Before i installed this plugin i didn't have this [Output: 23.91 Kb. compressed to 22.99 Kb. by saving 0.92 Kb. (3.87%)] .. Showing at the bottom of the forum.. Can someone please tell me how to edit this xml file to get rid of that info at the bottom.. Thanx
Reply With Quote
  #188  
Old 01-11-2006, 03:24 PM
tantawi tantawi is offline
 
Join Date: Sep 2002
Location: Egypt
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DruidToolz
Ok i am kinda having a small problem... Before i installed this plugin i didn't have this [Output: 23.91 Kb. compressed to 22.99 Kb. by saving 0.92 Kb. (3.87%)] .. Showing at the bottom of the forum.. Can someone please tell me how to edit this xml file to get rid of that info at the bottom.. Thanx
Remove this:

PHP Code:
$pagenew_byte=strlen($output);
$page_kilobyte=number_format(($page_byte/1024),2);
$pagenew_kilobyte=number_format(($pagenew_byte/1024),2);
$pagesaved_byte=$page_byte-$pagenew_byte;
$pagesaved_kilobyte=number_format((($pagesaved_byte)/1024),2);
$pagesaved_perc=number_format(((100*$pagesaved_byte)/$page_byte),2);

$output str_replace('</body>''<center><span class="smallfont">[Output: ' $page_kilobyte ' Kb. compressed to <b>' $pagenew_kilobyte '</b> Kb. by saving <b>' $pagesaved_kilobyte '</b> Kb. (' $pagesaved_perc '%)]</span></center></body>'$output); 
Reply With Quote
  #189  
Old 01-11-2006, 03:56 PM
snakes1100 snakes1100 is offline
 
Join Date: Dec 2001
Location: Michigan
Posts: 3,733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

[Output: 70.26 Kb. compressed to 65.76 Kb. by saving 4.50 Kb. (6.41%)] - forum home

[Output: 35.66 Kb. compressed to 33.45 Kb. by saving 2.21 Kb. (6.20%)] - forum display, one of the bigger categories with a lot of forums.

[Output: 69.04 Kb. compressed to 63.66 Kb. by saving 5.38 Kb. (7.80%)] - Individual forum

This is running on 3.5.3, all edit functions with wysig work correctly.
Reply With Quote
  #190  
Old 01-11-2006, 04:03 PM
firstrebel's Avatar
firstrebel firstrebel is offline
 
Join Date: Dec 2005
Location: West London
Posts: 380
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by snakes1100
[Output: 70.26 Kb. compressed to 65.76 Kb. by saving 4.50 Kb. (6.41%)] - forum home

[Output: 35.66 Kb. compressed to 33.45 Kb. by saving 2.21 Kb. (6.20%)] - forum display, one of the bigger categories with a lot of forums.

[Output: 69.04 Kb. compressed to 63.66 Kb. by saving 5.38 Kb. (7.80%)] - Individual forum

This is running on 3.5.3, all edit functions with wysig work correctly.
Is this with the standard plugin or have you modded it?

Bob
Reply With Quote
  #191  
Old 01-11-2006, 04:12 PM
snakes1100 snakes1100 is offline
 
Join Date: Dec 2001
Location: Michigan
Posts: 3,733
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Latest download, no modifications.

Confirmed to work in 3.5.3
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:58 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04747 seconds
  • Memory Usage 2,313KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete