ben@odin /v/w/tcpinball.org [1]> wp plugin auto-updates enable wp-api-privacy 0.450s
PHP Fatal error: Uncaught Error: Call to a member function get() on null in /var/www/tcpinball.org/wp-content/object-cache.php:2499
Stack trace:
#0 /var/www/tcpinball.org/wp-includes/option.php(612): wp_cache_get()
#1 /var/www/tcpinball.org/wp-includes/option.php(164): wp_load_alloptions()
#2 /var/www/tcpinball.org/wp-includes/l10n.php(63): get_option()
#3 /var/www/tcpinball.org/wp-includes/l10n.php(165): get_locale()
#4 /var/www/tcpinball.org/wp-includes/l10n.php(1340): determine_locale()
#5 /var/www/tcpinball.org/wp-includes/l10n.php(1385): _load_textdomain_just_in_time()
#6 /var/www/tcpinball.org/wp-includes/l10n.php(194): get_translations_for_domain()
#7 /var/www/tcpinball.org/wp-includes/l10n.php(306): translate()
#8 /var/www/tcpinball.org/wp-content/object-cache.php(796): __()
#9 /var/www/tcpinball.org/wp-content/object-cache.php(2356): WP_Object_Cache::has_sqlite()
#10 /var/www/tcpinball.org/wp-includes/load.php(868): wp_cache_init()
#11 /var/www/tcpinball.org/wp-settings.php(146): wp_start_object_cache()
#12 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(1363): require('...')
#13 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(1282): WP_CLI\Runner->load_wordpress()
#14 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Bootstrap/LaunchRunner.php(28): WP_CLI\Runner->start()
#15 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/bootstrap.php(83): WP_CLI\Bootstrap\LaunchRunner->process()
#16 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/wp-cli.php(32): WP_CLI\bootstrap()
#17 phar:///usr/local/bin/wp/php/boot-phar.php(20): include('...')
#18 /usr/local/bin/wp(4): include('...')
#19 {main}
thrown in /var/www/tcpinball.org/wp-content/object-cache.php on line 2499
Fatal error: Uncaught Error: Call to a member function get() on null in /var/www/tcpinball.org/wp-content/object-cache.php:2499
Stack trace:
#0 /var/www/tcpinball.org/wp-includes/option.php(612): wp_cache_get()
#1 /var/www/tcpinball.org/wp-includes/option.php(164): wp_load_alloptions()
#2 /var/www/tcpinball.org/wp-includes/l10n.php(63): get_option()
#3 /var/www/tcpinball.org/wp-includes/l10n.php(165): get_locale()
#4 /var/www/tcpinball.org/wp-includes/l10n.php(1340): determine_locale()
#5 /var/www/tcpinball.org/wp-includes/l10n.php(1385): _load_textdomain_just_in_time()
#6 /var/www/tcpinball.org/wp-includes/l10n.php(194): get_translations_for_domain()
#7 /var/www/tcpinball.org/wp-includes/l10n.php(306): translate()
#8 /var/www/tcpinball.org/wp-content/object-cache.php(796): __()
#9 /var/www/tcpinball.org/wp-content/object-cache.php(2356): WP_Object_Cache::has_sqlite()
#10 /var/www/tcpinball.org/wp-includes/load.php(868): wp_cache_init()
#11 /var/www/tcpinball.org/wp-settings.php(146): wp_start_object_cache()
#12 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(1363): require('...')
#13 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(1282): WP_CLI\Runner->load_wordpress()
#14 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Bootstrap/LaunchRunner.php(28): WP_CLI\Runner->start()
#15 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/bootstrap.php(83): WP_CLI\Bootstrap\LaunchRunner->process()
#16 phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/wp-cli.php(32): WP_CLI\bootstrap()
#17 phar:///usr/local/bin/wp/php/boot-phar.php(20): include('...')
#18 /usr/local/bin/wp(4): include('...')
#19 {main}
thrown in /var/www/tcpinball.org/wp-content/object-cache.php on line 2499
Error: There has been a critical error on this website.Learn more about troubleshooting WordPress. There has been a critical error on this website.
Looks like the global is not initialized at this point in the WP-CLI call stack
]]>I’m using this plugin on a fairly large WooCommerce site and notice that each first page load is very slow (much slower than without the plugin). Once the page has loaded every subsequent page view for that same page is fast. Is there any way to speed up the initial load?
]]>Hi Oliver,
First off, thank you for this plugin. I’ve been using few a few years now and it works great to speed up my sites – front and back-end. I tried Redis on my sites and client sites and it often had problems. Your plugin has been set and forget for the most part. Great stuff!
So I am working on a client’s site and it’s a bit more advanced than the typical blogs I work with – it’s a membership site with affiliate tracking. The use Paid Memberships Pro and AffiliateWP.
In the AffiliateWP documentation, it says that if I use server-level caching such as Varnish or Redis, I may likely need to exclude URLs and cookies. Is your plugin considered a server-level cache? If so, is there any way to exclude URLs and cookies? Any other considerations?
Thank you!
Mark
]]>After deactivation, some data from woocommerce that was created after installing the plugin will be lost. (for example products atributes) They are there after activation.
How to fix it?
]]>Hi,
Is there a way to programatically turn off object cache on the fly?
Is there a flag to force loading a page withou using object cache?
Thanks
]]>I added this into wp-config.php
define( 'WP_SQLITE_OBJECT_CACHE_DB_FILE', '/tmp/mysite-object-cache.sqlite' );
one .sqlite file under /tmp/ does appear (with random salt in the middle of the file name), but it’s a small file, the big files located under wp-content/ are still growing. There are 4 sqlite related files under wp-content/ with old names:
.ht.object-cache.salt.sqlite
.ht.object-cache.salt.sqlite-shm
.ht.object-cache.salt.sqlite-wal
.ht.object-cache.sqlite
How can I move all of them to /tmp/?
Thanks
]]>Hi,
Is there a way to exclude specific cache groups from this plugin?
Thanks
]]>Hi, thanks for this great plugin. Is it compatible to WPML?
]]>This plugin looks useful, but I manage a lot of WordPress sites and use WP-CLI extensively to keep things consistent across sites. There’s several settings in this plugin that I’d like to change the default values of and I’d also like to be able to flush the object cache in a programmatic manner. Are there plans to add to WP-CLI support to this plugin i.e. replicate all the settings panel functionality as WP-CLI options?
Talking of flushing the object cache, are there any circumstances where it’s advisable to manually initiate a flush? For example, if WordPress core, plugins or themes get added, deleted or updated? Or does the plugin handle these cases without manual intervention?
]]>I discovered this plugin some weeks ago, when I researched the WP-warning “you should use a persistent object cache” and your plugin seems to work wonders, specifically for pages that’re (rightfully) not cached by WPRocket, such as almost all Woo-pages and most of the WP-backend. THANK YOU!
Alrighty, here’s my problem, though: the default cache size is set to 16megs. After some time, however, the actual disk consumption can grow bigger than that. I discovered this, when WP warned me about response times above 600msecs, which I of course ignored / mistook as a measurement glitch. But then only hours later my hoster sent an email saying that my resource consumption is through the roof … and that is when I woke up.
Turns out, disk-IO hit several times per minute >40 megs / sec, which apparently hits my hosting companies nerves. As a result, my site was being throttled (=> >600msecs). I discovered that .ht-object-cache.sqlite had grown to almost 44megs, which seemed a reasonable enough culprit. So I ran “Clean up now”, which didn’t change the file size, though. Next, I ran a “Flush Now”, which brought the file size to 0 and disk-IO fell immediately and drastically … back to normal.
Now, looking at the code, a full vacuum is only run alongside flushes. But that seems to happen on demand only. Meantime, my sqlite-file size already has already grown back to over 35 megs inside of 8 hours. So, I guess, I will be hitting this problem again, quite soon actually.
So, how would I approach this? I feel like, reducing the cache size is not an option, because db-fragmentation is created by deleting rows and inserting new ones, i.e. the “final” file size is probably correlated with the turnover of outdated cache records rather than the initial cache size. Alternatively, I could run a scheduled full vacuum. Maybe the plugin could even do this alongside the hourly background cleanup. Or maybe …. I am getting ahead of myself and should rather ask somebody, who knows stuff. ??
Kind regards,
Uwe
We have been using sqlite-object-cache for a while now, and it generally works really well. Thanks!
But I have noticed from time to time that it just seems to stop working and performance returns to what it was without the object cache on, even though the plugin is still activated. On the statistics page, the system settings and then the list of cache groups and how many objects there are in each group do not show. Instead, below the “click here to get support etc” text, it just has the “Cache performance” header, followed by “Cache performance measurement is not enabled. You may enable it on the Settings tab.”
When I deactivate the plugin and reactivate, it all starts working again. Any suggestions as to why this might be happening?
]]>Hello,
I’m trying to access the backend of the website and a fatal error happens.
Fatal error: Uncaught Error: Call to undefined function __() in /home/yleniaf/www/wp-admin/includes/file.php:16 Stack trace: #0 /home/yleniaf/www/wp-content/object-cache.php(2312): require_once() #1 /home/yleniaf/www/wp-content/object-cache.php(587): WP_Object_Cache->delete_offending_files(2) #2 /home/yleniaf/www/wp-content/object-cache.php(433): WP_Object_Cache->open_connection() #3 /home/yleniaf/www/wp-content/object-cache.php(2360): WP_Object_Cache->__construct() #4 /home/yleniaf/www/wp-includes/load.php(860): wp_cache_init() #5 /home/yleniaf/www/wp-settings.php(144): wp_start_object_cache() #6 /home/yleniaf/www/wp-config.php(99): require_once(‘/home/yleniaf/w…’) #7 /home/yleniaf/www/wp-load.php(50): require_once(‘/home/yleniaf/w…’) #8 /home/yleniaf/www/wp-admin/admin.php(34): require_once(‘/home/yleniaf/w…’) #9 /home/yleniaf/www/wp-admin/index.php(10): require_once(‘/home/yleniaf/w…’) #10 {main} thrown in?/home/yleniaf/www/wp-admin/includes/file.php?on line?16
I tried to deactivite the plugin trough FTP but did not work
Please, could you help me you out with this?
Thanks in advance
]]>Currently, this plugin caches data from a user frontend profile plugin I use. The problem with this is that when a user updates their profile data, sometimes their latest changes don’t show. Flushing this plugin’s cache fixes the problem. Temporarily.
Is there a function I could pop into functions.php that would tell this plugin, “Hey, don’t cache xyz_user_field_meta.” In other words, is there a way to omit a certain Cache Group?
We have a slow shared hosting. Installing this has helped a lot with the Admin area speedup. (Website was already helped by WP Rocket, a caching plugin that’s much better at multilingual websites than others.)
Now, sometimes when logging into Admin area after a day or two, the first time load is VERY slow. Like 10-15 seconds. Only change we’ve made is installed this plugin.
I wonder if the Object Cache is somehow causing this delay? What should the “cache size” in settings be? I’ve kept it at 35MB right now.
Below are our cache performance numbers:
—-
And here are our settings for now:
]]>We use WP-Rocket for the static version to be served by Nginx when it can. But due to frequent editing, the static version is not always around. In any case, we’ve had to limit the cache of WP-Rocket to 8 hours because we use Stripe on our website for payments.
So, question: could we install this Sqllite PO Cache in addition to WP-Rocket?
]]>The cache seems to be enabled in the backend. Is it possible to disable it in the backend and enable it in the frontend only?
]]>New user here. My website is local interest and doesn’t get a lot of users, but there are 200 articles as posts. I’ve set the cached data size to 24 MiB but I’m not sure where to look on the statistics page for how much data is in use. Any help is appreciated.
]]>Since a month, I am experiencing an issue with my website, where the resources used reach their maximum. Specifically, an error message is displayed when visiting my website: “Resource limits reached”. If I open cPanel, I see these statistics:1. Number Of Processes: 165?/?165?(100%)
2. CPU Usage 100?/?100?(100%)
3. Entry Processes: 150?/?150?(100%)
To resolve the issue, I have to rename the public_html folder, temporarily replacing it with another one that I use to put my website in maintenance mode. After about two minutes, the website resources return to normal, something like:1. Number Of Processes: 11?/?165?(6.67%)
2. CPU Usage 0?/?100?(0%)
3. Entry Processes: 0?/?150?(0%)
When I see these statistics, I can restore the original public_html folder. After restoring the original public_html folder, two things can happen:
1. The problem doesn’t occur for a couple of days.
2. The problem occurs again after about 3/4 minutes, and I have to repeat the above-mentioned steps a certain number of times.
Understanding the cause of this issue has been quite complex. However, during the last two instances, I performed a specific test that shed light on the root of the problem. After facing the problem repeatedly, and after restoring the public_html folder, I immediately disabled the SQLite Object Cache plugin before resources reached their maximum, and the issue stopped happening. I tested this twice in different days and reached the same conclusion each time: the problem is caused by the SQLite Object Cache plugin
Unfortunately, I am aware that solving such a problem is very complicated, especially when there are no errors present in the log files. I think I also understand the situation of processes, such as process B doesn’t know what process A is doing and when it ends. But I think it was worth noting the existence of this issue. Considering the timeout issues with the past updates, I’ve always suspected that the cause could be SQLite Object Cache. However, I chose to wait a month to conduct the appropriate tests to confirm if it was indeed the cause before reporting it here.
I believe it’s important to note that this also happens when my website has very low traffic. Despite the plugin having this issue, I remain confident that it is the best option for safeguarding resources. Addressing this problem or implementing specific workarounds could greatly enhance the overall user experience and ensure smoother plugin functionality.
Good morning team,
With reference to https://www.ads-software.com/support/topic/sqlite-vs-redis/, i have scoured the internet to find some best practice guides or patterns on how to best configure wordpress & woocommerce. I am new to this game, however, my background is IBM MVS & CA-IDMS / IBM-CICS. Please don’t laugh.
I find it extremely difficult to unpack and position the various caching options (ACPU/Memcache/Memcached/Redis,etc), as they don’t seem to play well together. have tried different combos and plugins, and in most instances, they really slow things down. Often experienced 503 errors, and have yet to find a single culprit.
I currently us the SQLite Persistent Object Cache exclusively, perhaps my bias from dba days, as it seems to be the only one that does not slow down overall performance of the site.
Our business leverage wordpress / woocommerce in a non-traditional sense (customised so that we can use it as a dispatch management and tracking system), with route planning and dispatch tracking and zoho books for financials. i have created all the integration bits using webhooks / rest api calls and client side scripts, so nothing tinkered within wordpress / woocommerce, the sites idle most of the time, yet, the admin interface is really sluggish.
Perhaps someone know of a good reference / best practice guide one could investigate to tune the database and perhaps the php environment?
Regards
]]>Uncaught Error: Call to undefined function __() in /home/website/public_html/wp-admin/includes/file.php:16 Stack trace: #0 /home/website/public_html/wp-content/object-cache.php(2312): require_once() #1 /home/website/public_html/wp-content/object-cache.php(587): WP_Object_Cache->delete_offending_files() #2 /home/website/public_html/wp-content/object-cache.php(433): WP_Object_Cache->open_connection() #3 /home/website/public_html/wp-content/object-cache.php(2360): WP_Object_Cache->__construct() #4 /home/website/public_html/wp-includes/load.php(856): wp_cache_init() #5 /home/website/public_html/wp-settings.php(131): wp_start_object_cache() #6 /home/website/public_html/wp-config.php(100): require_once('/home/website...') #7 /home/website/public_html/wp-load.php(50): require_once('/home/website...') #8 /home/website/public_html/wp-admin/admin.php(34): require_once('/home/website...') #9 /home/website/public_html/wp-admin/plugins.php(10): require_once('/home/website...') #10 {main} thrown in /home/website/public_html/wp-admin/includes/file.php on line 16
[05-Jan-2024 12:32:00 UTC] PHP Fatal error: Uncaught Error: Call to undefined function __() in /home/website/public_html/wp-admin/includes/file.php:16
Stack trace:
#0 /home/website/public_html/wp-content/object-cache.php(2312): require_once()
#1 /home/website/public_html/wp-content/object-cache.php(587): WP_Object_Cache->delete_offending_files()
#2 /home/website/public_html/wp-content/object-cache.php(433): WP_Object_Cache->open_connection()
#3 /home/website/public_html/wp-content/object-cache.php(2360): WP_Object_Cache->__construct()
#4 /home/website/public_html/wp-includes/load.php(856): wp_cache_init()
#5 /home/website/public_html/wp-settings.php(131): wp_start_object_cache()
#6 /home/website/public_html/wp-config.php(100): require_once('/home/website…’)
#7 /home/website/public_html/wp-load.php(50): require_once('/home/website...')
#8 /home/website/public_html/wp-blog-header.php(13): require_once('/home/website...')
#9 /home/website/public_html/index.php(17): require('/home/website...')
#10 {main}
thrown in /home/website/public_html/wp-admin/includes/file.php on line 16
[05-Jan-2024 12:32:04 UTC] SQLite Object Cache: 3.39.4 no igbinary: php 8.0.30: Apache: open_connection failure database is locked (5)
After a month, I started experiencing the first persistent timeout. To fix, I had to delete object-cache.php and all database files created by this plugin.
This is the log. I hope it can be useful to help you investigate. Thanks!
Hello, a couple of questions. Does the plugin declare somewhere the WP_CACHE constant? Can I add the constant to my wp-config file?
]]>Hello,
I’m trying to understand why activating the plugin has no effect. I read in another topic that an object-cache.php file was created in wp-content. But that’s not my case, so it must be coming from there.
Could it be because I renamed the wp-content folder via wp-config?
Thanks for your feedback
I am testing the latest update and I found this error in the debug log file: SQLite Object Cache: 3.39.4 no igbinary: php 8.0.30: Apache: sqlite_remove_expired near "LIMIT": syntax error (1)
It appears that “LIMIT” is not supported in “DELETE” statements: https://stackoverflow.com/a/61996257
]]>Hey, just did a scan on a new site using Wordfence, got these results in the modified files.
Surely nothing to worry about? But I wonder why this shows up.
]]>I wanted to ask what the recommended cached data size is. Currently, the value is set to 40, but I would like to choose a higher value. In my opinion, if the database size is very low, this will be subject to constant cleaning and I think it may negatively impact website performance. However, I am unsure if choosing a high value (for example, 80, 100, or more) could still lead to some other disadvantages. Any word regarding this?
Thank you for this amazing plugin!
Hi, firstly thanks for your plugins, its really speed up my woocomerce site.
Some time (once in several days) my site not respond for 5-15 min… I look at log and see:
mod_fcgid: stderr: #31 /var/www/musite_usr/data/www/amusite.com/wp-content/plugins/woocommerce/templates/taxonomy-product-cat.php(22): wc_get_template('archive-product...')
mod_fcgid: stderr: #32 /var/www/musite_usr/data/www/amusite.com/wp-includes/template-loader.php(106): include('/var/www/adelbe...')
mod_fcgid: stderr: #33 /var/www/musite_usr/data/www/amusite.com/wp-blog-header.php(19): require_once('/var/www/adelbe...')
mod_fcgid: stderr: #34 /var/www/musite_usr/data/www/amusite.com/index.php(17): require('/var/www/adelbe...')
mod_fcgid: stderr: #35 {main}
mod_fcgid: stderr: sqlite_object_cache failure, deleting sqlite files to retry. 0
mod_fcgid: stderr: SQLite Object Cache: 3.31.1 igbinary: handle_put database is locked (5) Unable to execute statement: database is locked (0) #0 /var/www/musite_usr/data/www/amusite.com/wp-content/object-cache.php(1449): SQLite3Stmt->execute()
mod_fcgid: stderr: #1 /var/www/musite_usr/data/www/amusite.com/wp-content/object-cache.php(1425): WP_Object_Cache->put_by_name('options|asp_css', 'a:2:{s:5:"basic...', 0)
mod_fcgid: stderr: #2 /var/www/musite_usr/data/www/amusite.com/wp-content/object-cache.php(1257): WP_Object_Cache->set('asp_css', 'a:2:{s:5:"basic...', 'options', 0)
mod_fcgid: stderr: #3 /var/www/musite_usr/data/www/amusite.com/wp-content/object-cache.php(2296): WP_Object_Cache->add('asp_css', 'a:2:{s:5:"basic...', 'options', 0)
mod_fcgid: stderr: #4 /var/www/musite_usr/data/www/amusite.com/wp-includes/option.php(204): wp_cache_add('asp_css', 'a:2:{s:5:"basic...', 'options')
mod_fcgid: stderr: #5 /var/www/musite_usr/data/www/amusite.com/wp-includes/option.php(1501): get_option('asp_css', Array)
mod_fcgid: stderr: #6 /var/www/musite_usr/data/www/amusite.com/wp-includes/option.php(1366): get_network_option(1, 'asp_css', Array)
mod_fcgid: stderr: #22 {main}
mod_fcgid: stderr: sqlite_object_cache failure, deleting sqlite files to retry. 0
mod_fcgid: stderr: PHP Fatal error: ob_start(): Cannot use output buffering in output buffering display handlers in /var/www/musite_usr/data/www/amusite.com/wp-content/object-cache.php on line 2237
od_fcgid: stderr: com/wp-includes/load.php(1252): do_action('shutdown')
od_fcgid: stderr: #21 [internal function]: shutdown_action_hook()
od_fcgid: stderr: #22 {main}
od_fcgid: stderr: sqlite_object_cache failure, deleting sqlite files to retry. 0
od_fcgid: stderr: PHP Fatal error: ob_start(): Cannot use output buffering in output buffering display handlers in /var/www/musite_usr/data/www/amusite.com/wp-content/object-cache.php on line 2237
mod_fcgid: stderr: SQLite Object Cache: 3.31.1 igbinary: handle_put database is locked (5) Unable to execute statement: database is locked (0) #0 /var/www/musite_usr/data/www/amusite.com/wp-content/object-cache.php(1449): SQLite3Stmt->execute()
mod_fcgid: stderr: #1 /var/www/musite_usr/data/www/amusite.com/wp-content/object-cache.php(1425): WP_Object_Cache->put_by_name('post_meta|\\x1F0011...', Array, 0)
mod_fcgid: stderr: #2 /var/www/musite_usr/data/www/amusite.com/wp-content/object-cache.php(1257): WP_Object_Cache->set(11178, Array, 'post_meta', 0)
This errors 2-5 times each days…
Can you tell me which way to look, what could be wrong, thank you!
]]>Hi there. I have installed the plugin. Now in the server error log appears:
[30-Oct-2023 16:50:10 UTC] sqlite_object_cache failure, deleting sqlite files to retry. 0 [30-Oct-2023 16:50:11 UTC] SQLite Object Cache: 3.7.17 no igbinary: getone database disk image is malformed (11) Unable to execute statement: database disk image is malformed (0) #0 XXXXXX/object-cache.php(1365): SQLite3Stmt->execute()
]]>[17-Oct-2023 17:32:53 UTC] SQLite Object Cache: 3.39.4 no igbinary: handle_put database is locked (5) Unable to execute statement: database is locked (0) #0 /home/user/public_html/wp-content/object-cache.php(1449): SQLite3Stmt->execute()
#1 /home/user/public_html/wp-content/object-cache.php(1425): WP_Object_Cache->put_by_name()
#2 /home/user/public_html/wp-content/object-cache.php(1257): WP_Object_Cache->set()
#3 /home/user/public_html/wp-content/object-cache.php(1209): WP_Object_Cache->add()
#4 /home/user/public_html/wp-content/object-cache.php(2317): WP_Object_Cache->add_multiple()
#5 /home/user/public_html/wp-includes/post.php(7234): wp_cache_add_multiple()
#6 /home/user/public_html/wp-includes/post.php(7314): update_post_cache()
#7 /home/user/public_html/wp-includes/class-wp-query.php(3525): update_post_caches()
#8 /home/user/public_html/wp-includes/class-wp-query.php(3800): WP_Query->get_posts()
#9 /home/user/public_html/wp-includes/class-wp.php(662): WP_Query->query()
#10 /home/user/public_html/wp-includes/class-wp.php(782): WP->query_posts()
#11 /home/user/public_html/wp-includes/functions.php(1335): WP->main()
#12 /home/user/public_html/wp-blog-header.php(16): wp()
#13 /home/user/public_html/index.php(17): require('/home/user...')
#14 {main}
[17-Oct-2023 17:32:53 UTC] sqlite_object_cache failure, deleting sqlite files to retry. 0
[17-Oct-2023 17:32:54 UTC] SQLite Object Cache: 3.39.4 no igbinary: handle_put database is locked (5) Unable to execute statement: database is locked (0) #0 /home/user/public_html/wp-content/object-cache.php(1449): SQLite3Stmt->execute()
#1 /home/user/public_html/wp-content/object-cache.php(1425): WP_Object_Cache->put_by_name()
#2 /home/user/public_html/wp-content/object-cache.php(1257): WP_Object_Cache->set()
#3 /home/user/public_html/wp-content/object-cache.php(1209): WP_Object_Cache->add()
#4 /home/user/public_html/wp-content/object-cache.php(2317): WP_Object_Cache->add_multiple()
#5 /home/user/public_html/wp-includes/post.php(7234): wp_cache_add_multiple()
#6 /home/user/public_html/wp-includes/post.php(7314): update_post_cache()
#7 /home/user/public_html/wp-includes/class-wp-query.php(3525): update_post_caches()
#8 /home/user/public_html/wp-includes/class-wp-query.php(3800): WP_Query->get_posts()
#9 /home/user/public_html/wp-includes/class-wp.php(662): WP_Query->query()
#10 /home/user/public_html/wp-includes/class-wp.php(782): WP->query_posts()
#11 /home/user/public_html/wp-includes/functions.php(1335): WP->main()
#12 /home/user/public_html/wp-blog-header.php(16): wp()
#13 /home/user/public_html/index.php(17): require('/home/bmnadfyis...')
#14 {main}
[17-Oct-2023 17:32:54 UTC] sqlite_object_cache failure, deleting sqlite files to retry. 0
]]>
I created an account, just to thank Oliver for his great plugin. Thanks a bunch, Oliver.
]]>I’m melting. I have been using plugin (Index WP MySQL For Speed + Index WP Users For Speed + SQLite Object Cache) for a 5 days…. and the statistics are still empty. I also tried different parameters. Where can there be a problem?
PS I olso use: Memcached Redux
Thanks
]]>