Web Apps + performance

Se eu tiver uma app com clusters de web containers…qual seria uma boa forma de aumentar performance para a minha app ?

  1. store as much as HTTP session (false)

  2. should not make request updates to HTTP session (true?)

  3. should make coerse-grained updates(true?)

  4. creating new HTTP session instead of updating (??)

tks