How could I do a frontpage with only a loginfunction and when they log in the are sent to the ordinary frontpage?
Today on my site you have to login to get access to the site – the problem is that it can take up to two minutes to get the page on the screen.
I have two other sites on this server, same version of Drupal, and they are not by far this slow, the difference is the login that is needed in the first site while the other sites are partially public.
I do not understand why this site is so extremely slow (yes it is slower even when you are logged in). It is the smallest database of the three, the simplest theme (bluebreeze) and the same version of Drupal as the other two. But still, while logged in it is a small bit faster than when you’re not logged in so a small favour to my users would be that the loginpage loaded faster.
Comments
There are 2 steps you do: 1.
There are 2 steps you do:
1. Put all nodes are privated (only autheticated users can view)
2. Put all blocks are showed on authenticated users except login form
----------------------------------
http://learnvietnam.com/ Bring Vietnam to the World
http://drupalab.com/ Drupal themes, Drupal template
Thank you for your
Thank you for your answer.
That is what I have done. I have a page today with only the loginform showing until you are logged in. The problem is that is so extremely slow.