zloster / FrameworkBenchmarks

Source code for the framework benchmarking project
http://www.techempower.com/benchmarks/
Other
0 stars 0 forks source link

Ninja-standalone awaiting update #77

Closed zloster closed 5 years ago

zloster commented 5 years ago

See #73.

zloster commented 5 years ago

I've spend some time debugging the problem. The findings are here: https://github.com/ninjaframework/ninja/issues/656#issuecomment-489599460

zloster commented 5 years ago

I've played around with this: the workaround was to set the cache control header in the controllers. The best place to fix this is in ResultHandler.class in the "ninja.utils" package. It should be an interface to provide an easy way to be replaced by the DI framework?