in my site, I have some sections like post update time and DL count.
these sections must return real value.
for them, I used from ESI block by PHP code.
add below code in my function.php file:
add_action('litespeed_esi_load-esi_last_update', 'esi_last_update_esi_load');
function...