Get the latest!

Follow bloggers on Optimizely World to get the latest from people who know all about the Optimizely platform! You will find blog posts from the entire Optimizely community, as well as from the Optimizely development teams.

Start blogging - create your own blog (requires log in)
Manage your blog posts on Optimizely World (requires log in)
Rules for blogging on Optimizely World

Syndication and sharing

loading
  • Syndicated blog - Posted on: Sep 11, 2008

    Since I write about performance testing I should give you some idea on how we do performance tests on the dev department. We run all our load testing using Visual Studio Team System 2008: Visual Studio Team System Load Agent. Applies the load to...

  • Syndicated blog - Posted on: Sep 11, 2008

    Enabling httpCache in EPiServer is very crucial to get maximum performance from your system. But sometimes you might want to get the cache to differ on something else then just query strings. A typical example is to give the user the possibility...

  • Syndicated blog - Posted on: Sep 10, 2008

    There have been some posts about performance improvements in EPiServer CMS 5 already, but I thought I post my results as well. These tests were conducted by applying load on the default templates on one of our test servers and then measuring hits...

  • Syndicated blog - Posted on: Sep 10, 2008

    Just like in EPiServer, Extension logs most things that happens. And since Extension handles errors ina different way than EPiServer, logging in Extension can be a crusual part in your work developing for Extension. Just like EPiServer, Extension...

  • Syndicated blog - Posted on: Sep 09, 2008

    Base classes from EPiServer CMS framework UnifiedDirectory is the base class for VPP directories in EPiServer CMS. It provides virtual method Search which takes the UnifiedSearchQuery object and returns empty results list as UnifiedSearchHitCollec...

  • Syndicated blog - Posted on: Sep 09, 2008

    I got some problems with XForms in EPiServer 4.62 today. Earlier the forms have worked great and no problem at all. But suddenly all newly created forms did not work. They were impossible to submit. The problem turned out to be that I saved the...

  • Syndicated blog - Posted on: Sep 08, 2008

    The MultiplexingMembershipProvider will call GetUser before it calls ValidateUser when authenticating a user. If you set the default provider to be your own provider, ValidateUser will be called first. So, a little different behaviour there, no...

  • Syndicated blog - Posted on: Sep 08, 2008

    This post shows how to translate page type and property names and descriptions to have them appear in the correct language in the editor interface when globalization is enabled for an EPiServer web site.