OB is another story. For me, its at the border of being usable because of its slowness.
Just for the record: OB included with the Seaside One-Click image is only marginally slower than the standard system browser. Opening and closing OB system browser on the class WACounter: 636.15 ms Opening and closing SystemBrowser on the class WACounter: 555.00 ms Lukas -=--=--=--=--=--=--=--=--=--=--=--=--=--=- " Omni Browser " [ browsers := (1 to: 20) collect: [ :each | OBSystemBrowser onClass: WACounter ]. browsers do: [ :each | each open. World doOneCycle ]. browsers do: [ :each | each close. World doOneCycle ] ] timeToRun / 20.0 " System Browser " [ browsers := (1 to: 20) collect: [ :each | Browser new setClass: WACounter selector: nil ]. browsers do: [ :each | Browser openBrowserView: (each openEditString: nil) label: 'System Browser'. World doOneCycle ]. browsers do: [ :each | each changed: #close. World doOneCycle ] ] timeToRun / 20.0 -=--=--=--=--=--=--=--=--=--=--=--=--=--=- -- Lukas Renggli http://www.lukas-renggli.ch