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 3323448
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T23:18:14+00:00 2026-05-17T23:18:14+00:00

I’m developing a PHP application which uses Twig (but that’s unimportant) as the view

  • 0

I’m developing a PHP application which uses Twig (but that’s unimportant) as the view layer. This view layer has a custom extension which allows me to register both remote style and script assets as well as style and script inline blocks. The system holds on to these references until the page has completed rendering, placing all of the style directly before the tag, and all the scripts directly before the tag reference.

I’ve seen packagers like this on a few sites (DataExplorer for one). Here’s a sample from vimeo:

<link rel="stylesheet" type="text/css" media="all" href="/assets/css/get/38402/global,lightbox,new_phome,stats_module" />

I’m trying to weigh the pros and cons (and here’s where you guys come in!) of creating an asset packager (and minimizer) which will cache all of a page’s dependencies into two file (js and css, respectively).

A few problems to consider:

  • Does this help performance if the user has to download sections of global.css because it is packaged on one page with login.css and packaged with another without it?

  • Is it necessary to compile these the first time as a user hits it (and, of course, cache afterwards), or is there a method to scrape each page and cache the minimized results as part of deployment so that that one user is never hit with such a long page load?

It’s a while away from deployment; I just thought I’d get a few thoughts from you experts.

  • 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-17T23:18:14+00:00Added an answer on May 17, 2026 at 11:18 pm

    Ideally, you should pack your files into as few files as possible, including libraries and the like. And send them deflate compressed.

    Each file creates another request, with which:

    1. A DNS query might be made,
    2. Cookies sent (if no static subdomain is used),
    3. Authentication mechanisms are triggered,
    4. .htaccess, php.ini etc are checked

    and tons of others. The overhead of this is generally exponentially greater than packing and sending them in a single compressed file. And with compression, file size and caching wouldn’t be a problem.

    You can find really many good pointers about this and other possible speed improvements for any web application at Google Speed (especially articles) and at Yahoo Performance.

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

Sidebar

Related Questions

No related questions found

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.