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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T02:31:04+00:00 2026-06-04T02:31:04+00:00

Some websites like for example http://www.idealo.co.uk seem to serve only static html , although

  • 0

Some websites like for example http://www.idealo.co.uk seem to serve only static html, although their content is dynamic.

For example if I navigate through a certain category, I get a link to a static html page:

http://www.idealo.co.uk/cat/5666/electric-guitars.html

Now if I apply a custom filter, again I get a link to something that seems to be static html:

http://www.idealo.co.uk/cat/5666F456496-735760-1502100/electric-guitars.html

How is this achieved? Are there any frameworks out there that help to "pre-generate" all possible dynamic pages, in such way that whenever a new input is given, the page already exists (i.e. the static html is already available)?

Background: we run a small search engine for real estate offers. Offers are updated by our scraper once a day (the content is static through the day). The content is searchable on a Ruby-on-Rails website.
As the traffic increases, performance is becoming an issue. I’m wondering if there is any framework / tool that could batch-generate all our searches so that we could serve static html.

  • 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-06-04T02:31:05+00:00Added an answer on June 4, 2026 at 2:31 am

    Their site isn’t dynamic. They’re using URL rewriting (e.g. mod_rewrite) to translate the input URLs into a request that can be satisfied by a script.

    For example:

    /cat/5666/electric-guitars.html
    

    Might be rewritten to:

    /cat.php?id=5666
    

    A quick trick to test this is to go to /cat/5666/foo.html

    The use of .html in this case is probably to hide what kind of scripting is used on their site, as a weak security-through-obscurity measure.

    In response to your problem – no, there’s no (easy) way to generate all possible results into static HTML files. You’re looking at potentially billions of permutations. If you’re having performance issues, look into performance profiling, caching, query optimisation, etc.

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

Sidebar

Related Questions

There is a usage example at the zlib website: http://www.zlib.net/zlib_how.html However in the example
I have a page like for example: http://www.stackoverflow.com/how-many-users-visited I have inside that page already
I am scraping some website content which is like this - Company Stock Rs.
How can I load images to cover the whole background like some websites, using
So, every so often you get sites like http://www.twitmaps.com - sites created quickly and
I've got a number of users, each with the website page like http://www.mysite.com/folder/artist_id.php?id=33 The
Okay, I am using (PHP) file_get_contents to read some websites, these sites have only
I have a website like www.example.com , I want to redirect each hit to
I have a domaine let's say http://www.mydomain.com . I have some storage on that
I'm going to screen-scrape a gaming website for some data. I'd like to be

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.