Slowness when loading HTML Pages in Zoho Creator

Experiencing Slowness when loading HTML Pages in Zoho Creator?

When multiple users access the same lead page there could be slowness. change the equal to (==) operator to equalsIgnoreCase in the fetch statements using a string field which will increase the loading performance level. Example.- Current: variablename=Form_Name[String_FIeld == "Value" ]; Update: variablename=Form_Name[String_FIeld.equalsIgnoreCase("Value") ];