FTP #button-contact-vr { position: fixed; bottom: 0; z-index: 99999; } /*phone*/ #button-contact-vr .button-contact { position: relative; margin-top: -5px; } #button-contact-vr .button-contact .phone-vr { position: relative; visibility: visible; background-color: transparent; width: 90px; height: 90px; cursor: pointer; z-index: 11; -webkit-backface-visibility: hidden; -webkit-transform: translateZ(0); transition: visibility .5s; left: 0; bottom: 0; display: block; } .phone-vr-circle-fill { width: 65px; height: 65px; top: 12px; left: 12px; position: absolute; box-shadow: 0 0 0 0 #c31d1d; background-color: rgba(230, 8, 8, 0.7); border-radius: 50%; border: 2px solid transparent; -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out; animation: phone-vr-circle-fill 2.3s infinite ease-in-out; transition: all .5s; -webkit-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-animuiion: zoom 1.3s infinite; animation: zoom 1.3s infinite; } .phone-vr-img-circle { background-color: #e60808; width: 40px; height: 40px; line-height: 40px; top: 25px; left: 25px; position: absolute; border-radius: 50%; overflow: hidden; display: flex; justify-content: center; -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out; animation: phone-vr-circle-fill 1s infinite ease-in-out; } .phone-vr-img-circle a { display: block; line-height: 37px; } .phone-vr-img-circle img { max-height: 25px; max-width: 27px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); } @-webkit-keyframes phone-vr-circle-fill { 0% {-webkit-transform: rotate(0) scale(1) skew(1deg); } 10% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);} 20% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);} 30% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);} 40% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);} 50% {-webkit-transform: rotate(0) scale(1) skew(1deg);} 100% {-webkit-transform: rotate(0) scale(1) skew(1deg);} } @-webkit-keyframes zoom{0%{transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 15px transparent}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}}@keyframes zoom{0%{transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 15px transparent}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}} .phone-bar a { position: absolute; margin-top: -65px; left: 30px; z-index: -1; color: #fff; font-size: 16px; padding: 7px 15px 7px 50px; border-radius: 100px; white-space: nowrap; } .phone-bar a:hover { opacity: 0.8;color: #fff; } @media(max-width: 736px){ .phone-bar{display: none;} } #zalo-vr .phone-vr-circle-fill { box-shadow: 0 0 0 0 #2196F3; background-color: rgba(33, 150, 243, 0.7); } #zalo-vr .phone-vr-img-circle { background-color: #2196F3; } #viber-vr .phone-vr-circle-fill { box-shadow: 0 0 0 0 #714497; background-color: rgba(113, 68, 151, 0.8); } #viber-vr .phone-vr-img-circle { background-color: #714497; } #contact-vr .phone-vr-circle-fill { box-shadow: 0 0 0 0 #2196F3; background-color: rgba(33, 150, 243, 0.7); } #contact-vr .phone-vr-img-circle { background-color: #2196F3; } div#whatsapp-vr .phone-vr .phone-vr-circle-fill { box-shadow: 0 0 0 0 #1fd744; background-color: rgb(35 217 72 / 70%); } div#whatsapp-vr .phone-vr .phone-vr-img-circle { background: #1cd741; } div#whatsapp-vr .phone-vr .phone-vr-img-circle img { max-width: 100%; max-height: 100%; border-radius: 50%; } #fanpage-vr img { max-width: 35px; max-height: 35px; } #fanpage-vr .phone-vr-img-circle { background-color: #1877f2; } #fanpage-vr .phone-vr-circle-fill { box-shadow: 0 0 0 0 rgb(24 119 242 / 65%); background-color: rgb(24 119 242 / 70%); } /*css all in one*/ #gom-all-in-one .button-contact { transition: 1.6s all; -moz-transition: 1.6s all; -webkit-transition: 1.6s all; } #button-contact-vr.active #gom-all-in-one .button-contact { margin-left: -100%; } #all-in-one-vr .phone-bar { position: absolute; top: 50%; transform: translateY(-50%); left: 100%; color: #fff; padding: 5px 15px 5px 48px; border-radius: 50px; margin-left: -64px; width: max-content; cursor: pointer; } #popup-showroom-vr, div#popup-form-contact-vr { display: none; } #popup-showroom-vr.active, div#popup-form-contact-vr.active { display: block; position: fixed; width: 100%; height: 100vh; top: 0; left: 0; z-index: 99999; } .bg-popup-vr { position: absolute; left: 0; top: 0; background: rgb(51 51 51 / 50%); width: 100%; height: 100vh; } .content-popup-vr { background: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 95%; border-radius: 5px; box-shadow: 0 0 14px 5px rgb(0 0 0 / 49%); max-width: 600px; display: flex; } .content-popup-vr input, .content-popup-vr textarea { width: 100%; max-height: 100px; min-height: 38px; border: 1px solid #b1b1b1; margin-bottom: 10px; padding: 0 7px; background: #fff; } .content-popup-vr label { width: 100%; } .content-popup-vr input.wpcf7-form-control.wpcf7-submit { max-width: fit-content; padding: 5px 32px 2px; background: #2196f3; border: 0; color: #fff; font-size: 16px; border-radius: 5px; margin: 10px auto 0; display: block; box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 29%); font-weight: 400;min-height: auto;line-height: 30px;} .content-popup-vr input.wpcf7-form-control.wpcf7-submit:hover { opacity: 0.7; } .content-popup-vr .close-popup-vr { font-family: sans-serif; width: 23px; height: 23px; background: black; position: absolute; top: -10px; right: -10px; color: #fff; text-align: center; line-height: 23px; font-size: 17px; border-radius: 50%; cursor: pointer; } .content-popup-vr .close-popup-vr:hover { background: #b50000; } .content-popup-vr .content-popup-div-vr { width: 100%; padding: 25px; } .content-popup-vr .content-popup-img-vr { width: 100%; max-width: 45%; border-radius: 10px 0 0 10px; overflow: hidden; } #loco-top, #loco-bottom { display: block; } #loco-top .content-popup-img-vr, div#popup-form-contact-vr #loco-bottom .content-popup-img-vr { max-width: 100%; text-align: center; } #contact-showroom.no-event a { pointer-events: none; } .content-popup-vr .content-popup-div-vr ul {color: #333;list-style: none;font-size: 15px;} @media(max-width: 673px){ div#popup-form-contact-vr .content-popup-vr { display: block; } div#popup-form-contact-vr .content-popup-vr .content-popup-img-vr { max-width: 100%; display: none; } } Weekly News: WordPress 6.1 Is Jam-Packed With Performance Upgrades - TopListWP
-1.3 C
New York
Tuesday, January 14, 2025
Eduma Premium Education WordPress Theme

Weekly News: WordPress 6.1 Is Jam-Packed With Performance Upgrades

WordPress 6.1 Is Jam-Packed With Performance Upgrades

WordPress 6.1, arriving November 2022, is jam-packed with performance improvements, signaling that this may be the update that many have been waiting for.

WordPress performance scores from the beginning of 2022 until the end of September have been relatively stable, going up a few percentage points in the spring then dropping in the summer, ending September roughly 3 percentage points higher than from the start of the year.

WordPress Core Web Vitals Performance in 2022

wordpress cwv 2022

Most other platforms have enjoyed more substantial performance improvements month after month in 2022:

  • Wix up by 13 points
  • Duda up by 8 points
  • Squarespace up by 7 points
  • Joomla up by 7 points
  • Drupal up by 5 points

“Massive Improvement” To WP_Query Performance

An important performance boost is the addition of caching to WP_Query in the database.

What that means is that every time a visitor requests a webpage that request will remain in a cache, a memory of what was retrieved from the database.

When another visitor requests the same webpage, instead of making another request to the database WordPress will instead retrieve the webpage data from the cache (memory) instead of retrieving (making a query) from the database. That results in faster performance.

Improvement to REST API Database Queries

When a webpage is requested, the webpage will make different requests for various components of the page. This improvement streamlines that process by reducing the number of database queries (requests for parts of a webpage).

Additional Caching Improvements

  • Improvements to Cache API
  • Post, Post Types Improvements
  • Multisite improvements
  • Media Handling Improvement
  • Improved PHP performance for Core Blocks Registration

Source: WordPress 6.1 Is Jam-Packed With Performance Upgrades

3 new YouTube streaming, shopping, and audio features

3 new youtube streaming shopping and audio features

YouTube has just announced three new features for advertisers to reach people where and when they’re watching the most. The three new features are spread across shopping, audio, and streaming in what YouTube calls the YouTube Effect (the unique dynamic between YouTube creators and viewers).

Read more:  Weekly News: Google Site Kit gains ideas to write about section

Moment Blast

Moment Blast gives advertisers prime positioning on YouTube Select content on connected TVs (CTV) and other devices, plus a Branded Title Card and optional Masthead placement.

Moment Blast is intended for brands looking to raise awareness during key moments, like major sporting events, movie releases or product launches.

In the announcement, YouTube says “People have always connected in front of the TV screen, but YouTube gives them the unique chance to bond over shared passions — like watching live-streamed concerts, fitness classes or even religious ceremonies together. They feel a similar connection to the ads they get, too.” YouTube also says 59% of respondents in a survey feel that ads they see on YouTube are more relevant than on linear TV or other streaming apps.

Expanded product feeds for Discovery Ads

YouTube will be expanding product feeds to Discovery ads to help advertisers scale their social media creative and reach more engaged viewers. Soon, product feeds will also include local offers, allowing brands to show real-time availability for products in their Google Merchant Center so people can find the most convenient place to buy.

Creators will also be able to transform their content into virtual storefronts. Additionally, more creators will have the ability to tag products in their videos and Shorts.

These features will be available on November 10.

Reach music and podcast listeners

Audio ads are now globally available to buy in Google Ads and Display & Video 360. Audio ads are designed to reach people on audio surfaces and in listening-first states.

Podcast targeting is also now available globally. “With Podcast targeting, brands and agencies can specifically reach podcast listeners.”

Source: 3 new YouTube streaming, shopping, and audio features

The Pinterest Trends Tool is expanding with a new API for Conversions

the pinterest trends tool is expanding with a new api for conversions

The new Pinterest API for Conversions gives advertisers a full view of their campaign performance as well as actions their audience took on their site, and it will be integrated with tag management partner Google Tag Manager and commerce partner Shopify.

Read more:  Weekly News: More Google Ad incidents and issues

The Pinterest Trends Tool. Pinterest is expanding the capabilities of its Trends Tool which came out in 2019 to help advertisers worldwide gain deeper insights into the behavior of Pinterest users and to use that information in planning their campaigns.

New updates. New Trends Tool updates also announced include three new features:

  • A widget on the Pinterest Trends homepage that lets advertisers see what has been trending with their engaged users and followers over the past 90 days
  • Trends filtered by demographic, place, time and topic
  • And new trend types, including seasonal trends, to help brands better align their content and marketing calendars with times when users are most engaged with those specific topics

Early API adopters. Pinterest also said hundreds of advertisers worldwide have already implemented the tagless, server-to-server solution, and early results included improvements of 14% in CPAs on average for optimized CPM campaigns when using both the API for Conversions and tags, compared with tags only, and a 36% average increase in attributed conversion volume under the same conditions.

Though the new API was most frequently used for lower-funnel actions such as checkouts, they are also seeing success in full-funnel actions like page visits and add to cart.

What Pinterest says.

“Pinterest is uniquely positioned at the intersection of discovery and commerce, where inspiration meets intent. We are investing across our advertising platform to help businesses around the world reach their goals and connect with leaned in consumers at every stage of the campaign lifecycle.”

Pinterest chief revenue officer Bill Watkins

Source: The Pinterest Trends Tool is expanding with a new API for Conversions

Read more:  Weekly News: Meta Makes It Easier To Run Cryptocurrency Ads

New @wordpress/data stores in WooCommerce Blocks

new wordpress data stores in woocommerce blocks

In WooCommerce blocks 8.7.0 we refactored a significant portion of our Cart and Checkout blocks’ code. Specifically, a lot of the data previously kept in React Contexts was moved into WordPress data stores (@wordpress/data). We did this to make it easier for third party extensions to extend the functionality of the Cart and Checkout blocks.

The changes we’ve made are all backward compatible, so any existing integrations should continue to work without any intervention.

We have added the following data stores, however, some actions and selectors on these stores are currently for internal use only while we evaluate which ones third party applications should have access to:

  • wc/store/payment – used to store information about the payment state and available payment methods.
  • wc/store/validation – used to store information about validation, currently this is used in by Cart block to ensure the Shipping Calculator form is valid, and by the Checkout block to ensure the checkout form is valid. Extensions can use this data store to add validation to their own integrations.
  • wc/store/checkout – used to store information about the checkout state (whether it’s before processing, after processing, idle, or completed), whether it has errors, or whether any calculations are pending (changes to shipping method or address will cause a “calculation” to be in progress until the request completes). It also stores whether the shipping address should be used as the billing address, the draft order number, and the order notes.

These stores are documented on GitHub. This documentation is continually being updated so please be sure to check back often.

Source: New @wordpress/data stores in WooCommerce Blocks

More News:

TikTok Planning On Opening Warehouses In U.S.

LinkedIn matched audiences: How to get started

Twitter Update Sets Goal To Be “Best Place To Share Media”

Related Articles

Регистрация В Онлайн-казино%3A Пошаговая Инструкция Для новичко

Регистрация В Онлайн-казино%3A Пошаговая Инструкция Для новичковКазино Pin Up%3A движемся Вместе К вожделенной Мечте!ContentПлатежные Методы%2C Лимиты И Комиссии При Выводе неснижаемыха Играть У него...

Пин Ап Казино%3A Играть На Деньги и Официальном Сайте Pin U

Пин Ап Казино%3A Играть На Деньги и Официальном Сайте Pin UpPin Up Casino Пин Ап Официальный Сайт Онлайн Казино Pin Up%2C Игровые Автоматы%2C РегистрацияContentя...

Betwinner Bahisçi » Spor Bahisleri Ve Online Casin

Betwinner Bahisçi » Spor Bahisleri Ve Online Casino"En Kaliteli Bahis Seçeneklerine Sahip 1xbet Resmi Website SitesiContentPromosyon Teklifleri Ve Şirket BonuslarıTürkiye’den Oyuncular Için Mostbet’e Oyun...

6 Casinos Las Vegas Locals Visit Chance Revealed

6 Casinos Las Vegas Locals Visit Chance Revealed!These Will Be The 10 Greatest Casinos In Vegas, Ranked By Community ExpertContentNew York-new York Hotel &...

Google Analytics 4: The Complete Guide

Looking for the proper Google Analytics 4 guide? If you are working on a website or doing SEO, you should be no strange to Google...
Latest Articles