Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Can someone look at this and tell me why this is?

Guest
Jul 18, 2009 Jul 18, 2009

     I went to look at the source of a page to see what keywords they were using and why it was taking so long to load , and I noticed something I have never seen before.  There is a HUGE amount of negative space between the coding.  You have to scroll through a ridiculous amount of blank space to find the code and the code is spread out so you can't even read it.  Can anyone tell me why this is?  Is it a design flaw and does it have anything to do with loading time?  I cant understand why it would do that and how you would even fix it.

Here is the site: http://www.castleresorts.com/

410
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 18, 2009 Jul 18, 2009

Too much white space in the html source code is bad.  It's often caused by doing certain things inside loops.  To avoid it, use cfsilent.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jul 18, 2009 Jul 18, 2009

Would this contribute to slow performance and loading times?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 19, 2009 Jul 19, 2009
LATEST

White space is still data and the more you have, the longer it takes the page to load.  It has no effect on how fast your code processes.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources