Automattic / wp-calypso

The JavaScript and API powered WordPress.com
https://developer.wordpress.com
GNU General Public License v2.0
12.42k stars 1.99k forks source link

Feature Request: Speed Test Tool - Display the Insights results while loading the LLM suggestion #95895

Open epeicher opened 2 weeks ago

epeicher commented 2 weeks ago

What

In the Speed Test Tool report, when expanding an Insight, there is a query to display AI suggestions. That takes a number of seconds, but the results of the Insight is already there.

This task is to discuss if it would be beneficial to display the result of the Insight while the AI suggestion is being generated. So in the following screenshot, instead of displaying the Finding the best solution for your page message, the result is displayed in the meantime

Loading message Result that can be shown meanwhile
Image Image

Why

It gives some information to the user while waiting for the AI suggestion

How

Displaying the result as it is already there instead of waiting for the response of the AI query

epeicher commented 1 week ago

Planning discussion: During planning, we identified one option to display the AI generated results: We could display the AI results in a collapsed section that the user can expand, and notify the user that the AI results are ready. In general, this task requires some design and UX input to make sure the result are good user experience.