adisaputro25
Forum Replies Created
-
Forum: Plugins
In reply to: [AI Engine] AI bot need more than 10 seconds to answer guest questionThank you, I think stream feature will be solving this problem
Forum: Plugins
In reply to: [AI Engine] Additional Text to Image api’sMidjourney v5 was very good.
Forum: Plugins
In reply to: [AI Engine] How to hide chatbot context?After disable debug in settings, context and prompt still shown and user can see that. This is the screenshot:
https://i.postimg.cc/jd1LmszK/2023-03-05-16-32-54.jpg
Any other sollutions?
Forum: Plugins
In reply to: [AI Engine] Asking about terms on statisticThank you, I will take a look.
Forum: Plugins
In reply to: [AI Engine] Exclude chat form from being cache by pluginThank you for the answer, very helpful ??
Forum: Plugins
In reply to: [AI Engine] Exclude chat form from being cache by pluginWhen I edit the chatbot via chatbot builder on your plugin and paste the new shortcode generated by your plugin into the post, the post still uses the older shortcode and still acts like the older code/context given before I edit the chatbot.
For example,
First I make the chatbot like a teacher and I paste the code into the post so chatbot acts like a teacher, and then I edit the chatbot again so they can act like a doctor, when I edit the post with the new code, chatbot still acts like a teacher, not a doctor.
Just to clarify this, it is needed to paste new code everytime and update the post when I want the chatbot to act like person A (for example) and then clear the cache?
Forum: Plugins
In reply to: [AI Engine] Exclude chat form from being cache by pluginI think chat conversation was being cached by that plugin or cloudflare, so when I refresh the post or page, cache conversation still appear, not empty. Other people or visitor will see the conversation that occurred before.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Extensions compatibilityThank you very much Tobias, It is clear for me now
Forum: Plugins
In reply to: [Redis Object Cache] Homepage problem@dhb1989 I’m using this plugin on WP 6.1.1, PHP 8.1.12 and works fine.
Forum: Plugins
In reply to: [Super Page Cache] Fatal error with PHP version 8.1I’m running this plugin on php8.1 with no issues.
Forum: Plugins
In reply to: [Super Page Cache] How do I know if preload has been finished?Thank you for help Saumya, will try it.
Forum: Plugins
In reply to: [Super Page Cache] How do I know if preload has been finished?I will try it on staging website, not on production site. I saw this plugin not being update for 5 months, is development still active? Just curious because CF R&D Department update so fast, and so many beta features in there.
Forum: Plugins
In reply to: [Super Page Cache] How do I know if preload has been finished?I try to do a little research for this and on this link https://community.cloudflare.com/t/no-content-length-header-when-response-is-compressed/134475 that was any statement from CF staff that CF not show content length if the page minified on the fly (using CF minification feature). This is the complete statement:
We’re compressing it on the fly and don’t know what the length will be for the object when we return the headers. You might try using no-transform in your origin headers and sending the object gzipped with a no-transform header from your origin and see if that works.
I try to checking this link on my other website:
https://static.addtoany.com/menu/page.js
And can not find content-length too.
Forum: Plugins
In reply to: [Super Page Cache] How do I know if preload has been finished?Thank you for review my website. I am using wpforo because I have many writers and wpforo has internal cache system to reducing sql query so pages can be load fast.
cache-control: max-age=1200
That was coming from CF setting on dasboard. That was browser cache TTL.
But for other file types like CSS, JS, font files, there is no content-length header, which means they are not getting stored in Cache Reserve.
Also, your main request of text/html also doesn’t have content-length header and hence not getting stored/served from Cache Reserve.
Yes because I activated CF CSS and html minify feature. So that file was minified on the fly I think.
Forum: Plugins
In reply to: [Super Page Cache] How do I know if preload has been finished?Ok, this is the link https://safenote.co/r/636a75599b7a02@70123711