Skip to main content

Home/ Web Performance/ Group items tagged HTML

Rss Feed Group items tagged

Boris Schapira

Akamai Acquires Website Performance Company Blaze Software - 1 views

  •  
    "Blaze's cloud-based service automatically optimizes the code on a web page during the delivery process to ensure faster transmission of content and a faster rendering of the page, whether served to a PC, tablet or smartphone."
Laurent Paoletti

Advances in JavaScript Performance in IE10 and Windows 8 - IEBlog - Site Home - MSDN Blogs - 0 views

  •  
    Thursday, May 31, 2012, we delivered the Windows 8 Release Preview and the Sixth IE10 Platform Preview. Windows 8 includes one HTML5 browsing engine that powers both browsing experiences (Metro style and desktop) as well as Metro style applications that use HTML5 and JavaScript.
Éric D.

jQuery Fundamentals - 4 views

  •  
    Le chapitre 9 de l'excellent "jQuery Fundamentals", consacré aux performances
  •  
    quelques trucs utiles (genre detach, l'utilisation de data, l'object literal lookup) mais complètement contre le "append en une seule fois", pour des raisons de sécurité. Après, c'est très facile de se retrouver avec du XSS. J'utilise intensivement .text() pour écrire mon texte à l'intérieur des éléments (qui utilise createTextNode, qui n'exécute donc pas le JS ou le HTML éventuel).
Oncle Tom

Performance Impact of CSS Selectors - 1 views

  • The sad truth about CSS3 selectors is that they really shouldn’t be used at all if you care about page performance. Decorating your markup with classes and ids and matching purely on those while avoiding all uses of sibling, descendant and child selectors will actually make a page perform significantly better in all browsers.
  •  
    Comment une mauvaise utilisation des sélecteurs CSS, en complément d'une page chargée en nombre de balises HTML, peut drainer la vitesse du navigateur. Comme d'habitude : KISS. Et tout ira bien.
‹ Previous 21 - 40 of 313 Next › Last »
Showing 20 items per page