Please expound and elaborate on these error message on Hubble.
1. Duplicate query detected. This request executed the same query multiple times (with the same paramters). Consider caching the query results so that the query is only executed once.
MS SQL doesn't caches queried results! Why are you asking us to query results!
2. Possible SELECT N+1. This request executed the same query multiple times with different parameters. This is often a sign of a N+1 problem (more details). Consider combining these queries into a single query.
It's you application that does the querying! How are we supposed to combine those queries?!
3. Too Many Stylesheets. There are a large number of stylesheets included on this page. Internet Explorer is limited to 31 styles per page (this includes links to external files and styles defined inline using style tags).
Were already using Chrome but was are still getting this message.