You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Accelerate_delivery.json 5.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. {
  2. "children": [
  3. {
  4. "behaviors": [
  5. {
  6. "name": "dnsAsyncRefresh",
  7. "options": {
  8. "enabled": true,
  9. "timeout": "1h"
  10. }
  11. },
  12. {
  13. "name": "timeout",
  14. "options": {
  15. "value": "5s"
  16. }
  17. },
  18. {
  19. "name": "readTimeout",
  20. "options": {
  21. "firstByteTimeout": "20s",
  22. "value": "120s"
  23. }
  24. }
  25. ],
  26. "comments": "Optimize the connection between edge and origin.",
  27. "name": "Origin connectivity",
  28. "options": {},
  29. "criteriaMustSatisfy": "all"
  30. },
  31. {
  32. "behaviors": [
  33. {
  34. "name": "enhancedAkamaiProtocol",
  35. "options": {
  36. "display": ""
  37. }
  38. },
  39. {
  40. "name": "http2",
  41. "options": {
  42. "enabled": ""
  43. }
  44. },
  45. {
  46. "name": "allowTransferEncoding",
  47. "options": {
  48. "enabled": true
  49. }
  50. },
  51. {
  52. "name": "sureRoute",
  53. "options": {
  54. "enableCustomKey": false,
  55. "enabled": true,
  56. "forceSslForward": false,
  57. "raceStatTtl": "30m",
  58. "srDownloadLinkTitle": "",
  59. "testObjectUrl": "/akamai/sure-route-test-object.html",
  60. "toHostStatus": "INCOMING_HH",
  61. "type": "PERFORMANCE"
  62. }
  63. }
  64. ],
  65. "comments": "Serve your website using modern and fast protocols.",
  66. "name": "Protocol optimizations",
  67. "options": {},
  68. "criteriaMustSatisfy": "all"
  69. },
  70. {
  71. "children": [
  72. {
  73. "behaviors": [
  74. {
  75. "name": "prefetch",
  76. "options": {
  77. "enabled": true
  78. }
  79. }
  80. ],
  81. "children": [
  82. {
  83. "behaviors": [
  84. {
  85. "name": "prefetch",
  86. "options": {
  87. "enabled": false
  88. }
  89. }
  90. ],
  91. "comments": "Disable prefetching for specific clients identifying themselves as bots and crawlers. This avoids requesting unnecessary resources from the origin.",
  92. "criteria": [
  93. {
  94. "name": "userAgent",
  95. "options": {
  96. "matchCaseSensitive": false,
  97. "matchOperator": "IS_ONE_OF",
  98. "matchWildcard": true,
  99. "values": [
  100. "*bot*",
  101. "*crawl*",
  102. "*spider*"
  103. ]
  104. }
  105. }
  106. ],
  107. "name": "Bots",
  108. "options": {},
  109. "criteriaMustSatisfy": "all"
  110. }
  111. ],
  112. "comments": "Define for which HTML pages prefetching should be enabled.",
  113. "name": "Prefetching objects",
  114. "options": {},
  115. "criteriaMustSatisfy": "all"
  116. },
  117. {
  118. "behaviors": [
  119. {
  120. "name": "prefetchable",
  121. "options": {
  122. "enabled": true
  123. }
  124. }
  125. ],
  126. "comments": "Define which resources should be prefetched.",
  127. "criteria": [
  128. {
  129. "name": "fileExtension",
  130. "options": {
  131. "matchCaseSensitive": false,
  132. "matchOperator": "IS_ONE_OF",
  133. "values": [
  134. "css",
  135. "js",
  136. "jpg",
  137. "jpeg",
  138. "jp2",
  139. "png",
  140. "gif",
  141. "svg",
  142. "svgz",
  143. "webp",
  144. "eot",
  145. "woff",
  146. "woff2",
  147. "otf",
  148. "ttf"
  149. ]
  150. }
  151. }
  152. ],
  153. "name": "Prefetchable objects",
  154. "options": {},
  155. "criteriaMustSatisfy": "all"
  156. }
  157. ],
  158. "comments": "Instruct edge servers to retrieve embedded resources before the browser requests them.",
  159. "name": "Prefetching",
  160. "options": {},
  161. "criteriaMustSatisfy": "all"
  162. },
  163. {
  164. "behaviors": [
  165. {
  166. "name": "adaptiveAcceleration",
  167. "options": {
  168. "abLogic": "DISABLED",
  169. "enableBrotliCompression": false,
  170. "enablePreconnect": true,
  171. "enablePush": true,
  172. "enableRo": false,
  173. "preloadEnable": true,
  174. "source": "mPulse",
  175. "titleHttp2ServerPush": "",
  176. "titlePreconnect": "",
  177. "titlePreload": "",
  178. "titleRo": ""
  179. }
  180. }
  181. ],
  182. "comments": "Automatically and continuously apply performance optimizations to your website using machine learning.",
  183. "name": "Adaptive acceleration",
  184. "options": {},
  185. "criteriaMustSatisfy": "all"
  186. }
  187. ],
  188. "comments": "Control the settings related to improving the performance of delivering objects to your users.",
  189. "name": "Accelerate delivery",
  190. "options": {},
  191. "criteriaMustSatisfy": "all"
  192. }