Serving Images with on-the-fly resize

前端 未结 8 599
生来不讨喜
生来不讨喜 2021-01-30 03:48

my company has recently started to get problems with the image handling for our websites.

We have several websites (adult entertainment) that display images like dvd cov

8条回答
  •  盖世英雄少女心
    2021-01-30 03:52

    If each different image is uniquely identifiable by a single URL then I'd simply use a CDN such as AKAMAI. Let your PHP script do the job and let AKAMAI handle the load.

    Since this kind of business doesn't usually have budget problems, that'd be the only place I'd look at.

    Edit: that works only if you do find a CDN that will serve this kind of content for you.

提交回复
热议问题