Gabe Livan
Forum Replies Created
-
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] Decrease amount of cached files@supervinnie41, the latest version of the plugin doesn’t use the “recent_items” directory anymore, but still, I suspect there’s something particular about some of the files that are loading there. Would you like to share the URL to your website? If you are not comfortable with that, perhaps you could let me know privately the URL: https://www.gabelivan.com/contact
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] Conflict with EventOn calendar plugin@sfcorp Please enable Asset CleanUp in “Test Mode” so your visitors won’t be affected. I could bypass it via /?wpacu_skip_test_mode
Try to load the URL you mentioned in Incognito or a different website! The styling does not load from the CDN you’re using.
Print screen of the unstyled page: https://ibb.co/k686nvQ
@alexg9 Please enable Asset CleanUp in “Test Mode”! I could bypass it for debugging purposes via /?wpacu_skip_test_mode
I’ve tried to load the page you mentioned, but it returns a 404 Not Found error: “Parece que te has perdido. ¡No te preocupes!“.
Check it out in Incognito mode or when you are not logged in! Something’s funny there, or you have shared with us the incorrect URL!
@acelerawp it looks like you do not have those constants defined on your end, which happens, and there weren’t a proper check added in the plugin for that particular call. So, a patch was released. Can you update to the latest version? That error should be gone.
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] WPEngine Vulnerability Alert@mkulawik Last time I’ve checked the following URL – https://wpscan.com/plugin/wp-asset-clean-up – there was an “X” there and a notice that the problem wasn’t solved. Now, it shows that it was been fixed. It looks like it was a glitch on their end and they mistakenly marked it as not solved. Asset CleanUp does not use “Freemius SDK”. It hasn’t for years. I’ll mark this topic as “resolved”.
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] WPEngine Vulnerability Alert@mkulawik no, I am not. Thanks for reporting this! I assume you already use the latest version and this is something they just discovered. Of course, once I am aware of the actual vulnerability, a new version will be pushed with the fix.
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] My website code has been messed up@epicjono Since the issue is unrelated to Asset CleanUp, I could only guess the problem. As @stylishjm said, you have one tracking code there, and it’s the only item within the HEAD tags (you should have other tag elements there, including the LINK ones for the stylesheet).
Now, what I can assume, based on my experience, is that whoever edited your theme (e.g., a developer) was in a hurry and removed by mistake wp_head(), and the only hardcoded thing in that header file (often this is called header.php in the theme) is that script. It rarely happens in coding, but you can’t exclude it in this case. The developer forgot to test the page, and you ended up like this. So, check if your theme has wp_head() in the header.
Another possible problem might be a buggy plugin (no plugin should cancel the output from wp_head(), but again, you never know).
@davidjmorin my sincere apologies for not getting back to you sooner! I’ve noticed this happening on very few websites, and it usually happens when there are lots of elements to process on a page. What I would advise is to manage the CSS/JS elements for this page outside the edit post/page. In the plugin’s menu, you can go to “CSS & JS MANAGER” and “MANAGE CSS/JS” and choose “Posts“, “Pages” or “Custom Post Types“, depending on what type of post this page belongs to and use the search to locate the page.
This way, you won’t have a bulky edit page and be completely separated from it with the CSS/JS management.
If you are not comfortable mentioning your website URL here, you can reach out privately via https://www.gabelivan.com/contact/
@smithdeltabiz my apologies for not getting back to you sooner! I’ve just tested this and it works fine (latest version of Asset CleanUp and GiveWP). Now, I am positive that this is not a problem from Asset CleanUp unless you’ve deactivated some CSS/JS that you thought it’s not needed and it is OR an extra plugin that is installed on your website and Asset CleanUp somehow interferes with it.
If you are comfortable sharing your website here, feel free to do so (with a link to the GiveWP form) and I could check it out. If not, you can reach out privately via https://www.gabelivan.com/contact/
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] PHP 8.2 issues@mbio86 are you still having this issue? There were several updates to make the plugin compatible with PHP 8.2.7.
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] pagespeed devtool error@vanvlietwebdesign Can you re-activate the plugin in “Test Mode”? Then, PageSpeed test and enter the following URL: http://duppies.nl/?wpacu_skip_test_mode
If you are getting the same error, it could be a problem with how the plugin was configured. But I need to know if that’s the case. Or just let me know once you re-activate the plugin in “Test Mode” and leave it like that. Your visitors won’t be affected.
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] My website code has been messed up@epicjono it looks like this is unrelated to Asset CleanUp, but most likely to say the HTML is optimized. I couldn’t detect any CSS file loading. You are also using Autoptimize. Can you deactivate that one or clear the cache? Also, you can deactivate the HTML minifier and see how it works afterward.
- This reply was modified 2 years, 11 months ago by Gabe Livan.
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] My website code has been messed up@epicjono are you saying your website is still down or deleting the old version of the plugin and installing it again didn’t take any effect and you got the same error? You said, “I deactivated it, but the damage has already been done“. After deactivation, how’s your website working now?
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] My website code has been messed up@epicjono I am sorry you had to experience this, as it’s not nice to have your website messed up, even for a short time. I’ve checked this, and it suggests that the class ObjectCache which belongs to Asset CleanUp, is just not there. Perhaps some files got removed. Can you delete the plugin and re-install it? Just re-download it from here: https://ww.wp.xz.cn/plugins/wp-asset-clean-up/ – it should work!
If the plugin worked fine so fine, then something had messed it up like another plugin or a code in the theme.
Let me know if re-installing will help! If not, this has to be investigated further.
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] Disable Auto Cache Clearing@nomadandinlove whenever you clear the cache in Asset CleanUp (and this doesn’t always happen whenever you manually do it, but also when you update the plugin rules and schedule to be cleared once a day through the WP Cron functionality), it will also clear immediately after the “Cache Enabler” cache if the plugin is activated of course. So, see if the solution I provided is working for you. After all, this is what you wanted in the first place, preventing the “Cache Enabler” cache clearing from triggering whenever Asset CleanUp Pro caching (of the files) clears.