Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
BackendStack21
/
static-web
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
2
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
FastHTTP migration and performance improvements
- #5
#5
Merged
jkyberneees
merged 17 commits into
main
BackendStack21/static-web:main
from
perf/preload-and-fast-path
BackendStack21/static-web:perf/preload-and-fast-path
Copy head branch name to clipboard
Mar 8, 2026
Conversation
Commits
17
(17)
Checks
Files changed
Merged
FastHTTP migration and performance improvements
#5
jkyberneees
merged 17 commits into
main
BackendStack21/static-web:main
from
perf/preload-and-fast-path
BackendStack21/static-web:perf/preload-and-fast-path
Copy head branch name to clipboard
Commits
Commits on Mar 8, 2026
fix(server): harden HTTP to HTTPS redirects against host header abuse
jkyberneees
committed
fdef431
View commit details
Copy full SHA for fdef431
Browse repository at this point
fix(cache): enforce true no-cache mode and honor entry ttl
jkyberneees
committed
5b7473c
View commit details
Copy full SHA for 5b7473c
Browse repository at this point
perf(handler): reduce cache hit overhead and cold-miss filesystem work
jkyberneees
committed
8e99c71
View commit details
Copy full SHA for 8e99c71
Browse repository at this point
ci(security): pin GitHub Actions and add govulncheck
jkyberneees
committed
9ae60e2
View commit details
Copy full SHA for 9ae60e2
Browse repository at this point
build(benchmark): fix bun static target and lower default load
jkyberneees
committed
9326f63
View commit details
Copy full SHA for 9326f63
Browse repository at this point
perf(server): add startup preloading, zero-alloc fast path, path cache, and GC tuning
Show description for 98e782a
jkyberneees
committed
98e782a
View commit details
Copy full SHA for 98e782a
Browse repository at this point
docs: update all documentation and landing page for preload performance
Show description for 538cff5
jkyberneees
committed
538cff5
View commit details
Copy full SHA for 538cff5
Browse repository at this point
chore: add static-web binary to .gitignore
jkyberneees
committed
7a34136
View commit details
Copy full SHA for 7a34136
Browse repository at this point
build(benchmark): add preload variant and update suite for 5 servers
jkyberneees
committed
944bd10
View commit details
Copy full SHA for 944bd10
Browse repository at this point
build(benchmark): add bare-metal script with benchmark-mode, preload, and Bun tests
jkyberneees
committed
9a8bf21
View commit details
Copy full SHA for 9a8bf21
Browse repository at this point
refactor(server): remove benchmark-mode in favor of production preload
Show description for 0d4def4
jkyberneees
committed
0d4def4
View commit details
Copy full SHA for 0d4def4
Browse repository at this point
docs: update performance claims with reproducible bare-metal numbers
Show description for d174c26
jkyberneees
committed
d174c26
View commit details
Copy full SHA for d174c26
Browse repository at this point
perf(server): migrate HTTP layer from net/http to fasthttp
Show description for 71847e4
jkyberneees
committed
71847e4
View commit details
Copy full SHA for 71847e4
Browse repository at this point
build(benchmark): add fasthttp/net-http hello world baselines and update baremetal script
Show description for 9596966
jkyberneees
committed
9596966
View commit details
Copy full SHA for 9596966
Browse repository at this point
docs: update performance numbers and architecture for fasthttp migration
Show description for 65cfb13
jkyberneees
committed
65cfb13
View commit details
Copy full SHA for 65cfb13
Browse repository at this point
fix(config): remove dead read_header_timeout setting (fasthttp has no such field)
Show description for 0fd9649
jkyberneees
committed
0fd9649
View commit details
Copy full SHA for 0fd9649
Browse repository at this point
docs: correct zero-alloc claims to near-zero (fasthttp []byte→string conversions)
jkyberneees
committed
b90ffa6
View commit details
Copy full SHA for b90ffa6
Browse repository at this point
You can’t perform that action at this time.