Jump to content

ob_gzhandler and images


vanderlay

Recommended Posts

Hi All,

I am am using the ob_start("ob_gzhandler");  function and it works fine, however I find that the images on my site that are being created using GD are slow to load even when small in size(1 - 4kb). the effect is the page is pieced togeather rather than displayed.
So my question is, is there a way to identify the images used in a page when the page is being parsed by PHP and prefetch them, add them to a compression (ob_start("ob_gzhandler"); )? and send them to the browser, so the whole page is loaded faster.

Thx
Art
Link to comment
https://forums.phpfreaks.com/topic/29881-ob_gzhandler-and-images/
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.