Automattic / themes

Free WordPress themes made by Automattic for WordPress.org and WordPress.com.
https://themeshaper.com
GNU General Public License v2.0
845 stars 342 forks source link

Spearhead: remove excess JS from the frontend #7849

Closed sgomes closed 3 weeks ago

sgomes commented 3 weeks ago

Spearhead currently loads Gutenberg JS on the frontend, resulting in significantly reduced loading performance. This appears to be due to the wrong hook being used.

Changes proposed in this Pull Request:

Related issue(s):

Fixes #7848

github-actions[bot] commented 3 weeks ago

Preview changes

I've detected changes to the following themes in this PR: Spearhead (Classic).

You can preview these changes by following the links below:

I will update this comment with the latest preview links as you push more changes to this PR. ⚠️ Note: The preview sites are created using WordPress Playground. You can add content, edit settings, and test the themes as you would on a real site, but please note that changes are not saved between sessions.

⚠️ Note: Child themes are dependent on their parent themes. You will have to install the parent theme as well for the preview to work correctly.

sgomes commented 3 weeks ago

Thank you for the quick review, @vcanales! 👍