minhduc.dev
Forum Replies Created
-
Detected on Flatsome + Wp Rocket caching (Temporarily Disable Wprocket Caching)
- This reply was modified 1 year, 6 months ago by minhduc.dev.
Forum: Plugins
In reply to: [LiteSpeed Cache] “litespeed_qs_forbidden” function not workingLooks like you’re busy so you can’t reply
Forum: Plugins
In reply to: [Autoptimize] Total Blocking Time Jumps up and DownIt could be many reasons but I’m using http3 and the .zip compression is fine
have you tried enabling wp-debug?
see the log fileForum: Plugins
In reply to: [Autoptimize] Total Blocking Time Jumps up and DownAs far as I know, it is possible to configure hosting
And your Protocol is (“http1.1” please upgrade to “h2 or h3”)
Your website has not been compressed Gzip or Br (may be due to incorrect plugin configuration or configuration on hosting)
Forum: Plugins
In reply to: [Autoptimize] Plugin not properly handling file merge@optimizingmatters
Hi expert,
I’m having a small problem, can I contact you privately?
I send you coffee, to keep you awake
Thanks- This reply was modified 3 years ago by minhduc.dev.
Forum: Plugins
In reply to: [LiteSpeed Cache] Compress and merge files on the checkout page?@qtwrk I didn’t see you, man.
I focus on optimizing the fron-end, thanks to lscache and your hooks, I have customized a lot and succeeded in optimizing the sales website with the green google score on the phone.
Would you mind, suggesting to minify the excluded files.
Thank you, have a nice dayForum: Plugins
In reply to: [Autoptimize] Plugin not properly handling file mergeDo you mind, sometimes I need a little help. ??
Thank you, have a nice day- This reply was modified 3 years ago by minhduc.dev.
Forum: Plugins
In reply to: [Autoptimize] Plugin not properly handling file merge@optimizingmatters
Wow awesome, everything works fine.
Thanks for helping a newbie like me.
Although I don’t know much, I am always learning and searching.
Sorry for hiding the name of the website, I’m building a website and don’t want anyone else to see it (except you – you can see it too)
Thanks expert. Nice to use plugin with your support, I’m a newbie need to learn more php wp- This reply was modified 3 years ago by minhduc.dev.
- This reply was modified 3 years ago by minhduc.dev.
Forum: Plugins
In reply to: [LiteSpeed Cache] Compress and merge files on the checkout page?@qtwrk
It would be great if there were more features like this.
I think it will be faster when the files are browsed in the same directory instead of the js files that are not merged which will have a different download directory.
And the important thing is that when the file is detached they will know my child-theme root directory.
“I like LScache’s file renaming feature, because it hides the child-theme’s root directory”I’m also trying to use “litespeed_qs_forbidden” so they can’t see it
- This reply was modified 3 years ago by minhduc.dev.
Forum: Plugins
In reply to: [Autoptimize] Plugin not properly handling file mergeOh no,
Is there any other way bro, because I turned off “allow_url_fopen=0” for security“PHP Warning: file_get_contents(): https:// wrapper is disabled in the server configuration by allow_url_fopen=0”
“PHP Warning: file_get_contents(https://domain.com/gtm.txt): failed to open stream: no suitable wrapper could be found in”
Forum: Plugins
In reply to: [Autoptimize] Plugin not properly handling file mergeOk bro, I’ll try turning on the log
Forum: Plugins
In reply to: [LiteSpeed Cache] Compress and merge files on the checkout page?@qtwrk
Wow amazing, awesome, works perfectly man.
Thanks expert.
I have last question, how to make js files excluded from aggregating and defer will still be minified “I like how LScache changing name when compressing creates a different url extension” ??Forum: Plugins
In reply to: [Autoptimize] Plugin not properly handling file mergeSorry, I tried but it didn’t work
function ao_js( $content ) { $js_code = file_get_contents('gtm.txt'); $content = str_replace( "</body>", $js_code . "</body>", $content ); return $content; } add_filter( 'autoptimize_html_after_minify', 'ao_js', 1 );
Forum: Plugins
In reply to: [LiteSpeed Cache] Compress and merge files on the checkout page?@qtwrk
Thank you for your quick response.
I mean those pages will be compressed with css, js files like this ??Forum: Plugins
In reply to: [LiteSpeed Cache] Compress and merge files on the checkout page?@qtwrk
Thank you for your quick response.
I mean those pages will be compressed with css, js files like this ??- This reply was modified 3 years ago by minhduc.dev.
- This reply was modified 3 years ago by minhduc.dev.