caching jpg files

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • PaowZ

    caching jpg files

    Hi there!

    A question about caching jpg files, I have pages where dozen of jpgs
    are displayed at once. Those jpgs come from resizing jpgs, so this is a
    costly way for server (computing jpgs and send them to client).
    So is there any way to cache resized jpg to avoid them being resent
    every times ?

    Thanks a lot.

    PaowZ

  • John Dunlop

    #2
    Re: caching jpg files

    PaowZ wrote:
    [color=blue]
    > A question about caching jpg files,[/color]

    Covers the how's and why's of Web caching for people who publish on the Web. With FAQs.


    --
    Jock

    Comment

    • Rossz

      #3
      Re: caching jpg files

      PaowZ wrote:[color=blue]
      > Hi there!
      >
      > A question about caching jpg files, I have pages where dozen of jpgs
      > are displayed at once. Those jpgs come from resizing jpgs, so this is a
      > costly way for server (computing jpgs and send them to client).
      > So is there any way to cache resized jpg to avoid them being resent
      > every times ?
      >
      > Thanks a lot.
      >
      > PaowZ
      >[/color]

      phpThumb does the job wonderfully. http://phpthumb.sourceforge.net/

      It handles gif and png, too.

      --
      Rossz

      Comment

      Working...