Speedometer:
Benchmark for Web App Responsiveness

Speedometer:
Benchmark for Web App Responsiveness

We are pleased to announce Speedometer, a new benchmark that measures the responsiveness of web applications.

Read more

Introducing the WebKit FTL JIT

Introducing the WebKit FTL JIT

Designed to bring aggressive C-like optimizations to the largest variety of JavaScript programs.

Read more

Overview of WebKit’s CSS JIT Compiler

Overview of WebKit’s CSS JIT Compiler

Making CSS faster and more scalable is an area of research in the WebKit project.

Read more

Advanced Layout Made Easy with CSS Regions

Advanced Layout Made Easy with CSS Regions

CSS Regions is an exciting technology that makes it easier than ever to create rich, magazine-like layouts within web content.

Read more

WebKit and C++11

WebKit and C++11

WebKit now requires our various ports to build with compilers that support some C++11 features.

Read more

Using References Instead of Pointers

Using References Instead of Pointers

We started converting WebKit code to using references instead of pointers when passing around objects.

Read more

Improved Support for Images on High-Resolution Displays

Improved Support for Images on High-Resolution Displays

WebKit now supports the srcset attribute on image elements to specify higher-quality images for your users.

Read more

Unusual Speed Boost:
Binary Size Matters

Unusual Speed Boost:
Binary Size Matters

One of my concerns last year was that while WebKit was getting faster on common benchmarks, some operations were getting slower as a byproduct of new features and optimizations.

Read more

State of Web Inspector

State of Web Inspector

Last year, Safari 6 included a reimagination of Web Inspector that aligned the design and user experience with Xcode 4.

Read more

Announcing SunSpider 1.0

Announcing SunSpider 1.0

The popular SunSpider JavaScript benchmark suite was originally released by the WebKit team over five years ago, in December 2007.

Read more

On spinlocks and sleep()

On spinlocks and sleep()

Yes, we really did achieve a 3.7X speedup on a garbage collection benchmark by removing a call to sleep().

Read more

Apple style span is gone

Apple style span is gone

This week, I committed WebKit changes r92823 and r93001.

Read more