Increase performance
Overview
Even though LinkAutocorrect is designed to be efficient and run on the lowest possible hardware requirements, the amount of requests and the amount of pages on your website will massively influence the load caused by LinkAutocorrect.
If you think LinkAutocorrect is causing performance issues, here's what you should try first:
- Temporarily rename
linkautocorrect/404handler.phpto something else, which will prevent new requests from reaching LinkAutocorrect and effectively disable it. Do this if you are unsure if the performance issues are caused by LinkAutocorrect. - Upgrade the hardware/VM you are running LinkAutocorrect on
- Use a different webserver software such as LiteSpeed
- Use a different SQL database server
If you are absolutely sure that LinkAutocorrect is causing performance issues:
- Set
prot_vecdoor_modeto uncached - Experiment with different
cache_modevalues - Choose a different similarity link correction mode or disable similarity link correction entirely by setting
similarity_modeto disabled - Set
prot_blockedpaths_processingto false
Disabling LLM link correction will likely not increase performance as the LLM processing is done on our side.
Please contact us in the case of performance issues so that we can resolve it together and provide a better experience for all customers.