Possible to modify Easy PageSpeed remove query string options?
-
Is it possible to adjust the way the remove query string option works? Currently it seems to remove all query strings which breaks some functionality on my site. Perhaps if the strip query strings only affected the items in the cdnExt array?
static $cdnExt = array('webp', 'jpg', 'jpeg', 'gif', 'png', 'js', 'css');Links to forms that pre-populate some fields are blank, for instance site.com/email/?department=office are changing to site.com/email and the form does not send the email to the correct address.
Also the ‘Edit Page’ or ‘Edit Post’ do not work because the link in the admin bar point to site.com/wp-admin/post.php instead of site.com/wp-admin/post.php?post=19417&action=edit.
The topic ‘Possible to modify Easy PageSpeed remove query string options?’ is closed to new replies.