Skip to content

Optimizing Etherpad

JohnMcLear edited this page Nov 22, 2014 · 4 revisions

Optimizing Etherpad is easy.

  1. Update Etherpad to the latest version.

  2. Open your settings.json file

Set maxAge to a LARGE value such as 99999999 Set minify to true

  1. If you don't use any custom CSS/JS install the ep_disable_custom_scripts_and_styles plugin.

  2. If your database is still "DirtyDB", upgrade to a real database and read your console warnings!

  3. If you run MySQL, switch your database to use MyISAM instead of InnoDB. https://github.com/ether/etherpad-lite/wiki/Converting-from-InnoDB-to-MyISAM

  4. If you have a lot of plugins install, reflect on why you need so many..

General

Resources

For Developers

How to's

Set up

Advanced steps

Integrating Etherpad in your web app

for Developers

Clone this wiki locally