Skip to content

feat(Phase4): extract CSS to app.css with cache headers#134

Closed
Pigbibi wants to merge 1 commit into
mainfrom
feat/phase4-css-extraction
Closed

feat(Phase4): extract CSS to app.css with cache headers#134
Pigbibi wants to merge 1 commit into
mainfrom
feat/phase4-css-extraction

Conversation

@Pigbibi

@Pigbibi Pigbibi commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

CSS now served as separate static file with 1-hour cache.

- 29KB CSS extracted from index.html inline <style> to app.css
- Worker serves /app.css with Cache-Control: public, max-age=3600
- index.html now uses <link rel=stylesheet href=/app.css>
- Eliminates 29KB from every page load, enables browser caching

Co-Authored-By: Claude <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown

🤖 Codex PR Review

⚠️ Review skipped: The Codex review could not be completed.

No Codex service URL or API key configured. Set CODEX_AUDIT_SERVICE_URL, ANTHROPIC_API_KEY, or OPENAI_API_KEY.

Please ensure a human reviewer checks this PR before merging.

@Pigbibi Pigbibi closed this Jun 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant