article thumbnail

Web Performance Bookshelf

Rigor

Reading time 1 min Why share the library of the web performance books while there’s a substantial collection of fantastic websites and articles on the net? High Performance Browser Networking. This book is about performance problems and the various technologies created to fight them. High Performance Websites.

article thumbnail

An Unbelievable Demo

Brendan Gregg

It was 2005, and I felt like I was in the eye of a hurricane. I was an independent performance consultant and Sun Microsystems had just released DTrace, a tool that could instrument all software. This gave performance analysts like myself X-ray vision. You can't make this stuff up. I was living in Sydney, Australia.

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

Joining the SpeedCurve team

Speed Curve

As a developer I've always been fascinated by the web and how it enriches people's lives, and now I am jumping into the very essence of it – how it renders, performs and behaves! I started coding web pages in about 2005 and began my web development career in Moscow, Russia, joining a biotech startup. My background.

BioTech 70
article thumbnail

It’s time to migrate from NAM to Dynatrace

Dynatrace

Performance has always mattered. With sniffers, network performance engineers were ultimately able to relate wire data performance to what business owners expected from the networks they financed. The network performance engineer who managed the sniffer was the guru. The DC RUM wave. Technology developments come in waves.

Network 166
article thumbnail

Additional T-SQL Improvements in SQL Server 2022

SQL Performance

If you’ve been writing and optimizing T-SQL code for a while, you’re probably well aware of the many complexities involved with NULL handling. If you’re using T-SQL to compute percentiles as part of your work, these functions should be familiar to you since they’ve been supported in SQL Server 2005 and later. The Distinct Predicate.

Servers 142
article thumbnail

Simple Parameterization and Trivial Plans — Part 2

SQL Performance

Forced parameterization wasn’t added until SQL Server 2005, so Microsoft had the opportunity to incorporate some lessons from the simple parameterization experience, and didn’t have to worry much about backward-compatibility issues. Behaviours are maintained to avoid breaking legacy code. The next step involves the arithmetic operator.

Cache 90
article thumbnail

Deprecated features to take out of your toolbox – Part 3

SQL Performance

These types are on the deprecated list for many reasons, and have held a permanent spot on that list since being replaced by the max types way back in SQL Server 2005. t2 ( id bigint IDENTITY PRIMARY KEY , msg ntext ) ; Now, let's try to perform online operations on the tables: ALTER TABLE dbo. CREATE TABLE dbo. Conclusion.

C++ 58