Quote:
|
Originally Posted by sovidiu
So it seems that the 1160 value (32 bits header + 96 bits trailer + 1024 bits payload + 8 bits perhaps for additional information) is justified.
|
Is that 8 bits or 8 bytes? Bytes I think.
But I do know that if you are one byte over that cutoff ... you might as well be 1000 over it. The packet is still the same size, even if there is only one byte of data inside of it.
Quote:
|
Originally Posted by sovidiu
But anyway, the main idea is that a CSS should be smaller than 8K. You might want to compress your Web site's content using the mod_gzip compression module. It compresses the information being sent to the visitor, for faster Web site-loadtime.
|
Working on it. ;0)