Confirmed users
372
edits
Line 14: | Line 14: | ||
== mitmproxy == | == mitmproxy == | ||
[https://mitmproxy.org/ Mitmproxy] is a third-party open-source tool ([https://github.com/mitmproxy/mitmproxy found here in github]) that allows the recording of a live web page and saving it as a playback archive. Using Mitmproxy's 'mitmdump' tool, the recorded page can be played back through a local proxy browser proxy; then browsing to the URL loads the page from the mitmproxy recording instead of the live site. | |||
The Raptor performance testing framework uses Mitmproxy for Raptor page-load performance tests. Mitmproxy is available as a python [https://searchfox.org/mozilla-central/source/testing/mozbase/mozproxy mozbase/mozproxy] module for import in any python project. | |||
== Perf Sheriff == | == Perf Sheriff == |