currently not in FAQ, but you have a look here for what is currently excluded by default.
frank
Interesting very short
s_sid, smowtion_size, sc_project, WAU_, wau_add, comment-form-quicktags, edToolbar, ch_client, seal.js
I had
gist.github.com,text/html,text/template,wp-slimstat.min.js, _stq,s_sid,smowtion_size,sc_project,WAU_,wau_addcomment-form-quicktags,edToolbar,ch_client,nonce,post_id,MyAjax,WPCOM_sharing_counts,tellFrameNewParent
I guess I can clear some.
I guess I can clear some.
yep 🙂
some of the ones in your list were in the defaults once, buy either have been removed or have moved to the hardcoded exclusion list.
only these were probably added by you:
MyAjax,WPCOM_sharing_counts,tellFrameNewParent
frank
Just thinking, say we have in js some files and we use them like
-a,b
-a,b,c,d
-a,b,c,d,e
-a,b,d,e
Then right now we can exclude c,d,e to get a clean file
But what we really want is
a+b
c+d+e
It’s not possible to put some excludes together in one lot right?
It’s not possible to put some excludes together in one lot right?
nope, maybe one day, but currently not 🙂
frank