|
|
|
|
|
by eggsnbacon1
2038 days ago
|
|
time "spent" in the database depends on the speed of DB drivers too, which depends on the language. Our stuff is Java and average query is ~2ms round trip. Python, Ruby and friends are bad for page speed metrics. REST response time of ~200ms vs ~10ms for our java backends |
|