Questions tagged [akamai]

Akamai is a Content Delivery Network helping you to accelerate your website.

Akamai is a Content Delivery Network. It allows you to store your data distributed to accelerate delivery for streaming and other technologies.

313 questions
1
vote
2 answers

Purging cached urls in akamai through java code?

In my project, whenever an API is called it gets cached in Akamai. But when a client changes something in the database through UI. We need to invalidate cached API's response in AKAMAI and fill it with the new fresh json data. I found some link on…
Gurinder
  • 943
  • 2
  • 9
  • 19
1
vote
2 answers

Is it possible to test http/2 with http/1.1 using same domain name in Akamai?

Is it possible to A/B test http/2 with http/1.1 using same domain name in Akamai?
priyankatanvani
  • 173
  • 1
  • 12
1
vote
1 answer

Akamai Adaptive Bitrate streaming

Trying to find some information on how to setup my Akamai for adaptive bitrate streaming - Havn't been able to find much of anything... I tried to post on the developer forums but it wouldn't let me login... not sure what's going on there.
1
vote
1 answer

Testing a GeoLocation request

We are using akamai's X-Akamai-Edgescape in order to detect the territory of the user making the request. If it does not match users home territory, then we deny the request. Our integration tests are using a locally hosted deployment of akamai…
GTY
  • 417
  • 4
  • 15
1
vote
1 answer

Configuring apache 2 virtual host - akamai problem

Normally I have no problems setting up Apache2 virtual hosts. However, in this case the domain is configured via Akamai rather than the normal DNS record, and apache is displaying the default site rather than the one I have configured for the…
james.bcn
  • 1,209
  • 1
  • 12
  • 19
1
vote
1 answer

Strategies to avoid caching updates for paginated pages

If you have 20 articles on /news/ and 20 on every paginated page like /news/page2/ /news/page399/ you need in theory update the cache (on Akamai or whatever) for every if these 400 pages if you add one additional article to page 1. Any clever way…
Tobi
  • 1,702
  • 2
  • 23
  • 42
1
vote
1 answer

Akamai cache clear/refresh and its APIs

We're using Akamai system as CDN and using Cache Clear/purging function of it to clear the cached assets. Whenever we deploy static/any content on Apache we do manual cache clear from Akamai portal. This manual activity is missed sometimes. We're…
Advait
  • 5,771
  • 3
  • 18
  • 18
1
vote
0 answers

akamai with ruby on rails application application call time increases

I setup akamai with my ruby on rails application after using that application call time showing more into the newrelic but page load time is decreases , does anyone knows how we can reduce application call time as it use to increase when I use that…
Arvind
  • 2,671
  • 1
  • 18
  • 32
1
vote
1 answer

Does Neustar(quova) and Akamai Edgescape provide IP to country Database?

I want to implement IP to the country solution in my code to customize content as per country of the user. Does Akamai Edgescape or Neustar(Quova) provide free/paid DB along with libraries to read them?
learning_13
  • 140
  • 7
1
vote
1 answer

Why does Bintray download statistics show partial downloads as a unique download attempt?

We are hosting one of our binary packages on Bintray in a private repository and give user a signed URL when downloading from our website. If we open Bintray download statistics (live log) we see really strange records for one and the same file (it…
jreznot
  • 2,694
  • 2
  • 35
  • 53
1
vote
0 answers

Redirecting a webserver request to Akamaized hosted video url not working

I have a certain akamaized video url of form -…
1
vote
1 answer

How can I redirect /article.html to /article.pwa.html with akamai if cookie is set?

I'm currently working on an page that heavily relies on Accelerated Mobile Pages (AMP) as base and also provides an extended Progressive Web Apps (PWA) version to all returning users with support for ServiceWorker. Chrome, FF and Opera users will…
Peer Weidner
  • 61
  • 1
  • 3
1
vote
1 answer

White screen for 2-3 seconds after integrating Akamai

I have integrated Akamai caching in my production web application for which I have provided extensions (HTML, CSS..) which needs to be cached. But after integrating, on production I am getting white screen for 2-3 seconds as soon as I launch…
kamal kokne
  • 175
  • 10
1
vote
2 answers

Akamai and Jmeter cache manager

I have been running on Jmeter from past few weeks. There is no end-to-end use case in my Jmeter tests (e.g. login >> go to profile page >> logout). I am simply hitting few important pages of my application directly. e.g. Registration page, Home…
paul
  • 4,333
  • 16
  • 71
  • 144
1
vote
1 answer

Can we use etags to get the latest version of image from a CDN

We have a use case where we are storing our images in a CDN. Let's say we are storing a.jpg in the cache and if the user uploads a newer version of the file, then it will flush the cache and overwrite the a.jpg. Now the challenge is that the browser…
Aditya
  • 532
  • 2
  • 5
  • 14