Anonymous User 14808221
(@anonymized-14808221)
Toolset has a common code.
Some assets are loaded in each plugin, but always just once, of course.
This could cause the error “Serve resources from a consistent URL”.
Font Awesome is such a common resource.
We don’t minify the CSS, as that can make it hard to read and overwrite it.
We have feature requests filed for this, but right now, we do not serve the minified versions of several assets.
Thank for your explain. It would be manual minify “font-awesome.min.css” for each update then.
Or in pro version
1) Defaul plugin
2) Extra file “font-awesome.min.css”, which minify from your team. Guide people change it, if they don’t need minify. I would be lover wrong for none developer who would make mistake during mininy and turn around with suport issue or help minify.
Do you think about my request?
Anonymous User 14808221
(@anonymized-14808221)
In types, as I just see when I scan the Plugin for the FontAwesome Library, it is minified.
It’s in types/vendor/toolset/toolset-common/res/lib/font-awesome/css/font-awesome.min.css, I am not sure why you mean this is not minified.
About the identical paths, this is as said due to the common plugin folders, I think.
Can you list here the paths the GTMetrix lists?
So maybe I can find out more in relation.
Please check a look here
I used wordpress 4.8.1 and PHP 6.4 . GTmetrix result

By the way, i checked documentation. It used allow create custome fields / taxonomies for user, right?. what usefull of toolset for buddypress frontend if added custome field for user? I can not image how it work, in ducumentation seem don’t have any doc about buddypress also.
Anonymous User 14808221
(@anonymized-14808221)
I cannot assist the Paid Toolset here, or pre-sales questions related to it.
For that, please consult us here:
https://wp-types.com/toolset-free-consultation/
Related to other Types issues, please can you open one ticket each issue, so we can concentrate on each one alone?
Related to this issue here, the file is a minified Style File.
You can double-check that when you open the file and look a the code.
I do not know why GTMetrix says, this is not minified.
Related to the ? in the URL, this is quite common in WordPress.
It’s the version of the script, and we load 4.7, hence the query string is added by WordPress to land that.
You can remove it, at your own risk:
https://paulund.co.uk/remove-query-string-stylesheets
And finally, the URL mentioned that is repeating, I do not see that resource twice in Types.
Maybe you load it with the Theme?
This could be possible, and then, GTMetrix shows the duplicate.
Please let me know what you think about this.