<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dolphin</title>
	<atom:link href="https://dolphinpromotions.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>https://dolphinpromotions.co.uk</link>
	<description>Web Design and Development in Blackpool</description>
	<lastBuildDate>Tue, 27 Aug 2024 08:47:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Why do Azure Virtual Desktop (AVD) VMs require Active Directory Domain Services (AD DS) rather than just Entra ID</title>
		<link>https://dolphinpromotions.co.uk/why-do-azure-virtual-desktop-avd-vms-require-active-directory-domain-services/</link>
		
		<dc:creator><![CDATA[James Smythe]]></dc:creator>
		<pubDate>Tue, 27 Aug 2024 08:47:48 +0000</pubDate>
				<category><![CDATA[Azure Guide]]></category>
		<guid isPermaLink="false">https://dolphinpromotions.co.uk/?p=9563</guid>

					<description><![CDATA[Azure Virtual Desktop (AVD) VMs must traditionally domain-join an Active Directory Domain Services (AD DS) environment because AVD relies on certain features and protocols that are deeply rooted in the way traditional AD DS works, which aren&#8217;t fully supported by Entra ID (formerly Azure Active Directory, AAD). Here are the key reasons: 1. Legacy Windows...]]></description>
										<content:encoded><![CDATA[
<p>Azure Virtual Desktop (AVD) VMs must traditionally domain-join an Active Directory Domain Services (AD DS) environment because AVD relies on certain features and protocols that are deeply rooted in the way traditional AD DS works, which aren&#8217;t fully supported by Entra ID (formerly Azure Active Directory, AAD). Here are the key reasons:</p>



<h3 class="wp-block-heading">1. <strong>Legacy Windows Authentication Protocols</strong></h3>



<ul class="wp-block-list">
<li><strong>Kerberos and NTLM Authentication:</strong> Many applications and services, including group policies and user profile management, rely on Kerberos and NTLM protocols, which require AD DS. Entra ID does not natively support these legacy protocols.</li>



<li><strong>Group Policies:</strong> AVD VMs often require group policy objects (GPOs) for centralized management, which are a core feature of AD DS. GPOs allow for detailed management and configuration of Windows settings, security policies, software deployment, and more.</li>
</ul>



<h3 class="wp-block-heading">2. <strong>Session Host Compatibility</strong></h3>



<ul class="wp-block-list">
<li><strong>Remote Desktop Protocol (RDP):</strong> Azure Virtual Desktops are built on Remote Desktop Session Hosts (RDSH), which require domain-joined VMs to enforce user identity management, profile management, and access policies within a Windows Server domain. The integration with AD DS provides compatibility with these traditional Windows components.</li>



<li><strong>Profile and Application Management:</strong> User profiles, roaming profiles, and folder redirection are often required in multi-session environments like AVD. These mechanisms generally depend on AD DS to manage access to resources such as file shares.</li>
</ul>



<h3 class="wp-block-heading">3. <strong>Hybrid Identity Scenarios</strong></h3>



<ul class="wp-block-list">
<li><strong>Hybrid Identity Integration:</strong> Many organizations use hybrid identity solutions, where their on-premises Active Directory is synchronized with Entra ID using tools like Azure AD Connect. Domain-joining the AVD VMs to AD DS ensures that users can seamlessly access both on-premises and cloud-based resources, such as file shares and printers, using the same set of credentials.</li>



<li><strong>Seamless SSO:</strong> AD DS provides single sign-on (SSO) across many applications and services that may still rely on traditional AD authentication mechanisms. Entra ID, by itself, is not designed to manage these older systems, making AD DS necessary for environments with legacy needs.</li>
</ul>



<h3 class="wp-block-heading">4. <strong>Application Compatibility</strong></h3>



<ul class="wp-block-list">
<li><strong>Legacy Applications:</strong> Many line-of-business applications used in enterprise environments may require AD DS for authentication and directory services. These applications might not be compatible with Entra ID due to their reliance on on-premises directory services, Kerberos, or NTLM.</li>



<li><strong>Application and Resource Access:</strong> Domain-joining ensures that AVD VMs can interact with legacy applications that require AD DS-based authentication or access control, ensuring full compatibility with existing infrastructures.</li>
</ul>



<h3 class="wp-block-heading">Why Entra ID Alone Can&#8217;t Fully Replace AD DS (Yet)</h3>



<p>While Entra ID offers modern identity management features such as conditional access, Multi-Factor Authentication (MFA), and cloud-based directory services, it doesn&#8217;t yet provide full support for some legacy protocols and services. Microsoft Entra ID (Azure AD) is designed as a cloud-based identity platform that focuses on modern authentication protocols (such as OAuth2 and OpenID Connect) and doesn&#8217;t natively support older technologies such as:</p>



<ul class="wp-block-list">
<li><strong>Kerberos and NTLM</strong></li>



<li><strong>Group Policy Management</strong></li>



<li><strong>LDAP-based authentication for many applications</strong></li>
</ul>



<p>Additionally, many enterprises still rely on hybrid environments where on-premises Active Directory and cloud-based Entra ID work together, making the need for AD DS domain-joining necessary for full compatibility.</p>



<h3 class="wp-block-heading">Looking Forward: Azure AD Join and Azure AD DS</h3>



<ul class="wp-block-list">
<li><strong>Azure AD Join:</strong> In some modern scenarios, Microsoft has enabled support for Azure AD-joined VMs for single-session (personal) desktops. This removes the need for traditional AD DS in certain use cases where only modern cloud-native services are required.</li>



<li><strong>Azure AD DS (Azure Active Directory Domain Services):</strong> Azure AD DS offers a managed domain in the cloud, which mimics many of the traditional AD DS features. This is helpful for organizations looking to migrate away from on-premises AD DS while maintaining support for legacy protocols and applications.</li>
</ul>



<p>However, while Azure AD Join and Azure AD DS are improving, for multi-session desktops (which is common in AVD scenarios), a full AD DS domain join is still often necessary to ensure compatibility and full functionality.</p>



<h3 class="wp-block-heading">Conclusion</h3>



<p>Azure Virtual Desktop VMs need to domain-join AD DS primarily to support legacy Windows authentication protocols (like Kerberos and NTLM), group policies, and legacy applications that rely on AD DS. While Entra ID provides modern identity management and supports certain newer cloud-based features, it doesn&#8217;t fully replace the traditional Active Directory infrastructure in hybrid or legacy environments yet, especially for multi-session virtual desktops.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Security Flaws in Ubiquiti Unifi Cameras and Routers</title>
		<link>https://dolphinpromotions.co.uk/security-flaws-in-ubiquiti-unifi-cameras-and-routers/</link>
		
		<dc:creator><![CDATA[James Smythe]]></dc:creator>
		<pubDate>Mon, 05 Aug 2024 07:18:45 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Security]]></category>
		<guid isPermaLink="false">https://dolphinpromotions.co.uk/?p=9558</guid>

					<description><![CDATA[Recent findings have revealed significant security vulnerabilities in Ubiquiti&#8217;s line of cameras and routers, affecting over 20,000 devices worldwide. These vulnerabilities expose users to a range of cyber threats, including amplification attacks and privacy risks. This article provides an in-depth analysis of the issues identified, the potential impact on users, and the measures that can...]]></description>
										<content:encoded><![CDATA[
<p>Recent findings have revealed significant security vulnerabilities in Ubiquiti&#8217;s line of cameras and routers, affecting over 20,000 devices worldwide. These vulnerabilities expose users to a range of cyber threats, including amplification attacks and privacy risks. This article provides an in-depth analysis of the issues identified, the potential impact on users, and the measures that can be taken to mitigate these risks.</p>



<h2 class="wp-block-heading">Overview of the Vulnerabilities</h2>



<p>The vulnerabilities identified in Ubiquiti&#8217;s cameras and routers primarily relate to two significant issues: amplification attacks and privacy risks. These vulnerabilities are present in various models of Ubiquiti&#8217;s UniFi cameras and routers, which are widely used in both residential and commercial settings.</p>



<h3 class="wp-block-heading">Amplification Attacks</h3>



<p>Amplification attacks exploit the inherent design of certain network protocols to increase the volume of traffic sent to a target, overwhelming it and causing a denial of service (DoS). In the context of Ubiquiti devices, these attacks leverage the Ubiquiti Discovery Protocol (UDP 10001), which allows unauthenticated requests to be amplified significantly, creating a substantial threat.</p>



<h3 class="wp-block-heading">Privacy Risks</h3>



<p>Privacy risks associated with these vulnerabilities stem from the ability of attackers to gain unauthorized access to sensitive information. Ubiquiti cameras, designed for surveillance and security, can be turned into tools for espionage if compromised. Attackers can potentially access live feeds, recorded footage, and other personal data, posing a significant threat to user privacy.</p>



<h2 class="wp-block-heading">Detailed Analysis of Amplification Attacks</h2>



<p>Amplification attacks are a form of Distributed Denial of Service (DDoS) attack, where attackers exploit vulnerabilities in network protocols to amplify the volume of traffic directed at a target. This section provides a detailed analysis of how these attacks are executed and their implications for Ubiquiti users.</p>



<h3 class="wp-block-heading">How Amplification Attacks Work</h3>



<p>Amplification attacks involve sending a small amount of data to a vulnerable server, which then responds with a much larger amount of data to the victim&#8217;s IP address. This results in a flood of traffic that can overwhelm the victim&#8217;s network, rendering it inoperable.</p>



<ol class="wp-block-list">
<li><strong>Initiation</strong>: The attacker sends a request to a vulnerable Ubiquiti device using the Ubiquiti Discovery Protocol. This request is typically small but crafted to solicit a large response.</li>



<li><strong>Amplification</strong>: The Ubiquiti device responds with a much larger packet of data. The amplification factor can be significant, with some cases resulting in a response that is 30 to 50 times larger than the original request.</li>



<li><strong>Impact</strong>: The amplified traffic is directed towards the target, causing network congestion, service disruption, and potential outages.</li>
</ol>



<h3 class="wp-block-heading">Ubiquiti&#8217;s Vulnerable Protocol</h3>



<p>The Ubiquiti Discovery Protocol (UDP 10001) is intended for device discovery and management. However, its lack of authentication and rate limiting makes it susceptible to abuse in amplification attacks.</p>



<ul class="wp-block-list">
<li><strong>Lack of Authentication</strong>: The protocol does not require authentication, allowing attackers to send requests without verifying their identity.</li>



<li><strong>Absence of Rate Limiting</strong>: The protocol does not impose restrictions on the number of requests that can be sent, enabling attackers to flood the network with traffic.</li>



<li><strong>High Amplification Factor</strong>: The protocol&#8217;s design allows for a high amplification factor, making it an attractive target for attackers seeking to maximise their impact.</li>
</ul>



<h3 class="wp-block-heading">Real-World Implications</h3>



<p>The vulnerabilities in Ubiquiti devices have real-world implications for users and organisations:</p>



<ul class="wp-block-list">
<li><strong>Denial of Service</strong>: Amplification attacks can result in prolonged service disruptions, affecting business operations and critical infrastructure.</li>



<li><strong>Network Congestion</strong>: The increased traffic can lead to network congestion, affecting the performance of other devices and services.</li>



<li><strong>Financial Losses</strong>: Businesses may incur significant financial losses due to downtime, lost productivity, and the cost of mitigating attacks.</li>
</ul>



<h2 class="wp-block-heading">Privacy Risks and Exploitation</h2>



<p>In addition to amplification attacks, Ubiquiti devices are also vulnerable to privacy risks. Attackers can exploit these vulnerabilities to gain unauthorized access to sensitive information, compromising user privacy and security.</p>



<h3 class="wp-block-heading">Unauthorized Access to Camera Feeds</h3>



<p>Ubiquiti cameras are designed for security and surveillance, providing users with live feeds and recorded footage. However, vulnerabilities in these devices can allow attackers to access camera feeds without authorization.</p>



<ul class="wp-block-list">
<li><strong>Live Feed Access</strong>: Attackers can potentially gain access to live camera feeds, allowing them to monitor user activities in real-time.</li>



<li><strong>Recorded Footage</strong>: Access to recorded footage poses a significant privacy risk, as attackers can view and download sensitive content.</li>



<li><strong>Privacy Violations</strong>: Unauthorized access to camera feeds can result in severe privacy violations, particularly in residential settings where cameras are used for home security.</li>
</ul>



<h3 class="wp-block-heading">Data Theft and Espionage</h3>



<p>The vulnerabilities in Ubiquiti devices can also facilitate data theft and espionage, posing a significant threat to users and organisations.</p>



<ul class="wp-block-list">
<li><strong>Personal Data Theft</strong>: Attackers can access personal data stored on Ubiquiti devices, including user credentials, network configurations, and other sensitive information.</li>



<li><strong>Corporate Espionage</strong>: In commercial settings, attackers can exploit vulnerabilities to gain access to confidential business information, facilitating corporate espionage.</li>



<li><strong>National Security Risks</strong>: In critical infrastructure settings, compromised Ubiquiti devices can pose national security risks, allowing attackers to gain access to sensitive information and systems.</li>
</ul>



<h2 class="wp-block-heading">Vulnerability Discovery and Reporting</h2>



<p>The discovery of these vulnerabilities in Ubiquiti devices highlights the importance of ongoing security research and responsible vulnerability reporting. This section provides an overview of how these vulnerabilities were discovered and the steps taken to address them.</p>



<h3 class="wp-block-heading">Research and Discovery</h3>



<p>The vulnerabilities in Ubiquiti devices were identified by security researchers who conducted extensive analysis and testing. These researchers utilised various methods to identify and exploit weaknesses in the devices, ultimately uncovering the amplification and privacy risks.</p>



<ul class="wp-block-list">
<li><strong>Network Analysis</strong>: Researchers analysed network traffic to identify patterns and anomalies that could indicate vulnerabilities.</li>



<li><strong>Protocol Inspection</strong>: By examining the Ubiquiti Discovery Protocol, researchers identified weaknesses in its design and implementation.</li>



<li><strong>Exploit Testing</strong>: Researchers conducted controlled exploit tests to determine the feasibility and impact of potential attacks.</li>
</ul>



<h3 class="wp-block-heading">Responsible Disclosure</h3>



<p>Upon discovering the vulnerabilities, researchers followed responsible disclosure practices to ensure that Ubiquiti was informed of the issues and given an opportunity to address them before public disclosure.</p>



<ul class="wp-block-list">
<li><strong>Notification</strong>: Researchers notified Ubiquiti of the vulnerabilities, providing detailed information and recommendations for remediation.</li>



<li><strong>Collaboration</strong>: Researchers collaborated with Ubiquiti to develop and test patches and updates to mitigate the vulnerabilities.</li>



<li><strong>Public Disclosure</strong>: After Ubiquiti released patches and updates, researchers publicly disclosed the vulnerabilities to raise awareness and encourage users to apply the fixes.</li>
</ul>



<h3 class="wp-block-heading">Ubiquiti&#8217;s Response</h3>



<p>In response to the discovered vulnerabilities, Ubiquiti took several steps to address the issues and protect users.</p>



<ul class="wp-block-list">
<li><strong>Patches and Updates</strong>: Ubiquiti released patches and firmware updates to address the vulnerabilities and enhance the security of affected devices.</li>



<li><strong>User Education</strong>: Ubiquiti provided guidance and resources to help users understand the vulnerabilities and implement security measures.</li>



<li><strong>Ongoing Security Efforts</strong>: Ubiquiti committed to ongoing security efforts, including regular vulnerability assessments and improvements to its security practices.</li>
</ul>



<h2 class="wp-block-heading">Mitigation Strategies and Best Practices</h2>



<p>To protect against amplification attacks and privacy risks, users of Ubiquiti devices are encouraged to implement the following mitigation strategies and best practices.</p>



<h3 class="wp-block-heading">Applying Patches and Updates</h3>



<p>One of the most effective ways to mitigate vulnerabilities in Ubiquiti devices is to apply patches and firmware updates provided by Ubiquiti.</p>



<ul class="wp-block-list">
<li><strong>Regular Updates</strong>: Users should regularly check for and apply updates to ensure their devices are protected against known vulnerabilities.</li>



<li><strong>Automatic Updates</strong>: Enabling automatic updates can help ensure that devices receive the latest security patches as soon as they are available.</li>



<li><strong>Verification</strong>: After applying updates, users should verify that the devices are functioning correctly and that the vulnerabilities have been addressed.</li>
</ul>



<h3 class="wp-block-heading">Network Security Measures</h3>



<p>In addition to applying patches and updates, users can implement network security measures to protect against attacks.</p>



<ul class="wp-block-list">
<li><strong>Firewall Configuration</strong>: Configuring firewalls to block unauthorized access and restrict traffic can help prevent attacks.</li>



<li><strong>Intrusion Detection Systems</strong>: Implementing intrusion detection systems can help identify and mitigate potential threats in real-time.</li>



<li><strong>Network Segmentation</strong>: Segregating networks can help contain attacks and prevent the spread of malicious traffic.</li>
</ul>



<h3 class="wp-block-heading">Device Configuration and Hardening</h3>



<p>Proper configuration and hardening of Ubiquiti devices can significantly reduce the risk of exploitation.</p>



<ul class="wp-block-list">
<li><strong>Disable Unused Services</strong>: Disabling unused services and protocols can reduce the attack surface and limit opportunities for exploitation.</li>



<li><strong>Authentication and Encryption</strong>: Implementing strong authentication and encryption mechanisms can help protect against unauthorized access.</li>



<li><strong>Regular Audits</strong>: Conducting regular audits and assessments of device configurations can help identify and address potential vulnerabilities.</li>
</ul>



<h3 class="wp-block-heading">User Awareness and Training</h3>



<p>User awareness and training are critical components of a comprehensive security strategy.</p>



<ul class="wp-block-list">
<li><strong>Security Awareness Training</strong>: Providing security awareness training to users can help them recognise potential threats and adopt secure practices.</li>



<li><strong>Phishing Prevention</strong>: Educating users about phishing attacks can help prevent social engineering attacks that target user credentials.</li>



<li><strong>Incident Response</strong>: Establishing an incident response plan can help organisations respond effectively to security incidents and minimize their impact.</li>
</ul>



<h2 class="wp-block-heading">Future Considerations and Recommendations</h2>



<p>The discovery of vulnerabilities in Ubiquiti devices underscores the</p>



<p>importance of continuous improvement in security practices and the need for proactive measures to protect against evolving threats. This section outlines future considerations and recommendations for Ubiquiti, users, and the broader security community.</p>



<h3 class="wp-block-heading">Ubiquiti&#8217;s Role in Enhancing Security</h3>



<p>As a leading provider of networking solutions, Ubiquiti has a responsibility to prioritise security and ensure that its products are safe and reliable.</p>



<ul class="wp-block-list">
<li><strong>Security by Design</strong>: Ubiquiti should adopt a security-by-design approach, integrating security considerations into the development process from the outset.</li>



<li><strong>Regular Vulnerability Assessments</strong>: Conducting regular vulnerability assessments can help identify and address potential security issues before they are exploited.</li>



<li><strong>User Collaboration</strong>: Ubiquiti should collaborate with users and the security community to gather feedback and improve security practices.</li>
</ul>



<h3 class="wp-block-heading">User Responsibility and Best Practices</h3>



<p>Users also have a role to play in ensuring the security of their devices and networks.</p>



<ul class="wp-block-list">
<li><strong>Proactive Security Measures</strong>: Users should adopt proactive security measures, including regular updates, network security practices, and device configuration.</li>



<li><strong>Vulnerability Reporting</strong>: Reporting potential vulnerabilities to Ubiquiti and other vendors can help improve security and protect against emerging threats.</li>



<li><strong>Community Engagement</strong>: Engaging with the security community can provide users with valuable insights and resources for improving their security posture.</li>
</ul>



<h3 class="wp-block-heading">The Role of the Security Community</h3>



<p>The security community plays a crucial role in identifying and addressing vulnerabilities, and its efforts should be supported and encouraged.</p>



<ul class="wp-block-list">
<li><strong>Collaborative Research</strong>: Collaboration between researchers, vendors, and users can lead to more effective vulnerability discovery and mitigation efforts.</li>



<li><strong>Responsible Disclosure Practices</strong>: Following responsible disclosure practices ensures that vulnerabilities are addressed before they are exploited.</li>



<li><strong>Security Awareness and Education</strong>: Promoting security awareness and education can help users and organisations better understand and mitigate security risks.</li>
</ul>



<h2 class="wp-block-heading">Conclusion</h2>



<p>The vulnerabilities discovered in Ubiquiti cameras and routers highlight the ongoing challenges in securing network devices and the importance of proactive measures to protect against amplification attacks and privacy risks. By understanding the nature of these vulnerabilities and implementing appropriate security measures, users can significantly reduce their risk and protect their networks and data.</p>



<p>Ubiquiti&#8217;s response to these vulnerabilities demonstrates the importance of collaboration between vendors, researchers, and users in addressing security challenges. By continuing to prioritise security and adopt best practices, Ubiquiti and its users can work together to enhance the safety and reliability of their products and networks.</p>



<p>In a rapidly evolving threat landscape, vigilance and proactive measures are essential to protect against emerging threats and ensure the security and privacy of users worldwide.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How To: Image Windows Server for Migration to Hyper V in a Live Environment</title>
		<link>https://dolphinpromotions.co.uk/how-to-image-windows-server-for-migration-to-hyper-v-in-a-live-environment/</link>
		
		<dc:creator><![CDATA[James Smythe]]></dc:creator>
		<pubDate>Sat, 03 Aug 2024 04:59:55 +0000</pubDate>
				<category><![CDATA[Hosting]]></category>
		<guid isPermaLink="false">https://dolphinpromotions.co.uk/?p=9551</guid>

					<description><![CDATA[Recently, we were tasked with taking over an older server that was running Windows Server 2012. The server was several years old and used slow hard disk drives that were showing SMART errors, and the server would hang whenever a reboot was done. We, therefore, decided it was important to upgrade to new hardware and,...]]></description>
										<content:encoded><![CDATA[
<p>Recently, we were tasked with taking over an older server that was running Windows Server 2012. The server was several years old and used slow hard disk drives that were showing SMART errors, and the server would hang whenever a reboot was done. </p>



<p>We, therefore, decided it was important to upgrade to new hardware and, ideally, upgrade the OS to a newer version of Windows. Doing an OS upgrade in a live environment is a bad idea, and we wanted to avoid rebooting at all or taking down the client sites during maintenance. </p>



<p>To image a Windows Server while running in a live environment (i.e., without rebooting into a live USB or CD) requires specialised software that can handle disk imaging without interrupting the server&#8217;s operations. There are several free tools available that meet these criteria and offer features like automatic uploading to FTP or saving via SMB network shares. Below, I will recommend some suitable software and provide a step-by-step guide on how to use them.</p>



<h2 class="wp-block-heading">Recommended Software</h2>



<p>There are several applications you can use to image a Windows server. </p>



<h3 class="wp-block-heading">1. <strong>Disk2vhd</strong></h3>



<ul class="wp-block-list">
<li><strong>Description:</strong> Disk2vhd is a free utility from Microsoft’s Sysinternals Suite that allows you to create VHD (Virtual Hard Disk) images of your Windows environment while the system is running.</li>



<li><strong>Pros:</strong> Lightweight, easy to use, no downtime required.</li>



<li><strong>Cons:</strong> Creates VHD instead of ISO, but can be converted to ISO if needed.</li>
</ul>



<h3 class="wp-block-heading">2. <strong>Win32 Disk Imager</strong></h3>



<ul class="wp-block-list">
<li><strong>Description:</strong> Win32 Disk Imager is a tool primarily used for writing images to USB devices but can be used to create raw disk images.</li>



<li><strong>Pros:</strong> Simple interface, creates raw disk images.</li>



<li><strong>Cons:</strong> Requires additional steps to convert to ISO.</li>
</ul>



<h3 class="wp-block-heading">3. <strong>AOMEI Backupper </strong></h3>



<ul class="wp-block-list">
<li><strong>Description:</strong> AOMEI Backupper is a free backup and cloning tool that supports creating disk images in a live environment.</li>



<li><strong>Pros:</strong> User-friendly interface, supports network shares for saving images.</li>



<li><strong>Cons:</strong> Requires a conversion tool for ISO creation.</li>
</ul>



<h3 class="wp-block-heading">4. <strong>DriveImage XML</strong></h3>



<ul class="wp-block-list">
<li><strong>Description:</strong> DriveImage XML is a free imaging and backup solution that supports live imaging of Windows systems.</li>



<li><strong>Pros:</strong> Simple to use, supports network destinations.</li>



<li><strong>Cons:</strong> Does not directly create ISO files.</li>
</ul>



<h2 class="wp-block-heading">Step-by-Step Guide Using Disk2vhd</h2>



<p>Here&#8217;s a detailed guide on using <strong>Disk2vhd</strong> to create a VHD image, convert it to ISO, and upload it to an FTP or SMB network share.</p>



<h3 class="wp-block-heading">Step 1: Download and Install Disk2vhd</h3>



<ol class="wp-block-list">
<li><strong>Download Disk2vhd:</strong> Download the executable from the <a href="https://learn.microsoft.com/en-us/sysinternals/downloads/disk2vhd" target="_blank" rel="noopener">official site</a>.</li>



<li><strong>Run the Program:</strong> Since Disk2vhd is portable, you don&#8217;t need to install it. Simply run the executable.</li>
</ol>



<h3 class="wp-block-heading">Step 2: Create a VHD Image</h3>



<figure class="wp-block-image size-full"><img fetchpriority="high" decoding="async" width="826" height="568" src="https://dolphinpromotions.co.uk/wp-content/uploads/2024/08/Disk2vhd.jpg" alt="" class="wp-image-9552" srcset="https://dolphinpromotions.co.uk/wp-content/uploads/2024/08/Disk2vhd.jpg 826w, https://dolphinpromotions.co.uk/wp-content/uploads/2024/08/Disk2vhd-300x206.jpg 300w, https://dolphinpromotions.co.uk/wp-content/uploads/2024/08/Disk2vhd-768x528.jpg 768w" sizes="(max-width: 826px) 100vw, 826px" /></figure>



<ol class="wp-block-list">
<li><strong>Select Volumes:</strong> Open Disk2vhd and select the volumes you want to include in the VHD image. Ensure that you select the system partition (usually C:) and any other partitions relevant to your server. </li>



<li><strong>Destination Path:</strong> Choose a destination path for the VHD file. This should be a location with enough space to store the complete image.</li>



<li><strong>VHDX Option:</strong> You can choose to create a VHDX file for larger disk support and better resilience (VHDX is a newer format supported by Hyper-V).</li>



<li><strong>Create the Image:</strong> Click &#8220;Create&#8221; to start the imaging process. Disk2vhd will work in the background, allowing you to continue using the server.</li>
</ol>



<h3 class="wp-block-heading">Optional Step 3: Convert VHD to ISO</h3>



<p>VHD images are designed to work with Microsoft Hyper V, but when hosting using virtualisation, we use Proxmox, so you will want to convert the image to an ISO. </p>



<p>After creating the VHD image, you&#8217;ll need to convert it to an ISO file using a tool like <strong>OSFMount</strong> and <strong>ImgBurn</strong>.</p>



<h4 class="wp-block-heading">Step 3.1: Mount VHD using OSFMount</h4>



<ol class="wp-block-list">
<li><strong>Download OSFMount:</strong> Get OSFMount from <a href="https://www.osforensics.com/tools/mount-disk-images.html" target="_blank" rel="noopener">OSFMount&#8217;s website</a>.</li>



<li><strong>Mount VHD:</strong> Use OSFMount to mount the VHD file as a virtual drive. </li>



<li><strong>Check Drive Contents:</strong> Ensure the mounted drive appears correctly and contains all expected data.</li>
</ol>



<h4 class="wp-block-heading">Step 3.2: Convert to ISO with ImgBurn</h4>



<ol class="wp-block-list">
<li><strong>Download ImgBurn:</strong> Install ImgBurn from <a href="http://www.imgburn.com/" target="_blank" rel="noopener">ImgBurn&#8217;s website</a>.</li>



<li><strong>Create ISO:</strong> Open ImgBurn and select <strong>Create image file from files/folders</strong>. </li>



<li><strong>Select Source:</strong> Use the mounted VHD as the source for the ISO file.</li>



<li><strong>Choose Destination:</strong> Specify the location to save the ISO file.</li>



<li><strong>Build ISO:</strong> Click the &#8220;Build&#8221; button to create the ISO file from the VHD.</li>
</ol>



<h3 class="wp-block-heading">Step 4: Upload ISO to FTP/SMB</h3>



<p>You can automate the upload of the ISO file to FTP or SMB network shares using built-in Windows features or third-party tools like <strong>WinSCP</strong>.</p>



<h4 class="wp-block-heading">Step 4.1: Upload to FTP</h4>



<ol class="wp-block-list">
<li><strong>Download WinSCP:</strong> Get WinSCP from <a href="https://winscp.net/eng/download.php" target="_blank" rel="noopener">WinSCP&#8217;s website</a>.</li>



<li><strong>Create a Script:</strong> Create a WinSCP script for automated upload.</li>
</ol>



<pre class="wp-block-code"><code>   open ftp://username:password@ftpserver.com
   put C:\Path\To\Your\ISO.iso /remote/path/
   exit</code></pre>



<ol start="3" class="wp-block-list">
<li><strong>Schedule Task:</strong> Use Task Scheduler to run the WinSCP script after the ISO creation.</li>
</ol>



<ul class="wp-block-list">
<li>Open <strong>Task Scheduler</strong>.</li>



<li>Create a new task and set the trigger to start after Disk2vhd completes.</li>



<li>Set the action to run the WinSCP script.</li>
</ul>



<h4 class="wp-block-heading">Step 4.2: Upload to SMB</h4>



<ol class="wp-block-list">
<li><strong>Use Command Line:</strong> Use <code>net use</code> command to map the SMB share and copy the file.</li>
</ol>



<pre class="wp-block-code"><code>   net use \\server\share /user:username password
   xcopy C:\Path\To\Your\ISO.iso \\server\share\
   net use \\server\share /delete</code></pre>



<ol start="2" class="wp-block-list">
<li><strong>Automate with Batch Script:</strong> Save the above commands in a <code>.bat</code> file and schedule it using Task Scheduler, similar to the FTP upload process.</li>
</ol>



<h3 class="wp-block-heading">Step 5: Verify ISO Integrity</h3>



<p>After the upload, verify the ISO file’s integrity to ensure it was created and transferred correctly. You can use tools like <strong>HashTab</strong> to compare hash values.</p>



<h2 class="wp-block-heading">Conclusion</h2>



<p>Using <strong>Disk2vhd</strong> allows you to create a VHD image of your live Windows Server environment without downtime. The process involves creating a VHD, converting it to ISO, and automatically uploading it to FTP or SMB network shares using scripts and Task Scheduler. This method is efficient for backing up or migrating server environments without interrupting services.</p>



<p>If you prefer a more graphical interface or additional features like differential backups, consider <strong>AOMEI Backupper Standard</strong> or <strong>DriveImage XML</strong>, although they may require extra steps for ISO creation.</p>



<p></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Can Google Groups Be Used For SEO?</title>
		<link>https://dolphinpromotions.co.uk/can-google-groups-be-used-for-seo/</link>
		
		<dc:creator><![CDATA[James Smythe]]></dc:creator>
		<pubDate>Wed, 06 Dec 2023 16:01:34 +0000</pubDate>
				<category><![CDATA[SEO]]></category>
		<guid isPermaLink="false">https://dolphinpromotions.co.uk/?p=9291</guid>

					<description><![CDATA[Google Groups can be leveraged in certain aspects of SEO, particularly in terms of content creation, community engagement, and potentially backlink generation. However, it&#8217;s important to understand the limitations and best practices when considering Google Groups in your SEO strategy. Can Google Groups Be Indexed? Yes, content on public Google Groups can be indexed by...]]></description>
										<content:encoded><![CDATA[
<p><a href="https://dolphinpromotions.co.uk/what-are-google-groups/">Google Groups</a> can be leveraged in certain aspects of SEO, particularly in terms of content creation, community engagement, and potentially backlink generation. However, it&#8217;s important to understand the limitations and best practices when considering Google Groups in your SEO strategy.</p>



<h3 class="wp-block-heading">Can Google Groups Be Indexed?</h3>



<p>Yes, content on <a href="https://groups.google.com/g/mightygadget" target="_blank" rel="noopener">public Google Groups</a> can be indexed by search engines. This includes discussions, posts, and any publicly visible information. As with any web content, the presence of relevant keywords and valuable information can contribute to its visibility in search engine results. However, it&#8217;s important to note the following:</p>



<ol class="wp-block-list">
<li><strong>Quality of Content:</strong> Search engines prioritize high-quality, valuable content. Simply posting in Google Groups with the intention of improving SEO may not be effective if the content is not informative or engaging.</li>



<li><strong>Link Value:</strong> While you can include links in your Google Group posts, the SEO value of these links is typically limited. Search engines like Google are sophisticated enough to recognize the nature of these links and may not give them the same weight as links from more authoritative sources.</li>
</ol>



<h3 class="wp-block-heading">Using Google Groups for SEO:</h3>



<ol class="wp-block-list">
<li><strong>Community Engagement:</strong> Google Groups can be a platform to engage with a community that&#8217;s relevant to your niche. This engagement can increase your visibility and authority in the subject area.</li>



<li><strong>Content Ideas and Keywords:</strong> Discussions in Google Groups can provide insights into what your target audience is interested in, helping you generate content ideas and identify potential keywords for your website or blog.</li>



<li><strong>Backlink Opportunities:</strong> While directly posted links might not carry significant weight, engaging in meaningful conversations can lead to natural backlink opportunities if members reference your content elsewhere.</li>



<li><strong>Brand Visibility:</strong> Active participation in relevant groups can enhance your brand&#8217;s visibility and reputation, indirectly benefiting your SEO efforts.</li>
</ol>



<h3 class="wp-block-heading">Best Practices:</h3>



<ul class="wp-block-list">
<li><strong>Provide Value:</strong> Always aim to contribute valuable insights and information to the group, rather than just promoting your content.</li>



<li><strong>Avoid Spamming:</strong> Do not spam groups with links to your website. This practice is frowned upon and can harm your reputation.</li>



<li><strong>Follow Group Rules:</strong> Adhere to the guidelines and rules of each group to maintain a positive standing within the community.</li>
</ul>



<h3 class="wp-block-heading">Conclusion:</h3>



<p>While Google Groups can be indexed and potentially rank for content, using them directly for SEO purposes requires a nuanced approach. The primary focus should be on community engagement, information sharing, and building authority in your subject area. Direct SEO benefits, such as link building, are more likely to be indirect and should not be the sole reason for participating in these groups.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>What are Google Groups?</title>
		<link>https://dolphinpromotions.co.uk/what-are-google-groups/</link>
		
		<dc:creator><![CDATA[James Smythe]]></dc:creator>
		<pubDate>Wed, 06 Dec 2023 15:54:47 +0000</pubDate>
				<category><![CDATA[SEO]]></category>
		<guid isPermaLink="false">https://dolphinpromotions.co.uk/?p=9286</guid>

					<description><![CDATA[Google Groups is a versatile platform provided by Google, designed to facilitate group communication and collaboration. It&#8217;s often used for discussions, information sharing, and project coordination among communities, organisations, and teams. The service provides a centralised platform for users to create and participate in online forums and email-based groups. Key Features of Google Groups: Uses...]]></description>
										<content:encoded><![CDATA[
<p><a href="https://groups.google.com/g/mightygadget" target="_blank" rel="noopener">Google Groups</a> is a versatile platform provided by Google, designed to facilitate group communication and collaboration. It&#8217;s often used for discussions, information sharing, and project coordination among communities, organisations, and teams. The service provides a centralised platform for users to create and participate in online forums and email-based groups.</p>



<h3 class="wp-block-heading">Key Features of Google Groups:</h3>



<ol class="wp-block-list">
<li><strong>Email-based Group Discussions:</strong> Allows users to create and manage email lists. Members can send and receive messages via email, with the option to view and respond to these messages online as well.</li>



<li><strong>Web Forum Interface:</strong> Offers a forum-style interface for online discussions, enabling threaded conversations that are easy to follow.</li>



<li><strong>Collaboration and Sharing:</strong> Integrates with other Google services like Google Drive, Calendar, and Docs, facilitating easy sharing and collaboration within the group.</li>



<li><strong>Customisation and Control:</strong> Group owners can customise settings, including membership approval, posting permissions, and privacy options to control who can join and how information is shared.</li>



<li><strong>Archiving and Searchability:</strong> Messages in Google Groups are archived, making it easy to search for past discussions and information.</li>



<li><strong>Notifications and Digests:</strong> Members can choose to receive immediate updates, daily summaries, or no email notifications.</li>
</ol>



<h3 class="wp-block-heading">Uses of Google Groups:</h3>



<ul class="wp-block-list">
<li><strong>Project Teams:</strong> For coordinating tasks, sharing documents, and maintaining communication among team members.</li>



<li><strong>Educational Purposes:</strong> Teachers and students can use it for class discussions, group assignments, and resource sharing.</li>



<li><strong>Organisations and Clubs:</strong> Non-profits, clubs, and other organizations can utilize it for announcements, event planning, and member engagement.</li>



<li><strong>Support Forums:</strong> Companies and developers can create support forums for their products or services.</li>
</ul>



<h3 class="wp-block-heading">Setting Up a Google Group:</h3>



<ol class="wp-block-list">
<li><strong>Create a Group:</strong> Go to the Google Groups website and click on &#8220;Create Group.&#8221; Fill in the details like group name, email address, and description.</li>



<li><strong>Customise Settings:</strong> Choose the appropriate settings for privacy, member roles, and posting permissions based on the group&#8217;s purpose.</li>



<li><strong>Invite Members:</strong> Add members by sending invitations or sharing the group link.</li>



<li><strong>Start Discussions:</strong> Create topics for discussion, share files, and collaborate using integrated Google Workspace tools.</li>
</ol>



<h3 class="wp-block-heading">Best Practices:</h3>



<ul class="wp-block-list">
<li><strong>Define Clear Guidelines:</strong> Establish and communicate clear guidelines for group discussions and postings.</li>



<li><strong>Moderate Actively:</strong> Monitor the group for spam and ensure discussions remain on-topic and respectful.</li>



<li><strong>Utilise Integrations:</strong> Make the most of Google Groups&#8217; integration with other Google services for a seamless collaboration experience.</li>



<li><strong>Regular Updates:</strong> Keep the group active with regular updates, prompts for discussion, and relevant content.</li>
</ul>



<h2 class="wp-block-heading">Conclusion:</h2>



<p>Google Groups is a powerful tool for communication and collaboration, offering a range of features suitable for various group dynamics and purposes. Its integration with other Google services and customisation options make it a go-to choice for many businesses, educational institutions, and communities. By understanding and leveraging its capabilities, users can enhance group interaction and productivity.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Understanding Google PageSpeed Insights &#038; Core Web Vitals – A green 90+ can still show as needing improvement in Search Console</title>
		<link>https://dolphinpromotions.co.uk/understanding-google-pagespeed-insights/</link>
		
		<dc:creator><![CDATA[James Smythe]]></dc:creator>
		<pubDate>Thu, 13 May 2021 04:03:58 +0000</pubDate>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Core Web Vitals]]></category>
		<category><![CDATA[PageSpeed]]></category>
		<guid isPermaLink="false">https://dolphinpromotions.co.uk/?p=9250</guid>

					<description><![CDATA[Many website owners have breathed a sigh of relief that Google has delayed the algorithm update, which will look at Core Web Vitals as part of the ranking process until June. During the processing of optimising page speed, I have noticed that the Google PageSpeed Insight tools is not quite as easy to understand as...]]></description>
										<content:encoded><![CDATA[
<p>Many website owners have breathed a sigh of relief that Google has delayed the algorithm update, which will look at <a href="https://dolphinpromotions.co.uk/core-web-vitals-vs-speed-report-in-google-search-console-speed-report-replaced-will-start-to-have-a-significant-effect-on-organic-rankings/" class="rank-math-link">Core Web Vitals</a> as part of the ranking process until June.</p>



<p>During the processing of optimising page speed, I have noticed that the Google PageSpeed Insight tools is not quite as easy to understand as it first looks.</p>



<p>Specifically, the overall lighthouse performance score you get given doesn’t always correlate to what you will end up seeing in Google Search Console.</p>



<p>This can cause frustration considering the search console needs 28 days of data before it shows any changes in the Core Web Vitals section.</p>



<p>So, what is important and what is not? In particular, what bit do you need to focus on when testing changes you have just done to your website?</p>



<p>The post references data from <a href="https://mightygadget.com/" target="_blank" rel="noopener">Mighty Gadget</a> which has the largest number of pages and the greatest number of origin data within search console out of my clients. </p>



<h2 class="wp-block-heading">Google Search Console Core Web Vitals</h2>



<figure class="wp-block-image size-large"><img decoding="async" width="955" height="380" src="https://dolphinpromotions.co.uk/wp-content/uploads/2021/05/chrome_yHLJtiOqTc.jpg" alt="" class="wp-image-9255" srcset="https://dolphinpromotions.co.uk/wp-content/uploads/2021/05/chrome_yHLJtiOqTc.jpg 955w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/05/chrome_yHLJtiOqTc-300x119.jpg 300w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/05/chrome_yHLJtiOqTc-768x306.jpg 768w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/05/chrome_yHLJtiOqTc-480x191.jpg 480w" sizes="(max-width: 955px) 100vw, 955px" /></figure>



<p>Withing your Google Search Console, there is a section under experience called core web vitals. This section will tell you if you need to improve anything on your site. It is broken down into mobile and desktop results.</p>



<p>Mobile results are arguably the most important. Most traffic comes from mobile, Google generally uses mobile-first indexing, and, in my experience, it is the mobile score that is lower than desktop.</p>



<p>If you don’t have a lot of traffic to your website, this section may only display limited data or no data at all, but it is still important to optimise your site for speed.</p>



<figure class="wp-block-image size-large"><img decoding="async" width="976" height="390" src="https://dolphinpromotions.co.uk/wp-content/uploads/2021/05/chrome_UMPT7BE8xx.jpg" alt="" class="wp-image-9254" srcset="https://dolphinpromotions.co.uk/wp-content/uploads/2021/05/chrome_UMPT7BE8xx.jpg 976w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/05/chrome_UMPT7BE8xx-300x120.jpg 300w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/05/chrome_UMPT7BE8xx-768x307.jpg 768w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/05/chrome_UMPT7BE8xx-480x192.jpg 480w" sizes="(max-width: 976px) 100vw, 976px" /><figcaption class="wp-element-caption"><em>This is what happen when you miss a lab result failure</em> after 28 days</figcaption></figure>



<h2 class="wp-block-heading">PageSpeed Insights Total Score (Lighthouse performance scoring)</h2>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="802" height="297" src="https://dolphinpromotions.co.uk/wp-content/uploads/2021/05/chrome_JpfYEdJBGT.jpg" alt="" class="wp-image-9251" srcset="https://dolphinpromotions.co.uk/wp-content/uploads/2021/05/chrome_JpfYEdJBGT.jpg 802w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/05/chrome_JpfYEdJBGT-300x111.jpg 300w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/05/chrome_JpfYEdJBGT-768x284.jpg 768w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/05/chrome_JpfYEdJBGT-480x178.jpg 480w" sizes="auto, (max-width: 802px) 100vw, 802px" /><figcaption class="wp-element-caption"><em>Looked good at first &#8211; but still failed the CWV assessment</em></figcaption></figure>
</div>


<p>The big score you get in a circle provides a useful idea of how a page is doing. When you make a change, and the score goes up, then you have probably done something right.</p>



<p>If it is 98+ then all the other numbers are probably fine. However, if you are in the low 90s, I have found that it is quite likely you could end up with Search Console informing you that a URL needs improvement.</p>



<h2 class="wp-block-heading">PageSpeed Insights Origin Summary Data</h2>



<figure class="wp-block-image size-large is-resized"><img loading="lazy" decoding="async" src="https://dolphinpromotions.co.uk/wp-content/uploads/2021/05/chrome_fhpL8SHAie-1024x402.jpg" alt="" class="wp-image-9252" width="968" height="380" srcset="https://dolphinpromotions.co.uk/wp-content/uploads/2021/05/chrome_fhpL8SHAie-1024x402.jpg 1024w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/05/chrome_fhpL8SHAie-300x118.jpg 300w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/05/chrome_fhpL8SHAie-768x301.jpg 768w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/05/chrome_fhpL8SHAie-980x384.jpg 980w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/05/chrome_fhpL8SHAie-480x188.jpg 480w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/05/chrome_fhpL8SHAie.jpg 1030w" sizes="auto, (max-width: 968px) 100vw, 968px" /><figcaption class="wp-element-caption"><em>This page currently passes, even though FCP is yellow, because it is not a core web vital</em></figcaption></figure>



<p>This the data that is used within Search Console. It looks at historical data across devices over 28 days. So, this section is useless when testing changes you have just done. However, this is the big thing Google will look at when factoring in core web vitals into the ranking algorithm.</p>



<p>Within this section, the text part will indicate if a page passes all the core web vitals. Then the individual score tells you where you have passed and failed.</p>



<p>The sections with a blue tag next to them are the core web vitals, and these are what you want to be green. &nbsp;If a single one of them is yellow, you will fail the core web vitals assessment, and it will show in the search console that the URL needs improvement.</p>



<h2 class="wp-block-heading">Lab Data</h2>



<p></p>


<div class="wp-block-image">
<figure class="aligncenter size-large is-resized"><img loading="lazy" decoding="async" src="https://dolphinpromotions.co.uk/wp-content/uploads/2021/05/chrome_AeTQKtL4UX.jpg" alt="" class="wp-image-9253" width="862" height="292" srcset="https://dolphinpromotions.co.uk/wp-content/uploads/2021/05/chrome_AeTQKtL4UX.jpg 862w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/05/chrome_AeTQKtL4UX-300x102.jpg 300w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/05/chrome_AeTQKtL4UX-768x260.jpg 768w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/05/chrome_AeTQKtL4UX-480x163.jpg 480w" sizes="auto, (max-width: 862px) 100vw, 862px" /><figcaption class="wp-element-caption"><em>However, based on the current lab data, that page would fail due to the Largest Contentful Paint result</em></figcaption></figure>
</div>


<p>When making changes, this is the section you need to look at. It is not 100% accurate because it is a synthetic test and may not reflect on the performance devices get, which is what is used for the origin data.</p>



<p>Lab data only shows 2 of the 3 core web vitals, and both of these need to be green for you to pass the core web vitals assessment.</p>



<p>From my experience, if you get a total score in the low 90s, there is a good chance one of these results will be yellow, which means you fail the assessment even though at the top of the page, the result indicates green.</p>



<p>This is quite important because if you don’t notice this, it is going to be a 28-day wait before you realise your change hasn’t worked the way you want in the search console, I, unfortunately, know this from experience.</p>



<h2 class="wp-block-heading">Diagnostics &amp; Opportunities</h2>



<p>This bit is all the independent tests from the lab data that either passes the audit or could do with improvement.</p>



<p>It provides you with a list of all the things you need to fix.</p>



<h2 class="wp-block-heading">How to improve Google PageSpeed Insights score and core web vitals assessment results?</h2>



<p>Making improvements is much harder. Most off the shelf WordPress themes from the likes of ThemeForest will have poor PageSpeed results, especially when combines with all the plugins most web developers use to achieve the functionality you want.</p>



<p>Quick and easy fixes include:</p>



<ol class="wp-block-list" type="1">
<li>Use an all-in-one caching &#038; optimisation plugin – <a href="https://dolphinpromotions.co.uk/litespeed-cache-quic-cloud-cdn-vs-wp-rocket-cloudflare-cdn-speedtest/" class="rank-math-link">WP Rocket</a> is the best
<ul class="wp-block-list">
<li>Be warned, settings such as optimise CSS delivery are good at improving the final score but can cause problems with the Content Layout Shift assessment</li>
</ul>
</li>



<li>Minimise CSS &amp; JS – WP rocket does this, but Auto Optimise works well too.</li>



<li>Image optimisation – Use a plugin to compress and resize your images and also service them in a next gen format – <a href="https://shortpixel.com/otp/af/X3DI4GQ320387" target="_blank" rel="noopener">I use ShortPixel it is the most affordable and works well</a></li>



<li>Use a content delivery network
<ul class="wp-block-list">
<li>Cloudflare is free, but I find it doesn’t make that much of a change to PageSpeed results</li>



<li>WP Rocket has an affordable option that works natively within their plugin</li>



<li>I had the best results with Stackpath</li>
</ul>
</li>



<li>Remove as much as possible from your plugins and WordPress theme. Anything you are not using, disable it.</li>
</ol>



<p>The above options won’t magically fix a poorly optimised website, but they will improve things. Things like WP Rocket need some tweaking to find the best settings.</p>



<p>Of course, the ultimate solution would be to have a website developed from the bottom up to factor in page speed. This will typically cost a lot of money and is not a viable option for a lot of small businesses. Even mid-priced web design agencies rarely bother about page speed.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Most Google searches generate no website traffic with zero-click searches</title>
		<link>https://dolphinpromotions.co.uk/most-google-searches-generate-no-website-traffic-with-zero-click-searches/</link>
		
		<dc:creator><![CDATA[James Smythe]]></dc:creator>
		<pubDate>Tue, 23 Mar 2021 05:29:54 +0000</pubDate>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[SERPs]]></category>
		<category><![CDATA[zero click search]]></category>
		<guid isPermaLink="false">https://dolphinpromotions.co.uk/?p=9242</guid>

					<description><![CDATA[I briefly touched upon zero-click searches in a recent post about Google featured snippets. The term is self-explanatory; this is when a user searches for something and then never follows through by clicking onto a website. What are zero-click searches? Zero-click searches have always been a thing; sometimes, you just don&#8217;t need to click onto...]]></description>
										<content:encoded><![CDATA[
<p>I briefly touched upon zero-click searches in a recent post about Google featured snippets.</p>



<p>The term is self-explanatory; this is when a user searches for something and then never follows through by clicking onto a website.</p>



<h2 class="wp-block-heading">What are zero-click searches?</h2>



<p>Zero-click searches have always been a thing; sometimes, you just don&#8217;t need to click onto a website to find out information (I regularly use Google to check the spellings of things).</p>



<p>However, zero-click searches are growing significantly, and this is largely due to the way Google presents information within its search results.</p>



<h2 class="wp-block-heading">2019 vs 2020 Zero-Click Searches</h2>



<div class="wp-block-image"><figure class="aligncenter size-large"><a href="https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/zero-click-search2.jpg"><img loading="lazy" decoding="async" width="650" height="660" src="https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/zero-click-search2.jpg" alt="" class="wp-image-9245" srcset="https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/zero-click-search2.jpg 650w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/zero-click-search2-295x300.jpg 295w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/zero-click-search2-480x487.jpg 480w" sizes="auto, (max-width: 650px) 100vw, 650px" /></a></figure></div>



<p>In June 2019, it was reported that just over half of all searches generated no follow-through clicks to a website, the three months prior to this sat at 49.76%.</p>



<p>In the latest piece of research, <a class="rank-math-link" href="https://sparktoro.com/blog/in-2020-two-thirds-of-google-searches-ended-without-a-click/" target="_blank" rel="noopener">published by Rand Fishkin</a>, of Moz fame, now Sparktoro, that number has increased by around 30%, going from half of all searches to pushing two thirds (64.82%).</p>



<p>Note – These figures are far from accurate, but it gives us an idea of the extent of zero-click searches.</p>



<figure class="wp-block-image size-large"><a href="https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/Paid-Organic-Zero-Click-June.png"><img loading="lazy" decoding="async" width="1024" height="576" src="https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/Paid-Organic-Zero-Click-June-1024x576.png" alt="" class="wp-image-9212" srcset="https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/Paid-Organic-Zero-Click-June-1024x576.png 1024w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/Paid-Organic-Zero-Click-June-300x169.png 300w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/Paid-Organic-Zero-Click-June-768x432.png 768w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/Paid-Organic-Zero-Click-June-1080x608.png 1080w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/Paid-Organic-Zero-Click-June-980x551.png 980w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/Paid-Organic-Zero-Click-June-480x270.png 480w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/Paid-Organic-Zero-Click-June.png 1280w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure>



<h2 class="wp-block-heading">What causes zero-click searches?</h2>



<div class="wp-block-image"><figure class="aligncenter size-full"><a href="https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/Feature-snippet.jpg"><img loading="lazy" decoding="async" width="940" height="491" src="https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/Feature-snippet.jpg" alt="" class="wp-image-9243" srcset="https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/Feature-snippet.jpg 940w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/Feature-snippet-300x157.jpg 300w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/Feature-snippet-768x401.jpg 768w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/Feature-snippet-480x251.jpg 480w" sizes="auto, (max-width: 940px) 100vw, 940px" /></a></figure></div>



<p>Many zero-click searches are perfectly natural. One example would be when the user searched, didn&#8217;t find what they were looking for, then refined the search and then clicked. The first search would be zero click.</p>



<p>Similarly, likes my previous example, many just don&#8217;t need you to click through regardless of which search engine you may use.</p>



<p>However, Google has been aggressively rolling out featured snippets in recent years and new ways of displaying search results that dissuade people from clicking through to a website.</p>



<p>If you have ever searched any list orientated terms (best of/top) then you will often (almost always) be greeted with a snippet showing you the bullet points from that search. While the featured snippet will be more likely to get the clicks than the other results, the is much less need to click through to any site.</p>



<p>This also happens when searching for specific information; Google will now index specific paragraphs to be used in snippets which will often show the exact information you are looking for.</p>



<h2 class="wp-block-heading">Are zero-click searches bad?</h2>



<p>Yes, no, maybe. It depends on your business and the objective of your website.</p>



<p>Small local business that are advertising their services probably won&#8217;t suffer any negative effects. If anything, zero-click can be beneficial; things like maps and phone number searches can all end up being counted as zero click.</p>



<p>Anyone that earns money from advertising or that wants to grow a community and the overall traffic to a website will likely suffer to varying degrees.</p>



<p>The big concern is what are the long term prospects of this. In 2020, the search giant had more than 91% of the global market share worldwide and over 87% in the US. Google also controls a massive share of all advertising in the US, including more than 95% of search advertising and over 50% of display ads.</p>



<p>So any business that is reliant on the performance of their website to generate income is completely controlled by Google.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Takedown bad Google My Business with a new tool from Google</title>
		<link>https://dolphinpromotions.co.uk/takedown-bad-google-my-business-with-a-new-tool-from-google/</link>
		
		<dc:creator><![CDATA[James Smythe]]></dc:creator>
		<pubDate>Sun, 21 Mar 2021 04:28:09 +0000</pubDate>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Google My Business]]></category>
		<category><![CDATA[Google Reviews]]></category>
		<category><![CDATA[Local SEO]]></category>
		<category><![CDATA[Reviews]]></category>
		<guid isPermaLink="false">https://dolphinpromotions.co.uk/?p=9215</guid>

					<description><![CDATA[Online reviews can make or break a business nowadays, which has unfortunately made reviews become a bit of a commodity with a lot of underhanded behaviour. Similar to Amazon reviews, there is a growing number of cases where businesses are being caught out buying reviews. Google has a lot of fake reviews Similarly, a lot...]]></description>
										<content:encoded><![CDATA[
<p>Online reviews can make or break a business nowadays, which has unfortunately made reviews become a bit of a commodity with a lot of underhanded behaviour.</p>



<p>Similar to Amazon reviews, there is a growing number of cases where businesses are being caught out buying reviews.</p>



<h2 class="wp-block-heading">Google has a lot of fake reviews</h2>



<p>Similarly, a lot of people will leave negative reviews maliciously, while a lot fo the time this will be a genuine unhappy customer, some customers use the threat of negative reviews as a bargaining chip. Sometimes users will accidentally leave the review on the wrong page or accidentally select one star. Sadly, some competing businesses will also leave negative reviews or even buy negative reviews as a form of negative <a class="rank-math-link" href="https://dolphinpromotions.co.uk/search-engine-optimisation/">SEO</a>.</p>



<p>This has led many businesses frustrated when they know the service, they provide is excellent but they are receiving unfair reviews.</p>



<p>It has always been possible to apply for takedowns of these reviews, but Google has never made the process easy or transparent.</p>



<h2 class="wp-block-heading">How to manage your reviews with Google</h2>



<figure class="wp-block-image size-large"><a href="https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/google-my-business-manage-reviews1.png"><img loading="lazy" decoding="async" width="1024" height="606" src="https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/google-my-business-manage-reviews1-1024x606.png" alt="" class="wp-image-9217" srcset="https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/google-my-business-manage-reviews1-1024x606.png 1024w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/google-my-business-manage-reviews1-300x178.png 300w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/google-my-business-manage-reviews1-768x455.png 768w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/google-my-business-manage-reviews1-1536x910.png 1536w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/google-my-business-manage-reviews1-1080x640.png 1080w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/google-my-business-manage-reviews1-1280x758.png 1280w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/google-my-business-manage-reviews1-980x580.png 980w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/google-my-business-manage-reviews1-480x284.png 480w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/google-my-business-manage-reviews1.png 1540w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></a></figure>



<p>Now things have improved a little.</p>



<p>The newest feature in Google My Business allows business owners to see recent reviews on their listings in a single place and check the status of reviews they reported to Google.</p>



<p>The new tool is available here. </p>



<p>Step one is to select your business, then select if you want to check the status of a reported review or if you want to report a new review for a takedown.</p>



<p>After you select report a new review for a takedown, Google gives you a list of your recent reviews that you can click to view on Google Maps or submit a takedown request:</p>



<figure class="wp-block-image size-large"><a href="https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/msedge_rQMsl1YROT.jpg"><img loading="lazy" decoding="async" width="1020" height="604" src="https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/msedge_rQMsl1YROT.jpg" alt="" class="wp-image-9218" srcset="https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/msedge_rQMsl1YROT.jpg 1020w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/msedge_rQMsl1YROT-300x178.jpg 300w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/msedge_rQMsl1YROT-768x455.jpg 768w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/msedge_rQMsl1YROT-980x580.jpg 980w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/msedge_rQMsl1YROT-480x284.jpg 480w" sizes="auto, (max-width: 1020px) 100vw, 1020px" /></a></figure>



<p>If you select the option to check the status of a review you previously reported, it will show you those reviews, including the current status.</p>



<p>You can then select that review to see more of a summary and even submit an appeal if your takedown request was not accepted.</p>



<figure class="wp-block-image size-full"><a href="https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/google-my-business-manage-reviews-report-status.png"><img loading="lazy" decoding="async" width="1454" height="1244" src="https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/google-my-business-manage-reviews-report-status.png" alt="" class="wp-image-9219" srcset="https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/google-my-business-manage-reviews-report-status.png 1454w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/google-my-business-manage-reviews-report-status-300x257.png 300w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/google-my-business-manage-reviews-report-status-1024x876.png 1024w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/google-my-business-manage-reviews-report-status-768x657.png 768w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/google-my-business-manage-reviews-report-status-1080x924.png 1080w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/google-my-business-manage-reviews-report-status-1280x1095.png 1280w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/google-my-business-manage-reviews-report-status-980x838.png 980w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/google-my-business-manage-reviews-report-status-480x411.png 480w" sizes="auto, (max-width: 1454px) 100vw, 1454px" /></a></figure>



<h2 class="wp-block-heading">Overall</h2>



<p>It is great to see that Google has simplified the takedown process and made it much easier to see what the result of the process was.</p>



<p>It is not something I would get overly excited about, though, if Google thinks the review is valid for any reason, then they will keep it there with nothing much you can do about it.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Google featured snippets improve to normal levels following drop</title>
		<link>https://dolphinpromotions.co.uk/google-featured-snippets-improve-to-normal-levels-following-drop/</link>
		
		<dc:creator><![CDATA[James Smythe]]></dc:creator>
		<pubDate>Sat, 20 Mar 2021 04:54:40 +0000</pubDate>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Featured Snippits]]></category>
		<category><![CDATA[Google]]></category>
		<guid isPermaLink="false">https://dolphinpromotions.co.uk/?p=9210</guid>

					<description><![CDATA[Featured Snippets in Google are a blessing and a curse. One had they offer a way for clients to improve their exposure on the first page with the featured snippet. However, this has also led to a growing amount of Zero-Click Searches. Zero-Click Searches A Zero-Click Searches refer to a search engine results page (SERP)...]]></description>
										<content:encoded><![CDATA[
<p>Featured Snippets in Google are a blessing and a curse. One had they offer a way for clients to improve their exposure on the first page with the featured snippet. However, this has also led to a growing amount of Zero-Click Searches.</p>



<h2 class="wp-block-heading">Zero-Click Searches</h2>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="576" src="https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/Paid-Organic-Zero-Click-June-1024x576.png" alt="" class="wp-image-9212" srcset="https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/Paid-Organic-Zero-Click-June-1024x576.png 1024w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/Paid-Organic-Zero-Click-June-300x169.png 300w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/Paid-Organic-Zero-Click-June-768x432.png 768w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/Paid-Organic-Zero-Click-June-1080x608.png 1080w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/Paid-Organic-Zero-Click-June-980x551.png 980w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/Paid-Organic-Zero-Click-June-480x270.png 480w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/Paid-Organic-Zero-Click-June.png 1280w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><figcaption>Via <a href="https://sparktoro.com/blog/less-than-half-of-google-searches-now-result-in-a-click/" rel="nofollow noopener" class="rank-math-link" target="_blank">sparktoro</a></figcaption></figure>



<p>A Zero-Click Searches refer to a search engine results page (SERP) which answers the query right at the top with a featured snippet in a way that the user doesn’t need any further clicks to complete the search. A zero-click search is one that satisfies the search intent at the top of the SERP.</p>



<p>I have had some amazing results with featured snippets, and I can’t say I notice a significant effect from Zero-Click Search.</p>



<h2 class="wp-block-heading">50% drop in featured snippet followed by recovery</h2>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="805" src="https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/google-featured-snippets-1024x805.png" alt="" class="wp-image-9213" srcset="https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/google-featured-snippets-1024x805.png 1024w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/google-featured-snippets-300x236.png 300w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/google-featured-snippets-768x604.png 768w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/google-featured-snippets-1080x850.png 1080w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/google-featured-snippets-1280x1007.png 1280w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/google-featured-snippets-980x771.png 980w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/google-featured-snippets-480x378.png 480w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/google-featured-snippets.png 1462w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>In the middle of February this year, Google started to show significantly fewer featured snippets in its search results. Several analytics services reported up to a 50% drop in the number of snippets shown.</p>



<p>However, a month later and these services are now showing that Featured Snippets are back to normal levels.</p>



<p>Google has made on no comment on why it happened or why it has come back, but the current theory is a bug.</p>



<h2 class="wp-block-heading">How to get featured snippets?</h2>



<p>There are typically 5 types of featured snippet:</p>



<ol class="wp-block-list" type="1"><li>Paragraph</li><li>Numbered list</li><li>Bullet list</li><li>Table</li><li>Video</li></ol>



<p>The basics of achieving these is quite easy; you just need to produce content that works for the above 5 categories.</p>



<p>However, moving beyond the obvious, using the appropriate H1, H2 and H3 tags and then combine this with a table of contents for each post can help trigger paragraph snippets and improve rankings for parts of your page.</p>



<p>The hard part is writing the content that would trigger a featured snippet then ranking it high enough to actually trigger it.</p>



<p>Generally, the best way to do this is to have sections of your content that specifically answer questions, such as this how to get featured snippets sections.</p>



<h2 class="wp-block-heading">Featured snippets to improve backlinks</h2>



<p>Featured snippets are both a great way to drive traffic to a site but also improve the number of backlinks to your site. When people research references they are more likely to link to the the top results, or in this case the featured snippet.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>LiteSpeed Cache + QUIC.cloud CDN vs WP Rocket + Cloudflare CDN PageSpeed Insights with Divi WordPress Theme</title>
		<link>https://dolphinpromotions.co.uk/litespeed-cache-quic-cloud-cdn-vs-wp-rocket-cloudflare-cdn-speedtest/</link>
		
		<dc:creator><![CDATA[James Smythe]]></dc:creator>
		<pubDate>Thu, 11 Mar 2021 06:06:53 +0000</pubDate>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[PageSpeed]]></category>
		<category><![CDATA[Search Engine Optimisation]]></category>
		<guid isPermaLink="false">https://dolphinpromotions.co.uk/?p=9195</guid>

					<description><![CDATA[We all know website speed is important, ignoring Google; a slow website provides a terrible user experience generating high bounce rates. Google knows this and has been pushing the importance of page speed over the years. This importance of this will start to play more of a role in a websites organic rankings within Google...]]></description>
										<content:encoded><![CDATA[
<p>We all know website speed is important, ignoring Google; a slow website provides a terrible user experience generating high bounce rates.</p>



<p>Google knows this and has been pushing the importance of page speed over the years. This importance of this will start to play more of a role in a websites organic rankings within Google in May 2021. Google will use the Core Web Vitals as part of the ranking algorithm.</p>



<p>Google has stated that the change will only be a small factor in how a website ranks in the results. There are thousands of variables taken into account and Core Web Vitals will be just one part of the algorithm.</p>



<p>However, I have always prided myself on running a high-end server for clients of <a class="rank-math-link" href="https://dolphinpromotions.co.uk/">Dolphin Promotions</a> and do my best to select WordPress themes that offer both functionality and performance.</p>



<p>Unfortunately, the perceived page speed doesn’t always translate as well to the Google PageSpeed Insights and its Core Web Vitals.</p>



<p>Google factors in worst-case scenarios for page speeds. So, me visiting dolphinpromotions.co.uk may only take a fraction of a second to load, but at the time of writing, Google only gives it a score of 57 for mobile and 90 for desktop.</p>



<p>Following a recent move to a new and improved server, I have been looking at ways to improve page speeds beyond what the server can offer.</p>



<p>A common technique is to use caching plugins often combined with a content delivery network or CDN. I have recently been experimenting with two popular options and other techniques to improve the page speeds of both this site and my clients.</p>



<h2 class="wp-block-heading">LiteSpeed Cache + QUIC.cloud CDN vs WP Rocket + Cloudflare CDN</h2>



<p>LiteSpeed is actually a web server, which is an alternative to Apache and is often regarded as the fastest server on the market.</p>



<p>However, LiteSpeed Cache and the newly launched QUIC.cloud CDN work with none LightSpeed servers. I use Apache &amp; NGINX; while this plugin and CDN works with them, it is likely the benefits won’t be as good as running them on a native LiteSpeed server.</p>



<p>WP Rocket is probably the most recommended premium caching plugin on the market. For a good reason, too, its easy to use and effective. Then Cloudflare offers a basic and free CDN.</p>



<h2 class="wp-block-heading">Divi Theme</h2>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="416" src="https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/chrome_tTvaPmGGxR-1024x416.jpg" alt="" class="wp-image-9199" srcset="https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/chrome_tTvaPmGGxR-1024x416.jpg 1024w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/chrome_tTvaPmGGxR-300x122.jpg 300w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/chrome_tTvaPmGGxR-768x312.jpg 768w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/chrome_tTvaPmGGxR-1080x439.jpg 1080w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/chrome_tTvaPmGGxR-1280x520.jpg 1280w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/chrome_tTvaPmGGxR-980x398.jpg 980w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/chrome_tTvaPmGGxR-480x195.jpg 480w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/chrome_tTvaPmGGxR.jpg 1535w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p>I have liked the Divi WordPress theme for years, this site uses it, as does several of my clients. Feature-rich themes you find on ThemeForest, often using Elementor may offer a superior look and easier development, but often they are too bogged down in features to run particularly fast.</p>



<p>That’s not to say I don’t like the other options, but for the sake of this test, I have used Divi.</p>



<h2 class="wp-block-heading">Mobile vs Desktop Pagespeed – Mobile first indexing</h2>



<p>I predominantly use a laptop or desktop when on the internet, so it can be easy to forget about optimising for mobile. But the fact is, most web traffic nowadays is via mobile.</p>



<p>While Dolphin gets more desktop traffic than mobile, MightyGadget.co.uk, which I host, receives 60% of traffic via mobile, 37% via desktop and 3% via tablet.</p>



<p>Again, Google knows this, and this is why they have introduced mobile first indexing, this means the site is indexed as if the user is using a mobile. Poorly optimised sites will suffer.</p>



<h3 class="wp-block-heading">AMP Pages – Improve mobile page speeds with accelerated mobile pages</h3>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="510" src="https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/amp_web_vitals_header-1024x510.jpg" alt="" class="wp-image-9198" srcset="https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/amp_web_vitals_header-1024x510.jpg 1024w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/amp_web_vitals_header-300x150.jpg 300w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/amp_web_vitals_header-768x383.jpg 768w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/amp_web_vitals_header-1536x766.jpg 1536w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/amp_web_vitals_header-1080x538.jpg 1080w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/amp_web_vitals_header-1280x638.jpg 1280w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/amp_web_vitals_header-980x489.jpg 980w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/amp_web_vitals_header-480x239.jpg 480w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/amp_web_vitals_header.jpg 2000w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure></div>



<p>One trick to improve mobile page speed scores is to use <a href="https://amp.dev/" class="rank-math-link" target="_blank" rel="noopener">Accelerated Mobile Pages (AMP)</a>. This is a sort of slimmed-down HTML designed specifically for mobile. </p>



<p>It is often no practical for clients to have a separate AMP theme designed, but if the site has a news or blog section, you can often have AMP running on that while easily retaining the company brand.</p>



<p>This is good if you are attempting to grow traffic and rankings through the creation of quality content via your blog.</p>



<p>In the case of this site, I have AMP on the blog pages. At the time of writing, <a href="https://dolphinpromotions.co.uk/core-web-vitals-vs-speed-report-in-google-search-console-speed-report-replaced-will-start-to-have-a-significant-effect-on-organic-rankings/">this post</a>, has a score of 63 for the normal page and 84 for the <a href="https://dolphinpromotions.co.uk/core-web-vitals-vs-speed-report-in-google-search-console-speed-report-replaced-will-start-to-have-a-significant-effect-on-organic-rankings/amp/">AMP page</a>.&nbsp;</p>



<h2 class="wp-block-heading">Benefits of HTTP/2</h2>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="843" height="167" src="https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/HTTP2.jpg" alt="" class="wp-image-9197" srcset="https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/HTTP2.jpg 843w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/HTTP2-300x59.jpg 300w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/HTTP2-768x152.jpg 768w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/HTTP2-480x95.jpg 480w" sizes="auto, (max-width: 843px) 100vw, 843px" /></figure>



<p>A more recent change to the Google PageSpeed scores is factoring in HTTP/2. HTTP/2 is the first new version of HTTP since HTTP/1.1, which was standardised in 1997.</p>



<p>You don’t need to worry too much about the technicalities of it, but most major browsers had added HTTP/2 support by the end of 2015. HTTP/2 reduces latency and improves page speed by factoring in various technologies that have been implemented over the years.</p>



<p>For the URL dolphinpromotions.co.uk/blog/ Google suggests that using HTTP/2 can cut page load speeds by up to 2.19 seconds. Cloudflare even supports HTTP/3 (with QUIC), which offers even more improvements.</p>



<p>Enabling these option on Dolphin improved the blog page performance from 51 to 61</p>



<h2 class="wp-block-heading">Pagespeed Results</h2>







<h2 class="wp-block-heading">Divi WordPress Theme – PageSpeed with no optimisation</h2>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="660" src="https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/PaintDotNet_HbyFmWTcBM-1024x660.jpg" alt="" class="wp-image-9201" srcset="https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/PaintDotNet_HbyFmWTcBM-1024x660.jpg 1024w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/PaintDotNet_HbyFmWTcBM-300x193.jpg 300w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/PaintDotNet_HbyFmWTcBM-768x495.jpg 768w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/PaintDotNet_HbyFmWTcBM-980x632.jpg 980w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/PaintDotNet_HbyFmWTcBM-480x310.jpg 480w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/PaintDotNet_HbyFmWTcBM.jpg 1028w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure></div>



<p>With this test, I have the Divi theme installed, no caching plugin, then Cloudflare switched to development mode and also proxy switched off.</p>



<p>The results are impressive, Divi is well optimised before you start bogging things down with plugins. If you have a basic website, you can probably get away without a paid caching plugin.</p>



<h2 class="wp-block-heading">Divi WordPress Theme – PageSpeed with using LiteSpeed Cache + QUIC.cloud CDN</h2>



<p>At the time of writing, I had been running LiteSpeed Cache + QUIC.cloud CDN on the site for a few weeks. Perceived performance is good, the site runs fast, but it has not been quite as good as I would have liked.</p>



<p>QUIC.cloud is an interesting option and well worth considering. It is a new CDN with various optimisation options, some free and some which you can enable for minimum costs.</p>



<p>If you are already on a Lightspeed server, I’d definitely use this method first. For none LiteSpeed servers, the CDN offers 1GB for free data, 1,000 images optimised, 100 Critical CSS calculations and 100 low-quality image placeholders.</p>



<p>Using a Lightspeed server, this goes up 5 fold, and then LiteSpeed Enterprise servers have 10 fold the base rate.</p>



<p>Pricing is pretty cheap too; you buy credits then apply them. It does start to add up once you add it to each of the 4 optimisation services, but you don’t have to use them all.</p>



<p>With this installed on my website I achieved better scores but only by a small margin.</p>



<h2 class="wp-block-heading">Divi WordPress Theme – PageSpeed with WP Rocket + Cloudflare CDN</h2>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="806" height="265" src="https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/chrome_vLitdPU1vE.jpg" alt="" class="wp-image-9205" srcset="https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/chrome_vLitdPU1vE.jpg 806w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/chrome_vLitdPU1vE-300x99.jpg 300w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/chrome_vLitdPU1vE-768x253.jpg 768w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/chrome_vLitdPU1vE-480x158.jpg 480w" sizes="auto, (max-width: 806px) 100vw, 806px" /></figure></div>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="785" height="233" src="https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/chrome_F9JU1tqwXZ.jpg" alt="" class="wp-image-9206" srcset="https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/chrome_F9JU1tqwXZ.jpg 785w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/chrome_F9JU1tqwXZ-300x89.jpg 300w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/chrome_F9JU1tqwXZ-768x228.jpg 768w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/chrome_F9JU1tqwXZ-480x142.jpg 480w" sizes="auto, (max-width: 785px) 100vw, 785px" /></figure></div>



<p>Finally, with WP Rocket installed I started to achieve excellent scores for both mobile and desktop. In some cases, we are looking at over a 20-point difference between Lightspeed Cache and WP Rocket then over 30 points difference with no optimisation.</p>



<p>The one caveat is the lightweight AMP pages, which actually saw the score decrease for both the caching plugins.</p>



<h2 class="wp-block-heading">Overall</h2>



<p>I regard caching plugins as an essential part of a website, there is no reason not to use one in most scenarios.</p>



<p>In the case of Dolphin Promotions, the scores were decent to start. With my other site, Mighty Gadget, it suffered from quite low scores due to a large number of plugins combined with Google AdSense adverts severely reducing speeds. Implementing WP Rocket and Cloudflare has taken all the scores to 80+ for mobile, with most of the desktop scores sitting in the high 90’s if not 100.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="974" height="294" src="https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/chrome_lCGEFE9PTd.jpg" alt="" class="wp-image-9203" srcset="https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/chrome_lCGEFE9PTd.jpg 974w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/chrome_lCGEFE9PTd-300x91.jpg 300w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/chrome_lCGEFE9PTd-768x232.jpg 768w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/chrome_lCGEFE9PTd-480x145.jpg 480w" sizes="auto, (max-width: 974px) 100vw, 974px" /></figure></div>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="852" height="238" src="https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/chrome_TTMztfMxZB.jpg" alt="" class="wp-image-9204" srcset="https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/chrome_TTMztfMxZB.jpg 852w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/chrome_TTMztfMxZB-300x84.jpg 300w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/chrome_TTMztfMxZB-768x215.jpg 768w, https://dolphinpromotions.co.uk/wp-content/uploads/2021/03/chrome_TTMztfMxZB-480x134.jpg 480w" sizes="auto, (max-width: 852px) 100vw, 852px" /></figure></div>



<p>My two examples are premium options; people with smaller sites on a budget could opt for free options. I found Autoptimize works quite well.</p>



<p>For smaller sites, a paid for CDN is unlikely to offer a big return on investment, but it is always worth considering, and Cloudflare offers basic free options.</p>



<p>I find a lot of small companies or the small companies developing sites for other small companies cheap out on both hosting and the various speed optimisations available to websites. Most companies seem to make a website look pretty and then completely ignore these basics as well as SEO.</p>



<p>Of course, good quality hosting, premium caching, and a CDN incurs increased costs. I have had clients regularly try to haggle me down to £100 per year because that’s what their former web designer charged.</p>



<p>However, if you are a business that is reliant on work coming through your website, is paying £250+ really that much of an issue if it offers an improved user experience and better rankings in Google? It seems daft that some companies will spend thousands on having a website developed than baulk at the thought of paying £20 a month or so to keep the website running well.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
