WordPress / openverse

Openverse is a search engine for openly-licensed media. This monorepo includes all application code.

Home Page:https://openverse.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a script for load-testing the frontend

obulat opened this issue · comments

Problem

We need to load-test the frontend when migrating to Nuxt 3 to see if there are memory leaks.

Description

The script should be added to utilities/load_testing.
It should use the env variables to test the following:

  • English-only static pages (About, Search help, etc.)
  • English-only static and search pages with random search words
  • Static pages in 4 test locales
  • Static and search pages in 4 locales.

Alternatives

Additional context