I wish to congratulate you. It is great to reach these milestones and
the whole community really appreciates what you have and are doing.

On the Web App side one obvious area of optimization is to move the
javascript code out from the cs files and put it into their own js
files. For the default.aspx page it looks like there will be 3 files:

  WikiDefault.js - with the hieght and width calcs, etc (I removed the
nav functions)
  WikiMenu.js - with all the menu functions
  WikiTopicBar.js - with all the TopicBar functions

This left one small script to be registered with 2 nav functions to be
calculated for each topic page.

This should let these js files be cached, at least on the client side
and reduce the roundtrips. Can these also be put in the main server
cache and stay there indefinitely? Is that desirable?

Other work on the app is to make it ASP.NET 2.0, rather than ASP.NET
1.1 with asp compatibility.

Preview.aspx and default.aspx should be complete by the end of this
weekend (its a 3-day up where I am).

John Davidson

On 8/2/07, Craig Andera <[EMAIL PROTECTED]> wrote:
>
>
>
> I just posted Beta 2 of FlexWiki 2.0 up on SourceForge. Major differences
> from Beta 1 include:
>
> SQL Server once again supported as a store.
> Improved SPAM protection via optional CAPTCHA requirements.
> Added ability to require HTTPS on a namespace-by-namespace basis.
> Multiple bug fixes.
>
>  There's other good stuff in there, too - the release notes detail
> everything.
>
>
>
> The major remaining issue is performance: 2.0 Beta 2 is significantly slower
> than the latest released version of FlexWiki 1.8, although still usable.
> Performance work is ongoing, and significant improvements are expected
> before 2.0 is released, but for now production deployment is not
> recommended. That said, we're running it at http://www.pluralsight.com/wiki
> because for us the new security features outweigh the slowness. And perf
> aside, I feel good about the stability of the code, and others have echoed
> that it seems pretty solid.
>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Flexwiki-users mailing list
Flexwiki-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexwiki-users

Reply via email to