Support

Account

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 :
    example acf_meybe_get_field