Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6074073
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T10:20:30+00:00 2026-05-23T10:20:30+00:00

Ive been working on my personal page which is based on drupal. Ive noticed

  • 0

Ive been working on my personal page which is based on drupal.
Ive noticed that it takes forever to load 6-10 seconds often.

After looking into some performance tests, specifically from site-perf.com,
I noticed that the load time is 80% queue time.
enter image description here

It seems lightbox2 and my theme contribute about 2/3 of the queue time.

Any suggestions on speeding this up?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T10:20:30+00:00Added an answer on May 23, 2026 at 10:20 am

    Remember to cache and gzip your files in the .htaccess file in your root directory. If there isn’t one, make one, and then add this snippet:

    #GZIP ----------------------------
    AddOutputFilterByType DEFLATE text/plain
    AddOutputFilterByType DEFLATE text/html
    AddOutputFilterByType DEFLATE text/xml
    AddOutputFilterByType DEFLATE text/css
    AddOutputFilterByType DEFLATE text/javascript
    AddOutputFilterByType DEFLATE application/xml
    AddOutputFilterByType DEFLATE application/xhtml+xml
    AddOutputFilterByType DEFLATE application/rss+xml
    AddOutputFilterByType DEFLATE application/javascript
    AddOutputFilterByType DEFLATE application/x-javascript
    <ifModule mod_gzip.c>
      mod_gzip_on Yes
      mod_gzip_dechunk Yes
      mod_gzip_item_include file \.(html?|txt|css|js)$
      mod_gzip_item_include handler ^cgi-script$
      mod_gzip_item_include mime ^text/.*
      mod_gzip_item_include mime ^application/x-javascript.*
      mod_gzip_item_exclude mime ^image/.*
      mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
    </ifModule>
    <ifmodule mod_php4.c>
    php_value zlib.output_compression 16386
    </ifmodule>
    
    #CACHE ----------------------------
    <ifModule mod_headers.c>
        # MONTH
        <FilesMatch "\.(flv|gif|jpg|jpeg|png|ico|swf)$">
            Header set Cache-Control "max-age=2592000"
        </FilesMatch>
        # WEEK
        <FilesMatch "\.(js|css|pdf|txt|mp4|m4v|ogv|webm|ogg)$">
            Header set Cache-Control "max-age=604800"
        </FilesMatch>
        # DAY
        <FilesMatch "\.(html|htm)$">
            Header set Cache-Control "max-age=43200"
        </FilesMatch>
        # NEVER CACHE
        <FilesMatch "\.(pl|php|cgi|spl)$">
            Header set Cache-Control "max-age=0"
        </FilesMatch>
    </ifModule>
    

    Once you’re caching and gzipping, try to combine any files that aren’t parallel loading. If you find a file that’s waiting for another to load before it starts to download, then if possible, combine the two into a single file.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Just a silly question that just cant figure out. Ive been working on iPad
hey ive been working with GLM and i have been noticing that im not
Ive been working on multiplayer android game that sends locally stored data to a
I've been working on a project that accesses the WMI to get information about
I have a personal project I've been working on in my spare time. It's
I've been working on a C-like grammar for my personal amusement. However, I've been
I've been working on coding a personal website from scratch in my free time,
Hey guys, ive been working on this drop down for wayyy to long now.
I've been working on a personal website (so, time is not an issue here)
Context: As a personal learning project I've been working on a simple computer algebra

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.