Skip to main content

Home/ Agency Oasis Developers/ Group items tagged cache

Rss Feed Group items tagged

Douglas Couto

twinsen's Sitecore blog | Sitecore website and shell not responsive - 0 views

  •  
    "Then we had a brainwave: we started emptying caching folder. No result at first, until we hit the /viewstate folder. We struck gold! Everything worked fine again."
Mark Ursino

Bundler.NET - 0 views

  •  
    An API for combining, minifying, compressing, and caching CSS and JavaScript for .NET websites.
Matt DeGennaro

Less Css for .NET - 0 views

  •  
    Server side compiler for LESS Adds web.config settings for minifying and caching compiled CSS
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

GMap.NET - Great Maps for Windows Forms & Presentation - 0 views

  •  
    GMap.NET is a powerful, Free, cross platform, open source .NET control. Enable use routing, geocoding and maps from Google, Yahoo!, Bing, OpenStreetMap, ArcGIS, Pergo, SigPac in Windows Forms & Presentation, supports caching and runs on windows mobile!
Mark Ursino

Charles Web Debugging Proxy * HTTP Monitor / HTTP Proxy / HTTPS & SSL Proxy / Reverse P... - 0 views

  •  
    Charles is an HTTP proxy / HTTP monitor / Reverse Proxy that enables a developer to view all of the HTTP and SSL / HTTPS traffic between their machine and the Internet. This includes requests, responses and the HTTP headers (which contain the cookies and caching information).
Mark Ursino

5 Ways to Make Ajax Calls with jQuery - 0 views

  •  
    load(): Load a piece of html into a container DOM. $.getJSON(): Load a JSON with GET method. $.getScript(): Load a JavaScript. $.get(): Use this if you want to make a GET call and play extensively with the response. $.post(): Use this if you want to make a POST call and don't want to load the response to some container DOM. $.ajax(): Use this if you need to do something when XHR fails, or you need to specify ajax options (e.g. cache: true) on the fly.
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 - 18 of 18
Showing 20 items per page