-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Feature Request
Hey Ben, we use static caching (cloudflare) on some sites with blitz and the admin bar plugin.
We use dynamic includes to inject the admin bar logic so it only shows for logged in users.
I'm aware that we cannot bypass cloudflare caching for logged in users with blitz, however, the dynamic include is loaded on page load and negatively impacts the network dependency tree by adding another request upon a page load:
I want to know if you could perhaps implement some logic to only load the dynamic include when a user scrolls to it in their browser? Or give us the ability to do this ourselves?
Interested to know your thoughts, thanks
Plugin Version
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request