Feat/performance recommended plugins - #4577
Open
harshitarora-in wants to merge 4 commits into
Open
Conversation
Collaborator
There was a problem hiding this comment.
Pull request overview
Adds promoted performance-plugin recommendations to the Dashboard Settings Performance tab.
Changes:
- Adds Optimole and Super Page Cache cards with install/activation actions.
- Adds loading, success, error, and telemetry handling.
- Updates the settings layout to display recommendations below performance settings.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
assets/apps/dashboard/src/Components/Content/Settings/PerformancePlugins.js |
Implements promoted plugin cards and action states. |
assets/apps/dashboard/src/Components/Content/Settings.js |
Integrates the recommendations into the Performance tab. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+38
to
+40
| if (isPluginActive && !success) { | ||
| return null; | ||
| } |
Co-authored-by: harshitarora-in <56164789+harshitarora-in@users.noreply.github.com>
abaicus
requested changes
Aug 17, 2026
Copilot stopped work on behalf of
harshitarora-in due to an error
August 18, 2026 11:49
Move PerformancePlugins into PerformanceTabContent so it reuses the tab's existing conditional and TransitionWrapper, instead of duplicating both in Settings.js. Nested inside the settings card, the component's own Card rendered a white box inside a white box, so add a `flat` variant to Card that keeps the header but drops the box styling. It defaults to false, leaving the other 20 usages unchanged. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a new Recommended Plugins section in the Dashboard Settings Performance tab.
It introduces plugin cards for:
Behavior included:
Will affect visual aspect of the product
YES
Screenshots
Test instructions
Check before Pull Request is ready:
Closes https://github.com/Codeinwp/neve-pro-addon/issues/3027