Page Very slow

Hello, i look a lot informations about this but i don't know where is a problem. look at this site:
http://inspirion-vps.pl/
The admin panel is loading very well but site loading is very slow... :(
i see the cache_set is: from 100 to 150 ms and also in Devel i have some like this:

Memory used at: devel_init()=0 MB, devel_shutdown()=130.72 MB.

what this is mean?
haw to repair this problem ?

Page not found on /user/register when multiple accounts being created at the same time

Hi there,

I have a website that I use working with groups. I have all persons in the group creating accounts at the same time.

When I have 20-25 people it is usually fine but today I had 50 people creating accounts at the same time and for many of them they had a page not found message. Only when a few of them had finished creating their account then the others were able to create their own.

Has anyone experienced this? Any idea on what Drupal limit or server limit I should look at to avoid this?

warning: Missing argument 5

Haven't seen this error before. Other posts are varied as to where, I'm receiving it as:

warning: Missing argument 5 for fervens_body_class(), called in /Users/me/Sites/acquia-drupal/sites/all/themes/environment2013/templates/page.tpl.php on line 17 and defined in /Users/me/Sites/acquia-drupal/sites/all/themes/environment2013/template.php on line 52

I can't see where this is a problem or what is causing this.

The function in page.tpl.php is:

<body class="<?php print fervens_body_class($is_front, $logged_in, $is_admin, $node) . " " . "enviro2013"; ?>">

The typical function in template.php is:

function fervens_body_class($is_front, $logged_in, $is_admin, $node, $left, $right) {
  $class = array();

  // Checks if current page is front or not.
  if ($is_front) {
    $class[] = 'front-page';
  }
  else {
    $class[] = 'not-front-page';
  }

  // Checks whether user is logged in or not.
  if ($logged_in) {
    $class[] = 'logged-in';
  }
  else {
    $class[] = 'not-logged-in';
  }

This has been working fine so I'm not sure what triggered a problem?

I tried putting this inside of my template.php file:

  function environment2013_preprocess_html(&$vars) {
  $vars['classes_array'][] = 'enviro2013';
}

login/logout button in separate menu, not primary

Due to an extensive redesign of the main/primary menu in a particular section of a website, I recreated the menu with html/css/jquery and stuck it in a block.

Everything is great except now I'm trying to simulate the behavior that should someone be logged in, a new link "log out" appears in that menu.

I was checking with jquery/javascript... if the body hasClass 'logged-in' then append.

The issue I'm having is that I can't get that function check to get called once someone hits 'submit' to login.

Show panel/view/node form name for debugging purposes

Hi,
I am at a loss what I am looking at.
I have a site with panels and views and I want to filter a view for a specific vocabulary.
This is working for a lot of vocabularies, but for one I am not knowing what I am looking at.

Can I somehow display the view or panel in a textfield temporarely on a page?

Thanks a lot in advance for any suggestions!

Greetings, Martijn

Need freelance Drupal developer in Sydney, Australia

This position has been filled. Thanks to everybody who responded.

I am was looking for a freelance Drupal developer based in Sydney, Australia to make some mods to a relatively high profile Drupal site.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x