Browse by Tags

Related Posts

  • JavaScript performance - access to global variables [part 1]

    While reading several posts about JavaScript performance [ 1 ] [ 2 ] I did a simple test, too. My first part will compare Firefox and IE7 using global variables compared with local ones. var x = {"FirstName":"Michael"}; function test1() { return x.FirstName; } function test2() { var...
    Posted to Ajax.NET Professional - AJAX and JSON made easy! (Weblog) by Michael Schwarz on 11-17-2006, 12:00 AM
    Filed under: AJAX, JavaScript, JavaScript Performance, Firefox, IE, ASP.NET
  • POST vs. GET

    I'm reading a lot of performance issues when using POST instead of GET in AJAX enabled web applications. What are the key benefits of each http method? And is POST really slower than GET? POST By default no proxy server or web browser is caching this data, you will always get the real data from you...
    Posted to Ajax.NET Professional - AJAX and JSON made easy! (Weblog) by Michael Schwarz on 12-04-2006, 12:00 AM
    Filed under: JavaScript, JavaScript Performance, AJAX
  • Performance Research: Browser Cache Usage - Exposed!

    Tenni Theurer posted a new blog entry on the YUIBlog about performance research with browser cache usage . In an earlier post, I described What the 80/20 Rule Tells Us about Reducing HTTP Requests. Since browsers spend 80% of the time fetching external components including scripts, stylesheets and images...
    Posted to AjaxPro and WPF/E (Weblog) by Michael Schwarz on 01-05-2007, 12:00 AM
    Filed under: AJAX, JavaScript, JavaScript Performance, HTML, CSS
  • POST vs. GET

    I'm reading a lot of performance issues when using POST instead of GET in AJAX enabled web applications. What are the key benefits of each http method? And is POST really slower than GET? POST By default no proxy server or web browser is caching this data, you will always get the real data from you...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 12-04-2006, 12:00 AM
    Filed under: AJAX, JavaScript, JavaScript Performance
  • DLR and Performance

    The idea was to put all JavaScript libraries into the DLR of Silverlight to get better performance, but a first tests failed or is compared to JavaScript directly in the Web browser very slow. To test this I wrote a very simple demo: var s = "" ; var d1 = new Date(); for (var i=0; i<1000; i++) { s...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 05-31-2007, 12:00 AM
    Filed under: .NET, JavaScript, IE, JavaScript Performance, WPF/E, WPFE, Silverlight, DLR
  • Bubblemark Animation Test

    Did you ever compared client-side RIA frameworks? Alexey Gavrilov has written a great test to directly compare performance : Silverlight (WPF/e) vs. DHTML vs. Flash (Flex) vs. WPF vs Apollo vs. Java (Swing): "The goal of this test is to directly compare performance of different RIA frameworks / approaches...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 06-05-2007, 12:00 AM
    Filed under: .NET, JavaScript, JavaScript Performance, Flash, WPF/E, WPF, WPFE, Silverlight
  • Ajax View: Remotely Monitoring Web 2.0 Applications

    I'm using Ajax View more and more and find it very useful. The goal of the Ajax View project is to improve developer's visibility into and control over their web applications' behaviors on end-user's desktops. The Ajax View approach is to insert a server-side proxy (or web server plugin) in-between the...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 12-21-2007, 12:00 AM
    Filed under: AJAX, ASP.NET, Web 2.0, JavaScript, JavaScript Performance, Fiddler
Page 1 of 1 (7 items)
Page view counter