Welcome, Guest. Please Login or Register.
April 27, 2025, 07:37:18 AM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.4.x & 1.3.x] Speedup your Boardindex NEW Version 2! « previous next »
Pages: 1 ... 7 8 [9] 10 Reply Ignore Print
Author Topic: [Done 1.4.x & 1.3.x] Speedup your Boardindex NEW Version 2!  (Read 25692 times)
Compuart
Quality, Quality, Quality!
YaBB God
*****
Posts: 1283


ICQ - 8801024Compuart@hotmail.com WWW
Re:[Done 1.4.x & 1.3.x] Speedup your Boardindex NEW Version 2!
« Reply #120 on: December 05, 2002, 10:20:21 PM »
Reply with quote

checkout the fromName. It's case sensitive  ;D
Logged

Daniel D.
Mod Team
YaBB God
*****
Posts: 2935


Re:[Done 1.4.x & 1.3.x] Speedup your Boardindex NEW Version 2!
« Reply #121 on: December 05, 2002, 10:25:17 PM »
Reply with quote

 :-[ :-X :P ;D

Ok, ok, you're the king.
« Last Edit: December 05, 2002, 10:33:28 PM by Daniel D. » Logged

groundup
Disciple of Joe, Head Cleric
Mod Team
YaBB God
*****
Posts: 2983


Error 309: Please notify the administrator of this

WWW
Re:[Done 1.4.x & 1.3.x] Speedup your Boardindex NEW Version 2!
« Reply #122 on: December 06, 2002, 03:12:59 AM »
Reply with quote

also:
it should store the member id instead of the member name for the logs. Also, when deleting a member, it deletes the IM's by username, which should be by the id. I am looking at that function right now so this is why I am bringing this up. I am sure there are other places wehre it does the same.
Logged

http://www.fastfinancialfreedom.org - financial freedom is a myth
http://www.fastfinancialfreedom.org - financial freedom is a myth
http://www.fastfinancialfreedom.org - financial freedom is a myth
fastfinancialfreedom.org
Overseer
Sr. Member
****
Posts: 455


Re:[Done 1.4.x & 1.3.x] Speedup your Boardindex NEW Version 2!
« Reply #123 on: December 06, 2002, 10:44:34 PM »
Reply with quote

just updated my board. didnt have any probs with boardmod this time. dropped in like a charm.
very noticeable performance jump! props!

« Last Edit: December 07, 2002, 01:01:16 AM by Overseer » Logged

I learned that from the G's, a G is an Overseer, the Overseer sees.
More than you do 'cause he gets experienced - Snoop on Daz's OG

Supreme exalted, universal leader, Descendent of the kings and queens, the Overseer
The overlord, cream of the crop, creme de la creme - Gang Starr  Royalty
jthorpe
Sr. Member
****
Posts: 331


WWW
Re:[Done 1.4.x & 1.3.x] Speedup your Boardindex NEW Version 2!
« Reply #124 on: December 10, 2002, 03:46:39 PM »
Reply with quote

My BoardIndex was painfully slow, even after this mod was installed.  I finally figured out the problem with mine and took that part of it out, and now my BoardIndex is instant!  There is a query in recent.php that is used to show the last post and gives a link to the 10 most recent posts on the boards.  Basically, I removed the pointer to this in the BoardIndex and it was 20 times faster than before.  Instead of showing the latest post on the BI, I just put a link to click on for the last 10 posts.  That's not a major issue for me.  The query that was giving me huge problems is listed below.  I believe it's the first query in recent.php:

# Query_time: 3  Lock_time: 0  Rows_sent: 1  Rows_examined: 310947
SELECT m.posterTime,m.subject,m.ID_TOPIC,t.ID_BOARD,m.posterName,t.numReplies,t.ID_FIRST_MSG FROM dodgediesel_messages as m,dodgediesel_topics as t,dodgediesel_boards as b,dodgediesel_categories as c WHERE (m.ID_TOPIC=t.ID_TOPIC && t.ID_BOARD=b.ID_BOARD && b.ID_CAT=c.ID_CAT && (FIND_IN_SET('Administrator',c.memberGroups)!=0 || c.memberGroups='' || 'Administrator' LIKE 'Administrator' || 'Administrator' LIKE 'Global Moderator')) ORDER BY m.posterTime DESC LIMIT 1;

Check out my  board Index now:

http://www.dieseltruckresource.com/yabbse/index.php
« Last Edit: December 10, 2002, 03:47:55 PM by jthorpe » Logged
Compuart
Quality, Quality, Quality!
YaBB God
*****
Posts: 1283


ICQ - 8801024Compuart@hotmail.com WWW
Re:[Done 1.4.x & 1.3.x] Speedup your Boardindex NEW Version 2!
« Reply #125 on: December 10, 2002, 03:55:34 PM »
Reply with quote

Quote from: jthorpe on December 10, 2002, 03:46:39 PMMy BoardIndex was painfully slow, even after this mod was installed.  I finally figured out the problem with mine and took that part of it out, and now my BoardIndex is instant!  There is a query in recent.php that is used to show the last post and gives a link to the 10 most recent posts on the boards.  Basically, I removed the pointer to this in the BoardIndex and it was 20 times faster than before.  Instead of showing the latest post on the BI, I just put a link to click on for the last 10 posts.  That's not a major issue for me.  The query that was giving me huge problems is listed below.  I believe it's the first query in recent.php:
Yep, recent.php is slowing the forum down a great deal. But I guess you haven't tested out my second version of the speedup mod, cuz that one fixes the recent.php issue  ;D

Thanks for pointing us in this direction though  8)
Logged

jthorpe
Sr. Member
****
Posts: 331


WWW
Re:[Done 1.4.x & 1.3.x] Speedup your Boardindex NEW Version 2!
« Reply #126 on: December 10, 2002, 03:56:53 PM »
Reply with quote

ahhh.  I guess I should test the second version.  ;D
Logged
lordy123
Jr. Member
**
Posts: 65


I'm a llama!

Re:[Done 1.4.x & 1.3.x] Speedup your Boardindex NEW Version 2!
« Reply #127 on: December 14, 2002, 02:04:42 PM »
Reply with quote

OK, probably a stupid question, but where can I get the mod on its own? The links on the first post seem to be for complete YaBB SE distributions? I have a 1.4.1 install with all the bugs manually fixed and I'd now like to apply this mod manually..
Thanx!
Logged
Spazer
Noobie
*
Posts: 8


I'm a llama!

WWW
Re:[Done 1.4.x & 1.3.x] Speedup your Boardindex NEW Version 2!
« Reply #128 on: December 14, 2002, 04:09:29 PM »
Reply with quote

http://www.kyrandia.nl/test/SpeedUpBoardIndex-2.3.zip

You must have missed it...
Logged

lordy123
Jr. Member
**
Posts: 65


I'm a llama!

Re:[Done 1.4.x & 1.3.x] Speedup your Boardindex NEW Version 2!
« Reply #129 on: December 14, 2002, 04:30:27 PM »
Reply with quote

Thanx  ;D

BTW, will this also help to reduce number of active connections?
Logged
lbyard
Noobie
*
Posts: 42


WWW
Re:[Done 1.4.x & 1.3.x] Speedup your Boardindex NEW Version 2!
« Reply #130 on: December 15, 2002, 02:08:57 AM »
Reply with quote

Super fast!!!  Installed without a glitch on 1.4.1 using BoardMod.  Larry
http://duxcw.com/yabbse
Logged
strike2death
Jr. Member
**
Posts: 70


I'm a llama!

Re:[Done 1.4.x & 1.3.x] Speedup your Boardindex NEW Version 2!
« Reply #131 on: December 28, 2002, 11:58:07 PM »
Reply with quote

hi, i installed the latest version and i get this error:

Quote2: Supplied argument is not a valid MySQL result resource
(/data/members/free/multimania/fr/t/h/e/themartos/htdocs/yabbse/Sources/BoardIndex.php ln 167)

so now im gonna uninstall it until i can fix it
Logged
strike2death
Jr. Member
**
Posts: 70


I'm a llama!

Re:[Done 1.4.x & 1.3.x] Speedup your Boardindex NEW Version 2!
« Reply #132 on: December 29, 2002, 12:01:24 AM »
Reply with quote

this mod really works, but the error that i said before is just in the index
Logged
Compuart
Quality, Quality, Quality!
YaBB God
*****
Posts: 1283


ICQ - 8801024Compuart@hotmail.com WWW
Re:[Done 1.4.x & 1.3.x] Speedup your Boardindex NEW Version 2!
« Reply #133 on: December 29, 2002, 12:02:06 AM »
Reply with quote

you didn't forget to run the php that was in the zip?
Logged

groundup
Disciple of Joe, Head Cleric
Mod Team
YaBB God
*****
Posts: 2983


Error 309: Please notify the administrator of this

WWW
Re:[Done 1.4.x & 1.3.x] Speedup your Boardindex NEW Version 2!
« Reply #134 on: December 29, 2002, 12:10:26 AM »
Reply with quote

Just to make sure everyone knows this.. this mod is present in 1.5. If you wish to install this mod, I recommend just upgrading to 1.5 as there are even more fixes.
Logged

http://www.fastfinancialfreedom.org - financial freedom is a myth
http://www.fastfinancialfreedom.org - financial freedom is a myth
http://www.fastfinancialfreedom.org - financial freedom is a myth
fastfinancialfreedom.org
Pages: 1 ... 7 8 [9] 10 Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.4.x & 1.3.x] Speedup your Boardindex NEW Version 2! « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.035 seconds with 16 queries.