Jump to content

Dll

Clients
  • Posts

    1,164
  • Joined

  • Days Won

    4

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Dll

  1. 1 hour ago, Jim M said:

    I am not a Google Adsense expert so, it may be worth contacting them if you have any direct questions.

    If you are wanting to show Google Adsense to both guests and members, you would not be able to show them automatic and in place ads. From my knowledge, you would need 2 different websites as the automatic ads setting is on the site, not a particular ad unit.

    If you are wanting to only show guests ads entirely, then you might be able to utilize the advertisement module to have these display as this has a member group restriction built in.

    I'd think you could use some javascript to look at the ips4_member_id cookie and place the relevant script depending on what's there?

    if (document.cookie.split(';').some((item) => item.includes('ips4_member_id'))) {
              MEMBER ADSENSE HERE}
    else{GUEST ADSENSE HERE}

    Or something along those lines.

    Quoted the wrong person - was meant for @Kjell Iver Johansen

     

  2. 10 minutes ago, Adlago said:

    not the comments of gurus who profit from their articles...

    As opposed to the ones selling their own brand of snake oil 🫣

    I've run a web based business for many years, so it's fair to say I've done my share of problem solving website related issues. 

    The best way to deal with most problems is to find to the root cause. So if it's ads slowing a site down, that would be the place to look. If it's a slow server, it would be that, and so on.

    Messing about with unrelated things to attempt to use them as sticking plasters is seldom the answer in the long or short term. Particularly when doing that is time consuming, can cause other complications and takes time away from what you could be doing or spending your money on.

    I've also learned when to figure out when a problem actually needs solving and when it doesn't. And I'd recommend to anyone who cares to listen that a site scoring reasonably on speed tests, passing core web vitals and providing a good user experience doesn't need time or money wasting on trying to score a bit better on speed tests.

  3. At the moment, we create blocks for some ad units, so we can use php to check cookies etc, but you can't use things like {block="my_block_key"} in the advertisements at the moment. So, we end up placing them manually into the templates. 

    So, if it were possible to use those inside ads, and place them using your app it would be very useful for us. 

  4. This is great, but what could make it even better for us would be a way to do the same with custom blocks, or to be able to use custom blocks within ads, as we want to be able to run some php logic in them. 

  5. 9 minutes ago, Adlago said:

    You are only speaking with conjecture - could you support this statement of yours with an example please. Thanks.

    2 hours ago, Dll said:

    https://www.searchenginejournal.com/ranking-factors/core-web-vitals/#close

    Quote

    John Mueller, Google Search Advocate, confirmed during the AMA that while web vitals affect rankings, relevance also plays a strong role. If website A is faster than website B but B is more relevant to the search users query, website B would still outrank A.

    Mueller also noted that websites moving from “needs improvement” to “good” may see ranking improvements. But websites that are already good and improve their speed a millisecond or two may not see ranking changes.

     

    9 minutes ago, sadams101 said:

    Why are you even in this thread? You obviously don't care about your site speed scores, or optimizing your site to be faster. If pass/fail is good enough for you, fine.

    How would it hurt you if IPB optimized their software and made it faster? It could only help your site, right...I mean it could not hurt it...could it?

    I didn't say it would hurt, and it won't hurt. But, if there are only so many hours in the day for you, as someone running a site, I'd imagine you'd prefer to be doing something which moves the dial for your users, traffic and so on. And in my opinion, that doesn't involve messing about with css and the like to shave a few ms here and there and get better test scores. 

  6. All sounds great, except you do miss a couple of pretty important points.

    1. If a site passes the core web vitals test, that's the limit of potential ranking improvements as far as Google is concerned. So, if you really do have a faster site in terms of your scores than other Invision sites, since a stock build on reasonable hosting will also pass those tests, you've no advantage.

    2. A higher score on one of those speed tests may only equate to <100ms of real world difference to a user. Which they won't notice. 

    So, on that basis, is it worth the time, effort and/or cost, or would spending that on things that do make a real difference be better? It's up to you to decide if course, but I know what I'd rather do. 

    And in the meantime, Invision can continue to modernise the platform and tidy up the js and CSS as they've said they will.

  7. Thanks for your reply @Miss_B - to be honest it's not feasible for us to log all of our users out, ideally it would be good to set the cookie not just on login, but if an existing user posts and they don't already have the cookie set. And, without it setting a cookie at the point of registration, it's going to be of limited benefit for us.

    I'd be happy to consider paying for a custom build of this to include those options, if that's an option? Please pm me if it is. 

×
×
  • Create New...