Results 1 to 5 of 5

Thread: Tips for Speeding Up your Drupal Website

  1. #1
    Join Date
    Dec 2011
    Posts
    12

    Default Tips for Speeding Up your Drupal Website

    Hi Friends,

    I have Used Few of Tricks at the time of Drupal Website Development and that Tricks finally works. So below i am mentioning tips that really useful for you.


    1. Use YSlow
    2. Use tools.pingdom.com to see if there is anything obviously slow
    3. Compress js and css using YUI compressor
    4. Only use cookies where necessary
    5. Use APC/Xcache
    6. Tune PHP params
    7. Use separate server for static. Use nginx
    8. Use varnish to cache

  2. #2

    Default

    t is not impossible to make you drupal website 10x faster just by some tuning work. If your drupal site is slow, here are some tips that may speed up your drupal site:

    "No code is faster than no code"
    Reducing unnecessary blocks or modules from your site may speed up your dupal website significantly.

    Enable Drupal page cache
    Drupal construct a page every time the page is visited. Enabling the drupal page cache function will offer a performance boost by storing and sending pre-constructed cached pages to anonymous users. This will speed up your drupal website significantly if most of your visitors are unregistered users.

    Enable block and views cache
    Constructing drupal blocks and views every time a page is requested may slow down you drupal site. Enabling these cache functions may solve the problem.

    Turn on CSS and Javascript file optimization functions
    Combining and compressing CSS and Javascript files reduce file request and save up web server load, which can speed up you drupal site.

    Pick a simpler theme
    The simple themes, which use small CSS and few image files, can reduce page sizes. It is why I choose this simple clean theme for my blog o learn.

    Enable web servers’ file compression function
    Most web page files will become very small after being compressed. Enabling you web server’s file compression function will save bandwidth and improve download times. ( Note: disable drupal page compression to avoid the duplicate process for cached pages)

    Enable MySQL query cache
    Queries that fetch complex data from database may take a lot of time. You can speed up your drupal sites by enabling MySQL's query cache function, which re-use the results of the common queries.

    Memcache
    relate post: Howto: Integrate memcached to speed up your drupal site
    Caching data with memory other than database or file system can speed up drupal website. Modules like Memcache API and Integration or Cache Router can help. Also consider caching path alias with Path Cache if you are using memcache.

    Install PHP accelerator
    A php server converts drupal code into executable program every time a script is loaded. Installing a php script cache software will save some of the time by reusing cached codes.

    Stop ajaxing
    Stop ajaxing if it is unnecessary. A ajax comment function will bring up a bunch of extra code every time a blog page is loaded, while, the fact is, only one of the hundred visitors may taste the limited benefit.

  3. #3

    Default

    "No code is faster than no code"
    Reducing unnecessary blocks or modules from your site may speed up your dupal website significantly.

    Great!

  4. #4
    Join Date
    Jun 2012
    Posts
    18

    Default

    Well information. I really got the amazing knowledge from here. There are so many advantages of it. It is helpful to everyone. Thanks for the giving best information. Keep it up.
    Last edited by dikertrome; 06-29-2012 at 10:37 AM.

  5. #5
    Join Date
    Apr 2020
    Posts
    704

    Default

    Tips to Speed Up Your Drupal Website
    Keep Your Site and Modules Updated.
    Uninstall Unused Modules.
    Implement a Content Delivery Network (CDN)
    Bandwidth Optimization.
    Image Styles.
    Image Optimization.
    Optimize the Cache.
    Advanced Cache.

Similar Threads

  1. Wordpress? Joomla? or Drupal?
    By benk in forum Web Design Solutions
    Replies: 38
    Last Post: 02-18-2013, 05:50 AM
  2. The Important Tips For Web Design
    By jhnsteve1677 in forum Web Design Solutions
    Replies: 46
    Last Post: 02-18-2013, 05:25 AM
  3. 5 important tips when choosing a web host
    By JohnDale in forum Web Hosting Solutions
    Replies: 9
    Last Post: 03-01-2012, 01:27 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •