My IP has brought to my notice that I am well over the total number of files allowed in my hosting contract. On inspection it appears that from July 2012 several CSS files have been added daily to my _data/combined folder.......in total 230,000! Perhaps this is a file for each visit to site? The first few lines of code are as follows and are the same on each file
/*BEGIN themes/simple/theme.css */
body{background-color:#333;color:#999}#content{background-color:#3F3F3F;border:2px #606060 solid;border-width:2px 0}.totalImages{font-style:italic;margin-top:0}a{color:#999}a:hover,#menuswitcher:hover,#theComments h3:hover{color:#f0f0f0}.titrePage,.titrePage a{font-weight:bold;text-transform:uppercase;font-variant:normal}h2,h3,#menubar dt{text-transform:uppercase;font-weight:bold}#copyright{font-variant:small-caps..........................
There would appear to be a bug somewhere.
1) Can I delete these files leaving the latest files?
2) Is there some way to avoid these files being created?
Many thanks for your help.
Offline
your host limits the number of files ?! that's odd (and really stupid)
you can delete them
and if you want you can set
$conf['template_combine_files'] = false;
with local files editor plugin
but it will slightly reduce the loadspeed of the site
ps: for the confort of everyone here, please add line breaks to your posts
Offline
Thank you for your rapid reply, however I don't want to do anything to reduce loadspeed so I'll just delete the files from time to time.
Offline