k6
k6 copied to clipboard
k6 load tests for WordPress and WooCommerce.
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...
- [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