feat: enhance product detail caching for SPA hydration and improve rendering logic

This commit is contained in:
sebseb7
2025-07-20 00:04:24 +02:00
parent 5a3865aa3c
commit 055e49c957
3 changed files with 24 additions and 3 deletions

View File

@@ -202,7 +202,8 @@ const renderProductWorker = async (productSeoNames, workerId, progressCallback,
combinedMetaTags,
true,
config,
true // Suppress logs during parallel rendering to avoid interfering with progress bar
true, // Suppress logs during parallel rendering to avoid interfering with progress bar
productDetails // Pass product data for cache population
);
if (success) {