vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Realtime Template Compressor: Reduces page sizes, loads pages faster, saves bandwidth (https://vborg.vbsupport.ru/showthread.php?t=83248)

jw00dy 01-09-2006 10:33 PM

Excellent mod! My dialup users will love you forever!

Julie 01-09-2006 10:47 PM

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

Daracon 01-11-2006 08:59 AM

Quote:

Originally Posted by 1996 328ti
Nope. I can't use it until it is fixed. :(

I'm waiting for the fix too.

ryuji 01-11-2006 10:00 AM

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

tantawi 01-11-2006 10:04 AM

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.

DruidToolz 01-11-2006 03:03 PM

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

tantawi 01-11-2006 03:24 PM

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); 


snakes1100 01-11-2006 03:56 PM

[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.

firstrebel 01-11-2006 04:03 PM

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

snakes1100 01-11-2006 04:12 PM

Latest download, no modifications.

Confirmed to work in 3.5.3


All times are GMT. The time now is 07:42 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01507 seconds
  • Memory Usage 1,745KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete