article thumbnail

Exploring MySQL Binlog Server – Ripple

Scalegrid

MySQL does not limit the number of slaves that you can connect to the master server in a replication topology. If the data churn on the master is high, the serving of binary logs alone could saturate the network interface of the master. Ripple is an open source binlog server developed by Pavel Ivanov.

Servers 262
article thumbnail

The Three Cs: Concatenate, Compress, Cache

CSS Wizardry

Concatenating our files on the server: Are we going to send many smaller files, or are we going to send one monolithic file? Compressing them over the network: Which compression algorithm, if any, will we use? 4,362ms of cumulative latency; 240ms of cumulative download. main.af8a22.css

Cache 291
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

Monitor web applications from within your corporate network

Dynatrace

ActiveGate OS: Ubuntu Server 16.04 LTS, RHEL server 7, CentOS server 7. Your browser monitor can: Download all the web page resources and objects. A: We currently support Ubuntu Server 16.04 Q: Do I need a special network configuration, opening non-standard ports and/or whitelisting some addresses?

Network 160
article thumbnail

How To Measure the Network Impact on PostgreSQL Performance

Percona

It is very common to see many infrastructure layers standing between a PostgreSQL database and the Application server. We often forget or take for granted the network hops involved and the additional overhead it creates on the overall performance. But let’s see what the wait events look like if the network slows down.

Network 61
article thumbnail

Setting Up MongoDB SSL Encryption

Scalegrid

Each section is crafted to elevate your database’s security protocol, from acquiring the necessary SSL certificates to configuring server and client connections. Preparing SSL Certificates for MongoDB The SSL certificates are necessary for our MongoDB server to establish secure SSL/TLS communications.

Servers 130
article thumbnail

MongoDB SSL with self-signed certificates in C#

Scalegrid

One option is purchasing your own CA-signed SSL certificates and configuring them on the MongoDB server. If your application connects to the production database over a public network, do reach out to support@scalegrid.io For example: <path-to-downloaded-CA-Cert.cer> = C:UsersUserFoldercaCert.cer. <host1>

C++ 244
article thumbnail

Rethinking Server-Timing As A Critical Monitoring Tool

Smashing Magazine

Rethinking Server-Timing As A Critical Monitoring Tool. Rethinking Server-Timing As A Critical Monitoring Tool. In the world of HTTP Headers, there is one header that I believe deserves more air-time and that is the Server-Timing header. Setting Server-Timing. Sean Roberts. 2022-05-16T10:00:00+00:00.

Servers 92