Reduce logging and improve static files loading
Reduce logging so only anomalous situations result in log entries (you can turn logging back on by setting appinventor.debugging to true in appengine-web.xml). Disable App Stats, as it really isn’t needed in production. Provide reasonable caching and expiration on some static files, including making sure they are served statically (this is required when removing App Stats). Change-Id: I84bd4877a2cbeba79f7da9248919920ea27c499b
Showing
Please register or sign in to comment