k6 icon indicating copy to clipboard operation
k6 copied to clipboard

k6 load tests for WordPress and WooCommerce.

Results 6 k6 issues
Sort by recently updated
recently updated
newest added

findAssets, findNewAssets, filterAssets, filterAssetsArray, createBatchArrayFromURLArray, removeAuthorCategoryLinks, debugObject, hideBody, generateUsername These are designed to help you load page assets (css/js/images). also filter sitemap urls, generate multiple usernames and a debug function...

Should be an optional flag. - images - css - javascript - fonts - favicons - .svg ```js const assets = response.html().find('[src*=""], [href*=".js"]').toArray() http.batch(assets); ```

By also loading the orders page after a checkout. Offload the user login testing to #1

- Load homepage - Go to login and log in - Back to homepage - Load 7 random pages

I'm using a test environment with Wordpress and WooCommerce only, with the StoreFront theme and the Home page created by the theme itself. I changed the settings as described in...

bug

- [x] Enable more metrics in `metrics.js` - [x] Enable more `metrics` and `calculations` in `generate-csv.sh` - [ ] Fix `redis-ops-per-sec` and others for non-ocp dumps

enhancement