Why don't DP use a CDN? Or its using one already?

Discussion in 'Support & Feedback' started by Abhik, Sep 14, 2010.

Thread Status:
Not open for further replies.
  1. #1
    I never noticed objects on DP is loading from a CDN url.
    Don't you use a CDN?

    All I know is CDN makes the page loading faster by pulling the objects from a server near the user. Or am I missing something?
     
    Abhik, Sep 14, 2010 IP
  2. subdivisions

    subdivisions Well-Known Member

    Messages:
    1,021
    Likes Received:
    40
    Best Answers:
    1
    Trophy Points:
    145
    #2
    I think images just have their own server, not a CDN.
     
    subdivisions, Sep 14, 2010 IP
  3. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #3
    Don't need a third party CDN. Static content is only fetched from the servers once every 2 months, and there is very little static content here to begin with.
     
    digitalpoint, Sep 14, 2010 IP
  4. Abhik

    Abhik ..:: The ONE ::..

    Messages:
    11,337
    Likes Received:
    606
    Best Answers:
    0
    Trophy Points:
    410
    Digital Goods:
    2
    #4
    Got you..

    ** A little offtopic **
    How do you do that? I'd like to see your htaccess or httpd.conf rules for them if possible. (as you are serving static contents from dpstatic.com).
     
    Abhik, Sep 15, 2010 IP
  5. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #5
    Nothing too fancy, the relevant part of conf file is this:

    Header set Cache-Control "public, max-age=5184000"
    Header unset Accept-Ranges
    Code (apache):
     
    digitalpoint, Sep 15, 2010 IP
    Abhik likes this.
Thread Status:
Not open for further replies.