View Single Post
Old 01-18-2013, 11:20 PM   PM User | #1
chostwales
New to the CF scene

 
Join Date: Aug 2010
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
chostwales is an unknown quantity at this point
Compress images/content on load that are within frames

Hi All,

We have developed this site: http://www.aloha-connect.com/

Our issue is that within this page, we have many frames.. in some cases, frame within a frame.

Our issue is, that on connections with low bandwidth. It can take a long time to load. We have tried using the php gzip code: <?php ob_start("ob_gzhandler"); ?> to load, but we are noticing that the frame contents are not loading as quick. We then tried putting the <?php ob_start("ob_gzhandler"); ?> code within the frame pages as well and didn't make any difference.

Same happens on this page as well http://aloha-connect.com/rates/

Any support/suggestions appreciated.
chostwales is offline   Reply With Quote