To maintain a Visualforce page’s view state, Lightning Platform stores the state of components, field values, and the controller as an encrypted string in a hidden form element. The view state has a limit of 170 KB. A large view state requires longer processing...
and the controller as an encrypted string in a hidden form element. the view state has a limit of 170 kb. a large view state requires longer processing times for each request, including serialization and deserialization time, and encryption and decryption time. if ...