After deploying a static frontend to Vercel, some projects might make use of Serverless Functions to feed data from. Creating Serverless Functions is as simple as adding an API directory in your project, and today inspecting them became just as comfortable with the new "Functions" tab from your Deployment Overview. Link to heading Function Details Creating a blazing fast web app is not only a matter of having a static frontend, but also of ensuring your API is not bloated in size, does not consume too many computational resources, and is responding fast. All of this information can now be accessed in a "Functions" tab available from every deployment overview. The most important details about your Serverless Functions, all at one glance. Link to heading Realtime Requests Often it's necessary to follow along with the invocations – and the logs printed as a result – of your Serverless Functions to detect inconsistencies in their behavior. With the new "Functions" tab, this information is now only a click away.…