1. Check the queries that create the load and find out if they are optimized (e.g. have the proper indexes).
2. You can identify from where these queries comes and check if the extension executing them has any support for an in-memory caching system like MemCached or Redis. These can alleviate your db.
Joomla has some support for both, but mainly for the Session handling.
If these queries come from a 3rd party extension, you can ask the developer of that extension for integration.
2. You can identify from where these queries comes and check if the extension executing them has any support for an in-memory caching system like MemCached or Redis. These can alleviate your db.
Joomla has some support for both, but mainly for the Session handling.
If these queries come from a 3rd party extension, you can ask the developer of that extension for integration.
Statistics: Posted by sakiss — Thu Sep 19, 2024 11:38 am