Home › Forums › ACF PRO › How to reduce the number of requests ? › Reply To: How to reduce the number of requests ?
Thank you for your response, but the problem does not come from the small css or js files since these files are minified and compiled and each page has its own css and js without loading the blocks not present.
If I summarize all the sql requests made by acf for a page in terms of performance, here is the result with the Blackfire tool:
acf_block_render_template = 18.4%
acf_render_block = 19.14%
acf_meybe_get_field = 9.60%
acf_format_value = 10.11%
It shows that ACF consumes more than 57% of the requests just for the rendering of the blocks. So the impact is still huge.
Example of result for acf_meybe_get_field :
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.