feat: enhance product detail caching for SPA hydration and improve rendering logic
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user