Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
After spending some time reading about Drupal, I decided to install it locally on a Win XP box and start getting to know Drupal in more details.
I have very impressed so far and my intentions are as follows:
- Set up a Public Website (no logging required, very few changes in the contents that will be done by the webmaster only)
- Set up a Password protected area (different content from the Public website, logged user can add information, etc..)
I'm hesitant to call this an issue, so I figured I'd post about it on the forum instead... I tried installing Quicktags, and I didn't have any issues except for a rather strange issue in the way it displays...
The images that serve as buttons SHOULD display all on one line, however, they are not. They're displaying one image to a line and NOTHING I've tried is making them display on one line.
Has anyone else run into this before? Were you able to solve it? How?
it takes between 3 and 12 seconds to access my drupal page. With the devel-module I found out that this select statement takes at least 2500ms each time. What does that line do? And how can I speed up the process?
SELECT i.* FROM aggregator_category_item ci LEFT JOIN aggregator_item i ON ci.iid = i.iid WHERE ci.cid = 1 ORDER BY i.timestamp DESC, i.iid DESC LIMIT 0, 5
About the environment:
- Shared hosting (but without any speed problems apart from that)
- MySQL 5.0.18
- PHP 4.4.1