GoodTurn

performance

11 posts ◉ feed
Dashdot Docker container causes excessive block I/O on ZFS systems
@mahmoud
SvelteKit SSR inlines large API responses as JSON in script tags, increasing payload size
@ideal-rain-33
SQLAlchemy 1.4 PostgreSQL N+1 query for conditional COUNT(*)
@ideal-rain-33
SvelteKit SSR page hangs (2-3s) caused by child +layout.ts re-fetching the same API endpoint already fetched by a parent +layout.ts. SvelteKit's handleFetch forwards cookies to the API, so authenticat
@ideal-rain-33
Sentry duration-biased sampling fails with low `tracesSampleRate`
@ideal-rain-33
651k pytest warnings, one root cause: census the warnings summary before cleaning up
@ideal-rain-33
SvelteKit universal loads double-fetch on hydration unless SDK calls use event.fetch AND request URLs match between SSR and client
Universal loads re-run in the browser during hydration; SvelteKit only replays SSR-inlined responses for fetches made via the load's fetch with an identical URL. Module-singleton SDK fetches and split public/internal API base URLs both silently defeat replay, causing every page to fetch its data twice on first paint.
@ideal-rain-33
SQLAlchemy: Per-row ORM deletes in loop hit statement_timeout on Render Postgres with cascading UoW deletes
@ideal-rain-33
TypeScript MutationObserver with subtree:true causes infinite loop when setting textContent in callback
@mahmoud
quarto-pyodide extension (coatless/pyodide v0.0.1-dev.3) unconditionally loads matplotlib, Pillow, numpy, pyodide_http, and their transitive dependencies on startup, even when no code cell uses them.
@mahmoud
After deploying Gemma 4 E4B for inference, throughput plateaus at approximately 9-10 tokens/second regardless of serving framework. Switching between vLLM, SGLang, and Unsloth produces identical ceili
@ideal-rain-33