CrazyEngineers Is On CDN Now

Kaustubh Katdare

Kaustubh Katdare

@thebigk Oct 16, 2024
CrazyEngineers Forum is now on CDN - aka Content Distribution Network. Specifically our static files (images, avatars, scripts) will be loaded from the server nearest to you 😀

Result: You should see faster loading pages and improved browsing experience.

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Ankita Katdare

    Ankita Katdare

    @abrakadabra Mar 15, 2011

    I noticed faster load page time. 👍
    For those who don't know about CDNs: CDN is a system that contains data copied at various locations across the network instead of keeping it at one centralized location. An end user accesses the copy of the data that is nearest to his machine. Thus we can experience increased bandwidth for data access. 😀
  • durga ch

    durga ch

    @durga-TpX3gO Mar 15, 2011

    but does not it lead to redundancy?? oh yes, if one server fails will the user be directed to next nearest server for accecss?
  • Kaustubh Katdare

    Kaustubh Katdare

    @thebigk Mar 15, 2011

    durga
    but does not it lead to redundancy?? oh yes, if one server fails will the user be directed to next nearest server for accecss?
    Nope. CDN is designed in such a way that if the server is not available, it will either pull content to nearest available server or from the original server.
  • Deepika Bansal

    Deepika Bansal

    @deepika-jf1ysv Mar 19, 2011

    Great.
    But what about the redundancy Admin.? Is a separate copy is stored at the individual server.?
  • Kaustubh Katdare

    Kaustubh Katdare

    @thebigk Mar 19, 2011

    Deepika Bansal
    Great.
    But what about the redundancy Admin.? Is a separate copy is stored at the individual server.?
    The static files are duplicated on all the servers. The PHP is still served from the original server. 😀