静态资源目录
用于验证 CDN 对图片/CSS/JS 的缓存加速。你也可以替换成真实静态文件。
/static/img/hero-1.svg
/static/img/hero-2.svg
/static/img/hero-3.svg
/static/img/hero-4.svg
/static/img/hero-5.svg
/static/img/hero-6.svg
/static/img/hero-7.svg
/static/img/hero-8.svg
/static/img/logo.png
动态图片路径(PNG/JPG)
用于验证:重写/路由/缓存策略/WAF 对图片资源路径的影响(无需额外依赖)。
静态大图(可渲染 PNG/GIF)
用于验证:大文件静态分发、缓存命中、带宽、Range(浏览器可直接渲染)。生成后落盘到 /static/large/。
/static/large/large.png
/static/large/large.gif
扩展名覆盖(真实可访问样本)
扩展名覆盖:html, js, css, gif, png, bmp, jpeg, jpg, webp, ico, pdf, ttf, eot, tiff, svg, svgz, eps, woff, otf, woff2, tif, csv, xls, xlsx, doc, docx, ppt, pptx, wav, mp3, mp4, ogg, mid, midi。
/static/gallery-assets/sample.html
/static/gallery-assets/sample.js
/static/gallery-assets/sample.css
/static/gallery-assets/sample.csv
/static/gallery-assets/sample.gif
/static/gallery-assets/sample.png
/static/gallery-assets/sample.bmp
/static/gallery-assets/sample.jpeg
/static/gallery-assets/sample.jpg
/static/gallery-assets/sample.webp
/static/gallery-assets/sample.ico
/static/gallery-assets/sample.tiff
/static/gallery-assets/sample.tif
/static/gallery-assets/sample.pdf
/static/gallery-assets/sample.ttf
/static/gallery-assets/sample.eot
/static/gallery-assets/sample.otf
/static/gallery-assets/sample.woff
/static/gallery-assets/sample.woff2
/static/gallery-assets/sample.svg
/static/gallery-assets/sample.svgz
/static/gallery-assets/sample.eps
/static/gallery-assets/sample.xlsx
/static/gallery-assets/sample.xls
/static/gallery-assets/sample.docx
/static/gallery-assets/sample.pptx
/static/gallery-assets/sample.doc
/static/gallery-assets/sample.ppt
/static/gallery-assets/sample.wav
/static/gallery-assets/sample.mp3
/static/gallery-assets/sample.mp4
/static/gallery-assets/sample.ogg
/static/gallery-assets/sample.mid
/static/gallery-assets/sample.midi
静态资源路径参考
/static/css/site.css/static/js/site.js/static/img/*.svg//static/img/logo.png/img/pixel.png//img/pixel.jpg/img/png/64x64.png//img/jpg/64x64.jpg(多层级图片路径)/bytes/1024?cache=1(内容尺寸与缓存)/media/video.mp4//media/video.mp4.range//网站设置.mp4(MP4 与 Range)/cc/no-store(Cache-Control:no-store)/set-cookie(Set-Cookie 场景)/etag/a?v=1(ETag/If-None-Match)/last-modified/a(Last-Modified/If-Modified-Since)