Skip to content

Commit

Permalink
Add note/FIXME regarding targeted branch rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
hugithordarson committed Jul 16, 2024
1 parent a5985e2 commit 5a4c70e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ private static List<NGElement> childrenFromTemplate( final NGElement contentTemp
* @return true if the context is currently working inside an updateContainer meant to be updated.
*
* FIXME: We should probably be caching some of this operation. Even if this isn't heavy, it's going to get invoked for every element on the page // Hugi 20224-07-15
* FIXME: We can make this more exact/performant by rendering structure only for the branch containing the updateContainer(s) we're actually argeting // Hugi 2024-07-16
*/
private static boolean shouldAppendToResponseInContext( final NGContext context ) {

Expand Down

0 comments on commit 5a4c70e

Please sign in to comment.