sql vs wp options?
-
Hi, new to developing on WP. Let’s say I have 500 categories and 500 dynamic pages (woocommerce filters). Each of these 1k pages has a relationship to other one defined manually, to simplify things. Such as: category id 32 has relationship to: 10,20,/shop/?s=xxx,39, category 10 has relationship to 20,1 etc. What is best way to store these information? Currently I have own sql table and use weekly transient, I was thinking if better approach is to move to wp options table?
My main worry here is performance
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.