devlifeX / acf-getallobjects

get_field has cost in front end! it means when you perform this function it calls multiple time queries as you store data in your backend. in simple words if you had 1000 text box in your acf option back-end and you call acf get_field in front-end it will call mysql query 1000 times and if you want use acf and care about your performance you wil…
31Updated 6 years ago

Related projects

Alternatives and complementary repositories for acf-getallobjects