I have an application that uses GUID as the Primary Key in almost all tables and I have read that there are issues about performance when using GUID as Primary Key. Honestly
If you use GUID as primary key and create clustered index then I suggest use the default of NEWSEQUENTIALID() value for it