Gabe Livan
Forum Replies Created
-
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] Not working with php 8.1@webfabrik I could only guess what’s going on there. Based on my experience, there’s a piece of code there that is not working with 8.1 (is this the exact version you’re using? Perhaps it’s 8.1.12. If you can let me know that would be great. You can get this information from “Tools” – “System Info”).
What you can do is install the “Error Log Monitor” plugin or check the error logs (if you have access to the logs) where PHP errors are stored whenever one is triggered. If you’re switching to PHP 8.1 and you will get the same 500 error, perhaps there’s a PHP error that will trigger and be saved. It should be visible within the Dashboard’s widgets (if you set up the “Error Log Monitor” plugin.
If you could let me know the error, then I can go ahead and have this fixed. If it comes from Asset CleanUp (any PHP file from the plugin), then it can be fixed 100%. Another scenario might be a plugin incompatibility (e.g. a conflict with “Elementor” or “WP Rocket”) whenever PHP 8.1 is used.
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] rule definition for multilingual site@tniron we just discussed about it privately, but I want to clarify this to anyone that is reading this topic.
There’s no way (at least at this time), to just set
#/my-account/#as a rule (which is in English) and automatically match all the other languages. You’re setting the rule based on the URI. So, you have to setup RegEx(es), one per line, for each of the languages.The following can be added to the RegEx (it’s already one per line), and it will match two languages:
#/my-account/# #/hesabim/#You do not have to also add “tr” in front of “/hesabim/” as the match will take place for anything that contains “/hesabim/”. If there’s an URI that would be like “/another-prefix-here/hesabim/” it will also match, but if you do not want that, you can use something like “#/tr/hesabim/#”.
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] Larger generated script not served@kortelpl I understand. You can share it privately by filling the following form: https://www.gabelivan.com/contact/
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] Undefined variable $finalLinkHref@shamanmountain indeed, there’s a notice error generated (it should be without being printed, if it’s a “Live” website), but it’s harmless and doesn’t affect the functionality of the website. If you had enough of noticing it, you can get the development version which has a fix for this issue. Here’s how to do that: https://www.assetcleanup.com/docs/how-to-get-the-development-version-of-asset-cleanup/
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] Larger generated script not served@kortelpl I’d like to help you out with this. When you’re saying the content is not served, what exactly do you mean? Are you saying that you have a JS file that has the extension .php and it’s not processed by the browser anymore because of Asset CleanUp?
I need more information (e.g. including print screens, you can use a service such as https://imgbb.com/) about this.
@blclda while both plugins have similar features, Asset CleanUp can help you unload via the “CSS & JS Manager” specific assets that you might not need on a page, thus having a lighter page that will load faster. It makes sense that Asset CleanUp is a larger plugin in terms of the total number of files and size on disk, as it just has more features. I hope it helps! Why not try both and decide which one is the right fit for you?
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] PHP Warning: strpos()@dsl225 indeed, the problem is there and it’s been fixed in the development version that you can get here (in case you’re having enough of the error showing up in your logs): https://www.assetcleanup.com/docs/how-to-get-the-development-version-of-asset-cleanup/ –
My apologies for this inconvenience! It doesn’t affect at all the functionality of the website. It’s just the error_log filling up.
Many thanks for reporting it! The change will be applied to the next release.
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] GLITCH@baddon250 I’m surprised you couldn’t reach me via the contact form as messages are going through. When did you submit the form? Now, in terms of the problem you’re having.
When you’re saying that the CSS is not loading properly, what exactly is happening there? Is the tag having “href” pointing to a non-existent file? Is the CSS incomplete or wrongly minified/altered? The more information you could provide to me, the better!
and If I revert to previous version with affected files ajax enabled, it also fixes it.
Can you explain what you meant with “with affected files ajax enabled”?
@tiydoshop there could be a plugin conflict there. I wasn’t aware of it, but I will definitely check it out! After all, Rank Math SEO plugin is used by lots of people. Can you tell me which version of Rank Math are you using? Is it the free or the premium one?
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] BUG Unload this plugin in the front-end@alriksson I just made a test and it works fine on my end (unload on all pages in the front-end view and then load exception with RegEx).
Now, this is a “Pro” problem. You can write to me on private about it as this forum is meant for the “Lite” users.
I’ll mark this topic as resolved. Looking forward to hear more information about it!
@varesi there’s something funny with the website, indeed. If you load the URL https://casasderomaria.com/?wpacu_no_load you will notice the images are still not loading. The query string “wpacu_no_load” is used to stop Asset CleanUp from loading on that page (no rules are applied). The problem is from something else.
You can deactivate both Asset CleanUp and LiteSpeed (clear the caching first), re-activate them one by one and see how the website loads.
Also, if you check the bottom of the page, you will notice some JS code there (e.g. incomplete). If you use “View Source”, you will notice that code was commented through HTML comments, but it was done incorrectly. Try to disable lazy-loading (you have this feature apparently enabled through a plugin) and see how it goes.
@sudarshankotian as I mentioned in the previous reply, “thickbox” is not loaded by Asset CleanUp, but by another plugin or a code within the theme.
If you append /?wpacu_no_load to your website (I made a test), Asset CleanUp will be prevented from loading (this query string can be used for debugging purposes) and you will notice in the HTML source that “thickbox” is still loading.
I hope it helps! I wish you will find the source of the “thickbox”. Check the “CSS/JS Manager” from Asset CleanUp. You might be able to unload “thickbox” (e.g. if you have difficulties removing it in a different way) from specific pages.
@sudarshankotian the “thickbox” is ONLY loading on one of the plugin’s pages, “Getting Started” (within the Dashboard), so it shouldn’t affect any functionality or the page speed. It’s not loaded by the plugin within the front-end view, nor in any other page within the Dashboard.
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] Error 500@ed12 you can reach out to the moderators of this forum and explain them the reasons behind your decision to hide that link. As far as I recall, some users wanted to hide information such as the full local path to specific files (within their online websites) for security reasons, but failed to mark them as hidden.
What you can do, at least from now on, is to write to me on private here https://www.gabelivan.com/contact/ or to anyone else from this forum that you need to provide a link to (since it should be private).
@onurparlar there were some issues with the Pro version after the latest release. However, these errors are harmless and reported in the backend. These types of “undefined” errors should be hidden on a live website.
It looks like the Pro version is not activated on the website you mentioned. Unless, you deactivated it there. Can you please fill this form https://www.gabelivan.com/contact/ with your details including the license key and I will gladly provide to you a patch that has the fix?