You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In the hub panel, you can't access the cache and a timeout occurs. This only happens with large databases for CACHE. When I clear the entire KV from the cache or have little of it, everything works correctly.
The text was updated successfully, but these errors were encountered:
Yes, I connected Nuxt Hub to a client's website that is several years old, has tens of thousands of entries and relations. For now, it is based on WordPress's wp-json with a cache for each tag, category and entry.
The traffic there is at the level of 40-100k visits per day. And NuxtHub works great, but the only such a nuisance is that timeouts are in the panel for the cache.
Although recently I am leaning towards connecting db0 from unjs and connecting to the database directly to connect to mysql directly, bypassing wp-json and not doing so much caching because with such traffic it gets very expensive.
It would be the best if hyperdrive supported mysql (I'm waiting xD) and then everything would be simpler.
I wrote a bit, but this is the context. If you want more information, logs or statistics from such high traffic, let me know, I will send it.
Describe the bug
In the hub panel, you can't access the cache and a timeout occurs. This only happens with large databases for CACHE. When I clear the entire KV from the cache or have little of it, everything works correctly.
The text was updated successfully, but these errors were encountered: