Page Index Toggle Pages: 1 [2] 3  Send TopicPrint
Very Hot Topic (More than 25 Replies) Give Feedback (Read 17678 times)
Shoeb Omar
God Member
*****
Offline


Mod Writer

Posts: 5665
Location: San Diego
Joined: Jun 29th, 2001
Gender: Male
Re: Give Feedback
Reply #15 - Apr 13th, 2002 at 6:34pm
Print Post  
ty xxl - u gonna make a mod file of it?
  

YaBB SP2 BETA!
Now taking pay jobs in PHP or Perl.  Contact me for details.
Back to top
IP Logged
 
Administrator
Forum Administrator
*****
Offline


Yummm

Posts: 7
Location: Modders Rile
Joined: Oct 7th, 2014
Gender: Male
Re: Give Feedback
Reply #16 - Apr 13th, 2002 at 6:39pm
Print Post  
sure Roll Eyes
  

The Administrator.
Back to top
WWW  
IP Logged
 
Tea-Master
Forum Administrator
*****
Offline



Posts: 1945
Location: north germany
Joined: Oct 21st, 2001
Gender: Male
Re: Give Feedback
Reply #17 - Apr 13th, 2002 at 6:44pm
Print Post  
i think yr fixes are a realy good compromize!

Code
Select All
if ($action eq "") { &WriteLog; }  
 


good idea ! will speed up the board without causing any probs or loosing features  Cheesy


so if you're board is slow think about the following:
- do i realy need all clicks logged?
( - do i read and interprete the log files ? )

if not... do what xxl did Smiley
if u think someone is hacking yr board or if u love website analysis - hm.. i wouldn't delete the clicklog.txt part.


PS: I will do with my board what u did  Grin
  
Back to top
WWW  
IP Logged
 
Carsten
Ex Member
*****


...to much YaMS

Gender: Male
Re: Give Feedback
Reply #18 - Apr 13th, 2002 at 6:52pm
Print Post  
Genious is a big word - but...  Grin
  
If you knock your head against a brick wall and hear a hollow sound, it's not necessarily coming from the wall.
Back to top
 
IP Logged
 
Administrator
Forum Administrator
*****
Offline


Yummm

Posts: 7
Location: Modders Rile
Joined: Oct 7th, 2014
Gender: Male
Re: Give Feedback
Reply #19 - Apr 13th, 2002 at 6:52pm
Print Post  
Here is a mod file to apply my changes.

If you have a good host, it will provide you log files made by the server directly. There normaly is no real need for a board clicklog. Wink
  

speed_boost.mod ( 2 KB | 102 Downloads )

The Administrator.
Back to top
WWW  
IP Logged
 
Christer Alexander
God Member
*****
Offline


Make my day...

Posts: 3443
Location: Lethbridge
Joined: Feb 10th, 2002
Gender: Male
Re: Give Feedback
Reply #20 - Apr 14th, 2002 at 6:29pm
Print Post  
REALLY NICE! so that's why I suddenly had time to read the posts this morning...
  

Code
Select All
unless(0) { stab("LoonyPandora"); next; } 

Back to top
IP Logged
 
Lord
Guest


Re: Give Feedback
Reply #21 - Apr 15th, 2002 at 11:40am
Print Post  
Yes thanx for making this official, I removed the clicklog code a while back and the speed improvement was amazing.. also my ISP stopped complaining also.. Smiley

--
www.lordoftherings.co.uk
www.thelordoftherings.co.uk
  
Back to top
 
IP Logged
 
Administrator
Forum Administrator
*****
Offline


Yummm

Posts: 7
Location: Modders Rile
Joined: Oct 7th, 2014
Gender: Male
Re: Give Feedback
Reply #22 - Apr 15th, 2002 at 4:16pm
Print Post  
I just enabled external gzip compression, tell me if it makes a difference, thx Smiley
  

The Administrator.
Back to top
WWW  
IP Logged
 
Christer Alexander
God Member
*****
Offline


Make my day...

Posts: 3443
Location: Lethbridge
Joined: Feb 10th, 2002
Gender: Male
Re: Give Feedback
Reply #23 - Apr 15th, 2002 at 4:24pm
Print Post  
marginally faster so far...
  

Code
Select All
unless(0) { stab("LoonyPandora"); next; } 

Back to top
IP Logged
 
kreatiV
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 70
Joined: Mar 26th, 2002
Re: Give Feedback
Reply #24 - Apr 16th, 2002 at 1:38pm
Print Post  
Could the board be sped up even more when the "Whos online" is NOT REMOVED but moved to a menu option ( so that you must click on it to "activate" it that one time ) ?

If so - who'll do it because I am unable to hack perl Wink
  
Back to top
 
IP Logged
 
atosch
Junior Member
**
Offline


I love YaBB 1 Gold!

Posts: 92
Joined: Sep 25th, 2001
Re: Give Feedback
Reply #25 - Apr 16th, 2002 at 3:15pm
Print Post  
how can you enable gzip compression?

cu atosch
  



Back to top
 
IP Logged
 
Administrator
Forum Administrator
*****
Offline


Yummm

Posts: 7
Location: Modders Rile
Joined: Oct 7th, 2014
Gender: Male
Re: Give Feedback
Reply #26 - Apr 16th, 2002 at 4:39pm
Print Post  
Quote:
Could the board be sped up even more when the "Whos online" is NOT REMOVED but moved to a menu option ( so that you must click on it to "activate" it that one time ) ?
no it wouldn't help at all because the logs are still made.

Quote:
how can you enable gzip compression?
actually you can't. You have code it yourself or wait for the mod to be released (I already have a copy here. It will be available with the next wave of mods)
  

The Administrator.
Back to top
WWW  
IP Logged
 
kreatiV
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 70
Joined: Mar 26th, 2002
Re: Give Feedback
Reply #27 - Apr 16th, 2002 at 5:35pm
Print Post  
Thanks Michael for your answer. Enabling GZIP is a good idea as well - can't wait for the release to speed up the board even more Smiley
  
Back to top
 
IP Logged
 
PaulP
New Member
*
Offline


I have always been here.

Posts: 13
Joined: Apr 19th, 2002
Gender: Male
Re: Give Feedback
Reply #28 - Apr 19th, 2002 at 3:53pm
Print Post  
Michael,
I installed your speed mod on my board and it is noticably faster. The only problem was that the search text did not match exactly. The chomp $date1 and chomp $date2 lines were not in my unmod'ed SP1 source. When I removed those lines from the mod, it installed correctly.  Thumbs Upsup:
  

Paul.
KC0MSQ
Back to top
WWW  
IP Logged
 
Andrew Knifel
Full Member
***
Offline


Drumsmith.com ROCKS YaBB!

Posts: 118
Joined: Feb 5th, 2002
Gender: Male
Re: Give Feedback (Speed)
Reply #29 - Apr 23rd, 2002 at 5:37am
Print Post  
Hi Michael,

I have been using the samd sDSL service at home since I signed up.  The board itself has always loaded fairly quickly.

But I do notice depending on internet traffic.  That the gifs on the index html page don't always load fast.  Sometimes they come right up.  Other times the frames load slower.

That;s just MY observation.   Grin
  

Andy Knifel
Back to top
IP Logged
 
Page Index Toggle Pages: 1 [2] 3 
Send TopicPrint