Speed up with many projekktors? (Projekktor Core)
I've created an overview with 20 or more videos on one page. Each video has an unique ID, everything works. But the site is very slow, because I use the javascript function after each projekktor like this:
<video id="vid1" class="projekktor" width="360" height="202" controls poster="vid1.jpg" preload="none">
<source src="vid1.mp4" type='video/mp4'>
<source src="vid1.webm" type='video/webm'>
<source src="vid1.ogv" type='video/ogg'>
</video>
<script type="text/javascript">
$(document).ready(function() {
projekktor('#vid1');
}
);
</script>
...
<video id="vid2" class="projekktor" width="360" height="202" controls poster="vid2.jpg" preload="none">
<source src="vid2.mp4" type='video/mp4'>
<source src="vid2.webm" type='video/webm'>
<source src="vid2.ogv" type='video/ogg'>
</video>
<script type="text/javascript">
$(document).ready(function() {
projekktor('#vid2');
}
);
</script>
...
Is it possible to make the site faster just with one function call?
Thanks,
Uli
572 views
Complete thread:
- Speed up with many projekktors? - uli, 2012-07-23, 17:07
![Open whole thread [*]](templates/default/images/complete_thread.png)
- Speed up with many projekktors? - Inzoum, 2012-07-25, 16:39
![Show preview […]](templates/default/images/ajax_preview.png)
- Speed up with many projekktors? - uli, 2012-07-25, 17:05
![Show preview […]](templates/default/images/ajax_preview.png)
- Speed up with many projekktors? - Inzoum, 2012-07-26, 10:57
![Show preview […]](templates/default/images/ajax_preview.png)
- Speed up with many projekktors? - uli, 2012-07-27, 10:29
![Show preview […]](templates/default/images/ajax_preview.png)
- Speed up with many projekktors? - sascha, 2012-07-30, 11:18
![Show preview […]](templates/default/images/ajax_preview.png)
- Speed up with many projekktors? - Inzoum, 2012-07-30, 11:20
![Show preview […]](templates/default/images/ajax_preview.png)
- Speed up with many projekktors? - uli, 2012-07-31, 08:57
![Show preview […]](templates/default/images/ajax_preview.png)
- Speed up with many projekktors? - uli, 2012-07-31, 08:57
- Speed up with many projekktors? - sascha, 2012-07-30, 11:18
- Speed up with many projekktors? - uli, 2012-07-27, 10:29
- Speed up with many projekktors? - Inzoum, 2012-07-26, 10:57
- Speed up with many projekktors? - uli, 2012-07-25, 17:05
- Speed up with many projekktors? - Inzoum, 2012-07-25, 16:39
