Skip to content
#

performance

Here are 3,025 public repositories matching this topic...

addyosmani
addyosmani commented Dec 10, 2018

Feedback from @surma:

I feel like by default you should add a rootMargin to the IO to trigger the load before something comes into the viewport.

So, rootMargin defaults to "0px 0px 0px 0px", meaning the intersection will be computed between the root element's unmodified bounds rectangle and the target's bounds. This change would be made to https://github.com/GoogleChromeLabs/quicklink/b

k6
nichalko
nichalko commented Jan 31, 2019

Expected Behavior

Running validator https://validator.w3.org on basic <picture> elements as per setup config should not result in errors.

Current Behavior

Currently when running validator on:

<picture class="lozad" style="display: block; min-height: 1rem" data-iesrc="images/thumbs/04.jpg" data-alt="">
    <source srcset="images/thumbs/04.jpg" media="(min-width: 1280px)">
   
guess
BenchmarkDotNet
aaubry
aaubry commented Sep 17, 2020

When I have a MsBuildArgument whose value ends in a backslash, there is an error somewhere along the intermediate code generation that causes the generated program to receive malformed arguments, resulting in a parsing exception. Here's an example of such:

var summary = BenchmarkRunner.Run<MyBenchmark>(DefaultConfig.Instance
    .AddJob(Job.Default
        .WithArguments(new[]
     

Improve this page

Add a description, image, and links to the performance topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the performance topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.