I need to know how long it takes to load my website with all the necessary css and js files a browser would load. Is there an easy way to do this or I need to file_get_content all separately?
These calculations need to be in PHP and not on the client side.