SlideShare une entreprise Scribd logo
1  sur  10
Blog URL: https://www.cloudways.com/blog/speed-up-drupal-with-amp/
In the past few years, the number of users who access the internet through mobile
devices has increased rapidly. In fact, statistics now show that these users have
outnumbered all other users, particularly the desktop users.
Drupal is now responsive out of the box. However, if you are wondering how to further
improve Drupal’s performance for mobile devices, Google has got the perfect answer in
the form of Accelerated Mobile Pages (AMP) that allows instant delivery of web pages.
In these slides I will show you how to implement AMP on your Drupal powered website.
Pre-requisites
First of all, make sure that you have Composer and Drush installed on your server
before proceeding. Fortunately, Cloudways provides Drush and Composer preinstalled
on its servers.
Next up is the installation of AMP. Follow these steps to install it on your Drupal site:
•Download modules, theme and composer manager
•Download amp module dependencies with composer
•Download amp theme with composer
•Configure AMP module Configure AMP theme
Download Modules, Theme and Composer Manager
Go to the CLI and enter the following commands to download the required modules,
theme and composer manager for AMP.
drush dl amp, amptheme, composer_manager
Next start enabling the downloaded items. Keep in mind that you will need to enable
Composer Manager before enabling the AMP module. Use the following command:
drush en composer_manager, amptheme, ampsubtheme_example
Download AMP Module Dependencies with Composer
Next, download the PHP AMP library and set dependencies before you can enable
AMP modules itself (remember that this library is required by the module). This can be
easily accomplished by using the following Composer command:
composer require drupal/amp
Download AMP Theme Library with Composer
You will be required to download and set dependencies for the AMP theme via
Composer:
composer require drupal/amptheme
Configure AMP module
Given that you’ve downloaded and set the dependencies for the AMP module and
AMP theme, you can now go ahead and enable the module via this command:
drush en amp
Now navigate to admin/config/content/amp. Here you can see all the content types
on your Drupal site. It would look something like this:
It’s up to you to select the types of content for which you wish to enable AMP. Generally, blog posts and articles
benefit the most from AMP, since they are the fastest and thus help your website in SERP rankings.
You can click the ‘Enable AMP in Custom Display Settings’ to enable AMP for the type of content you desire.
Doing so will bring you to the following screen:
Here, you can set which fields will be formatted to AMP. It’s usually best to change the format of all the field
types on this screen to AMP.
Setting AMP Theme
Setting the AMP theme is very simple because an example sub theme is already
provided (which I enabled earlier). You can set this theme in
admin/config/content/amp:
If you want to further style your theme, keep in mind that AMP only accepts styling via
CSS and not via JS. Also, make sure that the CSS file size doesn’t exceed 50K.
Conclusion
And that’s it, you have successfully enabled AMP on your Drupal site. Hope you found
this tutorial useful if you are looking to make your Drupal website lightning fast here
are 10 Tips To Speed Up Your Drupal Website. For any help in setting up AMP for your
Drupal site, do leave a comment and I will get back to you.

Contenu connexe

Plus de Syed Hassan Raza

A Hands-on Guide To The Java Queue Interface
A Hands-on Guide To The Java Queue InterfaceA Hands-on Guide To The Java Queue Interface
A Hands-on Guide To The Java Queue InterfaceSyed Hassan Raza
 
How To Implement a Modal Component In React
How To Implement a Modal Component In ReactHow To Implement a Modal Component In React
How To Implement a Modal Component In ReactSyed Hassan Raza
 
Understanding React useMemo Hook With Example
Understanding React useMemo Hook With ExampleUnderstanding React useMemo Hook With Example
Understanding React useMemo Hook With ExampleSyed Hassan Raza
 
Functional Programming In Python: When And How To Use It?
Functional Programming In Python: When And How To Use It?Functional Programming In Python: When And How To Use It?
Functional Programming In Python: When And How To Use It?Syed Hassan Raza
 
Cloud Engineer Vs. Software Engineer: What’s The Difference
Cloud Engineer Vs. Software Engineer: What’s The DifferenceCloud Engineer Vs. Software Engineer: What’s The Difference
Cloud Engineer Vs. Software Engineer: What’s The DifferenceSyed Hassan Raza
 
10 Remote Onboarding Best Practices You Should Follow In 2023
10 Remote Onboarding Best Practices You Should Follow In 202310 Remote Onboarding Best Practices You Should Follow In 2023
10 Remote Onboarding Best Practices You Should Follow In 2023Syed Hassan Raza
 
How To Use Python Dataclassses?
How To Use Python Dataclassses?How To Use Python Dataclassses?
How To Use Python Dataclassses?Syed Hassan Raza
 
A Guide To Iterator In Java
A Guide To Iterator In JavaA Guide To Iterator In Java
A Guide To Iterator In JavaSyed Hassan Raza
 
Find Trusted Tech Talent With Xperti
Find Trusted Tech Talent With XpertiFind Trusted Tech Talent With Xperti
Find Trusted Tech Talent With XpertiSyed Hassan Raza
 
Software ‘Developer’ Or ‘Engineer’: What’s the Difference?
Software ‘Developer’ Or ‘Engineer’: What’s the Difference?Software ‘Developer’ Or ‘Engineer’: What’s the Difference?
Software ‘Developer’ Or ‘Engineer’: What’s the Difference?Syed Hassan Raza
 
Tax Season 2023: All The Tax Deadlines You Need To Know
Tax Season 2023: All The Tax Deadlines You Need To KnowTax Season 2023: All The Tax Deadlines You Need To Know
Tax Season 2023: All The Tax Deadlines You Need To KnowSyed Hassan Raza
 
Understanding Rendering In React
Understanding Rendering In ReactUnderstanding Rendering In React
Understanding Rendering In ReactSyed Hassan Raza
 
How To Use ArrayList Set In Java With Examples
How To Use ArrayList Set In Java With ExamplesHow To Use ArrayList Set In Java With Examples
How To Use ArrayList Set In Java With ExamplesSyed Hassan Raza
 
How To Ace An Interview: Guide For Developers
How To Ace An Interview: Guide For DevelopersHow To Ace An Interview: Guide For Developers
How To Ace An Interview: Guide For DevelopersSyed Hassan Raza
 
JavaScript Vs. Python: Which One is Better?
JavaScript Vs. Python: Which One is Better?JavaScript Vs. Python: Which One is Better?
JavaScript Vs. Python: Which One is Better?Syed Hassan Raza
 
What Is A Static Method In Python?
What Is A Static Method In Python?What Is A Static Method In Python?
What Is A Static Method In Python?Syed Hassan Raza
 
What Is FTE And How To Calculate It?
What Is FTE And How To Calculate It?What Is FTE And How To Calculate It?
What Is FTE And How To Calculate It?Syed Hassan Raza
 
What Is The useState In React: A Complete Guide?
What Is The useState In React: A Complete Guide?What Is The useState In React: A Complete Guide?
What Is The useState In React: A Complete Guide?Syed Hassan Raza
 
How To Construct A Successful Software Development Team In 2023
How To Construct A Successful Software Development Team In 2023How To Construct A Successful Software Development Team In 2023
How To Construct A Successful Software Development Team In 2023Syed Hassan Raza
 
How To Send SMS With Twilio Using Python
How To Send SMS With Twilio Using PythonHow To Send SMS With Twilio Using Python
How To Send SMS With Twilio Using PythonSyed Hassan Raza
 

Plus de Syed Hassan Raza (20)

A Hands-on Guide To The Java Queue Interface
A Hands-on Guide To The Java Queue InterfaceA Hands-on Guide To The Java Queue Interface
A Hands-on Guide To The Java Queue Interface
 
How To Implement a Modal Component In React
How To Implement a Modal Component In ReactHow To Implement a Modal Component In React
How To Implement a Modal Component In React
 
Understanding React useMemo Hook With Example
Understanding React useMemo Hook With ExampleUnderstanding React useMemo Hook With Example
Understanding React useMemo Hook With Example
 
Functional Programming In Python: When And How To Use It?
Functional Programming In Python: When And How To Use It?Functional Programming In Python: When And How To Use It?
Functional Programming In Python: When And How To Use It?
 
Cloud Engineer Vs. Software Engineer: What’s The Difference
Cloud Engineer Vs. Software Engineer: What’s The DifferenceCloud Engineer Vs. Software Engineer: What’s The Difference
Cloud Engineer Vs. Software Engineer: What’s The Difference
 
10 Remote Onboarding Best Practices You Should Follow In 2023
10 Remote Onboarding Best Practices You Should Follow In 202310 Remote Onboarding Best Practices You Should Follow In 2023
10 Remote Onboarding Best Practices You Should Follow In 2023
 
How To Use Python Dataclassses?
How To Use Python Dataclassses?How To Use Python Dataclassses?
How To Use Python Dataclassses?
 
A Guide To Iterator In Java
A Guide To Iterator In JavaA Guide To Iterator In Java
A Guide To Iterator In Java
 
Find Trusted Tech Talent With Xperti
Find Trusted Tech Talent With XpertiFind Trusted Tech Talent With Xperti
Find Trusted Tech Talent With Xperti
 
Software ‘Developer’ Or ‘Engineer’: What’s the Difference?
Software ‘Developer’ Or ‘Engineer’: What’s the Difference?Software ‘Developer’ Or ‘Engineer’: What’s the Difference?
Software ‘Developer’ Or ‘Engineer’: What’s the Difference?
 
Tax Season 2023: All The Tax Deadlines You Need To Know
Tax Season 2023: All The Tax Deadlines You Need To KnowTax Season 2023: All The Tax Deadlines You Need To Know
Tax Season 2023: All The Tax Deadlines You Need To Know
 
Understanding Rendering In React
Understanding Rendering In ReactUnderstanding Rendering In React
Understanding Rendering In React
 
How To Use ArrayList Set In Java With Examples
How To Use ArrayList Set In Java With ExamplesHow To Use ArrayList Set In Java With Examples
How To Use ArrayList Set In Java With Examples
 
How To Ace An Interview: Guide For Developers
How To Ace An Interview: Guide For DevelopersHow To Ace An Interview: Guide For Developers
How To Ace An Interview: Guide For Developers
 
JavaScript Vs. Python: Which One is Better?
JavaScript Vs. Python: Which One is Better?JavaScript Vs. Python: Which One is Better?
JavaScript Vs. Python: Which One is Better?
 
What Is A Static Method In Python?
What Is A Static Method In Python?What Is A Static Method In Python?
What Is A Static Method In Python?
 
What Is FTE And How To Calculate It?
What Is FTE And How To Calculate It?What Is FTE And How To Calculate It?
What Is FTE And How To Calculate It?
 
What Is The useState In React: A Complete Guide?
What Is The useState In React: A Complete Guide?What Is The useState In React: A Complete Guide?
What Is The useState In React: A Complete Guide?
 
How To Construct A Successful Software Development Team In 2023
How To Construct A Successful Software Development Team In 2023How To Construct A Successful Software Development Team In 2023
How To Construct A Successful Software Development Team In 2023
 
How To Send SMS With Twilio Using Python
How To Send SMS With Twilio Using PythonHow To Send SMS With Twilio Using Python
How To Send SMS With Twilio Using Python
 

Dernier

Trump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts SweatshirtTrump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts Sweatshirtrahman018755
 
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl ServiceRussian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl Servicegwenoracqe6
 
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...SUHANI PANDEY
 
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445ruhi
 
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.soniya singh
 
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.soniya singh
 
On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024APNIC
 
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...Sheetaleventcompany
 
Russian Call Girls Pune (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
Russian Call Girls Pune  (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...Russian Call Girls Pune  (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
Russian Call Girls Pune (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...SUHANI PANDEY
 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxellan12
 
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.soniya singh
 
Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Call Girls in Nagpur High Profile
 
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night StandHot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Standkumarajju5765
 
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...
(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...Escorts Call Girls
 
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort ServiceBusty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort ServiceDelhi Call girls
 
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...SUHANI PANDEY
 

Dernier (20)

Trump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts SweatshirtTrump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts Sweatshirt
 
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
 
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
 
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl ServiceRussian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
 
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
 
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
 
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
 
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Sarai Rohilla Escort Service Delhi N.C.R.
 
On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024
 
Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵
Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵
Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵
 
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
 
Russian Call Girls Pune (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
Russian Call Girls Pune  (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...Russian Call Girls Pune  (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
Russian Call Girls Pune (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
 
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
 
Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
 
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night StandHot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
 
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...
(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...
 
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort ServiceBusty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
Busty Desi⚡Call Girls in Vasundhara Ghaziabad >༒8448380779 Escort Service
 
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
 
Call Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 

Speed up drupal websites with google amp

  • 2. In the past few years, the number of users who access the internet through mobile devices has increased rapidly. In fact, statistics now show that these users have outnumbered all other users, particularly the desktop users. Drupal is now responsive out of the box. However, if you are wondering how to further improve Drupal’s performance for mobile devices, Google has got the perfect answer in the form of Accelerated Mobile Pages (AMP) that allows instant delivery of web pages. In these slides I will show you how to implement AMP on your Drupal powered website.
  • 3. Pre-requisites First of all, make sure that you have Composer and Drush installed on your server before proceeding. Fortunately, Cloudways provides Drush and Composer preinstalled on its servers. Next up is the installation of AMP. Follow these steps to install it on your Drupal site: •Download modules, theme and composer manager •Download amp module dependencies with composer •Download amp theme with composer •Configure AMP module Configure AMP theme
  • 4. Download Modules, Theme and Composer Manager Go to the CLI and enter the following commands to download the required modules, theme and composer manager for AMP. drush dl amp, amptheme, composer_manager Next start enabling the downloaded items. Keep in mind that you will need to enable Composer Manager before enabling the AMP module. Use the following command: drush en composer_manager, amptheme, ampsubtheme_example
  • 5. Download AMP Module Dependencies with Composer Next, download the PHP AMP library and set dependencies before you can enable AMP modules itself (remember that this library is required by the module). This can be easily accomplished by using the following Composer command: composer require drupal/amp
  • 6. Download AMP Theme Library with Composer You will be required to download and set dependencies for the AMP theme via Composer: composer require drupal/amptheme
  • 7. Configure AMP module Given that you’ve downloaded and set the dependencies for the AMP module and AMP theme, you can now go ahead and enable the module via this command: drush en amp Now navigate to admin/config/content/amp. Here you can see all the content types on your Drupal site. It would look something like this:
  • 8. It’s up to you to select the types of content for which you wish to enable AMP. Generally, blog posts and articles benefit the most from AMP, since they are the fastest and thus help your website in SERP rankings. You can click the ‘Enable AMP in Custom Display Settings’ to enable AMP for the type of content you desire. Doing so will bring you to the following screen: Here, you can set which fields will be formatted to AMP. It’s usually best to change the format of all the field types on this screen to AMP.
  • 9. Setting AMP Theme Setting the AMP theme is very simple because an example sub theme is already provided (which I enabled earlier). You can set this theme in admin/config/content/amp: If you want to further style your theme, keep in mind that AMP only accepts styling via CSS and not via JS. Also, make sure that the CSS file size doesn’t exceed 50K.
  • 10. Conclusion And that’s it, you have successfully enabled AMP on your Drupal site. Hope you found this tutorial useful if you are looking to make your Drupal website lightning fast here are 10 Tips To Speed Up Your Drupal Website. For any help in setting up AMP for your Drupal site, do leave a comment and I will get back to you.