CDN provider speed
enter image description hereI would like to ask if you could advise me on the best provider for CDN – Content Delivery Network. Our projects have quite a large amount of data as they are virtual tours, and speed is very important for that. We also have requests from countries outside the EU, but the speed is very slow
CDN monitoring for cost distribution
I’m aggregating a lot of data from different vendors and have to provide an unified data set to a set of clients. The clients will be identified with a specific identifier upon fetching the data from CDN, however, i’d like to distribute all of the costs associated with running this CDN to the clients. In other words, there’s going to be a single CDN endpoint, which is going to be accessed by multiple clients.
Speed up dynamic content delivery [duplicate]
This question already has an answer here: How do you reduce geographic latency in web application (MVC ASP.net) backed by a single database (1 answer) Closed 9 years ago. Imagine a website operating from the US, providing some web services to customers around the world. Sometimes is takes up to 200ms just to establish a […]
Speed up dynamic content delivery [duplicate]
This question already has an answer here: How do you reduce geographic latency in web application (MVC ASP.net) backed by a single database (1 answer) Closed 9 years ago. Imagine a website operating from the US, providing some web services to customers around the world. Sometimes is takes up to 200ms just to establish a […]
Speed up dynamic content delivery [duplicate]
This question already has an answer here: How do you reduce geographic latency in web application (MVC ASP.net) backed by a single database (1 answer) Closed 9 years ago. Imagine a website operating from the US, providing some web services to customers around the world. Sometimes is takes up to 200ms just to establish a […]
Speed up dynamic content delivery [duplicate]
This question already has an answer here: How do you reduce geographic latency in web application (MVC ASP.net) backed by a single database (1 answer) Closed 9 years ago. Imagine a website operating from the US, providing some web services to customers around the world. Sometimes is takes up to 200ms just to establish a […]
Speed up dynamic content delivery [duplicate]
This question already has an answer here: How do you reduce geographic latency in web application (MVC ASP.net) backed by a single database (1 answer) Closed 9 years ago. Imagine a website operating from the US, providing some web services to customers around the world. Sometimes is takes up to 200ms just to establish a […]
Automatically push content to CDN
Here’s the thing: we have a website which has some i18n.
Translations are maintained in DB and manually exported into JSON files which are consumed by our SPA one time on load.
Automatically push content to CDN
Here’s the thing: we have a website which has some i18n.
Translations are maintained in DB and manually exported into JSON files which are consumed by our SPA one time on load.
Best Approach for Sufficient Performance Globally
I am working towards offering an online service globally. The service was constructed and is executed on AWS in the cloud. In addition to the service, there will be a website that functions as landing page and a portal for customers to log in and configure the service itself. Typically, I would build this website using PHP and MySQL on a shared hosting server. Since I plan to offer this service globally and the location of that server is fixed, this approach would lead to poor experiences for users who are far away from the server’s location. I can therefore use a CDN to address this issue partially. However, this approach still neglects the most important aspect, the customer portal for paying customers, which involves server-side code that cannot be cached by the CDN. At least in the beginning before migrating the website or its entire functionality to AWS for optimal performance, I would like to use technologies with which I am already familiar (e.g. PHP, MySQL) to speed up development if it is possible to do so without impeding the website’s performance for users that are far away from the server’s location too severely. Is it possible? Does anybody have any advice?