playcanvas / editor

Issue tracker for the PlayCanvas Editor
https://playcanvas.com/
154 stars 28 forks source link

Add asset statistics #227

Open Gradess2019 opened 3 years ago

Gradess2019 commented 3 years ago

Add statistics that shows how many assets my project consists Example:

and so on…

This feature would be useful for optimizing size project and particular type of assets Also it is way more convenient to analyze project

Maksims commented 3 years ago

In editor it is hard to take GZIP into an account. I've been providing in-depth analysis project services to guide teams to optimize their projects, and using Network Panel in Dev Tools - is way more convenient and efficient, as it shows actual network details based on assets loading logic and server setup (GZIP, Cache, etc).

But decent project analysis tools - are definitely something that everyone would benefit from. Perhaps this can come from the community once Editor Plugins will be a possibility.