Hello,
I’ve a WordPress with the plugin installed and with Woocommerce, wpml running WordPress version 6.6.2.
I’ve a copy of this site on Xampp where I test first the updates of WP and plugins.
I’ve updated it to WP 6.7 and when look at the site in original English all look OK but when I switch to other languages I get several warning related to “Function _load_textdomain_just_in_time was called?incorrectly” referring to some plugins being one of them related to wp-asset-clean-up, here is the message:
“Notice: Function _load_textdomain_just_in_time was called?incorrectly. Translation loading for the?wp-asset-clean-up
?domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the?init
?action or later. Please see?Debugging in WordPress?for more information. (This message was added in version 6.7.0.) in?C:\xampp\htdocs\kalasandra.com\wp-includes\functions.php?on line?6114“
How this can be fixed?
Thank in advanced for your help and best regards,
Robert
]]>Hi,
CSS and JS are loading despite the unload order in the settings for this page only for this page and only for the plugin Sassy Social Share. This plugin is loaded at the end of the page whereas it should not though…. Can you help me please ? Thank you so much ! Great day, Philippe.
]]>Can you please solve this?
It’s creating huge debug.log files on my websites.
PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7329
It’s because your code in /wp-content/plugins/wp-asset-clean-up/classes/Menu.php
on line 115
$parentSlug
is null
when hide_from_side_bar
is true
and that’s causing this.
Then it is also causing similar problem with str_replace
throwing another lines of deprecated messages, but it’s the same issue… just don’t use null
in add_submenu_page
and it will be ok ??
Thank you for this great plugin ??
]]>Is there a way to select which user roles have access to the plugin? Need to allow my SEO manager access without making them admin.
]]>Hello,
I’ve been using the Asset CleanUp: Page Speed Booster plugin and have been very satisfied with its performance. However, I recently encountered an issue while trying to adjust the settings for the CSS & JS manager, specifically those related to pages.
When I try to use the “Load assets manager for:” field and enter a page name, WordPress suddenly loads a blank page and nothing else happens. This issue occurs with any page I try to load in the field, making it impossible to manage assets effectively for specific pages.
I’d appreciate any help in identifying the cause of this issue and any guidance on how to resolve it. Thank you in advance for your support!
]]>Hello.
It seems there is a conflict between ASE plugin and Asset Cleanup. When Asset Cleanup is activated ASE plugin settings become unresponsive. See recording below
https://www.awesomescreenshot.com/video/33011297?key=efa6a223bbb1751d98bb30ceaecad83b
Can you please have a loot at it?
Thank you
]]>Hello, I would like to remove some bulk rules. When I check the box to remove them and click apply, nothing happens and they’re still there. I’ve tried selecting multiple check boxes or trying just one, nothing works. Any ideas on how to remove them?
]]>Hello!
We relaunched a client’s page and after migration we noticed it not being displayed properly. After some investigation we realized those errors disappear when we deactivate Asset Cleanup.
We tried a complete fresh install of the plugin but the errors stayed / reoccured. When combining CSS and JS files the animations stopped working and icons etc. were displayed improperly (in position and visibility). We did some troubleshooting but couldn’t find out what the error is.
We build WordPress sites mostly using the same theme, pagebuilder, plugins. On other recent relaunches we did we had no issues with Assed Cleanup: Everything works properly there.
I noticed some errors in the console after activating the plugin:
GET https://domain.de/wp-content/cache/asset-cleanup/css/item/includes__css__dashicons-min-css-abc.css net::ERR_ABORTED 500 (Internal Server Error)
GET https://domain.de/wp-content/cache/asset-cleanup/css/item/generatepress_child__style-css-abc.css net::ERR_ABORTED 500 (Internal Server Error)
GET https://domain.de/wp-content/cache/asset-cleanup/css/item/comet-cache__src__client-s__css__admin-bar-min-css-abc.css net::ERR_ABORTED 500 (Internal Server Error)
Especially the “dashicons”-error shouldn’t occur. We are logged in and the icons in the toolbar are not displayed. We have the “This will unload Dashicons if the toolbar (top admin bar) is not showing up.”-Setting activated, when deactivating it the dashicons are shown properly.
On other pages where we use those settings there aren’t any ERR_ABORTED 500 Errors for the global unloads etc.
Any idea what causes this issue? Thanks!
Kind Regards,
Maurice
I’ve been using the plugin (Again) for a couple of days now. On homepage/pages, I see nothing strange, but on single posts, the following message never stops/disappears:
‘Clearing CSS/JS assets’ cache… Please wait until this notice disappears…
Updating… Please wait…’
Only visible as admin, so I assume harmless, but still, this should not be happening right?
remove please
]]>Hi,
I have an ecommerce that runs on woostify pro theme and on which I installed Wp-rocket. Despite everything the site performance is around 45 points. I would be willing to buy asset clean up pro to be used in conjunction with wp-rocket but I do not hide that having seen the many options in free version and being afraid of breaking the site I wanted to know if, once purchased, you have the possibility of configuring it in the most optimal way. Thanks.
]]>Hi,
It seems that the plugin is inserting the following line: <link rel="preload" as="font" href data-wpacu-preload-font="1" crossorigin>
It is causing of course causing an error with invalid ref value.
Any correction possible?
Regards.
]]>A side-effect of preloading assets is that the page itself also gets preloaded for guest. This works fine at a layer where query strings are usually ignored, eg Cloudflare. But server-based caching (eg httpd’s mod_cache) also has to take care of the admin backend, which relies on the query string to show different pages, and doesn’t have an option to ignore query strings just for guest. This leads to the server storing a ?wpacu_preload=1
version of each page which never gets actually used when guests visit.
Is there anything that might be done about this?
]]>Would it be possible to find a workaround for the compliance issue?
]]>Error: Bad value for attribute
href
on elementlink
: Illegal character in query:|
is not allowed.From line 56, column 1; to line 56, column 1771
source: https://validator.w3.org
??????????<link rel='preload' as="style" onload="this.onload=null;this.rel='stylesheet'" data-wpacu-preload-it…00,500italic,600,600italic,700,700italic,800,800italic,900,900italic'
Hi,
We received the following PHP error when updating the plugin:
An error of type E_ERROR was caused in line 258 of the file /xxxxxxx/public_html/sandbox/wp/wp-content/plugins/wp-asset-clean-up/classes/PluginReview.php. Error message: Uncaught Error: Class "WpAssetCleanUp\MiscAdmin" not found in /xxxxxxx/public_html/sandbox/wp/wp-content/plugins/wp-asset-clean-up/classes/PluginReview.php:258
Stack trace:
#0 /xxxxxxx/public_html/sandbox/wp/wp-content/plugins/wp-asset-clean-up/classes/PluginReview.php(118): WpAssetCleanUp\PluginReview->showReviewNotice()
#1 /xxxxxxx/public_html/sandbox/wp/wp-includes/class-wp-hook.php(324): WpAssetCleanUp\PluginReview->noticeScripts()
#2 /xxxxxxx/public_html/sandbox/wp/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#3 /xxxxxxx/public_html/sandbox/wp/wp-includes/plugin.php(517): WP_Hook->do_action()
#4 /xxxxxxx/public_html/sandbox/wp/wp-admin/includes/template.php(2222): do_action()
#5 /xxxxxxx/public_html/sandbox/wp/wp-admin/update.php(53): iframe_footer()
#6 {main}
thrown
Also it appears that the plugin seems to be generating PHP deprecation notices:
PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /xxxxxxx/public_html/sandbox/wp/wp-includes/functions.php on line 7300
PHP Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /xxxxxxx/public_html/sandbox/wp/wp-includes/functions.php on line 218
## Some additional background information
WordPress version 6.6.2
Current plugin: Asset CleanUp: Page Speed Booster (version 1.3.9.7)
PHP version 8.2.23
Using a custom theme
Disabling the plugin seems to get rid of the PHP deprecation notice, though we can’t pinpoint its origin with the plugin itself since it’s coming from core WP functions.
Any advice that you can provide would be appreciated. We can provide additional information — link to site, etc directly.
]]>Hi,
I would like to know if I’ll check all the options in the proposed list your plugin analysed in JS&CSS management, if I uncheck them after a bug or else, will my code come back as before ?
Thanks,
]]>Error: A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received this is error i get in the console.
This the error I get in the console while submitting the contact form. Also, it is taking too long for when I click submit to actually submit the form.
]]>Hello support, after copying the root website to subdomain we see both site are not identical.
When we deactivate asset cleanup plugin then both sites are showing identical.
We see main difference is like this type of file:
In root domain:
https://polarbd.com/wp-content/cache/asset-cleanup/css/item/sweetmielo__style-css-v0668357b9a63f9a57306486fa370f8482ad62.css
In subdomain:
https://staging.polarbd.com/wp-content/cache/asset-cleanup/css/head-558df182287ec1b1876585c9c4cfa035c30d8.css
I have copied all wp-contetn/cache/asset-cleanup/css from root domain to subdomain but no luck.
Any suggestion, how can we reset all stuff and make identical to root domain?
Thank!
Hi there champions
Could you please explain how do i find out what is my critical css to add to the column?
Is there a tool i can use?
Thanks
Hi Gabriel,
Hope you are doing well. I am looking to unload some code from my website that is only needed when a user is logged as it’s slowing down my front page and it’s not needed until they are logged in.
I can’t quite see where i would do this in Assetcleanup.
Could you point me in the right direction ?
Kind regards,
Alef
]]>Hi, I have this extremely bizarre issue with the plugin. I was trying to disable it but when I did noticed people were unable to login via a custom scripted otp plugin I have created, more specifically it seems the part with the cookie is failing wp_set_auth_cookie($user_id, true); after disabling the plugin.
I tried resetting the .htaccess after deleting the plugin and that didn’t help, any idea of what could cause this issue?
Thanks
There is compatibility error with Youzify when using the latest version. The Activity page layout is badly damaged so I rollback to 1.3.9.3 to fix it.
]]>I would like to know does it have any tutorial how can I optimize more the mobile version with assets cleanup? No matter what I try I don’t get score more than 64 on google speed test.
]]>Hi team,
I am facing issue with the WordPress backend. The backend is very slow and take 30 sec to 1 min to load each link and when I deactivate it load fast. Front end site works without issue only the backend is not working. Could you please guide for the same?
]]>Dear Support Team,
I am currently experiencing an issue where I am unable to delete multiple entries across all pages. I have already deactivated all plugins and changed the template, but the problem persists.
I have tested with both PHP 8.3 and PHP 8.2, but in both cases, the changes could not be made. Additionally, I am seeing the following error message in the Plesk log:
AH01071: Got error ‘PHP message: PHP Warning: Undefined variable $value in wp-asset-clean-up/classes/Update.php on line 1151; PHP message: PHP Warning: Undefined array key “” in wp-asset-clean-up/classes/Update.php on line 1151; PHP message: foreach() argument must be of type array|object, null given in wp-asset-clean-up/classes/Update.php on line 1151’, referer: /wp-admin/admin.php?page=wpassetcleanup_bulk_unloads&wpacu_for=post_types&wpacu_post_type=product
Could you please look into this and assist me?
Thank you in advance!
Best regards
]]>I chose to bulk unload /wp-content/plugins/woocommerce/assets/js/frontend/country-select.min.js from Woocommerce products. Now I want to remove this bulk rule.
From the appropriate bulk unload page, I check the appropriate box, then click Apply Changes. Yet it does not remove the rule. How to proceed?
]]>I encountered an issue while working on the site. On the staging site, the update button on CSS/JS Manager(homepage) was initially missing. It eventually appeared, though I’m not sure exactly when or how it happened.
However, I’m unable to get the update button to show up on the live site, despite using the same plugins and the same settings, and having cached everything. https://snipboard.io/hqzjS5.jpg
]]>Hi Gabe,
Wanted to let you know, that I just had to down grade to 1.3.9.4, since the latest version caused a spike in db CPU.
The following two queries kept running for all admins ([user-id]
)
INSERT INTO wp_usermeta (user_id, meta_key, meta_value) VALUES ([user-id], 'wpassetcleanup_user_chosen_for_access_to_assets_manager', '1')
SELECT user_id, meta_key, meta_value FROM wp_usermeta WHERE user_id IN ([user-id]) ORDER BY umeta_id ASC
Until I found out what the issue for the increase in CPU usage was, each user had around 60k duplicated entries for wpassetcleanup_user_chosen_for_access_to_assets_manager
, which got selected again and again.
Downgrading stopped there re-insterting, and I deleted all duplicates. That seems to have fixed it.
Regards
Hi! after new update: 1.3.9.5, cant save Preferences and nothing, becouse i cant watch the “update all settings” button…and if i do any change dont save it
]]>Hello. We are getting this error in our log lately:
Asset CleanUp’s object cache is not valid (from method “WpAssetCleanUp\ObjectCache::wpacu_cache_get”)
Any ideas to fix that? Thanks
]]>