0

I am using Drupal 7 and installed the advagg module. There is an option for CDN integration for both css and js. But no configurations available for them. After some digging I found a documentation for Drupal 8. It is mention that the CDN will work for Jquery and Jquery UI from google cdn.

My question is, is it possible to add a custom cdn with this cdn property of advagg module?

Arun
  • 3,640
  • 7
  • 44
  • 87

1 Answers1

0

You can use cdn module to achieve this

vinay kumar
  • 164
  • 6
  • Thank u, Already using this. But sometimes it is causing issues with css. Updating the variable table triggering frequently and that making the site slow at times. – Arun May 09 '19 at 09:08