Skip to main content

Home/ Drupal for Developers/ Group items tagged load

Rss Feed Group items tagged

Daniel Gregoire

Load Testing Tools and Tips | Tag1 Consulting, Inc. - 1 views

  • ApacheBench (ab)
  • $ ab -n1000 -c10 http://localhost/
  • Links: Project's web page: http://httpd.apache.org/docs/trunk/programs/ab.html Benchmarking Drupal code with ab: http://drupal.org/node/79237
  • ...5 more annotations...
  • Siege
  • siege -c 10 -i -t 5m -d 3 -f url_list.txt
  • Links: Project's web page: http://www.joedog.org/JoeDog/Siege Sproxy project page: http://www.joedog.org/JoeDog/Sproxy
  • Apache JMeter
  • Links: Project's web page: http://jakarta.apache.org/jmeter/ Load testing Drupal with JMuery, part 1: http://www.johnandcailin.com/blog/john/load-test-your-drupal-application... Load testing Drupal with JMuery, part 2: http://www.johnandcailin.com/blog/john/load-test-your-drupal-application...
  •  
    Load testing tools. ab and siege are command-line, JMeter is graphical (and written in Java).
Scott Blackburn

Litenode | Development Seed - 0 views

  •  
    Litenode is a new module that uses Views to replace multiple node_loads() on a page. The concept is simple: Views already knows how to grab any of the fields in a single go that many modules load independently in their hook_nodeapi('load'). Why not have Views grab them all at once (as you would do in a table view, for example) and then have a style plugin map the Views fields to all the places where modules expect them to be on a loaded node?
Bartłomiej Małysz

Improving Drupal's page loading performance | Wim Leers - 0 views

  •  
    Very clean tutorial of how tospeed up drupal site
specbee

How to perform Automated Backups on a Drupal 8 (or 9) Website | Specbee - 0 views

  •  
    Automation always takes a load off. Drupal 8 and Drupal 9 offers different ways to perform #automated_backups on your Drupal website. Learn more about using the #Backup and migrate Drupal module and CLI methods to #automate your backups.
Ace Dee

Make Your Website Design SEO-Friendly with Oracle Digital - 1 views

Our company has realised that our website design should be more than just how it looks. Oracle Digital's SEO services have helped us in optimising our website design that appeals to our customers, ...

SEO

started by Ace Dee on 16 May 11 no follow-up yet
1 - 7 of 7
Showing 20 items per page