Hey all. Is there anything I can do to make the site load quicker? I know I am using larger images but it's still taking way too long to load. Any help would be greatly appreciated.
For starters use the attributes of height="" width="" and give the px dimensions of the image on the page in the <img> tags.
FYI: did take too awfully long to load.
Optimizing the images to 72dpi and the correct dimensions in either .jpg or .gif is a good idea. .png isn't too bad. Avoid .bmp.
Access is denied by this network, so I can't look at the code to comment.
__________________ ^_^
If anyone knows of a website that can offer ColdFusion help that isn't controlled by neurotic, pedantic jerks* (stackoverflow.com), please PM me with a link.
* The neurotic, pedantic jerks are not the owners; just the people who are in control of the "popularity contest".
For starters use the attributes of height="" width="" and give the px dimensions of the image on the page in the <img> tags.
FYI: did take too awfully long to load.
man I bought the code from themeforest, as I am not a coder. Can you give me a heads up in more detail of how that'd look?
my understanding is that the code makes the images fit the size of the browser used. So if I put in exact dimensions, wouldn't that be too large for an iPad, or laptop?
There is lot of aspect require to down loading of the website. The experience web developer require to check the coding structures, any third party API or script integration or not, remove unnecessary CSS and Java Script, Image optimization etc.
Yes, it is true that if you want to minimize downloading time, then remove unnecessary java script, css, images, etc. Also make sure to do perfect coding structure.
Removing unnecessary code is the crux of making your website load faster. I would suggest changing most JPEGs into PNGs.
Removal of any unnecessary JavaScript is good as well.
Check the load time on all browsers.
And get rid of ANY Iframes.
And make sure to Validate! Super important!
__________________ Validate, early and often. | Use W3Schools! |
Search for your answer before posting.
For the love of everything electronic, VALIDATE
Zdravstyvutye. Zdarova Chuvok?
Last edited by L0adOpt1c; 01-18-2013 at 01:17 PM..
Reason: validation
Hey all. Is there anything I can do to make the site load quicker? I know I am using larger images but it's still taking way too long to load. Any help would be greatly appreciated.
Error Line 296, Column 41: Bad value for attribute src on element img: Must be non-empty.
<li><a href="#"><img alt="" src="" ></a></li>
Syntax of IRI reference:
Any URL. For example: /hello, #canvas, or http://example.org/. Characters should be represented in NFC and spaces should be escaped as %20.
Error Line 297, Column 41: Bad value for attribute src on element img: Must be non-empty.
<li><a href="#"><img alt="" src="" ></a></li>
Syntax of IRI reference:
Any URL. For example: /hello, #canvas, or http://example.org/. Characters should be represented in NFC and spaces should be escaped as %20.
Error Line 298, Column 41: Bad value for attribute src on element img: Must be non-empty.
<li><a href="#"><img alt="" src="" ></a></li>
Syntax of IRI reference:
Any URL. For example: /hello, #canvas, or http://example.org/. Characters should be represented in NFC and spaces should be escaped as %20.
Error Line 299, Column 41: Bad value for attribute src on element img: Must be non-empty.
<li><a href="#"><img alt="" src="" ></a></li>
Syntax of IRI reference:
Any URL. For example: /hello, #canvas, or http://example.org/. Characters should be represented in NFC and spaces should be escaped as %20.
Error Line 300, Column 41: Bad value for attribute src on element img: Must be non-empty.
<li><a href="#"><img alt="" src="" ></a></li>
Syntax of IRI reference:
Any URL. For example: /hello, #canvas, or http://example.org/. Characters should be represented in NFC and spaces should be escaped as %20.
Error Line 319, Column 87: Bad value prettyPhoto[gallery1] for attribute rel on element a: Illegal character in path component. The string prettyphoto[gallery1] is not a registered keyword or absolute URL.
Syntax of absolute IRI:
An absolute URL. For example: http://example.org/hello, but not /hello. Spaces should be escaped as %20.
Syntax of link type valid for <a> and <area>:
A whitespace-separated list of link types listed as allowed on <a> and <area> in the HTML specification or listed as an allowed on <a> and <area> on the Microformats wiki without duplicate keywords in the list. You can register link types on the Microformats wiki yourself.
Error Line 329, Column 91: End tag p seen, but there were open elements.
Some of them are very pretty obvious and some might take a couple of minutes to figure out. But in all cases whoever sold you the code should fix his errors on his dime.
If you don't know what all that means, the address starts with the HTTP. After the word "check" is a question mark (?). Everything after that is parameters for the web page to work with.
__________________
.
.
...and gladly would he learn and gladly teach
Visit www.LiberalsWin.com for humor and the unique Bush/Obama Approval Polls
Hey all. Is there anything I can do to make the site load quicker? I know I am using larger images but it's still taking way too long to load. Any help would be greatly appreciated.
That looks like it ought to be at least seven separate pages and not just one.
Having way over 200 files to download to display the one page is also far too many. Try combining files together - you can even do it with images and then use CSS to display the separate images all out of the one file.
If you must have huge pages then make sure that they are not pages that people are likely to visit directly and provide a warning about the delays on the page where you put the link. People are more likely to wait for a huge web page to load if they know how big it is before they start to load it.