Khang Minh
Forum Replies Created
-
Forum: Plugins
In reply to: [Better WordPress Minify] Async load js in footer onlyAlready on to-do list: https://github.com/OddOneOut/bwp-minify/issues/39
But haven’t had the time to work on it yet 🙁
Forum: Plugins
In reply to: [Better WordPress Minify] Gigantic Margin on Bottom of PageHi there,
I’m not sure which popup you were referring to. Could you please elaborate?
Forum: Plugins
In reply to: [Better WordPress Minify] Difficulty with priority / ordering@ensemblebd thank you for your kind words. I’m happy that it works for you.
Can you try to turn on friendly minify urls again and then check all the Minify Urls to see if there’s any error? You can use something like Firebug (select the “Net” tab) for easier checking.
Thank you for your review, we need to find a way to eliminate the 404 problem once and for all!
Hi there, sorry for my late reply.
The error message pointed out something that looked very wrong to me: “Requested sitemap (post_google_news_google_news.xml)” (see the bold part). Is the URL of the news sitemap listed correctly in the sitemapindex?
Hello, thanks for using the plugin.
Did you enable pinging for the news sitemap?
Forum: Plugins
In reply to: [Better WordPress Minify] BWP hide menu and imagesAnother thing to try is to enable Minify JS and then exclude JS files related to menu, post and product images (one by one).
Sitemap cache is not turned on by default (turn it on via BWP Sitemaps >> Advanced Options >> Sitemap Cache), and you need to make sure you don’t have compression enabled already on the server level.
Forum: Plugins
In reply to: [Better WordPress Minify] Setting up for HTTP/2I will add this one to my to-do list and investigate further.
Created a ticket for it by the way: https://github.com/OddOneOut/bwp-minify/issues/72
Hi there,
You can go to your database, find
wp_optionstable and remove options withoption_nameequals “bwp_capt_general”.However, it’s an issue if you can’t save settings. Can you contact me via https://betterwp.net/contact/ ?
- This reply was modified 9 years, 9 months ago by Khang Minh.
Hello,
May I know which theme you are using? Is it not working for the login form only, or other the forms as well such as the comment form?
Forum: Plugins
In reply to: [Better WordPress Minify] Leverage Browser Cache?Sorry for my late reply. BWP Minify does leverage browser cache, you might want to set a longer cache age.
Sorry for my late reply. You’re correct that we need to use another hook for this to work. I created a ticket here for easier follow up: https://github.com/OddOneOut/bwp-google-xml-sitemaps/issues/39
Forum: Plugins
In reply to: [Better WordPress Minify] bwp minify shows as a blocking css resourceSorry for my late reply. If your CSS files are essential for the visible parts of your website (above the fold) to be displayed, a blocking CSS is unavoidable, see https://developers.google.com/web/fundamentals/performance/critical-rendering-path/render-blocking-css?hl=en
However, if you have many optional CSS files, moving them to the footer or defer their loading might be useful. I will consider adding support for those features.