Plugin Directory

Changeset 1957513


Ignore:
Timestamp:
10/16/2018 01:39:34 PM (7 years ago)
Author:
namogoo
Message:

tagging version 1.1

Location:
page-load-time-and-performance-optimization
Files:
3 edited
2 copied

Legend:

Unmodified
Added
Removed
  • page-load-time-and-performance-optimization/tags/1.1/README.txt

    r1956494 r1957513  
    55Tested up to: 4.9.8
    66Requires PHP: 5.6
    7 Stable tag: trunk
     7Stable tag: 1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1717
    1818Some 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.
    2323
    2424Namogoo’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.
     
    2929
    3030= 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 time
     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 time
    3838
    3939Once 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.
     
    4949>We previously had no way to examine our 3rd party service ecosystem holistically to learn about what was impacting our performance metrics.
    5050
    51 *Belinda Englman*, VP Digital, Las Vegas Review Journal
     51* Belinda Englman*, VP Digital, Las Vegas Review Journal
    5252
    5353== Installation ==
     
    1041043. Services overview
    1051054. 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  
    6262    public function add_options_page() {
    6363        $this->plugin_screen_hook_suffix = add_menu_page(
    64             __( 'Namogoo Digitital Insights', $this->plugin_name ),
    65             __( 'Namogoo Digitital Insights', $this->plugin_name ),
     64            __( 'Namogoo Digital Insights', $this->plugin_name ),
     65            __( 'Namogoo Digital Insights', $this->plugin_name ),
    6666            'read',
    6767            $this->plugin_name,
    6868            array( $this, 'display_options_page' ),
    69             'dashicons-wordpress-alt',
     69            plugin_dir_url( dirname( __FILE__ ) ) . 'assets/namogoo_logo.svg',
    7070            999
    7171        );
  • page-load-time-and-performance-optimization/tags/1.1/admin/css/namogoo-admin.css

    r1956493 r1957513  
    1616    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    1717 }
     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  
    55Tested up to: 4.9.8
    66Requires PHP: 5.6
    7 Stable tag: trunk
     7Stable tag: 1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1717
    1818Some 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.
    2323
    2424Namogoo’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.
     
    2929
    3030= 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 time
     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 time
    3838
    3939Once 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.
     
    4949>We previously had no way to examine our 3rd party service ecosystem holistically to learn about what was impacting our performance metrics.
    5050
    51 *Belinda Englman*, VP Digital, Las Vegas Review Journal
     51* Belinda Englman*, VP Digital, Las Vegas Review Journal
    5252
    5353== Installation ==
     
    1041043. Services overview
    1051054. 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.