• This part in the example: /{PROXY:TYPE}/{PROXY:URL}

    I’m just absolutely lost. I can’t get it right as I’m not entirely sure what the hell it wants from me! Please Please help?!

    • This topic was modified 7 years, 5 months ago by Jason K. Dove, SEO. Reason: it made a url when it shouldn't have
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author optimalisatie

    (@optimalisatie)

    Hi 3dseo,

    The custom proxy URL option is intended for experts. It would enable to use a custom proxy system to serve resources, for example a CDN. For most users it could be left default (blank). WordPress (PHP) will then proxy resources.

    To improve the performance of the proxy it is possible to specifically pre-configure the resources that will be proxied. The resources will then be loaded directly from the cache location and potentially via a CDN so that the performance is the same as for any ‘static resource’.

    Thread Starter Jason K. Dove, SEO

    (@3dseo)

    I understand all that, definitely. Much appreciated taking the time to explain it.

    I’m still getting the syntax incorrect even with a CDN address. /sigh

    Plugin Author optimalisatie

    (@optimalisatie)

    It would be best to leave the field empty. The field isn’t intended for a CDN URL. It is intended for a custom proxy URL that should include specific parameters.

    The parameters {PROXY:TYPE}/{PROXY:URL} are replaced with the type (CSS or javascript) and URL (e.g. https://www.google-analytics.com/analytics.js).

    The proxy should then return an optimized response. This requires custom logic. An option would be for example Nginx+Lua or a Node.js proxy server.

    https://blog.cloudflare.com/pushing-nginx-to-its-limit-with-lua/

    • This reply was modified 7 years, 5 months ago by optimalisatie.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Syntax has me lost, please help’ is closed to new replies.