Hey Martin. Thanks for the kind words!!
Indeed, in that use case, the cold start is the most relevant, but the cold start could be much more different if some warm up operation are performed: create a connection pool to the database, loading framework execution context (like Springboot),…
And yes, never you will run a Fibonacci on the service, the limit and slowness will come from other external point of communication.