#6965 closed enhancement (fixed)
Google Gears support
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| 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)
Change History (21)
comment:3
azaozz
— 5 years ago
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.
comment:10
Viper007Bond
— 5 years ago
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.
comment:11
ryan
— 5 years ago
- Resolution set to fixed
- Status changed from new to closed
(In [7938]) Support for Google Gears managed offline storage. Props azaozz. see #6965