Hi All, I am busy writing an application on Google App Engine. So far, about half of the code has been written (50,000 lines of code). The end-user response time is extremely good.
During the last deployment, I got an error that the application was over 150 Mb (was 169 Mb). After changing the number of permutations, the application can now be deployed without any issue. Few questions related to this : --> Are there any rules about the max. number of lines of code (especially client side) to keep good end-user response time ? Do you have any specific experience in this matter ? --> The compiler is generating a lot of files during the compile. In which file should I look to get the "application size" as reported when uploading the application ? Thanks a lot for your help, Cheers, Olivier -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/k1HnL94T0qsJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
