Since we switched to the Opencart 3 version and we activate the LiteSpeed Web Server cache on our o2switch server - Activate the LSCache cache we lose the icons on the site. They are no longer loaded. As soon as we deactivate LiteSpeed Web Server the site works properly. We see this phenomenon on the native theme and on Journal3. (https://www.aquamagasin.com) There the site works with lscache disabled
Do you have an idea . Thanks for your help.
Opencart 3.0.3.2
Journal 3
Aquamagasin votre spécialiste du Traitement d'eau et des Adoucisseurs d'eau
Professional OpenCart extensions, support and custom work.
Contact me via email or Skype by support@thekrotek.com
https://www.aquamagasin.com/image/cache ... W2vwZ.webp
https://www.aquamagasin.com/image/cache ... tcQ9j.webp
https://www.aquamagasin.com/image/cache ... RVGL1.webp
etc. etc. etc.
Crystal Light Centrum Taiwan
Extensions: MailQueue | SUKHR | VBoces
“Data security is paramount at [...], and we are committed to protecting the privacy of anyone who is associated with our [...]. We’ve made a lot of improvements and will continue to make them.”
When you know your life savings are gone.
We also have Pagespeed installed (Rewrite images - Optimize images) whether it is activated or deactivated, this does not solve the problem with the LScache cache.letxobnav wrote: ↑Sun Mar 29, 2020 5:43 pmFailed to load resource: the server responded with a status of 404 ()
https://www.aquamagasin.com/image/cache ... W2vwZ.webp
https://www.aquamagasin.com/image/cache ... tcQ9j.webp
https://www.aquamagasin.com/image/cache ... RVGL1.webp
etc. etc. etc.
Opencart 3.0.3.2
Journal 3
Aquamagasin votre spécialiste du Traitement d'eau et des Adoucisseurs d'eau
Module enabled or disabled we have the problem. The phenomenon appears as soon as we activate LScache in Cpanel.
Here is what the host tells me:
In the development mode of my browser, console part, I have many CSP errors:
Content Security Policy: The source '' unsafe-inline '' present in script-src has been ignored: 'strict-dynamic' has been specified
Content Security Policy: The source "https:" present in script-src has been ignored: "strict-dynamic" has been specified
Content Security Policy: Source "http:" present in script-src has been ignored: "strict-dynamic" has been specified
Errors like this can block resources, including resources used to load icons.
It would be necessary to check the CSP policy of the site, to make it a little more flexible and to authorize more.
Opencart 3.0.3.2
Journal 3
Aquamagasin votre spécialiste du Traitement d'eau et des Adoucisseurs d'eau
It does not set Content-Security-Policy: script-src headers.
Crystal Light Centrum Taiwan
Extensions: MailQueue | SUKHR | VBoces
“Data security is paramount at [...], and we are committed to protecting the privacy of anyone who is associated with our [...]. We’ve made a lot of improvements and will continue to make them.”
When you know your life savings are gone.
No it's the right site but I removed from .htacessletxobnav wrote: ↑Sun Mar 29, 2020 10:23 pmso this (https://www.aquamagasin.com) is the site that does not have the problem?
It does not set Content-Security-Policy: script-src headers.
Code: Select all
# <IfModule mod_headers.c>
#Header set X-XSS-Protection "1; mode = block"
#Header always append X-Frame-Options SAMEORIGIN
#Header set X-Content-Type-Options nosniff
#Header always set Strict-Transport-Security "max-age = 31536000"
# </IfModule>
If I activate LiteSpeed - LSCache then the icons disappear

the site being in production I deactivated LiteSpeed - LSCache
Opencart 3.0.3.2
Journal 3
Aquamagasin votre spécialiste du Traitement d'eau et des Adoucisseurs d'eau
i did install engitron it also install memcache.
activated memcache in opencart
(system/config/default.php)
Code: Select all
// Cache
$_['cache_engine'] = 'file'; // apc, file, mem or memcached
$_['cache_expire'] = 3600;
add memcache to both config.php files.
Code: Select all
// CACHE
define('CACHE_DRIVER', 'memcached');
define('CACHE_HOSTNAME', 'localhost');
define('CACHE_PORT', '11211');
define('CACHE_NAMESPACE', 'opencart');
define('CACHE_PREFIX', 'oc_');
Koeltechnische deurrubbers eenvoudig online op maat bestellen.
Alle niet stekplichtige onderdelen zoals scharnieren, sloten, randverwarming en verlichting voor alle typen koelingen en vriezers.
https://koelcel-onderdelen.com
Those security headers are fine.
Crystal Light Centrum Taiwan
Extensions: MailQueue | SUKHR | VBoces
“Data security is paramount at [...], and we are committed to protecting the privacy of anyone who is associated with our [...]. We’ve made a lot of improvements and will continue to make them.”
When you know your life savings are gone.
How to resolve or work around this problem?
Opencart 3.0.3.2
Journal 3
Aquamagasin votre spécialiste du Traitement d'eau et des Adoucisseurs d'eau
Thank you I will study this but I admit that I would like much to find the solution all the same because I was fully satisfied with the operation under Opencart 2victorj wrote: ↑Mon Mar 30, 2020 4:19 amlitespeed did give me a lot of problems to.
i did install engitron it also install memcache.
activated memcache in opencart
(system/config/default.php)
change file to memcachedCode: Select all
// Cache $_['cache_engine'] = 'file'; // apc, file, mem or memcached $_['cache_expire'] = 3600;
add memcache to both config.php files.did speed things up and server load has reduced significantCode: Select all
// CACHE define('CACHE_DRIVER', 'memcached'); define('CACHE_HOSTNAME', 'localhost'); define('CACHE_PORT', '11211'); define('CACHE_NAMESPACE', 'opencart'); define('CACHE_PREFIX', 'oc_');
Opencart 3.0.3.2
Journal 3
Aquamagasin votre spécialiste du Traitement d'eau et des Adoucisseurs d'eau
UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
Hi paulfeakins, it is not necessary, it worked perfectly under OC2 and Journal2.paulfeakins wrote: ↑Mon Mar 30, 2020 6:54 pmSo you have LiteSpeed cache, PageSpeed cache, Journal cache plus all the built-in caches too? That's a recipe for disaster! Try using less caches.
Beyond the number of cache used or not, there is a problem. It remains to be seen whether it comes from OC or Journal. I will look for the first because even with the native theme (which has no cache as a journal) the problem exists.
I tried disabling the caches the problem remains the same with LiteSpeed Cache.
Opencart 3.0.3.2
Journal 3
Aquamagasin votre spécialiste du Traitement d'eau et des Adoucisseurs d'eau
Crystal Light Centrum Taiwan
Extensions: MailQueue | SUKHR | VBoces
“Data security is paramount at [...], and we are committed to protecting the privacy of anyone who is associated with our [...]. We’ve made a lot of improvements and will continue to make them.”
When you know your life savings are gone.
Hi letxobnav, it's because I disabled LiteSpeed Cache
Opencart 3.0.3.2
Journal 3
Aquamagasin votre spécialiste du Traitement d'eau et des Adoucisseurs d'eau
Crystal Light Centrum Taiwan
Extensions: MailQueue | SUKHR | VBoces
“Data security is paramount at [...], and we are committed to protecting the privacy of anyone who is associated with our [...]. We’ve made a lot of improvements and will continue to make them.”
When you know your life savings are gone.
letxobnav, The site is in production so it is actually difficult to leave it broken online. I just reactivated LiteSpeed Cache, deactivating the JOURNAL3 Query Strings cache all Minifiers and other modules related to performance in JOURNAL3. I also disabled PageSpeed, so only LiteSpeed Cache.
If you clear your cache you will see the effects.
Thanks for your return.
Opencart 3.0.3.2
Journal 3
Aquamagasin votre spécialiste du Traitement d'eau et des Adoucisseurs d'eau
Code: Select all
GET https://www.aquamagasin.com/catalog/view/theme/journal3/icons/fonts/icomoon.ttf?gzj9ot net::ERR_TOO_MANY_REDIRECTS
(index):4165 GET https://www.aquamagasin.com/catalog/view/javascript/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0 net::ERR_TOO_MANY_REDIRECTS
3(index):1 GET https://www.aquamagasin.com/catalog/view/theme/journal3/icons/fonts/icomoon.woff?gzj9ot net::ERR_TOO_MANY_REDIRECTS
[Violation] Forced reflow while executing JavaScript took 69ms
Koeltechnische deurrubbers eenvoudig online op maat bestellen.
Alle niet stekplichtige onderdelen zoals scharnieren, sloten, randverwarming en verlichting voor alle typen koelingen en vriezers.
https://koelcel-onderdelen.com
Hello. Yes the Journal cover has been cleaned. Do you think this was an error from the development of Journal? Could this be from a htaccess problem?victorj wrote: ↑Tue Mar 31, 2020 2:35 amconsole is telling:did you clear journal cache ?Code: Select all
GET https://www.aquamagasin.com/catalog/view/theme/journal3/icons/fonts/icomoon.ttf?gzj9ot net::ERR_TOO_MANY_REDIRECTS (index):4165 GET https://www.aquamagasin.com/catalog/view/javascript/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0 net::ERR_TOO_MANY_REDIRECTS 3(index):1 GET https://www.aquamagasin.com/catalog/view/theme/journal3/icons/fonts/icomoon.woff?gzj9ot net::ERR_TOO_MANY_REDIRECTS [Violation] Forced reflow while executing JavaScript took 69ms
Opencart 3.0.3.2
Journal 3
Aquamagasin votre spécialiste du Traitement d'eau et des Adoucisseurs d'eau
redirects to itself
https://www.aquamagasin.com/catalog/vie ... off?gzj9ot
redirects to itself
without the parameters they redirect right back to the link with parameter
Just put those links in your browser and you will see the results, use web developer with disabled cache to see the redirects pile up.
So I would check your htaccess and/or journal stuff to see if you are redirecting/rewriting any static asset links that are font related or parameter related.
Oh and don't think that cache + cache + cache = 3 x speed, it generally means 1.3 x speed, 3 x trouble and 9 x resolution time.
Crystal Light Centrum Taiwan
Extensions: MailQueue | SUKHR | VBoces
“Data security is paramount at [...], and we are committed to protecting the privacy of anyone who is associated with our [...]. We’ve made a lot of improvements and will continue to make them.”
When you know your life savings are gone.
Users browsing this forum: No registered users and 1 guest