Skip to main content

Home/ Agency Oasis Developers/ Group items tagged sdn

Rss Feed Group items tagged

mgraber

Programming - SDN5 - 0 views

  • 3.1.  Programming Practices Data Structuring can influence the performance. If the logic for home page news articles is to present the latest three, the logic of looking for articles structured as /year/month/day/article is faster than sorting a large number of articles stored directly under /news.
  • 3.3.  Convert Underperforming XSL Renderings to .NET Certain operations can be completed much more efficiently in .NET than in XSL. Use Sitecore’s browser-based debugger to identify poorly performing code for migration to pure .NET. Invoking XSL may be more expensive in .NET than executing native .NET code.  If possible, certain XSL renderings, especially those which consume a great deal of resources or can only be cached under limited conditions should be converted to .NET method renderings, sublayouts or web controls.  Expensive XSL code can be converted to .NET extension controls and functions.
Douglas Couto

Known Issues - SDN5 - 0 views

    • Douglas Couto
       
      Important step to fix your index.
  • You need to follow a special method to create indexes with the new synopsis generator. Open the dtSearch indexer Create the required indexClick Advanced button Check the checkboxes Cache document text in the index and Cache documents in the index.
  •  
    dtSearch - Important step to fix index.
Mark Ursino

Sitecore Link Database - 0 views

  •  
    Sometimes it is required to get all Items in the database based on a given template. Iterating through the entire database may be a very expensive operation though. However in this particular case, we can resort to the Link database. Link database is used by Sitecore to resolve all the linking issues - what referrers and what references the Item has. And if an item is based on a template, it also counts as a reference from the item to the template. The solution then is very simple: get all the referrers for a given template item.
Mark Ursino

How can I configure Sitecore V5 to periodically perform tasks in Sitecore V5? - 0 views

  •  
    Perform scheduled tasks? Like publishing?
mgraber

CMS failover setup - SDN - 1 views

  •  
    "CMS failover setup"
Mike Tomasulo

Installation Guide v6 - Sitecore Dev Network - 0 views

  •  
    "The installation program does not detect the mode IIS 6 is currently running and set the x64 component up if the OS is 64-bit. This can cause the following error: "Attempted to load a 64-bit assembly on a 32-bit platform. Use ReflectionOnlyLoad() instead if trying to load for reflection purposes." In order to fix this manually, replace the system.data.sqlite.dll in the bin folder of your site with the file provided on this page."
  •  
    Instructions for converting sitecore web site to Visual Studio Web Application are in this doc
  •  
    Instructions for converting sitecore web site to Visual Studio Web Application are in this doc
1 - 20 of 56 Next › Last »
Showing 20 items per page