# -*- mode: snippet -*-
# name: Server Rendering
# key: qsrend
# --
Let's try disabling or enabling server-side rendering and inform us about the results. 
To test server-side rendering on a session basis, type ?:render=false at the end of the view's URL. For example: 
http://localhost/views/Supplies/MyView?:render=false 
If client-side rendering is disabled on Tableau Server, enter ?:render=true to enable it for the session: 
http://localhost/views/Supplies/MyView?:render=true 
For more information on this, please see the following: 
About Client-Side Rendering 
http://onlinehelp.tableau.com/current/server/en-us/browser_rendering.htm