webdev – a video blog

videos about web development

  • 0 Comments
  • Filed under: velocity 2009
  • State of Performance

  • 0 Comments
  • Filed under: velocity 2009
  • 0 Comments
  • Filed under: velocity 2009
  • 0 Comments
  • Filed under: velocity 2009
  • 0 Comments
  • Filed under: velocity 2009
  • Prefetching resources

    Overview

    This video explains how prefetching resources can reduce user-perceived latency.

    Minimizing browser reflow

    Overview

    This video presents ways to minimize reflow on web pages.

    Overview

    Learn how appropriate ordering of scripts and styles can speed up page loads.

    PHP performance tips

    Overview

    This article provides a few easy tips that can help you to speed up your existing PHP scripts by making some simple changes.

    Optional HTML tags

    Overview

    HTML has some tags that are optional and can thus be omitted. In HTML 5, a shorter DOCTYPE and a few other techniques help reducing file size and load time of your HTML documents too.