This repository was archived by the owner on Nov 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bbatsche
suggested changes
Jun 24, 2019
* [Jmeter](http://jmeter.apache.org/): Excellent load testing to help gauge performance for spiked traffic, like for flash sales. Create custom tests to run against your site. | ||
* [Magento application performance test]({{ page.baseurl }}/cloud/env/variables-post-deploy#ttfb_tested_pages)—Test Magento application performance by configuring the TTFB_TESTED_PAGES envrionment variable to test site response time. | ||
* [Siege](https://www.joedog.org/siege-home/)—Traffic shaping and testing software to push your store to the limit. Hit your site with a configurable number of simulated clients. Siege supports basic authentication, cookies, HTTP, HTTPS and FTP protocols. | ||
* [Jmeter](http://jmeter.apache.org/)—Excellent load testing to help gauge performance for spiked traffic, like for flash sales. Create custom tests to run against your site. | ||
* New Relic (provided): Helps locate processes and areas of the site causing slow performance with tracked time spent per action like transmitting data, queries, Redis, and so on. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this also have : replaced with a -?
meker12
commented
Jun 24, 2019
hguthrie
approved these changes
Jun 24, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I posted a couple of things for you to fix, but they are minor. Overall, looks fine.
meker12
commented
Jun 24, 2019
Co-Authored-By: hguthrie <[email protected]>
meker12
commented
Jun 25, 2019
Hi @meker12, thank you for your contribution! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose of this pull request
Added documentation for the
TTFB_TESTED_PAGES
environment variable used to configure Time to First Byte page tests to check Magento application performance for sites deployed on Cloud infrastructure.Affected DevDocs pages
Links to Magento source code
Magento ECE tools pull request 537
whatsnew
Added documentation for the
TTFB_TESTED_PAGES
environment variable to configure Time to First Byte page tests to check Magento Commerce application performance for sites deployed to the Cloud infrastructure. See Post-deploy variables.