Remove Availability Remove Code Remove Definition Remove Speed
article thumbnail

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

Dynatrace

It prevents your application from fully leveraging the available CPU. 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. This resource is not available to your application. .

Speed 164
article thumbnail

Running A Page Speed Test: Monitoring vs. Measuring

Smashing Magazine

Running A Page Speed Test: Monitoring vs. Measuring Running A Page Speed Test: Monitoring vs. Measuring Geoff Graham 2023-08-10T08:00:00+00:00 2023-08-10T12:35:05+00:00 This article is sponsored by DebugBear There is no shortage of ways to measure the speed of a webpage. Lighthouse results. One type is called lab data.

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

The platform engineer role: A game-changer or just hype?

Dynatrace

Today, the platform engineer role is gaining speed as the newest byproduct of scaling DevOps in the emerging but complex cloud-native world. They explore platform engineering’s multiple definitions, its pros and cons, and how practitioners can shape this emerging DevOps concept. Another common silo results from the developer side.

Games 224
article thumbnail

Correctly Configure (Pre) Connections

CSS Wizardry

A trivial performance optimisation to help speed up third-party or other-origin requests is to preconnect them: hint that the browser should preemptively open a full connection ( DNS , TCP , TLS ) to the origin in question, for example: In the right circumstances, this simple, single line of HTML can make pages hundreds of milliseconds faster !

Speed 234
article thumbnail

Speed Up of the WAL Archiving in PostgreSQL 15

Percona

Last time I blogged about the New WAL Archive Module/Library feature available in PostgreSQL 15 , which is quite transformative in how WALs are archived today in PostgreSQL. The following comments in the PostgreSQL code can tell the whole story. /* * pgarch_readyXlog * * Return name of the oldest xlog file that has not yet been archived. *

Speed 108
article thumbnail

Best of breed observability with Spring Micrometer and Dynatrace

Dynatrace

We also use Micrometer to analyze ingest queue processing speed, which helps us make decisions about adding resources. Auto-enrichment is also available in cases where OneAgent is unavailable or unnecessary. Either way, the Dynatrace Micrometer Registry adds proper topology without modifying your code.

Metrics 187
article thumbnail

SKP's Java/Java EE Gotchas: Clash of the Titans, C++ vs. Java!

DZone

As a Software Engineer, the mind is trained to seek optimizations in every aspect of development and ooze out every bit of available CPU Resource to deliver a performing application. Considering all aspects and needs of current enterprise development, it is C++ and Java which outscore the other in terms of speed. Ahem, Slow!

Java 214