function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
mjohnson-TICmjohnson-TIC 

Visualforce Deployment

Has anyone had an issue with deploying Visualforce pages recently? Before they use to deploy almost instantly from a sandbox instance to production, recently (within the past 1-2 weeks) they are taking as long as classes and triggers are to push. Has a change been made recently that requires Visualforce to go through unit testing?

bob_buzzardbob_buzzard

Which mechanism are you using to deploy your Visualforce?

mjohnson-TICmjohnson-TIC

Eclipse

bob_buzzardbob_buzzard
I'm not aware of anything that has changed with regard to unit tests. However, the mechanism that is used to deploy change sets now places them onto a queue to ensure that deployments don't tread on each others toes, so I wouldn't be surprised if something similar applied to metadata deployments through the IDE.