Skip to content
View paulirish's full-sized avatar

Sponsoring

@sindresorhus
@fregante
@openwebdocs
Block or Report

Block or report paulirish

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. GoogleChrome/lighthouse GoogleChrome/lighthouse Public

    Automated auditing, performance metrics, and best practices for the web.

    JavaScript 27.8k 9.3k

  2. lite-youtube-embed lite-youtube-embed Public

    A faster youtube embed.

    HTML 5.4k 253

  3. git-open git-open Public

    Type `git open` to open the GitHub page or website for a repository in your browser.

    Shell 3.3k 244

  4. git-recent git-recent Public

    See your latest local git branches, formatted real fancy

    Shell 930 38

  5. dotfiles dotfiles Public

    paul's fish, bash, git, etc config files. good stuff.

    Shell 4.2k 1.3k

  6. What forces layout/reflow. The compr... What forces layout/reflow. The comprehensive list.
    1
    # What forces layout / reflow
    2
    
                  
    3
    All of the below properties or methods, when requested/called in JavaScript, will trigger the browser to synchronously calculate the style and layout*. This is also called reflow or [layout thrashing](http://www.kellegous.com/j/2013/01/26/layout-performance/), and is common performance bottleneck.
    4
    
                  
    5
    Generally, all APIs that synchronously provide layout metrics will trigger forced reflow / layout. Read on for additional cases and details.