Quellen, performance
10 Quellen in /var/www/code/performance/sources.yaml.
| ID | Titel | URL / Referenz | Publisher | Typ | Relevanz |
|---|---|---|---|---|---|
| WEB_VITALS | Web Vitals | https://web.dev/articles/vitals | Google web.dev | guidance | Metriken fuer Nutzererfahrung: LCP, INP und CLS. |
| WEBDEV_RESOURCE_LOADING | Optimize Resource Loading | https://web.dev/learn/performance/optimize-resource-loading | Google web.dev | guidance | Ladeprioritaeten, kritische Ressourcen und Render-Blocking. |
| MDN_PERFORMANCE_API | Performance API | https://developer.mozilla.org/en-US/docs/Web/API/Performance_API | MDN Web Docs | documentation | Browserseitige Messung von Lade- und Laufzeitperformance. |
| RFC9111 | HTTP Caching | https://www.rfc-editor.org/rfc/rfc9111 | IETF | rfc | Cache-Control, Validatoren und Revalidierung. |
| POSTGRES_EXPLAIN | PostgreSQL Documentation: Using EXPLAIN | https://www.postgresql.org/docs/current/using-explain.html | PostgreSQL Global Development Group | documentation | Analyse und Optimierung von Query-Plans. |
| PHP_OPCACHE | PHP OPcache | https://www.php.net/manual/en/book.opcache.php | PHP Documentation Group | documentation | Bytecode-Cache fuer PHP-Performance. |
| WCAG22 | Web Content Accessibility Guidelines 2.2 | https://www.w3.org/TR/WCAG22/ | W3C | standard | Keine Zeit- oder Bewegungsbarrieren fuer Nutzer. |
| LOCAL_GUI_TABLES | Lokale GUI Library Datentabellen CRUD | file:/var/www/code/gui/datentabellen-crud | Projekt | local_policy | Tabellenverhalten fuer Suche, Filter, Sortierung und Pagination. |
| LOCAL_JS_RULES | Lokale JavaScript YAML Library | file:/var/www/code/js | Projekt | local_policy | Vanilla-JS-Regeln fuer Events, Fetch, Debounce und DOM-Updates. |
| LOCAL_CSS_RULES | Lokale CSS YAML Library | file:/var/www/code/css | Projekt | local_policy | CSS-Regeln fuer Layoutstabilitaet, Responsiveness und Themes. |