Just wanted to note here something I just encountered. Using ER with ER Autocomplete as a means of using fields to create references can be exceptionally slow when using Fast404.
I had to add this url fragment to my settings.php file to correct the issue:
$conf['fast_404_string_whitelisting'] = array('cdn/farfuture', '/advagg_', 'entityreference_autocomplete/autocomplete', 'entityreference/autocomplete' 'system/ajax');
Now instead of 30s to respond to the AJAX request, it takes 2 and actually returns values.
Comments
Comment #1
kevinquillen commentedComment #2
kevinquillen commentedComment #3
slv_ commentedHi Kevin, thanks for reporting that. I've added a new section to the README.txt linking to this issue, and with your suggested solution.
Comment #4
slv_ commentedComment #5
shelaneLooks like that array is missing a comma.