JoeDog / siege

Siege is an http load tester and benchmarking utility
GNU General Public License v3.0
5.95k stars 387 forks source link

In S.P.A sites siege does not work well #172

Open Coyas opened 4 years ago

Coyas commented 4 years ago

in Vuejs

HTTP/1.1 200     1.16 secs:   20527 bytes ==> GET  /
HTTP/1.1 200     1.07 secs:   20527 bytes ==> GET  /
HTTP/1.1 200     1.14 secs:   20527 bytes ==> GET  /
HTTP/1.1 200     1.11 secs:   20527 bytes ==> GET  /
HTTP/1.1 200     1.08 secs:   20527 bytes ==> GET  /
HTTP/1.1 200     0.98 secs:   20527 bytes ==> GET  /
HTTP/1.1 200     1.00 secs:   20527 bytes ==> GET  /
HTTP/1.1 200     1.00 secs:   20527 bytes ==> GET  /
HTTP/1.1 200     0.92 secs:   20527 bytes ==> GET  /
HTTP/1.1 200     0.97 secs:   20527 bytes ==> GET  /

that is because server side rendering??

How can i solve this? make the siege get others routes

JoeDog commented 4 years ago

What problem are you trying to solve?

On Thu, Feb 27, 2020 at 6:34 AM Ailton Duarte notifications@github.com wrote:

in Vuejs

HTTP/1.1 200 1.16 secs: 20527 bytes ==> GET / HTTP/1.1 200 1.07 secs: 20527 bytes ==> GET / HTTP/1.1 200 1.14 secs: 20527 bytes ==> GET / HTTP/1.1 200 1.11 secs: 20527 bytes ==> GET / HTTP/1.1 200 1.08 secs: 20527 bytes ==> GET / HTTP/1.1 200 0.98 secs: 20527 bytes ==> GET / HTTP/1.1 200 1.00 secs: 20527 bytes ==> GET / HTTP/1.1 200 1.00 secs: 20527 bytes ==> GET / HTTP/1.1 200 0.92 secs: 20527 bytes ==> GET / HTTP/1.1 200 0.97 secs: 20527 bytes ==> GET /

that is because server side rendering??

How can i solve this? make the siege get others routes

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JoeDog/siege/issues/172?email_source=notifications&email_token=ABJRHZWIVLFWIPHKUL6UZ6DRE6QKTA5CNFSM4K4ZP7NKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IQYKOLA, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJRHZTBFN37IIJMWHEAV7DRE6QKTANCNFSM4K4ZP7NA .

Coyas commented 4 years ago

It Always get / (home page)? Why it doesn't get others page?