Remove Benchmarking Remove Cache Remove Download Remove Performance
article thumbnail

Benchmark (YCSB) numbers for Redis, MongoDB, Couchbase2, Yugabyte and BangDB

High Scalability

Application example: user profile cache, where profiles are constructed elsewhere (e.g., Here Redis and Yugabyte have higher latencies, Yugabyte performs bad for both Insert and Read for the test. Yugabyte performs really good in this test. Workload C: Read only. This workload is 100% read. Workload E: Short ranges.

article thumbnail

Performance audit: Lego.com

Speed Curve

So I thought it would be fun to spend some time poking around behind the scenes and give the site a holiday performance audit. Background For this performance audit, I looked at this synthetic test for the LEGO.com home page. (We The performance team is clearly doing a good job of fighting page bloat. Are images optimized?

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

Five Data-Loading Patterns To Improve Frontend Performance

Smashing Magazine

Five Data-Loading Patterns To Improve Frontend Performance. Five Data-Loading Patterns To Improve Frontend Performance. When it comes to performance, you shouldn’t be stingy. The resource loading waterfall is a cascade of files downloaded from the network server to the client to load your website from start to finish.

article thumbnail

PostgreSQL: Pgpool-II Use Cases and Benefits

Percona

One of the key benefits of using PostgreSQL is its reliability, scalability, and performance. However, as the size of your database grows, it can become challenging to manage and optimize its performance. Pgpool-II is a powerful tool that can help you manage and optimize the performance of your PostgreSQL database cluster.

Cache 116
article thumbnail

MySQL Key Performance Indicators (KPI) With PMM

Percona

As a MySQL database administrator, keeping a close eye on the performance of your MySQL server is crucial to ensure optimal database operations. A monitoring tool like Percona Monitoring and Management (PMM) is a popular choice among open source options for effectively monitoring MySQL performance.

article thumbnail

The Most Important MySQL Setting

Percona

To illustrate this, I ran the Sysbench-TPCC synthetic benchmark against two different GCP instances running a freshly installed Percona Server for MySQL version 8.0.31 on CentOS 7, both of them spec’d with four vCPUs but with the second one (server B) having a tad over twice as much memory than the reference one (server A).

Tuning 137
article thumbnail

Front-End Performance Checklist 2021

Smashing Magazine

Front-End Performance Checklist 2021. Front-End Performance Checklist 2021. This guide has been kindly supported by our friends at LogRocket , a service that combines frontend performance monitoring , session replay, and product analytics to help you build better customer experiences. Web performance is a tricky beast, isn’t it?