Recommended plugins
Essential
- Catalyst::Plugin::ConfigLoader - Load config files of various types
- Catalyst::Plugin::Unicode - Essential for transparent Unicode (UTF8) support
- Catalyst::Plugin::Session - Session management
- Catalyst::Plugin::Session::Store::FastMmap - Store session with FastMmap
- Catalyst::Plugin::Session::Store::File - Store session in files
- Catalyst::Plugin::Session::Store::DBIC - Store session using DBIx::Class
- Catalyst::Plugin::Session::State::Cookie - Use cookies for tracking session state
- Catalyst::Plugin::Static::Simple - Make serving static pages painless
- Catalyst::Plugin::AutoRestart - Restart app when specified memory threshold is reached
Often used
- Catalyst::Plugin::Compress::Gzip - Compress response
- Catalyst::Plugin::Authentication - Authentication
- Catalyst::Plugin::Authorization::Roles - Role-based authorization
- Catalyst::Plugin::Authorization::ACL - ACL-based authorization
