• Hi,
    The PHP generated java script is not served at all if it is longer than about 1.1M bytes. If there is a limit for processing, it would be better to pass the script then to return no content at all.
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Gabe Livan

    (@gabelivan)

    @kortelpl I’d like to help you out with this. When you’re saying the content is not served, what exactly do you mean? Are you saying that you have a JS file that has the extension .php and it’s not processed by the browser anymore because of Asset CleanUp?

    I need more information (e.g. including print screens, you can use a service such as https://imgbb.com/) about this.

    Thread Starter kortelpl

    (@kortelpl)

    @gabelivan Actually it’s a template_redirect hook that uses a downloaded JS. If the JS is below 1.2M bytes it goes through Asset CleanUp smoothly, but once is a bit bigger, the return is no content with content length of 0.
    It’s on admin area, so I don’t want to post it to the public, but I can share with you on DM.

    Plugin Author Gabe Livan

    (@gabelivan)

    @kortelpl I understand. You can share it privately by filling the following form: https://www.gabelivan.com/contact/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Larger generated script not served’ is closed to new replies.