Fork me on GitHub
#pathom
<
2021-02-07
>
markaddleman19:02:57

Thanks. I'm switching my production app over to use Pathom3. I'm seeing nice wins with smart-map (primarily by hiding some case switching logic from the clients) . There is a big win by using the new placeholder capability in EQL.

🎉 3
wilkerlucio15:02:01

awesome, can you also check how performance is affected with the migration?

wilkerlucio15:02:23

I wonder how much of the gains I see in my "lab tests" translate to real app performance gains

markaddleman16:02:58

I can't really do performance comparisons, unfortunately. Performance on the API layer is not really an issue for us since many of our APIs are backed by OLAP-style queries on the database. Given the performance of the DB queries is typically 5 - 15 seconds, the performance of the API shim layer almost doesn't matter