Skip to content

Instantly share code, notes, and snippets.

@ipascual
Created April 3, 2018 17:46
Show Gist options
  • Save ipascual/57c89ff8e197487a457f15a112331b1d to your computer and use it in GitHub Desktop.
Save ipascual/57c89ff8e197487a457f15a112331b1d to your computer and use it in GitHub Desktop.
magento2 - docker metrics
# Commands
```
1) rm -rf pub/static/* generated/* var/view_preprocessed var/cache var/page_cache
2) Admin > Catalog > Products
3) Admin > Catalog > Products
4) Admin > Stores > Configuration
5) Admin > Stores > Configuration
```
# Metrics
*MAMP*
Admin > Catalog > Products 54.60s
Admin > Catalog > Products 14.99s
Admin > Stores > Configuration 20.64s
Admin > Stores > Configuration 4.12s
*Docker (8 vCores / 12Gb / 6Gb swap)*
Admin > Catalog > Products 2.9m
Admin > Catalog > Products 36.54s
Admin > Stores > Configuration 36.45s
Admin > Stores > Configuration 11.6s
*Docker (2 vCores / 4Gb / 1Gb swap)*
Admin > Catalog > Products 1.5m
Admin > Catalog > Products 21.09s
Admin > Stores > Configuration 16.5s
Admin > Stores > Configuration 6.34s
*Docker (2 vCores / 4Gb / 1Gb swap) native*
Admin > Catalog > Products 46.25m
Admin > Catalog > Products 14.94s
Admin > Stores > Configuration 22.67s
Admin > Stores > Configuration 3.68s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment