Optimize: drop Bootstrap CDN, add caching headers & image hints #2
Reference in New Issue
Block a user
No description provided.
Delete Branch "20260622_optimizations"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Performance / self-hosting
DNS/TLS to a third party) and replace it with ~60 lines of self-hosted
grid/utility CSS covering the small subset actually used (container, row,
col-lg-5/6/7, order-lg, align-items-center, text-center, table-responsive,
spacing, and the button base). Verified across desktop/tablet/mobile.
_headersfile: 30-day cache for static media andicons, 1-day for css/js, plus baseline security headers
(X-Content-Type-Options, Referrer-Policy).
The site now loads no third-party CSS; only Google Fonts remain external.
SCSS source kept in sync (new components/_grid partial; button base + reset
mirrored in main.scss).
Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com