Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hi, I'm trying to add a local task on a view page display, I have already created the view, enabled the module but still don't working, her it's my code:
My Website built on Drupal 8.6.1 CMS takes long time to load, every single page of the site including the Drupal admin panel pages takes about 8-9 seconds to load and appear on the browser. As far as I can identify it might be because of slow server response time. Briefly speaking, the HTML document itself has 5-6 seconds of wait time, i.e. Time to first byte(TTFB) is more than 7000ms, https://www.webpagetest.org/ results First Byte Time is F for my website.
I have many (Drupal) websites, and Commenting is never allowed in my websites. So, the first thing I have to do on every website - is to remove Comments Module....
Now, on Drupal 8....
Comments Module is enabled by default, and by default added to all Content Types.... To be able to Uninstall Comments Module, you have to Remove Comments fields from all Content types....
Since, with migration, we have many content types..... Comments field is automatically somehow added to ALL Content types.....