# 4
In case that dynamic loading is applied, performance could be improved by shortenning file name which is used for dynamic load.
File like
SearchResultTreeview_OtherLevels.aspx could be renamed as
srt_ol.aspx for example.
Further more, query string could be shortened also.
For example:
SearchResultTreeview_OtherLevels.aspx?idclus=1&selid=460&RCT=7&NLV=AD&CompId=93
could be renamed as:
srt_ol.aspx?var=1_460_7_AD_93
On the server-side, the query string can be splitted and recreated for all the needed variables.