lstrojny / fxmlrpc

A modern, super fast XML/RPC client for PHP >=5.6
142 stars 41 forks source link

Slow speed tests #75

Open skylord123 opened 4 years ago

skylord123 commented 4 years ago

Under "How fast is it really?" it says this is only 2x slower then xmlrpc but with my data I am seeing it being 12x slower.

Here is an issue I logged on the official Infusionsoft PHP API repository about this problem: https://github.com/infusionsoft/infusionsoft-php/issues/229

I highly recommend trying the NativeParser out if you want to improve speed and have access to install xmlrpc.

lstrojny commented 3 years ago

Don't trust any statistics you didn't fake yourself, I guess. On a more serious note: if you could provide some example payload that is slow to encode or decode, that would be interesting. Maybe there is some more potential in the already quite dense userland implementations.