This is a migrated thread and some comments may be shown as answers.

Speed up publishing? General question about Telerik DLL's and publishing.

3 Answers 36 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Derek
Top achievements
Rank 1
Derek asked on 15 Oct 2012, 12:30 PM
Wondering whether anyone has suggestions about best practices for speeding up publishing.

The developers on my project regularly update websites using the VS 2010 Publish Website wizard and FTP. The site files are generally less than 5mb, and then there are the 35mb of Telerik DLL and XML files. Files are precompiled, so no raw code is placed on the remote server.

These applications often change; a new report is added, a form is modified, etc., and changes are posted as they are requested and completed. The publish wizard replaces the whole site structure, uploading 40mb of files of which at least 35mb haven't changed.

Is there a reliable way to publish only the changed files, and exclude the Telerik files?

TIA for any suggestions.

3 Answers, 1 is accepted

Sort by
0
O'Man
Top achievements
Rank 1
answered on 18 Oct 2012, 06:55 AM
Hi,

I dont think its possible. This is visual studio faeture not telerik. Any .dll you put in bin will move to server.

Thanks.
0
Derek
Top achievements
Rank 1
answered on 15 Nov 2012, 07:57 PM
Good point, O'Man.

I should describe one thing we've tried. The build now occurs on the local file system (ie to a 'PrecompiledWeb' folder). Then, we're using an FTP tool (Syncback Pro) to do a mirroring of the local and the remote FTP folder. Mirroring does several things; it removes any files on the remote system that aren't on the local system, and it copies any files that are on the local system but don't exist (or are older) on the remote system. It's a two-step process, but for most of the applications we're uploading 5-6 mb of files rather than 50-60. This isn't normally a big issue, but several of these applications are modified often, sometimes several times a day.
0
Accepted
Andrey
Telerik team
answered on 20 Nov 2012, 12:17 PM
Hello,

Yes, O'Man is right, everything that is located in the website is moved to the server. However, if you prefer to use the Publish WebSite wizard, you could remove all the unnecessary assemblies prior the upload process and thus they won't be transferred to the server.

The other approach you have found out with FTP utility is also applicable.

Regards,
Andrey
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
General Discussions
Asked by
Derek
Top achievements
Rank 1
Answers by
O'Man
Top achievements
Rank 1
Derek
Top achievements
Rank 1
Andrey
Telerik team
Share this question
or