Skip to main content

Home/ Drupal for Developers/ Group items tagged server

Rss Feed Group items tagged

Hans-Peter Zahno

Directory of Public Features Servers | groups.drupal.org - 3 views

  •  
    Considering the power of the Features module I'm surprised this list of public features servers is so small. Hopefully it will grow. Currently there isn't even a decent image gallery feature on any of these public features servers.
paresh sagar

Best Drupal Website Development Services in USA - 0 views

  •  
    Excellent WebWorld is a best drupal website development services in USA and surrounding the area. Drupal websites are platform, web server and database independent; they can be installed on any platform and work with all the servers.
Daniel Gregoire

Reducing server resource utilization for busy sites by implementing fast 404s in Drupal... - 3 views

  • // List of extensions for static files $exts = 'txt|png|gif|jpe?g|shtml?|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp|xml'; // It is not an imagecache path, which we allow to go through Drupal if (!strpos($_SERVER['QUERY_STRING'], 'imagecache')) { // It is not our main feed page if ($_SERVER['QUERY_STRING'] != 'rss.xml') { // Is it a static file? if (preg_match('/\.(' . $exts . ')$/', $_SERVER['QUERY_STRING'])) // Just send a 404 right now ... { header('HTTP/1.0 404 Not Found'); print '<html>'; print '<head><title>404 Not Found</title></head>'; print '<body><h1>Not Found</h1>'; print '<p>The requested URL was not found on this server.</p>'; print '</body></html>'; exit(); } } }
  •  
    Fast Drupal 404 handling for static files.
Scott Blackburn

Finding Your Server's Bottleneck - 0 views

  •  
    # Matt Westgate (Lullabot) - Introduction [602KB] and Finding Your Server's Bottleneck [2.02MB] # James Walker (Bryght) - Optimizing The Web Server [740KB] # Jeremy Andrews (CivicSpace Labs) - Optimizing the Database [108KB] # Robert Douglass (Lullabot) - Memcache - Lightning Fast Drupal Sites [146KB] # Dries Buytaert (Drupal Project Founder) - Optimizing Drupal (not available)
andrew smith

Top quality server management & maintenance services - 0 views

  •  
    Anubavam provides comprehensive server management, support and monitoring services designed for clients across various industries in the world.
Scott Blackburn

GIDZipTest: Web Page Compression (Deflate / Gzip) Test - GIDNetwork - 0 views

  •  
    is your server using gzip compression? This tool will tell you and show you the savings by compression.
M .

Speed Up and Version Your Views | Tree House Agency | Enterprise-level web development,... - 0 views

  •  
    This is actually a bit old now, but since I managed to ignore it for so long, I guess others could benefit from this. Put your views in modules, put your modules in version control, track what changed in views, track who changed it, easily share views on different (dev, qa, prod) servers...
Scott Blackburn

Projects | pingVision Feature Server - 1 views

  •  
    Image gallery Feature for OpenAtrium
Scott Blackburn

Drupal Performance Tip: Block Visibility | Lullabot - 3 views

  •  
    "So remember: don't rely on regions and template files to hide blocks; they do so visually only. Using block visibility settings will ensure that extra processing is not performed on blocks that aren't being printed out in the first place, and keep your server nice and speedy!" See also the comment regarding the Context module and even Panels. Personally, I rarely use the traditional block page these days and rely more and more on the Context module as well as the Panels module in some cases.
1 - 13 of 13
Showing 20 items per page