Remove 2019 Remove Cache Remove Code
article thumbnail

Fundamentals of Table Expressions, Part 12 – Inline Table-Valued Functions

SQL Performance

I also compare them with stored procedures, mainly focusing on differences in terms of default optimization strategy, and plan caching and reuse behavior. Before implementing the function itself, here’s code to create a supporting index on the Sales.Orders table: USE TSQLV5 ; GO. CREATE INDEX idx_nc_cid_odD_oidD_i_eid ON Sales.

Cache 144
article thumbnail

Increase the Performance of your Site with Lazy-Loading and Code-Splitting

Jos

We are explicit about our dependencies, so we know what code we need to run to run a specific component. Lazy-loading and bundle splitting can have a huge impact on page performance: less code requested, parsed, and executed. When you send the user code that is not needed, you waste resources from your end, and from the user’s end.

Code 130
Insiders

Sign Up for our Newsletter

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

article thumbnail

What is? OpenTelemetry??An open-source standard for logs, metrics, and traces

Dynatrace

Here are the steps the solution takes, and the data it generates along the way: Instruments your code with APIs, telling system components what metrics to gather and how to gather them. This occurs once data is safely stored within a local cache. This makes it easy to switch backends without the pain of re-instrumenting your code.

article thumbnail

Optimizing Google Fonts Performance

Smashing Magazine

2019-06-20T11:00:16+02:00. 2019-06-20T10:35:07+00:00. Browser Caching. Another built-in optimization of Google Fonts is browser caching. As the Google Fonts API becomes more widely used, it is likely visitors to your site or page will already have any Google fonts used in your design in their browser cache.

Google 111
article thumbnail

DBLog: A Generic Change-Data-Capture Framework

The Netflix TechBlog

Preventing code reuse across databases. This way, log event processing can resume event-by-event afterwards, eventually discovering the watermarks, without ever needing to cache log event entries. The same code is used for MySQL and PostgreSQL and can be used for other similar databases as well. Beresford, and Boerge Svingen.

Database 223
article thumbnail

DBLog: A Generic Change-Data-Capture Framework

The Netflix TechBlog

This prevents code reuse across databases. This way, log event processing can resume event-by-event afterwards, eventually discovering the watermarks, without ever needing to cache log event entries. The same code is used for MySQL and PostgreSQL and can be used for other similar databases as well. Beresford, and Boerge Svingen.

Database 209
article thumbnail

I Used The Web For A Day On A 50 MB Budget

Smashing Magazine

2019-07-29T14:00:59+02:00. 2019-07-29T13:06:57+00:00. The United Kingdom is ranked 34th out of 207 countries for broadband speed, but in July 2019 there was still a school in the UK without broadband. Minification removes unnecessary spaces and characters, but uglification actually ‘mangles’ the code to be shorter.

Cache 97