• RemoteInclude

last modified October 27, 2008 by tomster

We are sprinting on polishing the valentine.remoteinclude Product: documenting it and making a release including performance tests and sample buildout.

Participants: Tom Lazar, Sasha Vincic, Christian Klinger and Calvin Hendryx-Parker.

Goals

  • Create a jmeter based test suite to document the performance enhancements of using remoteinclude
  • Create a policy (product?) for remoteinclude that covers the out-of-the-box scenarios of a clean Plone 3.x installation

Test Suite

We have extended remoteinclude's buildout with a test.cfg that you can run by passing it to buildout like so: ­

./bin/buildout -c test.cfg

­

This will download and install nginx, varnish and jmeter and create a new plone instance 'plonesite' into which it installs remoteinclude and CacheFu, adds some demo content and finally runs the jmeter test suite against that instance.

TODO:

  • find out where the cli run of jmeter logs the results and how to display them. (or make the buildout just fire up the GUI version) 
  • make a release of valentine.remoteinclude