Web Page Display via Pre-generated Picture Metadata

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Conventional methods for displaying web pages with many text images lead to performance slowdowns due to the need for multiple HTTP requests, which hinder web crawlers but also impact front-end performance.

Innovation Solution

A method and device for preprocessing text information into text blocks based on display frames, creating pre-generated pictures with position descriptions, and storing these as metadata to efficiently display web pages by reducing the number of HTTP requests.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If text-to-picture processing is used to prevent web crawlers from capturing information, then information protection is improved, but web page display performance deteriorates due to multiple HTTP requests

Engineering Contradiction:
Improveinformation protectionVSAvoidweb page display performance
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The server pre-processes text information into pictures and stores them as metadata before the web page is accessed. This preliminary action eliminates the need for multiple HTTP requests during page display, as the pictures are already prepared and cached on the server side.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent creates a copy of the text information in the form of pictures that are stored as metadata. These picture copies are then used to display the text without requiring multiple HTTP requests, as the pictures are already generated and stored.

Inventive Principle:
Principle #26Copying

2Reliability

If multiple HTTP requests are issued to display text pictures, then information protection against web crawlers is maintained, but front-end performance deteriorates

Engineering Contradiction:
Improveanti-web crawler protectionVSAvoidpage display time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The server pre-generates pictures from text information and stores them as metadata before the web page is accessed. This preliminary action eliminates the need for multiple HTTP requests during page display, significantly reducing display time while maintaining the anti-web crawler protection through the picture processing method.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS10268774B2Method and device for displaying a web page
Publication Date: 2019.04.23 ALIBABA GROUP HOLDING LTD
  • US10268774B2 patent drawing
  • US10268774B2 patent drawing
  • US10268774B2 patent drawing

AI summary

Embodiments of the present application relate to a method for displaying a web page, a system for displaying a web page, and a computer program product for displaying a web page. A method for displaying a web page is provided. The method includes pre-processing text information to be picture processed in a web page, creating a picture, generating a position description for each text block in the picture, filling the corresponding text blocks into the picture based on the position descriptions, generating a call address for the picture, and correspondingly saving the call address and the position description of each text block as metadata. If an access request for the web page is received, invoking the metadata, loading the picture, selecting at least one corresponding text block from the picture, and displaying the at least one text block is performed.