can gliderecord use for client side

ashe077
Kilo Contributor

can gliderecord use for client side

6 REPLIES 6

What "Performance"? I see this thrown around alot and yet never explained. What is the "Performance" issue when dealing with callbacks in the query? 

Rajneesh Pande1
Kilo Expert

You can use it but it is not recommended as it is not performance friendly and also for security reasons. In general case you only need to retrieve a field or two from server to client side but glideRecord retrieve all the fields available in that table.