Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Raul P.

    (@alignak)

    Hi, I’m a bit confused with your steps, can you rephrase please?

    You have javascript processing disabled AND enabled the defer parsing option AND added the google maps url to the ignore list?

    And then it’s still deferring it… correct?

    Now, javascript processing doesn’t process external files, so google maps wouldn’t be merged and minified (which is correct).
    Enabling defer parsing for js however, should also not affect external js files.

    Just to be 100% sure about this, does it stop deferring google maps when you disable the defer js option?

    Thread Starter funkelbach

    (@funkelbach)

    Hello Raul,

    thank you for your quick reply.

    Yes. That’s exactly what I’m doing.
    You can have a look at my settings here: https://ibb.co/kCYOLk (Screenshot)

    When unchecking “Enable defer parsing of JS files” the defer-tag will be removed from the maps-api url. Also when disabling your plugin.

    You can have a look on my website if you want to.
    https://www.frank-unkelbach.de
    You’ll find the script-Tag for Google Maps in line 554 or simply search vor “maps.”.

    Thank you for your help
    Frank

    Plugin Author Raul P.

    (@alignak)

    I see… I believe the plugin cannot match the query elements for some reason.

    Can you replace your ignore list google maps url with a partial url (wildcard) such as: //maps.googleapis.com/maps/api/ (only) and let me know if it works?

    • This reply was modified 7 years, 6 months ago by Raul P..
    Thread Starter funkelbach

    (@funkelbach)

    Thank you for the hint.
    But it doesn’t matter. ??
    The defer-Tag is still included.

    Thread Starter funkelbach

    (@funkelbach)

    Hey,

    thanks for the great new update today. ??

    I’ve also found a solution for my problem after having a look in your code.

    I had to replace the “&” with a “&” in the ignore list.

    Maybe you can handle such “problems” in your fastvelocity_min_in_arrayi function?
    I’m not sure. I’m no developer. ??

    Thank you
    Frank

    Plugin Author Raul P.

    (@alignak)

    Hi, thanks for the tip!

    This should now be working properly on 1.4.6
    Please test and let me know, thanks.

    Thread Starter funkelbach

    (@funkelbach)

    Perfect! Thanks for your support. ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Ignore file list and Google Maps’ is closed to new replies.