I am also finding that the dynamically generated css is causing a significant slowdown on my host (shared server) Can I stop it from being a queried css and just make it a fixed css file?
Currently this css is loading on each page, and because it’s a query, it’s not cached. http://www.mywebsite.com/index.php?apipp_style=default
Thanks.