Changeset 1957513
- Timestamp:
- 10/16/2018 01:39:34 PM (7 years ago)
- Location:
- page-load-time-and-performance-optimization
- Files:
-
- 3 edited
- 2 copied
-
tags/1.1 (copied) (copied from page-load-time-and-performance-optimization/trunk)
-
tags/1.1/README.txt (copied) (copied from page-load-time-and-performance-optimization/trunk/README.txt) (5 diffs)
-
tags/1.1/admin/class-namogoo-admin.php (modified) (1 diff)
-
tags/1.1/admin/css/namogoo-admin.css (modified) (1 diff)
-
trunk/README.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
page-load-time-and-performance-optimization/tags/1.1/README.txt
r1956494 r1957513 5 5 Tested up to: 4.9.8 6 6 Requires PHP: 5.6 7 Stable tag: trunk7 Stable tag: 1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 17 17 18 18 Some of the most common uses for Namogoo’s Page Load Time and Performance Optimization plugin are: 19 * Obtaining full visibility into 3rd party tags affecting your WordPress site.20 * Optimizing performance and user experience by reducing the impact of 3rd party tags on page speed.21 * Preventing page latency by identifying plugins and tags that delay page load.22 * Prioritizing performance optimization actions according to the impact of different components on your website load time, bounce rates, and visitor engagement level.19 * Obtaining full visibility into 3rd party tags affecting your WordPress site. 20 * Optimizing performance and user experience by reducing the impact of 3rd party tags on page speed. 21 * Preventing page latency by identifying plugins and tags that delay page load. 22 * Prioritizing performance optimization actions according to the impact of different components on your website load time, bounce rates, and visitor engagement level. 23 23 24 24 Namogoo’s Page Load Time and Performance Optimization plugin is FREE and provides detailed insights for the top 5 most impacting 3rd party tags. The plugin offers a simple, effective way to improve your page speed, load time and overall performance tuning beyond the common cache, compression, minified code, and CSS optimizations. … … 29 29 30 30 = Features = 31 * Tag mapping: Gain full visibility into third party services, JavaScripts and tags running on your website and their dependencies.32 * Real-time performance tuning: Collect speed and performance data for your site visitors in real time. With real time scan, you can learn what actually impacts your user experience the most.33 * Tag performance score: Automatically prioritize the top 5 3rd party services that are most impactful to your site performance.34 * Audience analysis: Analyze which 3rd party tag is most impactful by browser, device, and OS.35 * Tag performance analysis: Measure the top 5 most impactful tags by fetch time, errors, DOM, and more.36 * Recommended actions: Get actionable suggestions and resolve performance issues with drill downs to the image, script, file, and other assets.37 * Tag performance trends: monitor tag performance over time31 * Tag mapping: Gain full visibility into third party services, JavaScripts and tags running on your website and their dependencies. 32 * Real-time performance tuning: Collect speed and performance data for your site visitors in real time. With real time scan, you can learn what actually impacts your user experience the most. 33 * Tag performance score: Automatically prioritize the top 5 3rd party services that are most impactful to your site performance. 34 * Audience analysis: Analyze which 3rd party tag is most impactful by browser, device, and OS. 35 * Tag performance analysis: Measure the top 5 most impactful tags by fetch time, errors, DOM, and more. 36 * Recommended actions: Get actionable suggestions and resolve performance issues with drill downs to the image, script, file, and other assets. 37 * Tag performance trends: monitor tag performance over time 38 38 39 39 Once uploaded into your WordPress admin, you will be asked to create a Digital Insights account. For full data accuracy, please provide up to 24 hours for Digital Insights to build a personalized dashboard for your domain. … … 49 49 >We previously had no way to examine our 3rd party service ecosystem holistically to learn about what was impacting our performance metrics. 50 50 51 * Belinda Englman*, VP Digital, Las Vegas Review Journal51 * Belinda Englman*, VP Digital, Las Vegas Review Journal 52 52 53 53 == Installation == … … 104 104 3. Services overview 105 105 4. Summary report 106 107 == Changelog == 108 109 = 1.1, Oct 16, 2018 = 110 * Fixed a typo in WP Admin menu. 111 * Small fixes with README file. 112 * Other fixes. -
page-load-time-and-performance-optimization/tags/1.1/admin/class-namogoo-admin.php
r1956493 r1957513 62 62 public function add_options_page() { 63 63 $this->plugin_screen_hook_suffix = add_menu_page( 64 __( 'Namogoo Digit ital Insights', $this->plugin_name ),65 __( 'Namogoo Digit ital Insights', $this->plugin_name ),64 __( 'Namogoo Digital Insights', $this->plugin_name ), 65 __( 'Namogoo Digital Insights', $this->plugin_name ), 66 66 'read', 67 67 $this->plugin_name, 68 68 array( $this, 'display_options_page' ), 69 'dashicons-wordpress-alt',69 plugin_dir_url( dirname( __FILE__ ) ) . 'assets/namogoo_logo.svg', 70 70 999 71 71 ); -
page-load-time-and-performance-optimization/tags/1.1/admin/css/namogoo-admin.css
r1956493 r1957513 16 16 box-shadow: 0 1px 1px 0 rgba(0,0,0,.1); 17 17 } 18 19 #toplevel_page_page-load-time-and-performance-optimization .wp-menu-image img { 20 width: 20px; 21 } -
page-load-time-and-performance-optimization/trunk/README.txt
r1956494 r1957513 5 5 Tested up to: 4.9.8 6 6 Requires PHP: 5.6 7 Stable tag: trunk7 Stable tag: 1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 17 17 18 18 Some of the most common uses for Namogoo’s Page Load Time and Performance Optimization plugin are: 19 * Obtaining full visibility into 3rd party tags affecting your WordPress site.20 * Optimizing performance and user experience by reducing the impact of 3rd party tags on page speed.21 * Preventing page latency by identifying plugins and tags that delay page load.22 * Prioritizing performance optimization actions according to the impact of different components on your website load time, bounce rates, and visitor engagement level.19 * Obtaining full visibility into 3rd party tags affecting your WordPress site. 20 * Optimizing performance and user experience by reducing the impact of 3rd party tags on page speed. 21 * Preventing page latency by identifying plugins and tags that delay page load. 22 * Prioritizing performance optimization actions according to the impact of different components on your website load time, bounce rates, and visitor engagement level. 23 23 24 24 Namogoo’s Page Load Time and Performance Optimization plugin is FREE and provides detailed insights for the top 5 most impacting 3rd party tags. The plugin offers a simple, effective way to improve your page speed, load time and overall performance tuning beyond the common cache, compression, minified code, and CSS optimizations. … … 29 29 30 30 = Features = 31 * Tag mapping: Gain full visibility into third party services, JavaScripts and tags running on your website and their dependencies.32 * Real-time performance tuning: Collect speed and performance data for your site visitors in real time. With real time scan, you can learn what actually impacts your user experience the most.33 * Tag performance score: Automatically prioritize the top 5 3rd party services that are most impactful to your site performance.34 * Audience analysis: Analyze which 3rd party tag is most impactful by browser, device, and OS.35 * Tag performance analysis: Measure the top 5 most impactful tags by fetch time, errors, DOM, and more.36 * Recommended actions: Get actionable suggestions and resolve performance issues with drill downs to the image, script, file, and other assets.37 * Tag performance trends: monitor tag performance over time31 * Tag mapping: Gain full visibility into third party services, JavaScripts and tags running on your website and their dependencies. 32 * Real-time performance tuning: Collect speed and performance data for your site visitors in real time. With real time scan, you can learn what actually impacts your user experience the most. 33 * Tag performance score: Automatically prioritize the top 5 3rd party services that are most impactful to your site performance. 34 * Audience analysis: Analyze which 3rd party tag is most impactful by browser, device, and OS. 35 * Tag performance analysis: Measure the top 5 most impactful tags by fetch time, errors, DOM, and more. 36 * Recommended actions: Get actionable suggestions and resolve performance issues with drill downs to the image, script, file, and other assets. 37 * Tag performance trends: monitor tag performance over time 38 38 39 39 Once uploaded into your WordPress admin, you will be asked to create a Digital Insights account. For full data accuracy, please provide up to 24 hours for Digital Insights to build a personalized dashboard for your domain. … … 49 49 >We previously had no way to examine our 3rd party service ecosystem holistically to learn about what was impacting our performance metrics. 50 50 51 * Belinda Englman*, VP Digital, Las Vegas Review Journal51 * Belinda Englman*, VP Digital, Las Vegas Review Journal 52 52 53 53 == Installation == … … 104 104 3. Services overview 105 105 4. Summary report 106 107 == Changelog == 108 109 = 1.1, Oct 16, 2018 = 110 * Fixed a typo in WP Admin menu. 111 * Small fixes with README file. 112 * Other fixes.
Note: See TracChangeset
for help on using the changeset viewer.