# Election 2029: Load Testing

DevFeed: [Election 2029: Load Testing](<https://devfeed.tech/articles/election-2029-load-testing-30706.md>)

Original publisher: [Read original article](<https://codeblog.jonskeet.uk/2026/01/18/election-2029-load-testing/>)

Author: jonskeet

Published: 2026-01-18T18:11:55Z

Content type: article

Language: en

Sources: [Jon Skeet](<https://devfeed.tech/sources/jon-skeet.md>)

Topics: [Testing](<https://devfeed.tech/topics/testing.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>), [HTTP](<https://devfeed.tech/topics/http.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [election-2029](<https://devfeed.tech/tags/election-2029.md>), [http](<https://devfeed.tech/tags/http.md>), [load-testing](<https://devfeed.tech/tags/load-testing.md>), [performance](<https://devfeed.tech/tags/performance.md>), [testing](<https://devfeed.tech/tags/testing.md>), [time](<https://devfeed.tech/tags/time.md>), [tooling](<https://devfeed.tech/tags/tooling.md>)

## AI overview

This article examines three approaches to load testing an election website, describing its traffic and cost requirements, the trade-offs of the approaches tried, and the author's medium-term solution.

## Source excerpt

I've now been through three approaches to load testing for the site, and I think I've settled on a solution for the medium term at least. This post explains what I'm trying to achieve, along with the pros and cons of what I've tried. Requirements For this particular site, I have four requirements: If the ... Continue reading Election 2029: Load Testing ->