Remove tags spec-work
article thumbnail

Dynatrace strengthens container security across popular cloud-based registries

Dynatrace

How it works Begin by browsing Dynatrace images on the Amazon Elastic Container Registry (ECR) Public Container Gallery. The version numbers of these binaries correlate 1:1 with the container image’s tags. skopeo list-tags docker://public.ecr.aws/dynatrace/dynatrace-oneagent jq -r '.Tags

Cloud 214
article thumbnail

Speeding Up Async Snippets

CSS Wizardry

The first thing I find most surprising is that the majority of developers I encounter do not know how this works, what it does, or why we do it. It’s the spec which dictates that any scripts injected dynamically should be treated as asynchronous. So, in order to work around it, third party vendors employed async snippets.

Speed 301
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

In Defence of DOM­Content­Loaded

CSS Wizardry

Putting It to Use I’m working with a client at the moment who is using Nuxt and currently has their client-side JavaScript split into an eyewatering 121 defer red files: Don’t get me started on their TTFB. Because deferred JS is guaranteed to run after synchronous JS, this event also marks the point that all synchronous work is complete.

Metrics 326
article thumbnail

Is Thread Pool Plugin the Right Choice for Your Workload?

Percona

This post was motivated by two recent cases I’ve worked with. For this reason, I’ve set up a server with the following specs: r6a.2xlarge Some quick conclusions: Personally, I’ve never been a big fan of the thread pool because I think it may work only under certain very specific circumstances (i.e.,

article thumbnail

The Three Types of Performance Testing

CSS Wizardry

This takes the form of developers assessing the performance impact of every piece of work they do as they’re doing it. My involvement with clients here is assessing where best to introduce these tools in the development–deployment lifecycle, and working to define suitable thresholds and budgets. Who: Engineers, Product Owners.

article thumbnail

For Jo

Alex Russell

This was originally drafted as response to [Jo Rabin’s blog post] discussing a meetup the W3C TAG hosted last month. Your post mirrors some of my own thinking about what the TAG can be good for. I can’t speak for everyone on the TAG, but like me, most of the new folks who have joined have backgrounds as web developers.

Games 40
article thumbnail

Optimizing Performance With Resource Hints

Smashing Magazine

This enables the browser to get ahead of the game and do more work in parallel, decreasing the overall load time. Prerendering goes one step further and executes the files, doing pretty much all the work required to display the page except for actually displaying it. When Should I Use dns-prefetch ? When Should I Use preconnect ?