jamesrwhite / minicron

🕰️ Monitor your cron jobs
GNU General Public License v3.0
2.34k stars 154 forks source link

Performance #60

Closed jamesrwhite closed 10 years ago

jamesrwhite commented 10 years ago

Utilise autoloading in certain places to avoid loading heavy libraries when they aren't needed to improve startup times. e.g faye, rack, thin were loaded before just to run minicron -v so it took over 1 second :(