theplant / containers

Better structures for building web applications
1 stars 0 forks source link

Performance monitoring for containers #8

Open sunfmin opened 7 years ago

bodhi commented 7 years ago

Not sure if this should be built in. It's not hard to wrap a container to measure how long it takes to render... In fact there's actually two steps in a page that you want to measure:

  1. How long does it take to make the list of containers
  2. How long does it take to render each container