I would like to know the relationship of setting Akeeba Admin 1) set default expiration time to 1 hour and 2) Automatically compress static resources and how they relate to setting the Joomla Global Configuration cache to ON and GZip to ON. Is Akeeba Admin doing the same thing? Should only the Joomla settings or the Akeeba Admin settings be used?
I did find the following, but I was not clear whether to use the Joomla cache and Gzip or Akeeba Admin tools .htaccess.
I would suggest turning on compression in the template (if that's an option) and use .htaccess Maker's "Compress all static resources" option instead. It's actually more performant, as the compression is handled transparently by Apache, using very fast native code. The less you have to pass through PHP the better performance you get. And as a bonus, not only you get better security but you also make your site more compatible with CDNs.
Thanks
~d