Changeset 2738502
- Timestamp:
- 06/07/2022 09:09:22 AM (4 years ago)
- Location:
- greenweb
- Files:
-
- 4 added
- 6 edited
-
tags/1.1.0/README.txt (modified) (4 diffs)
-
tags/1.1.0/admin/class-greenweb-admin.php (modified) (3 diffs)
-
tags/1.1.0/admin/partials/apart-admin-display.php (added)
-
tags/1.1.0/apart.php (added)
-
tags/1.1.0/greenweb_globals.php (modified) (1 diff)
-
trunk/README.txt (modified) (4 diffs)
-
trunk/admin/class-greenweb-admin.php (modified) (3 diffs)
-
trunk/admin/partials/apart-admin-display.php (added)
-
trunk/apart.php (added)
-
trunk/greenweb_globals.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
greenweb/tags/1.1.0/README.txt
r2732598 r2738502 1 === Greenweb===1 === Apart === 2 2 Contributors: seenthis, rhyme sthlm 3 3 Donate link: rhymesthlm.se 4 Tags: imagestreaming, greenweb, carbon, save 4 Tags: imagestreaming, greenweb, carbon, save, apart 5 5 Requires at least: 3.0.1 6 6 Tested up to: 5.9.3 … … 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Greenwebreduces your site’s carbon footprint and improves user experience by reducing its image data transfer and improving image load times.11 APART reduces your site’s carbon footprint and improves user experience by reducing its image data transfer and improving image load times. 12 12 13 13 == Description == 14 14 15 Greenwebreduces your site’s carbon footprint and improves user experience by reducing its image data transfer and improving image load times.15 APART reduces your site’s carbon footprint and improves user experience by reducing its image data transfer and improving image load times. 16 16 17 17 Using our proprietary image streaming technology, we stream your content directly from our super fast and optimized, global CDN network directly to your site’s visitors. Data efficient, reliable and SEO friendly. … … 57 57 == Frequently Asked Questions == 58 58 59 = Does SeenThiswork with CSS image backgrounds? =59 = Does APART work with CSS image backgrounds? = 60 60 61 SeenThis are working on a solution for handling basic CSS image backgrounds in upcoming releases 61 APART are working on a solution for handling basic CSS image backgrounds in upcoming releases 62 62 63 = What image file types does SeenThissupport for streaming? =63 = What image file types does APART support for streaming? = 64 64 65 65 JPG and PNG. 66 66 67 = Why are my website images blurry after implementing the SeenThisscript? =68 When blurry images are shown this is most likely a result of prefixing images on pages where the SeenThis script is not implemented in the head tag. Make sure that the SeenThis script is added to every page where the SeenThis prefix is used.67 = Why are my website images blurry after implementing the APART script? = 68 When blurry images are shown this is most likely a result of prefixing images on pages where the APART script is not implemented in the head tag. Make sure that the APART script is added to every page where the APART prefix is used. 69 69 70 70 = Why are the images not streamed when I’m testing the website in a local development environment? = 71 SeenThis requires the images to be publicly accessible over the internet. If not, SeenThis will fallback to the original image. 71 APART requires the images to be publicly accessible over the internet. If not, APART will fallback to the original image. 72 72 73 73 = How does the solution work? = 74 The first time an image is requested, e.g. when a visitor is access a page (or a crawler), a request for the image will be sent to the SeenThis server. Since this is the first time the image is being requested, the image is not transcoded, so the visitor will simply be redirected to the original image source. In parallel the image will be downloaded and transcoded be SeenThis. When transcoding of the image is completed, the following image requests will be streamed to any user visiting the site. 75 74 The first time an image is requested, e.g. when a visitor is access a page (or a crawler), a request for the image will be sent to the APART server. Since this is the first time the image is being requested, the image is not transcoded, so the visitor will simply be redirected to the original image source. In parallel the image will be downloaded and transcoded be APART. When transcoding of the image is completed, the following image requests will be streamed to any user visiting the site. 76 75 77 76 … … 79 78 80 79 == Changelog == 80 81 = 1.1.0 = 82 * Name change from Greenweb to Apart 81 83 82 84 = 1.0 = -
greenweb/tags/1.1.0/admin/class-greenweb-admin.php
r2732598 r2738502 50 50 */ 51 51 public function admin_enqueue_styles($hook) { 52 if (!strpos($hook, ' greenweb-admin-display.php')) {52 if (!strpos($hook, 'apart-admin-display.php')) { 53 53 return; 54 54 } … … 63 63 */ 64 64 public function admin_enqueue_scripts($hook) { 65 if (!strpos($hook, ' greenweb-admin-display.php')) {65 if (!strpos($hook, 'apart-admin-display.php')) { 66 66 return; 67 67 } … … 74 74 */ 75 75 public function set_admin_menu() { 76 add_menu_page( $this->plugin_name, greenweb_globals\pluginName, 'manage_options', $this->plugin_name.'/admin/partials/ greenweb-admin-display.php');76 add_menu_page( $this->plugin_name, greenweb_globals\pluginName, 'manage_options', $this->plugin_name.'/admin/partials/apart-admin-display.php'); 77 77 } 78 78 } -
greenweb/tags/1.1.0/greenweb_globals.php
r2732598 r2738502 2 2 namespace greenweb_globals; 3 3 4 const option = ' greenweb_prefix';4 const option = 'apart_prefix'; 5 5 const optiUrl = 'https://opti.seenthis.co/'; 6 6 const latest = '/loader/latest.js'; 7 7 const optiEnd = '/t?'; 8 const pluginName = ' Greenweb';9 const baseName = ' greenweb';8 const pluginName = 'Apart'; 9 const baseName = 'apart'; 10 10 const version = '1.1.0'; 11 11 -
greenweb/trunk/README.txt
r2732582 r2738502 1 === Greenweb===1 === Apart === 2 2 Contributors: seenthis, rhyme sthlm 3 3 Donate link: rhymesthlm.se 4 Tags: imagestreaming, greenweb, carbon, save 4 Tags: imagestreaming, greenweb, carbon, save, apart 5 5 Requires at least: 3.0.1 6 6 Tested up to: 5.9.3 … … 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Greenwebreduces your site’s carbon footprint and improves user experience by reducing its image data transfer and improving image load times.11 APART reduces your site’s carbon footprint and improves user experience by reducing its image data transfer and improving image load times. 12 12 13 13 == Description == 14 14 15 Greenwebreduces your site’s carbon footprint and improves user experience by reducing its image data transfer and improving image load times.15 APART reduces your site’s carbon footprint and improves user experience by reducing its image data transfer and improving image load times. 16 16 17 17 Using our proprietary image streaming technology, we stream your content directly from our super fast and optimized, global CDN network directly to your site’s visitors. Data efficient, reliable and SEO friendly. … … 57 57 == Frequently Asked Questions == 58 58 59 = Does SeenThiswork with CSS image backgrounds? =59 = Does APART work with CSS image backgrounds? = 60 60 61 SeenThis are working on a solution for handling basic CSS image backgrounds in upcoming releases 61 APART are working on a solution for handling basic CSS image backgrounds in upcoming releases 62 62 63 = What image file types does SeenThissupport for streaming? =63 = What image file types does APART support for streaming? = 64 64 65 65 JPG and PNG. 66 66 67 = Why are my website images blurry after implementing the SeenThisscript? =68 When blurry images are shown this is most likely a result of prefixing images on pages where the SeenThis script is not implemented in the head tag. Make sure that the SeenThis script is added to every page where the SeenThis prefix is used.67 = Why are my website images blurry after implementing the APART script? = 68 When blurry images are shown this is most likely a result of prefixing images on pages where the APART script is not implemented in the head tag. Make sure that the APART script is added to every page where the APART prefix is used. 69 69 70 70 = Why are the images not streamed when I’m testing the website in a local development environment? = 71 SeenThis requires the images to be publicly accessible over the internet. If not, SeenThis will fallback to the original image. 71 APART requires the images to be publicly accessible over the internet. If not, APART will fallback to the original image. 72 72 73 73 = How does the solution work? = 74 The first time an image is requested, e.g. when a visitor is access a page (or a crawler), a request for the image will be sent to the SeenThis server. Since this is the first time the image is being requested, the image is not transcoded, so the visitor will simply be redirected to the original image source. In parallel the image will be downloaded and transcoded be SeenThis. When transcoding of the image is completed, the following image requests will be streamed to any user visiting the site. 75 74 The first time an image is requested, e.g. when a visitor is access a page (or a crawler), a request for the image will be sent to the APART server. Since this is the first time the image is being requested, the image is not transcoded, so the visitor will simply be redirected to the original image source. In parallel the image will be downloaded and transcoded be APART. When transcoding of the image is completed, the following image requests will be streamed to any user visiting the site. 76 75 77 76 … … 79 78 80 79 == Changelog == 80 81 = 1.1.0 = 82 * Name change from Greenweb to Apart 81 83 82 84 = 1.0 = -
greenweb/trunk/admin/class-greenweb-admin.php
r2732598 r2738502 50 50 */ 51 51 public function admin_enqueue_styles($hook) { 52 if (!strpos($hook, ' greenweb-admin-display.php')) {52 if (!strpos($hook, 'apart-admin-display.php')) { 53 53 return; 54 54 } … … 63 63 */ 64 64 public function admin_enqueue_scripts($hook) { 65 if (!strpos($hook, ' greenweb-admin-display.php')) {65 if (!strpos($hook, 'apart-admin-display.php')) { 66 66 return; 67 67 } … … 74 74 */ 75 75 public function set_admin_menu() { 76 add_menu_page( $this->plugin_name, greenweb_globals\pluginName, 'manage_options', $this->plugin_name.'/admin/partials/ greenweb-admin-display.php');76 add_menu_page( $this->plugin_name, greenweb_globals\pluginName, 'manage_options', $this->plugin_name.'/admin/partials/apart-admin-display.php'); 77 77 } 78 78 } -
greenweb/trunk/greenweb_globals.php
r2732598 r2738502 2 2 namespace greenweb_globals; 3 3 4 const option = ' greenweb_prefix';4 const option = 'apart_prefix'; 5 5 const optiUrl = 'https://opti.seenthis.co/'; 6 6 const latest = '/loader/latest.js'; 7 7 const optiEnd = '/t?'; 8 const pluginName = ' Greenweb';9 const baseName = ' greenweb';8 const pluginName = 'Apart'; 9 const baseName = 'apart'; 10 10 const version = '1.1.0'; 11 11
Note: See TracChangeset
for help on using the changeset viewer.