Currently, the roblox analytics page shows “Average FPS” for an experience.
This is good as a general health indicator, but is not good for making decisions about overall performance and users.
Please change it to quantize into brackets of % of user in each FPS range.
A good selection might be something like so:
% of users maintaining 55 fps+
% of users between 40-55 fps
% of users between 30-40 fps
% of users between 20-30 fps
% of users under 20fps
With this information, developers can decide where they need to focus development effort.
“Is it just a small percentage of users dragging the whole average down? Do most of my users run at 55-60fps?” etc