@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/computer-science/web-performance-optimization>
  a schema:TechArticle ;
  schema:headline "Web Performance Optimization" ;
  schema:url <https://anchorfact.org/computer-science/web-performance-optimization/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.715" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_assisted" .

<https://anchorfact.org/kb/computer-science/web-performance-optimization>
  schema:citation <https://web.dev/articles/vitals> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/web-performance-optimization>
  schema:citation <https://developer.mozilla.org/en-US/docs/Web/Performance/Critical_rendering_path> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/web-performance-optimization>
  schema:citation <https://developer.chrome.com/docs/lighthouse/performance/performance-scoring> ;
  af:sourceTier "B" .