On Mon, Mar 21, 2011 at 04:03:29PM +0000, Kevin Wells wrote: > In message <51b749bbd1bbai...@argonet.co.uk> > Brian Bailey <bbai...@argonet.co.uk> wrote: > > >I am intrigued by the successive improvement and development of Netsurf. > >Periodically I load a personal favourite page in Wikepedia, just to see > >what changes are apparent in performance. It would seem that loading and > >rendering of that page does indeed vary. > > > >To what extent can one expect verbose logging to slow things down (I use a > >rather slow machine, which I am not going to change this side of > >Christmas). Is it possible to turn verbose logging on/off. > > Not tested, but in the !Run file near the bottom is the following line: > > Run <NetSurf$Dir>.!RunImage -v %*0 2><Wimp$ScrapDir>.WWW.NetSurf.Log > > If you put a | before the <Wimp$ScrapDir>.WWW.NetSurf.Log that should > disable the logging. > > Unless their is anything in the Netsurf code itself that expects to > write to the log it should work, but I'm offering no guarantees.
Remove the -v flag. That is what enables verbose logging. Note that this simply stops NetSurf formatting and emitting the log data. It will still involve checking "do I need to log this?" B.