It really makes a difference on my large site. Like new... To put a div around the stopwatch, try changing engine,php, line 274 to this
$out = "<div class='stopwatch'>$BOLTstopWatchMsg</div>" . BOLTmakepage(); If it works fine I'll change it in the core. Next release. To be consistent I guess we should change 133 as well, though I'm not sure the point of having a stop watch on a cached page. Probably should just strip that out... Cheers, Dan On Sun, Feb 6, 2011 at 7:51 PM, DrunkenMonk <[email protected]> wrote: > Oooh, exciting. Boltwire.com does feel faster. > I'm going to experiment a bit with this. While we're talking about > speed, is the stopwatch function still outputed raw into the body? > Could we put that in a div? > Some of my sites hide that output with fix position divs, which makes > quick speed tests difficult. If it was in a div, or any other wrapper > really, I could move it around easilly. > > On Feb 6, 9:28 pm, The Editor <[email protected]> wrote: >> After uploading the newest release to my main site, I was a bit >> disappointed to see no improvement on the performance issues I was >> experiencing. After digging a bit deeper I discovered the new code had >> a small mistake: I made a quick correction, and now my site is >> blistering fast, just like in the early days. :) >> >> The change only affects those using the new option of establishing a >> custom auto index function, so I won't put out a new release for this >> fix. But if you are interested, it is in engine.php, line 384 which >> should be changed to >> >> elseif (BOLTconfig('BOLTindexing', 'active') == 'active') { >> >> Cheers, >> Dan > > -- > You received this message because you are subscribed to the Google Groups > "BoltWire" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/boltwire?hl=en. > > -- You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/boltwire?hl=en.
