All VPN protocols (PPTP L2TP, OpenVPN) have distinct advantages and disadvantages.
Here are some points that might be useful to consider:
1) OpenVPN is the protocols least likely to be blocked by servers or firewalls and generally thought to be the most secure. It's because both PPTP & L2TP uses fixed ports, if your service provider or firewall blocks certain communication ports used by PPTP or L2TP, they won’t work while openVPN can be configured to use any port (on the server side) and supports multiple protocols.
2) Most operating systems and devices have built-in support for PPTP and you simply need to fill in a server address, a username and password to configure and no additional software is needed while OpenVPN requires installing additional software. On some devices it can be complicated. Sometimes a user is required to deal with certificates, configuration files, etc.
3) In terms of speed, generally speaking, less encryption means greater speed but at the cost of less security. However, if your devices are of reasonable speed this should not be a major factor.
Some people say openVPN on UDP is the fastest but according to my own experience on purevpn, they are all more or less the same. Speed depends much more on your connection to the server and other factors.
In a nutshell,it's best to consider your security requirements and pick a protocol accordingly.