mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-07 00:20:07 +00:00
This commit temporarily restores .cache caching to establish a baseline for performance comparison. The next commit will remove it again to measure the performance impact. Testing approach: 1. This commit: WITH .cache (baseline) 2. Next commit: WITHOUT .cache (comparison) 3. Analysis: Compare CI run times to quantify cache impact