article thumbnail

Using Huge Pages with PostgreSQL Running Inside Kubernetes

Percona

Modern servers operate with terabytes of RAM, and by default, processors work with virtual memory address translation for each 4KB page. Please check out the Why Linux HugePages are Super Important for Database Servers: A Case with PostgreSQL blog post for more information. Kubectl helps to check the amount of huge pages available.

C++ 96
article thumbnail

High Memory Usage on ProxySQL Server

Percona

ProxySQL is a very useful tool for gaining high availability, load balancing, query routing, query caching, query rewriting, multiplexing, and data masking. There can be an instance of ProxySQL using a lot of memory on the server. This post is related to one of the causes that can use memory on the ProxySQL server and how we handle it.

Servers 59
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

Getting Started with HTTP/2 and Server Push

Dean Hume

One of my favourite features of HTTP/2 is Server Push. the browser requests a web page, the server sends the HTML in the response, and then it needs to wait for the browser to parse the HTML and issue requests for all of the embedded assets before it can start sending the JavaScript, images and CSS. With HTTP/1.1, Show me the code!

Servers 40
article thumbnail

Getting Started with HTTP/2 and Server Push

Dean Hume

One of my favourite features of HTTP/2 is Server Push. the browser requests a web page, the server sends the HTML in the response, and then it needs to wait for the browser to parse the HTML and issue requests for all of the embedded assets before it can start sending the JavaScript, images and CSS. With HTTP/1.1, Show me the code!

Servers 40
article thumbnail

Getting Started with HTTP/2 and Server Push

Dean Hume

One of my favourite features of HTTP/2 is Server Push. the browser requests a web page, the server sends the HTML in the response, and then it needs to wait for the browser to parse the HTML and issue requests for all of the embedded assets before it can start sending the JavaScript, images and CSS. With HTTP/1.1, Show me the code!

Servers 40
article thumbnail

What are the best multi-browser testing tools?

Testsigma

Also, we can run tests in parallel across various browsers that are available on the local machines. Picture Credit: MultiBrowser. Highlights. Price : $29 upwards monthly, when billed annually. EndTest: EndTest is a scriptless testing tool that supports end-to-end web and mobile testing.

article thumbnail

Chrome's NOSCRIPT Intervention

Tim Kadlec

The two results that jump out right away as oddities are The Atlantic and The Verge which managed to get a whopping 293% and 2048% heavier without JavaScript. In situations where JavaScript is not available, they wrap a fallback image in a element. Treat JavaScript as an enhancement and you’re good to go.

Network 71