By Dirk Gently on Wednesday, 08 October 2014
Replies 1
Likes 0
Views 0.9K
Votes 0
Hello,

when I look in the head of the html-source of my website, I noticed that Komentos CSS and JS is loaded with absolute paths including the website-URL ( "http://www...." ). Why don't you use a absolute path directing from the root directory of joomla?

The current behaviour prevents a very useful and popular SEO and Speed-Optimization plugin called "JCH Optimize" (free version) from working correctly.
"JCH-Optimize" combines internal CSS/JS files to a single file, but it does not work with the "http-paths", because it looks like "external" files.

Regards
Sven
Hi Dirk,

Part of the reason why we are using full address is because, relative paths can be an issue with some templates/sites that specify an alternative base tag.

Also, our JS/CSS are already compressed and minified, and having JCH to recompress it again, sometimes causes issue with scopes and closure with JavaScripts.
·
Thursday, 09 October 2014 13:09
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post