9 years ago
2
Topic

Hi,

I would like to fully optimize my website.

Seblod load many CSS et JS in HEAD :

<link rel="stylesheet" href="/media/cck/css/cck.css" type="text/css" />
<link rel="stylesheet" href="/media/cck/css/cck.item.css" type="text/css" />
<link rel="stylesheet" href="/media/cck/css/cck.search.css" type="text/css" />

<style type="text/css">
#cck5r_m100.cck-m100 {margin: 0 0 0 0px !important;}
/* Variation: seb_css3 */
div.seb_css3 { background-color:none; border:0px solid #dedede; position:relative; padding:5px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; overflow:hidden; }

<script src="/media/cck/js/cck.core-3.3.0.min.js" type="text/javascript"></script>

How can I disabled ?

Get a VIP membership
4229 Posts
Kadministrator
9 years ago
1
Level 1

For CSS there is an option in component options, Site tab. You cannot disable javascript as without it Seblod won't work.

9 years ago
0
Level 2

ok thank you.

I tried without use <jdoc:include type="head" /> in head.

So nothing is calling, and everything works ! :)

I think it´s the best to control all files (too many css and js)

Get a Book for SEBLOD