Jump to content

Maciej

Members
  • Posts

    28
  • Joined

  • Last visited

Everything posted by Maciej

  1. Please, help me, I would like to make the same, but I. need your help :(
  2. Yeah, problem is big , google make a lot of change of this, but I see a lot from KVS sites are working. With this change :) My competition of course :)
  3. Hello, Since December 5, there is a new algorithm for indexing video files. Have any of you noticed problems in Google Search Console using KVS that the number of videos indexed has decreased?
  4. I have ads, when I had a problem with banner ads I was making little delayed :)
  5. I have changed the player to Fluid. I don't use typical lazyload but classes for images by Google - https://web.dev/browser-level-image-lazy-loading/
  6. Hi, with versions of the KVS v6.1.0 and older, I was working very hard to get on homepage 100 with Google Lighthouse. On video page, I have similar results :) KVS, with good optimization, can make 100, I have one server with 9 million of users monthly. :)
  7. Ok, all is working fine, but how I can make authorization for upload new images to CDN server for example using FTP ? Like for videos ?
  8. Hello, for example I have website with links to last updated videos, and when I'm clicking on this I have url https://domainname.com/latest-updated/ Links are of course are indexed of google for https://domainname.com/latest-updated/2/, https://domainname.com/latest-updated/3/ but I would like to navigation pagination that browser are making new display and is not still page https://domainname.com/latest-updated/ in browser bar I need this because about dmca, thank you
  9. Did you use similar searches? Your database is myisam ? I have hope that not InnoDB :)
  10. Thank you for response, but if I wil write a script with Imagemagic and convert jpg posters on video will be ok?
  11. Is any trick to format on server posters on player and use it?
  12. Great, KVS is compatibile with webP images? Can I change in player jpg to webp?
  13. Hello, I was making optimalization for KVS for Google Core Vitals Update. And this is my result for mobile. A lot changes of server and with code off KVS, like JS, CSS, images, Varnish
  14. I mean about ktPlayer
  15. Hello, I have question Is any option to hide controls bar when user click pause?
  16. I have and had disabled this function and still function/0/ is viewable
  17. I have problem with {{$flashvars.video_url}} in other player because I get link with, video_url: 'function/0/https://domain.com/get_file/1/51603597b6eb6be7570b9b65a662a232/1000/1719/1719.mp4/' function/0/ , it's possible to remove it ?
  18. I have another problem, I would like to add ktplayer js code <script type="1cffa31abd315d8a0900537f-text/javascript" src="https://domain.com/player/kt_player.js?v=5.1.1"></script> in header off my website with preload mode. <link rel="preload" href="https://domain.com/player/kt_player.js?v=5.1.1" as="script"> for faster load player but it not working when i use preload mode. more info here: https://web.dev/preload-critical-assets/
  19. For other customers - I solved problem with 3 mln records in ktvs_stats_search, I changed this table from Innodb to Myisam, and I disable updating counts for search: //foreach ($result as $date=>$result_date) //{ // foreach ($result_date as $query=>$result_query) // { // $sql_query_results=''; // if (intval($result_query['query_results_videos'])>0) // { // $sql_query_results.='query_results_videos='.intval($result_query['query_results_videos']).', '; // } // if (intval($result_query['query_results_albums'])>0) // { // $sql_query_results.='query_results_albums='.intval($result_query['query_results_albums']).', '; // } // $sql_query_results.='query_results_total=query_results_videos+query_results_albums'; // if (!$result_query['amount']) // { $result_query['amount']=0; // } // if (sql_update("update $config[tables_prefix_multi]stats_search set amount=amount+?, added_date=?, $sql_query_results where query_md5=md5(?)",$result_query['amount'],$date,$query)==0) // { // sql_pr("insert into $config[tables_prefix_multi]stats_search set amount=?, query=?, query_md5=md5(query), query_length=length(query), added_date=?, $sql_query_results",$result_query['amount'],$query,$date); // } // } in cron. Another thing I disabled boolean mode from similar searches, now i have results >0.2 sec (before was 2 sec)
  20. OK, thank you, another thing is how to disable lazyload poster in player I see in js script of player that lazyload is use.
  21. I have question, kt_player is flowplayer? because in js a see FlowPlayer script
  22. On which file I will find this query select count(*) from ktvs_stats_search where ?=? and query_length<=? and MATCH(query) AGAINST (? ) and query!=? and query_results_total>=?
  23. Hello, I have problem with search results because database is waiting over 2 sec for non cached query
×
×
  • Create New...