raen79 / fie

Fie is a Rails-centric frontend framework running over a permanent WebSocket connection.

Home Page:https://fie.eranpeer.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Performance in large pages is not stellar

raen79 opened this issue · comments

Even with caching, performance in large pages is quite slow. Something should be done to improve this.

Does fie currently send the entire re-rendered page over the socket, or only a relevant portion?

@hwood-sp sorry for the late response. Yes for now it sends the whole view. The solution here is to send the relevant portion as you guessed. My goal is to release this with V2 but I am quite busy. Always open to PR though!