Unnecessary frontend enqueues
-
The plugin enqueues frontend.css and frontend.min.js which are functionally empty. We always try to minimize http requests as much as possible.
So, super minor suggestion: don’t enqueue these unnecessary files on the frontend. I just return immediately in enqueue_scripts() and enqueue_styles() for now.
Otherwise, thanks. Nice and simple and allows us to include GA without editing a specific theme.
- The topic ‘Unnecessary frontend enqueues’ is closed to new replies.