google / site-kit-wp

Site Kit is a one-stop solution for WordPress users to use everything Google has to offer to make them successful on the web.
https://sitekit.withgoogle.com
Apache License 2.0
1.25k stars 290 forks source link

Add skeleton loader to SK Summary widget #9570

Open aaemnnosttv opened 4 days ago

aaemnnosttv commented 4 days ago

Feature Description

The WP dashboard widget "Site Kit Summary" has no "skeleton" component while loading as many others do on the main SK dashboard. This results in a substantial shift between the page load and when the widget renders and loads.

Image


Do not alter or remove anything below. The following sections will be managed by moderators only.

Acceptance criteria

Implementation Brief

Test Coverage

QA Brief

Changelog entry

benbowler commented 1 day ago

I looked at a JS approach first, however by using the Network speed throttling, the majority of the delay in loading is waiting for the React app to be loaded. This is why I implement a PHP/CSS implementation here.