This page references the stylesheet /css/a.css and
instruct it to be inlined as a <style>
element:
- The
inline
attribute is added to<link rel="stylesheet" href="~/css/a.css" inline />
<link>
is converted into a<style>
- Response is minified
- Image urls inside the CSS is being fingerprinted
- Cached server-side
The script bundle /js/bundle.js is also being inlined.