Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

pirms 1 mēnesi
pirms 1 mēnesi
pirms 1 mēnesi
pirms 1 mēnesi
pirms 1 mēnesi
pirms 1 mēnesi
pirms 1 mēnesi
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "children": [
  3. {
  4. "behaviors": [
  5. {
  6. "name": "gzipResponse",
  7. "options": {
  8. "behavior": "ALWAYS"
  9. }
  10. }
  11. ],
  12. "comments": "Serve gzip compressed content for text-based formats.",
  13. "criteria": [
  14. {
  15. "name": "contentType",
  16. "options": {
  17. "matchCaseSensitive": false,
  18. "matchOperator": "IS_ONE_OF",
  19. "matchWildcard": true,
  20. "values": [
  21. "application/*javascript*",
  22. "application/*json*",
  23. "application/*xml*",
  24. "application/text*",
  25. "application/vnd-ms-fontobject",
  26. "application/vnd.microsoft.icon",
  27. "application/x-font-opentype",
  28. "application/x-font-truetype",
  29. "application/x-font-ttf",
  30. "application/xmlfont/eot",
  31. "font/eot",
  32. "font/opentype",
  33. "font/otf",
  34. "image/svg+xml",
  35. "image/vnd.microsoft.icon",
  36. "image/x-icon",
  37. "text/*",
  38. "application/octet-stream*",
  39. "application/x-font-eot*",
  40. "font/ttf",
  41. "application/font-ttf",
  42. "application/font-sfnt",
  43. "application/x-tgif"
  44. ]
  45. }
  46. }
  47. ],
  48. "name": "Compressible objects",
  49. "options": {},
  50. "criteriaMustSatisfy": "all"
  51. }
  52. ],
  53. "comments": "Control the settings that reduce the size of the delivered content and decrease the number of bytes sent by your properties. This allows you to cut down the network overhead of your website or API.",
  54. "name": "Minimize payload",
  55. "options": {},
  56. "criteriaMustSatisfy": "all"
  57. }