A current test of the test rtstats and legacy rtstats.
Fetching this image
| Server |
Time |
| Legacy |
0.4s |
| Test/New |
8.2s |
Assuming the test host is as beefy as current production host, this difference is likely all due to python being exec'd for each request and not being run from mod_wsgi.
So I will see how fast I can get a mod_wsgi image generation from python to run.
A current test of the test rtstats and legacy rtstats.
Fetching this image
Assuming the test host is as beefy as current production host, this difference is likely all due to python being exec'd for each request and not being run from
mod_wsgi.So I will see how fast I can get a
mod_wsgiimage generation from python to run.