Tagged Questions
1
vote
1answer
106 views
Organize WordPress site, so it can maintain with huge database
Intro:
Hello, I am making coupon website and I need an advise. So, the structure at the moment is like this:
Coupons ( posts )
Categories of coupons ( categories )
Shops ( tags )
In the near ...
2
votes
1answer
271 views
Meta_query with relation 'OR' killing server CPU
function get_nb_offres( $typeOffre ) {
global $type_bien_correspondances;
$args = array(
'post_type' => 'annonces',
'meta_query' => array(
'relation' => ...