You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we have problems with GAE limits we could implements some optimizations like:
Using CDN for third-party resources (jQuery, ACE, fonts...).
Do not use a request to show "static view" (do it directly from Javascript).
Do not use org.springframework.web.servlet.i18n.SessionLocaleResolver but implement a stateless LocaleResolver (just using the request parameter 'locale')
Split up the tutorial in 2 parts (2 instances of GAE).
The text was updated successfully, but these errors were encountered:
If we have problems with GAE limits we could implements some optimizations like:
The text was updated successfully, but these errors were encountered: