Khang Minh
Forum Replies Created
-
Forum: Plugins
In reply to: [Better WordPress Minify] How to just combine without minifyingWhat are their positions in BWP Minify > Manage Enqueued Files ? If their positions are like “minified in …”, they are already combined, and if they have “.min.js” in their names, they will be combined without being minified.
If you want to combine and minify your own files, just use enqueueing functions and you’re good to go. More info here: https://codex.wordpress.org/Function_Reference/wp_enqueue_script
Is captcha version 2 working for you in the comment form?
Can you link me to where you’re adding your contact form (and activate the plugin if you have disabled it?)
I believe you also left a comment on my website, so using
[recaptcha-xxx]only works? That’s weird.Forum: Plugins
In reply to: [Better WordPress Minify] Links to plugin redirecting to home.Have you recently installed any plugin related to security/optimization or plugin management? Try disabling recently installed plugins one by one and see which one is causing the issue.
Forum: Plugins
In reply to: [Better WordPress Minify] GD Managed WP Hosting Cache Issue@accur are you using BWP Minify with WPEngine?
Forum: Plugins
In reply to: [Better WordPress Minify] Minify wp-adminTheoretically no 🙂
Forum: Plugins
In reply to: [Better WordPress Minify] Minify wp-adminYou’re right, it turns out to be harder than that for an end-user.
I will need to update the plugin to make this easier. Do you prefer an option in admin (e.g. “Enable minification in admin”) or a constant in
wp-config.phpfile (e.g.define('BWP_MINIFY_ADMIN_ALLOWED', true);?Forum: Plugins
In reply to: [Better WordPress Minify] Minify wp-adminThere’s this filter hook:
bwp_minify_allowed_in_admin, just return true to enable minify in admin.Forum: Plugins
In reply to: [Better WordPress Minify] Gravity Forms conflictYeah I think of getting one sometimes 🙂
Forum: Plugins
In reply to: [Better WordPress Minify] Plugin slows down my siteAm I correct in assuming it’s all about giving it the time to be cached properly before it gets fast again?
You are correct, it’s the same case for any cachable assets.
Sometimes PageSpeed’s reports are just misleading. I believe the main issue with your site is that you have too many plugins installed, like carrying 4 people on a motorbike, it will certainly be slower.
The best tip I can give right now is to pre-minify and split the minify string into smaller strings (try 7 or 5 files per string). Pre-minify is probably the most efficient, however not a straightforward approach.
How many plugins do you have?
Please try the following:
1. Disable BWP GXS’s cache (if enabled) and then disable other plugins one by one until the issue goes away.
2. Switch to the default theme and check again.
3. Disable sitemap stylesheet and check again (BWP Sitemaps > XML Sitemaps > Look and feel).It seems that you have WP Super Cache installed too, you should exclude the sitemaps from being cached by that plugin. Please consult its documentation for more details.
Forum: Plugins
In reply to: [Better WordPress Minify] Plugin slows down my siteHello, thank you for trying out BWP Minify!
First of all, please give this article a read: http://betterwp.net/wordpress-minify-javascript-css/
Have you tried enabling the friendly minify url feature? If you have a lot of javascript/css files, it’s best to build the cache when the site is idle (perhaps at night) using methods described in the article above.
Forum: Plugins
In reply to: [Better WordPress reCAPTCHA (with no CAPTCHA reCAPTCHA)] New Keys Won't StickCan you contact me via http://betterwp.net/contact/ ? Thanks.
OK I will check the issue with https on login form.
I believe the difference is part of recaptcha’s algorithm.
Hello,
Have you tried https with other forms besides the login form?
Sounds like a nice feature, will consider adding it.