Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#6965 closed enhancement (fixed)

Google Gears support

Reported by: azaozz Owned by: anonymous
Priority: normal Milestone: 2.6
Component: Administration Version: 2.5.1
Severity: normal Keywords: has-patch
Cc:

Description

First run. Support for Google Gears managed offline storage. The patch adds all static files used in the admin interface to a single offline storage. That speeds up page loading a lot, as it serves virtually all requests for static files from the computer's HD instead of the network. So instead of 50-60 requests to the server on some pages, there are only 2-3.

Attachments (9)

gears.patch (16.9 KB) - added by azaozz 5 years ago.
gears-manifest.patch (1.2 KB) - added by azaozz 5 years ago.
Speed-up gears-manifest.php, no need to load all of WordPress
gears2.patch (14.0 KB) - added by azaozz 5 years ago.
gear.png (16.3 KB) - added by azaozz 5 years ago.
logo.gif (1.2 KB) - added by azaozz 5 years ago.
gears-manifest_8000.patch (473 bytes) - added by azaozz 5 years ago.
Small fix after adding better admin SSL support.
always-hide-gears-popup.patch (625 bytes) - added by azaozz 5 years ago.
Always hide the gears popup, even whit cached css.
6965-validation.diff (1.1 KB) - added by mdawaffe 5 years ago.
gears-nogoogle.patch (3.2 KB) - added by azaozz 5 years ago.
Moving Google out of Gears…

Download all attachments as: .zip

Change History (21)

azaozz5 years ago

comment:1   ryan5 years ago

(In [7938]) Support for Google Gears managed offline storage. Props azaozz. see #6965

azaozz5 years ago

Speed-up gears-manifest.php, no need to load all of WordPress

comment:2   ryan5 years ago

(In [7943]) Streamline manifest includes. Props azaozz. see #6965

Removed the one-time popup, moved all status messages to an on-demand popup linked at top/right on the admin header, added images to the popup and the security dialog.

azaozz5 years ago

azaozz5 years ago

azaozz5 years ago

comment:4   ryan5 years ago

(In [7951]) Gears update from azaozz. see #6965

comment:5   ryan5 years ago

This puts the pop-up on every page load.

azaozz5 years ago

Small fix after adding better admin SSL support.

comment:6   ryan5 years ago

(In [8002]) Stub site_url() and admin_url() for manifest. Props azaozz. see #6965

azaozz5 years ago

Always hide the gears popup, even whit cached css.

comment:7   ryan5 years ago

(In [8003]) Always hide gears popup. Props azaozz. see #6965

6965-validation.diff

Validation tweaks.

comment:9   ryan5 years ago

(In [8014]) Gears validation fixes. Props mdawaffe. see #6965

This got mentioned on the Google blog: http://googleblog.blogspot.com/2008/05/happy-birthday-google-gears.html

On another note, it's been renamed from "Google Gears" to just "Gears", so we should probably update to reflect at some point.

azaozz5 years ago

Moving Google out of Gears...

  • Resolution set to fixed
  • Status changed from new to closed

(In [8036]) Gears instead of Google Gears. Props azaozz. fixes #6965

(In [8166]) Move separator inside conditional. see #6965

Note: See TracTickets for help on using tickets.