rtCamp / rt-optimizer

A WordPress plugin that improves Core Web Vitals score by loading scripts via worker thread. Keeps the main thread idle for users to interact with page as quickly as possible.
GNU General Public License v2.0
19 stars 7 forks source link

Feat:Add settings page #7

Closed rutviksavsani closed 2 years ago

rutviksavsani commented 2 years ago

Add settings page to accept the scripts that have to be excluded from the optimizer. Two options have been added, that will allow users to add handles and paths ( comma separated ) and the mentioned paths will be excluded from the worker thread and loaded directly.

Attaching screenshot of Settings option page : image

Further Improvement's : Add a filter to allow the user to disable rt-scripts-optimizer

resolves the issue: #6