Hi, I have enabled PageSpeed service for one of my python Google App Engine application. I assume the PageSpeed will combine multiple Js files and load them once but unfortunately its not working that way, all my Js files getting loaded one by one. I even tried setting the custom configuration in app.yaml as below. pagespeed: enabled_rewriters: - MinifyCss - CombineJs But doesn't seems to be working.Is there aything i'm missing here?
Regards Pravin B -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
