Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aa85069

Browse files
committed
fix post-deploy
1 parent 62b42d7 commit aa85069

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

guides/v2.1/cloud/env/variables-post-deploy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ After you specify the pages to test and commit your changes, the _Time To First
3838
[2019-06-20 20:42:22] INFO: TTFB test result: 0.408s {"url":"https://staging-tkyicst-xkmwgjkwmwfuk.us-4.magentosite.cloud/checkout/cart","status":200}
3939
```
4040
{: .no-copy}
41+
4142
For redirected paths, the log reports the path of the redirect target instead of the one configured in the environment variable. If you specify an invalid path, the log displays a warning message.
4243

4344
### `WARM_UP_PAGES`

guides/v2.2/cloud/env/variables-post-deploy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ stage:
2020
- **Default**— `[]` (an empty array)
2121
- **Version**—Magento 2.1.4 and later
2222

23-
Configure _Time To First Byte_ (TTFB) testing for specified pages to test your {{ site.data.var.ece }} site performance. For each page to page to test, specify the absolute path reference or an absolute URL with protocol and host.
23+
Configure _Time To First Byte_ (TTFB) testing for specified pages to test your {{ site.data.var.ece }} site performance. Specify an absolute path reference, or URL with protocol and host, for each page that requires the test.
2424

2525
```yaml
2626
stage:
@@ -37,6 +37,7 @@ After you specify the pages to test and commit your changes, the _Time To First
3737
[2019-06-20 20:42:22] INFO: TTFB test result: 0.313s {"url":"https://staging-tkyicst-xkmwgjkwmwfuk.us-4.magentosite.cloud/customer/account/create","status":200}
3838
[2019-06-20 20:42:22] INFO: TTFB test result: 0.408s {"url":"https://staging-tkyicst-xkmwgjkwmwfuk.us-4.magentosite.cloud/checkout/cart","status":200}
3939
```
40+
{: .no-copy}
4041

4142
For redirected paths, the log reports the path of the redirect target instead of the one configured in the environment variable. If you specify an invalid path, the log displays a warning message.
4243

0 commit comments

Comments
 (0)