Trying to reduce the startup time of my instances I've come accross the taglib classpath scanning.
My application has 50mb of jars. The scanning of the tld takes 20% of the startup time.
Is there a way to disable that? I just use JSTL standard libs which are already included (gae doc for jsp)
I'd like to disable as well JSP precompilation.