How to minify javascript files or make plug in?

Re: How to minify javascript files or make plug in?

Davo Smith -
Atsakymų skaičius: 0
Core developers paveikslėlis Particularly helpful Moodlers paveikslėlis Peer reviewers paveikslėlis Plugin developers paveikslėlis

All of the Moodle JavaScript is minified before it is released. Most of the items you have listed are legacy YUI modules, that are unlikely to get any attention, as they are gradually being replaced. The only one I notice from your list that appears to be a modern AMD module, only claims a 1% possible reduction, which isn't really worth pursuing.

It might be worth double-checking that your are serving the fully minified versions of the YUI files - compare what is served with the smallest versions of those files on the server.