Update INSTALLATION.md

This commit is contained in:
Tetrakern 2024-06-14 15:15:30 +02:00
parent 73f064e168
commit c1463107bf

View File

@ -527,9 +527,9 @@ Technically just another plugin, but one that will make your site significantly
If problems arise, you can just delete the plugin files.
**Fictioneer 001 Fast Requests** accelerates AJAX and REST requests by disabling non-allow-listed plugins during selected theme actions. Depending on the number of plugins you have installed, this can boost your request performance significantly. However, it will prevent the plugins from working during these requests, although that has no effect on the themes default functionality. Be not afraid to edit the file and extend the allow list, it will not be overwritten when you update the theme. Or add your own plugin files. This is one of the best speed optimizations you can make.
**[Fictioneer 001 Fast Requests](https://github.com/Tetrakern/fictioneer/tree/main/mu-plugins)** accelerates AJAX and REST requests by disabling non-allow-listed plugins during selected theme actions. Depending on the number of plugins you have installed, this can boost your request performance significantly. However, it will prevent the plugins from working during these requests, although that has no effect on the themes default functionality. Be not afraid to edit the file and extend the allow list, it will not be overwritten when you update the theme. Or add your own plugin files. This is one of the best speed optimizations you can make.
**Fictioneer 002 Elementor Control** disables the Elementor plugin on all pages except those with Canvas templates. Elementor unfortunately consumes a significant amount of server resources, so limiting its use to necessary pages is ideal for maintaining a faster site. This assumes you do not need Elementor elsewhere; if you do, this approach wont work for you. Alternatively, you can use the [Plugin Load Filter](https://wordpress.org/plugins/plugin-load-filter/) plugin for more precise control, though it requires more configuration.
**[Fictioneer 002 Elementor Control](https://github.com/Tetrakern/fictioneer/tree/main/mu-plugins)** disables the Elementor plugin on all pages except those with Canvas templates. Elementor unfortunately consumes a significant amount of server resources, so limiting its use to necessary pages is ideal for maintaining a faster site. This assumes you do not need Elementor elsewhere; if you do, this approach wont work for you. Alternatively, you can use the [Plugin Load Filter](https://wordpress.org/plugins/plugin-load-filter/) plugin for more precise control, though it requires more configuration.
### Warning: SEO Plugins