No description
Find a file
OpenClaw d20fbbfe2e
All checks were successful
Build & Deploy to Staging / Build & Deploy to Staging (push) Successful in 7m59s
perf: switch to domcontentloaded default, optimize browser pool, fix swagger paths
Performance fixes:
- Default waitUntil changed from networkidle2 to domcontentloaded (saves ~500ms+)
- Add waitUntil parameter so users can choose (load/domcontentloaded/networkidle0/networkidle2)
- Optimize page recycle: use DOM reset instead of about:blank navigation
- Add Chromium flags to disable unnecessary features (background networking, extensions, sync, etc.)

Swagger fixes:
- Fix apis glob to include dist/*.js (was only matching src/*.ts, empty at runtime)
- Document new waitUntil parameter on POST /v1/screenshot
- Add OpenAPI docs for /status endpoint
2026-02-20 12:39:06 +00:00
.forgejo/workflows fix: promote workflow retags staging image instead of rebuilding 2026-02-20 11:34:58 +00:00
public feat: add SEO fundamentals (robots.txt, sitemap, OG tags, JSON-LD, canonical) and 404 page 2026-02-20 11:02:11 +00:00
src perf: switch to domcontentloaded default, optimize browser pool, fix swagger paths 2026-02-20 12:39:06 +00:00
.gitignore feat: initial codebase v0.4.1 2026-02-19 17:05:16 +00:00
Dockerfile fix: skip puppeteer browser download in Docker build 2026-02-20 11:21:02 +00:00
package-lock.json fix: code-driven OpenAPI docs — replace static JSON with swagger-jsdoc 2026-02-20 07:32:37 +00:00
package.json fix: code-driven OpenAPI docs — replace static JSON with swagger-jsdoc 2026-02-20 07:32:37 +00:00
tsconfig.json feat: initial codebase v0.4.1 2026-02-19 17:05:16 +00:00