Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
253 views
in Q2A Core by

Hello, I don't have a cache plugin but my q2a website keeps saving caches but I need to stop this. 

This is a screenshot of SQL.

Where is the qa_cache thing. Its not in plugins. I have searched all the folders.

1 Answer

0 votes
by

The qa_cache table caches resized images from the qa_blobs table (only avatars AFAIK). So if you upload a 100px avatar and it's displayed at 30px in one place the resized version is saved in qa_cache.

Are you having a particular problem with the cache table? If you really want to remove the caching you can create function overrides for qa_db_cache_set and qa_db_cache_get (just return from each function without doing anything).

Welcome to the Q&A site for Question2Answer.

If you have a question about Q2A, please ask here, in English.

To report a bug, please create a new issue on Github or ask a question here with the bug tag.

If you just want to try Q2A, please use the demo site.

Categories

...