Remove 2008 Remove Cache Remove Code
article thumbnail

Performance Hero: Annie Sullivan

Speed Curve

Of course writes were much less common than reads, so I added a caching layer for reads, and that did the trick. Then in 2008, Google issued a code yellow for application speed, and I was the code yellow lead for Google Docs.

article thumbnail

Jamstack CMS: The Past, The Present and The Future

Smashing Magazine

However, unlike the early days of the web, static sites are no longer limited to developers working in a code editor. Piecing together a website using a WYSIWYG editor and seeing the code it generated was a fascinating and educational experience that sparked an initial interest in web design. Editing a blog post in MovableType 2.0

Ecommerce 142
Insiders

Sign Up for our Newsletter

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

article thumbnail

Compiler bug? Linker bug? Windows Kernel bug.

Randon ASCII

Now we have a problem statement that we can reason about: why are large chunks of our code segment filled with zeroes? This command compares the code bytes in the crash dump (some of them are saved in the crash dump, just in case) against those on disk. In this case it said that 9322 bytes in the code in the crash dump were wrong.

article thumbnail

Service Workers can save the environment!

Dean Hume

Without effective caching on the client, the server will see an increase in workload, more CPU usage and ultimately increased latency for the end user. CPU Utilization and Power Consumption (Source: Blackburn 2008). Server Power Consumption (Source: Intel Labs 2008). This is where service workers can make a difference.

Energy 40
article thumbnail

Service Workers can save the environment!

Dean Hume

Without effective caching on the client, the server will see an increase in workload, more CPU usage and ultimately increased latency for the end user. CPU Utilization and Power Consumption (Source: Blackburn 2008). Server Power Consumption (Source: Intel Labs 2008). This is where service workers can make a difference.

Energy 40
article thumbnail

Service Workers can save the environment!

Dean Hume

Without effective caching on the client, the server will see an increase in workload, more CPU usage and ultimately increased latency for the end user. CPU Utilization and Power Consumption (Source: Blackburn 2008). Server Power Consumption (Source: Intel Labs 2008). This is where service workers can make a difference.

Energy 40
article thumbnail

Tuning SQL Server Reporting Services

SQL Performance

SSRS 2008 brought that component into the reporting service module. Caches of report results are stored in the ReportServerTempDB database and I/O performance can become an issue here. To tune for a slow report, that usually means you need to create indexes for that specific report or tune the code within the report.

Tuning 67