article thumbnail

Performance Testing at MongoDB

Alex Podelko

MongoDB has the most advanced continuous performance testing I know about. MongoDB shared a lot of information on how we do performance testing and even open sourced some parts of it. Continuous performance testing is built on the top of Evergreen. 34 (2020), Performance Testing with David Daly , is another good introduction.

article thumbnail

PostgreSQL Tuple-Level Statistics With pgstattuple

Percona

Since Postgres table bloat degrades database performance, we can improve its performance by removing the table bloat. For example: SELECT * FROM pgstattuple('pg_catalog.pg_proc'); SELECT * FROM pgstattuple('workshop'); pgstattuple only obtains a read lock on the relation. The latest version of pgstattuple is 1.5.

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. On design systems, UX, web performance and CSS/JS. Jump to online workshops ?. Agustinus Theodorus. 2022-09-27T14:00:00+00:00.

Cache 126
article thumbnail

Core Web Vitals for Search Engine Optimisation: What Do We Need to Know?

CSS Wizardry

Google do strongly encourage you to focus on site speed for better performance in Search, but, if you don’t pass all relevant Core Web Vitals (and the applicable factors from the Page Experience report) they will not push you down the rankings. I’m available for hire to help you out with workshops , consultancy , advice , and development.

article thumbnail

Plan, execute, and modernize a cloud migration strategy with Dynatrace

Dynatrace

But, as resources move off premises, IT teams often lack visibility into system performance and security issues. Causal AI automatically identifies performance problems, security issues, and more. Define the strategy, assess the environment, and perform migration-readiness assessments and workshops. Mobilize and plan.

Strategy 204
article thumbnail

Sustainable Web Development Strategies Within An Organization

Smashing Magazine

For example, changing our database architecture to be more efficient could save on server costs. Making performance improvements to a client’s site could result in happier clients who send more business our way. Performance Mode” sounds a lot more appealing than “Eco Mode”, which sounds like something is being taken away.

Strategy 124
article thumbnail

Bandwidth or Latency: When to Optimise for Which

CSS Wizardry

When it comes to network performance, there are two main limiting factors that will slow you down: bandwidth and latency. Bandwidth is defined as…. the maximum rate of data transfer across a given path. Generally speaking, increased bandwidth is only particularly useful when you’re transferring or downloading large files.

Latency 133