I notice that my Dolphin 7 site is a bit slow to load. And no it's not my server.
Anybody have any suggestions on how to make the index page load faster. I've already got rid of almost everything from my home page.
I notice that my Dolphin 7 site is a bit slow to load. And no it's not my server.
Anybody have any suggestions on how to make the index page load faster. I've already got rid of almost everything from my home page. No Signature at this time. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Change the default images in the rotating banner, they are HUGE! You need to reduce the file size footprint of the page itself. http://towtalk.net ... Hosted by Zarconia.net! | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Agreed. The flash image thingy on the main page is the big slow down. https://www.deanbassett.com | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Agreed. The flash image thingy on the main page is the big slow down. You have no idea... Running HTTrack in another tab, and I'm afraid of another freezing-to-crashing incident like the last few times due to high resource usage. What's worse is when people add an even larger Flash (yes, Adobe Flash) banner, which takes up even more resources. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Here's a tip to get your site loading much faster. By default Dolphin is not set to compress when sending out. The home page itself is over 180k large. So you need to use the deflate in your htaccess to dramatically speed up the entire site. I use this in my htaccess. Place it at the bottom of the list below AddType application/x-shockwave-flash .swf # gzip text content This will nicely compress your site files when sending over the intertubes and thus a faster download. For some reason not all of dolphins css will compress but this gets you about 88.5% reduction of your home page size. The other issues are picture size, replace some of the pictures iwth better optimized ones. By default, boonex uses .jpg and I don't like that, I like png personally. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Oh I want to add this, This tool checks your website compression: http://www.seoconsultants.com/tools/compression.asp Go check your site before and after compression. Here are my stats, went from 161,000! bites to 18,000 edit if you found this useful please tick the + sign. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Here's a tip to get your site loading much faster. By default Dolphin is not set to compress when sending out. The home page itself is over 180k large. So you need to use the deflate in your htaccess to dramatically speed up the entire site. I use this in my htaccess. Place it at the bottom of the list below AddType application/x-shockwave-flash .swf # gzip text content This will nicely compress your site files when sending over the intertubes and thus a faster download. For some reason not all of dolphins css will compress but this gets you about 88.5% reduction of your home page size. The other issues are picture size, replace some of the pictures iwth better optimized ones. By default, boonex uses .jpg and I don't like that, I like png personally. mauricecano I tried that, and when I refreshed my site, I got a 500 Internal Service Error. newbreed | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
You might not have it installed or enabled on your server. Follow these instructions here to install and enabled for your server | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Installing mod_deflate would require you have a dedicated or VPS Server. https://www.deanbassett.com | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
You might not have it installed or enabled on your server. Follow these instructions here to install and enabled for your server Gotcha, I didn't realize it was something I needed to have installed first...lol brb :-) newbreed | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Damn, I don't have Apache2, only up to Apache 1.3. Host says there is an equivalent mod for 1.3, so I may try that... newbreed | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
You can always use the gzip variant, it isn't as fast but it will still help your site. I don't have the gzip commands nad you need to make sure a mod is installed, I can get that information later tonight. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
http://www.boonex.com/unity/forums/#topic/How-to-reduce-load-time-of-dolphin-7.htm works great on shared host :) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Man... that helped! Thanks for that valuable input Guynuked -- Dedicated server and Dolphin-friendly hosting with Zarconia.net | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Man... that helped! Thanks for that valuable input and that thanks goes to who ?... so many inputs here lol :) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Man... that helped! Thanks for that valuable input and that thanks goes to who ?... so many inputs here lol :) It was pointed to mauricecano :) Guynuked -- Dedicated server and Dolphin-friendly hosting with Zarconia.net | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Here's a tip to get your site loading much faster. By default Dolphin is not set to compress when sending out. The home page itself is over 180k large. So you need to use the deflate in your htaccess to dramatically speed up the entire site. I use this in my htaccess. Place it at the bottom of the list below AddType application/x-shockwave-flash .swf # gzip text content This will nicely compress your site files when sending over the intertubes and thus a faster download. For some reason not all of dolphins css will compress but this gets you about 88.5% reduction of your home page size. The other issues are picture size, replace some of the pictures iwth better optimized ones. By default, boonex uses .jpg and I don't like that, I like png personally. Is this recommended for D6 also? | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Here's a tip to get your site loading much faster. By default Dolphin is not set to compress when sending out. The home page itself is over 180k large. So you need to use the deflate in your htaccess to dramatically speed up the entire site. I use this in my htaccess. Place it at the bottom of the list below AddType application/x-shockwave-flash .swf # gzip text content This will nicely compress your site files when sending over the intertubes and thus a faster download. For some reason not all of dolphins css will compress but this gets you about 88.5% reduction of your home page size. The other issues are picture size, replace some of the pictures iwth better optimized ones. By default, boonex uses .jpg and I don't like that, I like png personally. Is this recommended for D6 also? It should work just fine. Personally, I use this: <IfModule mod_deflate.c> I use this for all of my web sites. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
wait.. i'm a bit confused. What's wrong with using Optimize Website in Cpanel? Is that any good? :/ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
I was talking about this with a friend and he suggest me to use relative directions, not complete specially in index.php that use to be the most weight. Now all links in source code are: http://www.yoursite.com/m/spy hundreds of them He say that if links were only /m/spy will help to load faster, save many bytes, It is also possible that for many users go faster for another reason: those who have disabled the DNS cache whenever they find 1 http://www.yoursite.com will be making a call to the DNS server to translate the domain to the IP xxx.xx.xxx.xx Is possible to change url?? Thank you in advance. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
mauricecano YOU ROCK...
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Can someone do this for me? I would rather pay someone to do it then figure it out myself? Anyone interested? Please post price. M | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Can someone do this for me? I would rather pay someone to do it then figure it out myself? Anyone interested? Please post price. M If you like, you can contact me and I will handle everything, free of charge. Edit: Nevermind, you're using a fake profile modification. I can't help you. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Can someone do this for me? I would rather pay someone to do it then figure it out myself? Anyone interested? Please post price. M If you like, you can contact me and I will handle everything, free of charge. Edit: Nevermind, you're using a fake profile modification. I can't help you. hahahah way to go man :) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Can someone do this for me? I would rather pay someone to do it then figure it out myself? Anyone interested? Please post price. M If you like, you can contact me and I will handle everything, free of charge. Edit: Nevermind, you're using a fake profile modification. I can't help you. hahahah way to go man :) Heh, what can I say? I'm a man of my word. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Can someone do this for me? I would rather pay someone to do it then figure it out myself? Anyone interested? Please post price. M If you like, you can contact me and I will handle everything, free of charge. Edit: Nevermind, you're using a fake profile modification. I can't help you. hahahah way to go man :) Heh, what can I say? I'm a man of my word. LOL. I figured it out. Thanks. I shouldn't of been lazy in the first place. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
WOW!!!! I owe you a steak dinner!
http://towtalk.net ... Hosted by Zarconia.net! | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Does this have to be applied to every .htaccess file or just in the root? | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Just add to root, works great for me. From the land DownUnder | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
I got much better figures from using gzip. Only 87% compression with a speed increase of 7.0x for using mod_deflate But 90% compression with a speed increase of 9.1x for enabling gzip. To enable it simply add the following line to the top of your index.php file ob_start("ob_gzhandler"); Of course your server has to support it for it to work. /DM Dolphin - Ajax Masturbation | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
mauricecano - That was AWESOME!!! What an amazing difference! You sir, are brilliant! | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
wow thanks for this, most of my sites are faster then before... great job. Kids first | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Here's a tip to get your site loading much faster. By default Dolphin is not set to compress when sending out. The home page itself is over 180k large. So you need to use the deflate in your htaccess to dramatically speed up the entire site. I use this in my htaccess. Place it at the bottom of the list below AddType application/x-shockwave-flash .swf # gzip text content This will nicely compress your site files when sending over the intertubes and thus a faster download. For some reason not all of dolphins css will compress but this gets you about 88.5% reduction of your home page size. The other issues are picture size, replace some of the pictures iwth better optimized ones. By default, boonex uses .jpg and I don't like that, I like png personally. Its really INCREDIBLE!!! We use hosting from Arvixe, and really have seen that will grew up - 3-4 times! And when in Admin Settings:
then speed is much faster ... :))) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
I got much better figures from using gzip. Only 87% compression with a speed increase of 7.0x for using mod_deflate But 90% compression with a speed increase of 9.1x for enabling gzip. To enable it simply add the following line to the top of your index.php file ob_start("ob_gzhandler"); Of course your server has to support it for it to work. /DM No! Not right. ob_start("ob_gzhandler"); - must be in /inc/header.inc.php in top, but not in index.php Test was approved. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
hi, my sites were uploading so slow it was pathetic, so i took your advice, and found the in the perl modules, i did a search for MemCached. and on the list was catalyst. i installed it. and WOW, the sites are Fast. So, if you are an average person like me, and don't know much about the backend, like these pro's do, try catalyst, keep the window open for it to run while its installing. and it will install everything you need to get the site running fast. Takes a while to install, and you can watch it install all the other modules and files it needs. can scroll down, and watch it as its running. it will finally stop, after everything you need to make it faster. i love it. Thank you AndrewP
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Wow, this definitely did the trick with my website! I recommend giving this a try it will load your web pages a lot faster. This is my difference!
For live support go see Jason at http://www.dolphin-techs.com he is a real big help! | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
your site is throwing 403 error for me.. ManOfTeal.COM a Proud UNA site, six years running strong! | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
newton, i am still developing my website so i have it blocked. i unblocked it when i ran the test and then when i was finished i blocked it again. this made my website load so much faster though. thanks For live support go see Jason at http://www.dolphin-techs.com he is a real big help! |