can you explain what you mean with the “remove-header file in the AU CSS options” audioprolabs ? can you share a screenshot indicating the option you’re referring to?
Hello,
the problem comes from a file on my website. I don’t know how to find this text/html or code. When the AU is not activated this html has a loading time 74ms, activating AU the loading time increases by 1.37s. I just wanted to know if it is possible to exclude this html so that AU does not optimize it.
https://audioprolabs.com/wp-content/uploads/2022/04/AU-deactiv.jpg
https://audioprolabs.com/wp-content/uploads/2022/04/AU-active.jpg
can you check my page please?
-
This reply was modified 4 years, 2 months ago by
audioprolabs.
-
This reply was modified 4 years, 2 months ago by
audioprolabs.
-
This reply was modified 4 years, 2 months ago by
audioprolabs.
I also see the request with AO disabled (by adding ?ao_noptimize=1 to the URL), see screenshot.

When inspecting your HTML source, I indeed do so this in the open-mart-style-inline-css inline CSS:
.top-header{background-image:url(remove-header);
which indeed will result in a request for a non-existing file.
thank you for your reply! I know that this problem does not come from AU, apparently it is a problem of the same code of the template that I am using. I’m right? It is best to contact the technical team that has created this template, right? I am using a plugin to redirect links that do not exist, disabling this plugin gives me error 404 (Not Found).
yeah, you’ll have to contact the “open mart” team I guess. in the meantime you could make an empty file and call it remove-header and place it in your wordpress root directory maybe, that will have significantly lower “cost”?
Thank you very much for your help! I’m going to contact the βopen martβ team. But creating an empty file with the name remove-header seems that solve much of the problem and now the load is much faster. Thank you for your advice π
Best regards
I’m sure I’m going to leave a comment, once again thank you for your help π
Thanks to your help and tips I have now a result in google speed test of 99 and GTMetrix 85.
I am already using your new version of AU 3 without any problem. π
-
This reply was modified 4 years, 1 month ago by
audioprolabs.