Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Nawawi Jamili

    (@nawawijamili)

    Hi there,

    How is your mo load text domain translation compared to servebolts

    It works the same, only different we store the translation data into our object cache file instead of using transient. Since, when persistent object caching is used in WordPress, the transient data will not store in the database, it will be directly handled by object cache plugins like Docket Cache.

    Will it work with redis cache if using that instead of your way of storing object cache?

    No. It’s possible with server bolt solutions, it used transient, and the Redis cache plugin will handle it.

    Could you consider adding menu cache to speed up wp admin menu and frontend menu generation

    With this code https://www.bjornjohansen.com/wordpress-menu-cache, it is possible and seems not much issue if implemented in Docket Cache. Yes, I will consider your suggestion.

    Could you consider adding query-result cache to speed up db queries like SELECT *

    No. It is more to Database caching and it is possible if uses another WordPress Drop-In file “db.php”, we only focus on Object Caching that use “object-cache.php” Drop-In file.

    Thanks.

    Plugin Author Nawawi Jamili

    (@nawawijamili)

    Hi,

    I’m marking this thread as resolved. Feel free to open a new topic if you have further questions.

    Thanks.

    Thread Starter Rookie

    (@alriksson)

    Many thanks for all the answers. Looking forward to seeing menu cache, if it’s implemented please let me know.

    No. It is more to Database caching and it is possible if uses another WordPress Drop-In file “db.php”, we only focus on Object Caching that use “object-cache.php” Drop-In file.

    Okay would you have any recommendations of database caching that is only focusing on this as already using other caching plugins I would not use w3 total cache for example.

    Plugin Author Nawawi Jamili

    (@nawawijamili)

    Hi @alriksson

    Please update to the latest version 21.08.04, menu cache has been implemented.

    Okay would you have any recommendations of database caching that is only focusing on this as already using other caching plugins I would not use w3 total cache for example.

    Sorry, I don’t have any to recommend.

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Questions and improvement’ is closed to new replies.