I have added Nginx http/2 server push to my WordPress site selected files (fonts, CSS and JS). It is working as expected. Although, there is a problem.
If the visitor navigates to another page on my site again Nginx server pushes the same fail even if they are already cached on the visitor's web browser. Each page preview Nginx re-push every server push files.
Is there any way to temporarily disable server push if the files already cached on the visitor device?