Skip to main content

Home/ Web Performance/ Group items tagged start

Rss Feed Group items tagged

anonymous

"reducing number of requests on a page [not] always makes that page faster" - 1 views

  •  
    "combining can sometimes make loads slower, due to deferral of JS execution (have to download entire combined JS file before any of the JS can be executed). A second reason is that combining can make the resources take longer to download, due to the way that TCP slow start works"
Laurent Paoletti

Lazy loading below the fold - 6 views

  •  
    I've started experimenting with my home page to make it load even faster. Amazon famously does this too which you can read more about in this Steve Souders post. They make sure everything that needs to be visible above the fold is loaded first, then, it starts loading all the other "stuff" below the fold.
  •  
    Assez d'accord avec les commentaires , il faut éviter que le crawler passe sur la ressource dédiée au chargement des huits autres articles, sinon il y a un risque de duplicate content. Pour éviter cela il faut gérer des règles pour robots.txt, est-ce suffisant ? Le découpage je le fais plutôt au niveau du styling CSS et JS. J'inclue le style css indispensable à l'affichage et charge le reste . Bref il y aussi le risque de reflow dans ce cas.
  •  
    Indian Cheap Escort In Dubai Model Cheap Escort In Dubai Massage Cheap Escort In Dubai Call Girls Cheap Escort In Dubai Vip Cheap Escort In Dubai Desi Indian Escort In Dubai Desi Pakistani Escort In Dubai Desi Call Girls Escort In Dubai Desi Punjabi Escort In Dubai
Laurent Paoletti

Speed Awareness Month - How To Sample Data Like a Pro - 3 views

  •  
    Let's say you have a large computer system and you want to measure it for performance or efficiency. You want metrics. You want pretty pictures that tell you what's going on. You start looking at graphing libraries and databases. I think this is exactly backward. You have to start with measurement.
Éric D.

Start-up : Fasterize, le régime minceur pour pages web un peu trop lourdes | ... - 2 views

  •  
    On annonce des gains au final de 30% à 60%, cela semble assez important. Est-ce vraiment intéressant dans tous les cas ?. C'est un besoin pour les sites à gros traffic/ non optimisé / avec du contenu 'peu dynamique". Comment Fasterize actualise t'il sa propre version , uniquement lorsque le client demande une url ? Il serait intéressant d'avoir un peu de détail sur l'échange entre fasterize et le serveur.
anonymous

How to Write Efficient CSS Selectors - O'Reilly Answers - 0 views

  •  
    "The impact of CSS selectors on performance derives from the amount of time it takes the browser to match the selectors against the elements in the document. Developers have some control over how long this matching takes by writing their selectors to be more efficient. The path to efficient selectors starts by understanding how selector matching works."
Boris Schapira

Zeroload : Mappy.com : un start render divisé par deux - 0 views

  •  
    Etude de cas Mappy pour la Web Perf.
Boris Schapira

"User Timing and Custom Metrics", Steve Souders - 0 views

  •  
    "If you want to improve performance, you must start by measuring performance. But what should you measure?"
François D.

sitespeed.io - Analyze your website speed and performance - 1 views

  •  
    "Sitespeed.io is an open source tool that helps you analyze and optimize your website speed and performance based on performance best practices. It will collect data from multiple pages on your website (crawling from a start point), analyze the pages using performance best practices rules, and output the result as HTML-files or JUnit XML. You can see real life examples of analyzed sites here." Possibilité d'intégrer cet outil dans une plate-forme d'intégration continue (jenkins) : http://sitespeed.io/documentation/#junit
Oncle Tom

Profiling CSS for fun and profit. Optimization notes. - 1 views

  •  
    Before we start, I'd like to mention that most (if not all) of these notes apply best to large, complex applications. Documents that have thousands of elements and that are highly interactive will benefit the most. In my case, I reduced page load time by ~650ms (~500ms (!)
  •  
    Quelques bons conseils (les mêmes que d'hab) sur l'écriture universelle des CSS. Pas trop d'accord en revanche sur les raisons de ne pas utiliser les sélecteurs sur attribut - juste pour des raisons de compatibilité.
Vincent Voyer

Retour d'expérience sur l'optimisation de la homepage de mappy.com - 0 views

  •  
    Un gros travail sur la priorisation des téléchargements a été effectué. Rassurez-vous je ne vais pas poster tous les blog posts de mon blog :) Simplement celui-ci est le plus intéressant pour le moment.
1 - 20 of 34 Next ›
Showing 20 items per page