Layout – Webdesign

0,00 / maand excl. BTW

Layout kiezen / webdesign aanpassen

Ander webdesign / layout? Dat kan hier heel gemakkelijk!

  1. Gratis: Kies één van de voor geprogrammeerde layouts.
  2. Gratis: Pas je gekozen webdesign naar wens aan.
  3. Kies hier een andere gratis layout: Gratis implementatie.
  4. Kies een andere gratis layout: Vergoeding voor implementatie.
  5. Kies een betaald thema: Vergoeding voor implementatie.
  6. Laat een layout voor je maken.

Andere Layout

Ander Webdesign

Eénmalige betaling

1. Om welk webdesign gaat het (naam)
2. Waar kunnen wij het vinden
3. Als het in een account staat, mogen wij dan inlog-gegevens opdat wij het kunnen uploaden

Het verwijderen van webdesigns bespaart webruimte. Als er een webdesign extra op je website / webshop wordt gezet, dan kost dat webruimte.

Prijs per maand

Categorie:

Beschrijving

Page Speed Optimizer: HTTP/2 Push, Async JavaScript, and Defer CSS

Beschrijving

  • Push / Pre-load all JS files in site with one simple option

  • Push / Pre-load all the CSS files in your website

  • Push / Pre-load other resources throughout the site or based on the page types

  • Load CSS Asynchronous or Remove any CSS file throughout the site, or there is a conditional selector that you can apply

  • Async / Defer / Remove any JS file throughout the site or based on the WordPress page type

  • You can create mobile device specific rule to push, pre-load, remove, async js or css, this works based on the device user agent detection

  • You can create desktop device specific rule to push, pre-load, remove, async js or css, this works based on the device user agent detection

  • Conditionally remove JS and CSS from various WooCommerce pages like checkout page, cart page, product page, product category page

  • You can push pre-load resource specific on some pages by their ID

  • Remove CSS, JS specific to page or post by their ID

  • Organize rules in group for easy management of the rules

  • Remove CSS, JS on all pages leaving only on the page you specified

  • optimize WooCommerce speed

  • optimize WordPress website speed

Mobile and Desktop detection works based on the wp_is_mobile() function of the WordPress that detect device based on the user agent data send in the request

Apart from this it also offer ability to remove Css and JS file from specific pages based in the selected page tag conditions

Eg: if css path is https://s.w.org/style/wp4.css

then you can match it with wp4.css or style/wp4.css or s.w.org/style/wp4.css

you use 2nd method (style/wp4.css) for more precise selection (this avoid error when there are 2 style with same file name)

Schermafbeeldingen

FAQ

I want to push some resources when mobile device is used

Yes you can do that

I want to remove some css / js when mobile device is used

Yes you can do that using our mobile detect rule, that works based on the browser user agent detection

I want to push some resource when the request is coming from desktop

Yes you can do that using Desktop specific rule

I want to use it for the WooCommerce related js and css file

yes there is rules to control resources based on WooCommerce page types like product category, shop, single product, cart, checkout pages

I want to push/pre-load resource on specific page

you can do that there is that allows you to specify the Page id for which you want to push the resource

I want to remove some JS and CSS specific on some page

Yes there is rule using that you can remove it for specific page by specifying the page id, e.g: 1,4,66 will select the page with id 1 ,4, and 66

I want to remove it for whole site excluding certain pages

Yes you can do that we have rule to apply rule everywhere excluding the page you specified by id

Does it work with HTTP3

Yes HTTP3 also support push and pre-load of resources

Remove CSS and JS from all the pages excluding one page

Yes you can do that by using the Exclude option and the page selection rule, so that way js or css will be removed from all the pages except the one you specified

Beoordelingen

26 januari 2026
If set well gives excellent results
25 november 2025
Makes the changes requested. Deciding which approach is best to use, does take a little thinking/testing to confirm best approach.
10 april 2024
Cool APPIt would be great, if there where an automated setup – process.
Lees alle 64 beoordelingen

Bijdragers & ontwikkelaars

“Page Speed Optimizer: HTTP/2 Push, Async JavaScript, and Defer CSS” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

“Page Speed Optimizer: HTTP/2 Push, Async JavaScript, and Defer CSS” is vertaald in 1 locale. Dank voor de vertalers voor hun bijdragen.

Vertaal “Page Speed Optimizer: HTTP/2 Push, Async JavaScript, and Defer CSS” in je eigen taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.10.40

  • Fix: Fixed the issue exact page id field not showing after saving the rule

1.10.31

  • Fix: Fixed the issue with the select2 not loading properly when WooCommerce is not installed