123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "children": [
- {
- "behaviors": [
- {
- "name": "gzipResponse",
- "options": {
- "behavior": "ALWAYS"
- }
- }
- ],
- "comments": "Serve gzip compressed content for text-based formats.",
- "criteria": [
- {
- "name": "contentType",
- "options": {
- "matchCaseSensitive": false,
- "matchOperator": "IS_ONE_OF",
- "matchWildcard": true,
- "values": [
- "application/*javascript*",
- "application/*json*",
- "application/*xml*",
- "application/text*",
- "application/vnd-ms-fontobject",
- "application/vnd.microsoft.icon",
- "application/x-font-opentype",
- "application/x-font-truetype",
- "application/x-font-ttf",
- "application/xmlfont/eot",
- "font/eot",
- "font/opentype",
- "font/otf",
- "image/svg+xml",
- "image/vnd.microsoft.icon",
- "image/x-icon",
- "text/*",
- "application/octet-stream*",
- "application/x-font-eot*",
- "font/ttf",
- "application/font-ttf",
- "application/font-sfnt",
- "application/x-tgif"
- ]
- }
- }
- ],
- "name": "Compressible objects",
- "options": {},
- "criteriaMustSatisfy": "all"
- }
- ],
- "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.",
- "name": "Minimize payload",
- "options": {},
- "criteriaMustSatisfy": "all"
- }
|