Hi, to improve my app’s performance I want to decide which plugins should be loaded in a paricular page. For example, I do not need so many plugins like stripe in my index page but bubble load them and this affects my performance. There is no big images, no complicated search queries, but loading pages takes more than 10s.
To my knowledge there is no way of selecting which plugins run in which pages, I’ve also struggled with this for a while, anyway monitoring this in case someone comes up with an idea.