All of my web pages use a JavaScript library, to improve the performance of my web page, I'd remove all the unnecessary functions/objects from the library for each page according to what's needed for those individual pages. I'm looking for a tool that can do the intelligent stripping automatically.
Or in the opposite direction. it will do also to have a tool to extract only the really needed functions and objects from a JavaScript library for a particular page.
Thanks for your help,
Yu