Please tell me , what need to do to speed your page, to open faster, please give me here tips and advice... what need to do for Load Page faster, and why your page open very slow? Somebody tell me need: use caching, do not parse php files every time Any other tips?
Minimize use of graphics, Flash, scripts. Stick to simple designs. Reduce the file size of your images . . . Spread out your content: if you have very long pages of contents, break them down into separate sections and thus bring down the sizes of the individual pages. There are many tips but I can't just copy/paste them here. You can earch Google.
Basically dump anything that is a memory hog that you really don't need. Graphics are the worst hog - don't use them except minimally. Try to keep most graphics on front page and then only use what is absolutely necessary. And when you must use graphics, reduce the size of the files. Cutting a graphics file size by 75% or more will noticeably speed up page loading. Don't use long tables unless you have no choice. Break up tables into smaller chunks when you can.
Please can you look this page www.eisbuy.com and this one open very very slow and don't know what to do..video.eisbuy.com thank you for your help
Your Flash content is slowing you down. I don't have Flash installed at all so when I loaded the page it loaded in UNDER ONE SECOND. Instead of loading the Flash content, load a picture that the viewer can click to view the video if they want to view it. That way your page will always load faster for everyone. And those that want to watch the video will be willing to wait for the Flash content to load.
You could always start by optimzing the css. Googled it and found this link: cssoptimiser.com. Change your pics to .gif if you havent already.
The flash is probably your biggest time grabber....lose that and you should notice a huge difference.
I just noticed that pages are not optimized. At most places you have javascripts, css embedded in the pages.
ok I understand, but look what I can put there? just html? How much info here and open very fast: http://www.aol.com what used shop.com on center? html?
Please help me: My team tell me on center my home page eisbuy.com this not Flash... please take and look tell me this Flash or not Flash? thank you
Use www.websiteoptimization.com/ or the Firefox plug-in Y-Slow to determine why your pages are slow. From the looks of it, it's because the huge number of images and the over all size of the site.
Most people in this topic are referring to video.eisbuy.com which is slow due to flash content however eisbuy.com loads fast.
A really good method of improoving your site speed if you have flash or other scripts slowing it down is to load them after your page has been loaded so you could use a javascript onload function and use javascript to later add the embed code for flash into a div or add the script code for other javascript functions which are not hosted on your website. You could by default say something like: Loading ... in the div while the page is loading and then later replace it with the html code using javascript.