MyBB Community Forums

Full Version: [Tutorial] 10 Steps for Achieving the Maximum Possible Speed for Your MyBB Forum!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
1. Use cdn Big Grin
2. add <img height="24px" width="24px" src=.... for your customicons, etc.
for facebook login, search the script.
3. Just use css generator, google for it. For the custom icons, you might think twice for it, because it cannot be change easily. If you comfort with those icons, and don't want to add any more forum you might sprite it.

From the report there's also suggest you to optimize images, just spend a while with yahoo smush it.
(2011-06-20, 06:28 PM)airborne Wrote: [ -> ]1. Use cdn Big Grin
2. add <img height="24px" width="24px" src=.... for your customicons, etc.
for facebook login, search the script.
3. Just use css generator, google for it. For the custom icons, you might think twice for it, because it cannot be change easily. If you comfort with those icons, and don't want to add any more forum you might sprite it.

From the report there's also suggest you to optimize images, just spend a while with yahoo smush it.

I don't think using a CDN is a worthwhile option for him/her with the current size of that forum.
http://gtmetrix.com/analyze.html?url=htt...oard.de%2F

Page Speed Grade: A (94%)
YSlow Grade: A (93%)

Toungue

No problem to get 97-99% but for a bad cost-benefit ratio...
How to fix this "Specify image dimensions" ?
My forum_bit code is this = <img height="18px" width="16px" src=

Then my images original dimensions are all 24x24,
Is it OK, or i should fix the code to = <img height="24px" width="24px" src= ?

How to image sprite?

Thanks!


(2011-06-21, 04:28 AM)nadlerz Wrote: [ -> ]How to fix this "Specify image dimensions" ?
My forum_bit code is this = <img height="18px" width="16px" src=

Then my images original dimensions are all 24x24,
Is it OK, or i should fix the code to = <img height="24px" width="24px" src= ?

How to image sprite?

Thanks!

You need to find out how large your images are before you specify a size. Looks like the lightbulbs in the forumbit are 32x32, so you need to use that size, not less, otherwise your scores go down.

And idk how to use sprites. I don't think it would give you a boost though.
<img height="24px" width="24px" src= ?

Yeah, that should be correct.

Sprites will make initial page load a wee bit faster, no need to worry about them, really.
Is it OK if i will not include height="24px" and width="24px" attribute?
(2011-06-21, 05:42 AM)Renegader Wrote: [ -> ]<img height="24px" width="24px" src= ?

Yeah, that should be correct.

Sprites will make initial page load a wee bit faster, no need to worry about them, really.
Did you read what I said about those images being 32x32? 24x24 is the wrong value, and you'll lose what little benefit it does give you.
(2011-06-21, 08:46 AM)nadlerz Wrote: [ -> ]Is it OK if i will not include height="24px" and width="24px" attribute?

Certainly. There's not much of a boost with them, but everything doesn't move as much during loading from what I've seen.
How to do this one , Combine images using CSS sprites ? Big Grin
And Also free CDN?
Just like MaXCDN :-
(2011-06-21, 05:03 PM)nadlerz Wrote: [ -> ]How to do this one , Combine images using CSS sprites ? Big Grin
And Also free CDN?
Just like MaXCDN :-

idk about the sprites, but the CDN isn't necessary for your forum size at the moment. You'll be better off just using CloudFlare for now.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17