-
Task
-
Resolution: Released
-
Should have
-
None
-
2
-
Performance, Search
-
Sprint #147
In the pagespeed insights report I noticed that some of the fetched files that are flagged as hurting performance are from the ElasticPress plugin. I don't think we actually use anything from these files, as we don't use everything from the ElasticPress plugin.
Additionally these files are loaded on each page, even though they're likely only intended for the search page.
The plugin does have some logic to only include the files if the corresponding ElasticPress features (related posts and facets) are turned on. It looks like these are turned on on most instances. Probably we can just turn them off. There might be more features that we don't use that affect performance in some way.
Tasks
- Investigate turning off these two features and test for side effects.
- Investigate a wp cli command to amend these options and deploy to all instances.
- has to be done after
-
PLANET-5055 Upgrade ElasticPress to 3.5.x
- CLOSED
- relates to
-
PLANET-5537 Hide/remove settings of ElasticPress plugin which don't work with our implementation
- CLOSED