Putting together a great CWP solution, only to find out that it doesn’t perform that great when hosted, can be a frustrating issue for a developer (and client!) to face. Fortunately there’s a few things you can consider that will speed up your CWP solution back into good shape. Step 1 – Consider your data Large sets of data If you have a need to display a large set of data, (IE a found set of 1000 records), which would you think is faster: a) loading all 1000 records into a single list view, or b) adding pagination to display …