article thumbnail

Service level objective examples: 5 SLO examples for faster, more reliable apps

Dynatrace

Certain service-level objective examples can help organizations get started on measuring and delivering metrics that matter. Teams can build on these SLO examples to improve application performance and reliability. In this post, I’ll lay out five SLO examples that every DevOps and SRE team should consider. or 99.99% of the time.

Traffic 173
article thumbnail

What are quality gates? How to use quality gates to deliver better software at speed and scale

Dynatrace

Organizations can customize quality gate criteria to validate technical service-level objectives (SLOs) and business goals, ensuring early detection and resolution of code deficiencies. Ultimately, quality gates safeguard code viability as it advances through the delivery pipeline. But how do they function in practice?

Speed 206
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

Speeding Up Async Snippets

CSS Wizardry

There’s no async attribute in sight, and the code itself isn’t doing anything special: it’s just injecting a script that resolves to a regular, blocking tag in the DOM: How is this any different to just loading the file normally? For the simplest case, for example: var script = document. The New Syntax. src = ' [link] ' ; document.

Speed 301
article thumbnail

Speed up your security investigations with DPL Architect

Dynatrace

This tool lets you quickly extract typed fields from unstructured text (such as log entries) using the Dynatrace Pattern Language (DPL), enabling you to extract timestamps, determine status codes, identify IP addresses, or work with real JSON objects. This allows you to answer even the most complex questions with ultimate precision.

Speed 207
article thumbnail

Site-Speed Topography

CSS Wizardry

When first working on a new site-speed engagement, you need to work out quickly where the slowdowns, blindspots, and inefficiencies lie. For example, my site has a homepage, content pages (e.g. I want to be able to form hypotheses and draw conclusions without viewing a single URL or a line of source code.

Speed 292
article thumbnail

Radically speed up your code by fixing slow or frequent garbage collection

Dynatrace

Optimize your code by finding and fixing the root cause of garbage collection problems. These details arm you with the knowledge necessary to find the respective code and remove unnecessary allocations. Any significant reduction in allocations will inevitably speed up your code. So what’s going on here?

Speed 165
article thumbnail

What is infrastructure as code? Discover the basics, benefits, and best practices

Dynatrace

The IT world is rife with jargon — and “as code” is no exception. “As code” means simplifying complex and time-consuming tasks by automating some, or all, of their processes. Today, the composable nature of code enables skilled IT teams to create and customize automated solutions capable of improving efficiency.