Template issues when using WPMU
-
I’m planning to build a website with millions of products.
Could you give me some advice?
For example, regarding the search function, which approach is best for me?
I hope you can provide me with more guidance.
Hello,
For a store with millions of products, you don’t need Multisite (WPMU). Instead, you need proper optimization of the site.
Enable WooCommerce HPOS (High-Performance Order Storage) > https://woocommerce.com/document/high-performance-order-storage/
Enable Redis Object Cache > https://wordpress.org/plugins/redis-cache/ Use a CDN (Cloudflare).
Multisite is not needed — a single site with proper caching + search indexing performs better.
Best Regards,