Skip to main content

Home/ Agency Oasis Developers/ Group items tagged sublayouts

Rss Feed Group items tagged

Mark Ursino

Sublayout Driven JavaScript In Sitecore - 1 views

  •  
    Very clever way to inject JS files at the sublayout level. Useful is we don't combine and minify JS, which we should do.
Mark Ursino

Queries in Datasource location on Sitecore Layouts - 0 views

  •  
    How to make sublayout data source locations relative based on a multi-site solution
Mark Ursino

Sitecore Layout Viewer - 0 views

  •  
    This tool arose from the need to document all the Layouts/Sublayouts and their available placeholders.
Mark Ursino

Queryable Data Sources for sublayout - 0 views

  •  
    This is a custom processor for Page Editor data source locator for a multi-site solution
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.
1 - 8 of 8
Showing 20 items per page