Before trying to figure out if it would hurt performance (yes, it probably would), one should ask what the benefit of switching to Symfony would be. I have no idea, since I haven’t worked with Symfony.
In general, less code and fewer levels of abstraction are better. For example, WordPress uses a very thin DB layer, instead of an ORM.
Related Posts:
- Error Warning: Declaration of description_walker::start_el after PHP upgrade [duplicate]
- WordPress Warning: preg_replace(): JIT compilation failed: no more memory
- Autoloading in Child Theme
- WSOD but WP_DEBUG not giving any errors
- Rename image uploads replacing “width” and “height” in filename with “medium”, “large”, “small”
- Append code into wp-config.php
- How to turn off redirection from ‘domain.com/login’ to ‘domain.com/wp-login.php’
- Looking for a better way to handle an ajax script that pulls in post data on click
- add_rewrite_rule with bottom priority doesn’t handle the WordPress pages
- Adding featured image via PHP
- How to strip non-alphanumeric characters, convert spaces to dashes, uppercase to lowercase in this context
- How to return multiples lines in a shortcode?
- wp_enqueue_style with style.php and WordPress functions
- fallback image for featured image
- How to set status codes such as 401 and 403?
- Minify HTML, CSS, JS with PHPWee?
- Add attribute / custom attribute to product in woocommerce
- Access/update database with jQuery
- How to create another version of my site based on the same database
- How to get bool with `get_option()` when already registered setting with type `boolean`
- How do themes render caption texts in extended markup (e.g. “wp-caption” paragraphs)
- WordPress widget/sidebar dividers?
- Count the number of times the search form template gets included on a page
- Displaying theme options in css
- PHP code inside shortcodes
- PHP help get_template_directory + PHP include
- Latest post in a specific menu
- Querying wpdb using PHP
- Reload part of checkout on changed shipping method
- how to combine wordpress htaccess on my root domain + php on subfolder
- Input data from email form not going to JSON file
- Should `wp_login` be used since it’s deprecated?
- admin-ajax Firing Error 400 When Logged In
- How to use a custom hook
- Hide HTML element (by class or ID) with PHP
- wp_force_remove_style’ not found
- Pagination on Custom Post
- How to check $_GET isset for a parameter and value? [closed]
- Why can’t I return a value from $wpdb->get var?
- how to save checkbox data for custom setting?
- How to keep the capability of users and disable Gutenberg editor in WordPress?
- change title page on search result
- Enqueing External JS on the remote server JS
- Refactoring long if/else php chains
- Trouble with a php code that adds a log in/log out button [closed]
- How to add aria role and schema markup to custom walker container
- jQuery accordion menu
- Restrict characters in comment section
- Required PHP version: 5.3.3 – Version found: 5.2.17… How or where do upgrade to 5.33 [closed]
- Adding custom url to readmore link using get_permalink()
- Remove submenu item from list
- is_user_logged_in returning nothing on custom page
- Customize field names in backend profile edit page through function.php [duplicate]
- Problem in replacing the_content with the_excerpt()
- How to change the author box selection on a post to a custom taxonomy
- Is there way to toggle the publish date display?
- Need to add a post’s featured image to a section on the frontpage
- Output product category link from WP_Query
- How to send a php var to jQuery Ajax call with two different file
- Variation prices breakdown only for single product page
- not outputting medium size image URL
- How to use wp_ajax_set_post_thumbnail?
- Best way to use variables in multiple functions?
- Passing a value from an input field to a php function in WordPress?
- WordPress recent post
- Download Featured Image Link in Post Shortcode
- Get product price in a different currency using WooCommerce Currency Switcher
- Show subcategory name selected in specific category woocoommerce
- Posts Per Page with a button to add more Posts
- Cannot fetch posts with certain ‘product_cat’. WP_Query is empty
- WordPress files break if I edit them, but adding a closing PHP tag fixes it
- Add custom attribute to product’s HTML to woocommerce cart page
- Change WooCommerce template for PDF – access to custom field
- Detect what link user clicks and Redirect to a specific page for logged in users only
- Displaying logged in user name
- Advanced WordPress SQL Query
- How to detect if a revision was made by woocommerce or wordpress?
- Editing existing pre-created menus in PHP
- Create a hierarchical loop at predefined markup requirements
- Setting ‘post_format’
- Custom Meta Boxes and Fields Multicheck Issue
- nested divs, classes for a grid in loop [duplicate]
- Hide sharing box and author box with a metabox on WordPress
- WordPress Website Featured Image Replacement Issue
- Showing all post from all post type in admin backstage
- Or operators in PHP [closed]
- how to iterate through xml data?
- Adding slides to an existing carousel manually
- Shortcode to include PHP file, pass various parameters to include?
- Why can’t I include echo inside a variable? [closed]
- WP_Query not returning results
- Really slow WordPress site [closed]
- $post->ID calls for current page, but what is the code to call for any new page created and published in WordPress?
- How to increase excerpt length in wordpress? [duplicate]
- Are WordPress & PHP objectively and based on evidence going to die because the future is made of frontend rendering instead of server side rendering? [closed]
- Not able to see the error [closed]
- How do I link the side images?
- Putting form result in my database
- SQL – How to echo out inside of where statement
- How to create different templates for woocommerce single-product.php?