Thanks I have just sent them a message.
While I have your attention though, I am trying to reduce the size of the cache and have gone through your blog post and identified some inline js that is responsible for creating a cached file for every product page (we have over 3500). I can see where I would enter a filename to exclude in the AO settings but not how to stop inline js?
These are the two inline js:
<script type="text/javascript">
jQuery(document).ready(function(){
var $ = jQuery;
var inputAuthor = '<input type="hidden" value="23" name="stm_changed_recepient"/>';
$('.stm_listing_car_form form').append(inputAuthor);
})
</script>
</style> <script>
var stm_motors_currentAjaxUrl = 'https://www.truckpages.co.uk/trucks-for-sale/used-2010-iveco-75e-16-eev-in-liverpool/';
var resetAllTxt = 'Reset All';
var prevText = 'Previous';
var nextText = 'Next';
var is_rental = '';
var file_type = 'file type noimg';
var file_size = 'file size big';
var max_img_quant = 'max imgs 3';
var currentLocale = 'en';
var noFoundSelect2 = 'No results found';
var allowDealerAddCategory = '';
var filterRemoveHidden = 'cacba68034';
var addToCompare = '3841e2924d';
var addTestDrive = 'b6ec601c6a';
var addTradeOffer = '254aaf1020';
var loadMoreCars = '623cf35337';
var getCarPrice = 'f89c4d28b9';
var addToFav = '11926aa471';
var getFav = '329d370ef4';
var dealerLoadCars = '487aa0318b';
var dealerLoadReviews = '8920844a92';
var submitReview = '0331084e4b';
var restorePassword = '17b557fa8a';
var reportReview = 'c8bec18175';
var loadDealersList = 'cc6f458979';
var addACar = '1e84ec3a0a';
var getCarsInvtMap = '6ead678b2a';
var sellerPhone = '8d9aed2748';
var subsChangeStatus = 'ca7bb041c8';
var rentalCheckCar = '7450d26580';
var availableCarDate = '865f042dd7';
var stickyPostsMagazn = '2872654ff1';
var getEvents = 'd1dea5dae4';
var testDriveModal = '7387efcdcf';
var clearData = '100b570b93';
var invNoFilter = 'a194dbff1b';
var valueMyCar = 'e82b2f0b83';
var getFileSize = '7d40daae97';
var sellOnlineNonce = '89e1ccd2b2';
</script>
About to look at the css as well
Thanks again