Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Aleksey Petrov
tagDiv Member

The year 2024 has already arrived, and the problem that existed in 2019 has not been solved.
If endless loading is enabled, the template starts creating pages with the address: ?tdb_action=tdb_ajax

Okay, pages can be blocked from indexing in robots.txt by adding Disallow: *?tdb_action=tdb_ajax

But why are there two meta tags:
<meta name=’robots’ content=’index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1′ />
<meta name=”robots” content=”noindex, nofollow” />
????

Are you not going to solve this problem at all?
They have been writing to you about this since 2019, but there is still no solution.

Aleksey Petrov
tagDiv Member

Thank you.
It would be great if the module could be improved.
Here is another example of implementing a quick download from YouTube, from the same topic, for your programmers:
https://paulirish.github.io/lite-youtube-embed/
Thanks for the feedback and good luck with the development!

Aleksey Petrov
tagDiv Member

Caline, thanks for your reply.

I just wrote about the playlist above, I just didn’t quite accurately formulate my idea, sorry for that.
The playlist you specified in the example, link and screenshot has big problems.
Caching doesn’t help at all.

The playlist loads the entire content of the YouTube page in a frame, and this frame slows down the entire site and the rest of the code loading.
You did not take into account that YouTube, in the light of recent events, has slowed down the download of content in many countries, for example, Ukraine and Russia and many other countries.
As a result, the page of the site where this playlist is embedded takes a very long time to load, more than 20 seconds.

I provided you with a link to the plugin above so that you can see and understand how you can optimize your code so that the entire site does not slow down.
Uploading a YouTube video in a frame is not right, it slows down the entire site.
You need to do lazy or delayed loading of the movie, without using a frame.
And if the visitor wants to watch the video, then load the frame and load the video into it.
All this is easily implemented using JS, so I don’t understand why you made this module in a simple but very harmful way for the webmaster.

You are using the YouTube API for video previews.
But for some reason, you do not use this API for the video itself, but load it into a frame.
It would be correct to display not a frame, but a preview of the video with a play button and a light version of the player.
And when the visitor clicks on the play button – upload the frame and the contents of this frame to the site.

In general, look and study this plugin, it will tell you how to optimize your code so that the site flies even when you embed videos from YouTube.

Viewing 3 posts - 1 through 3 (of 3 total)